html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u,i , center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}
body {
  line-height: 1;
  color: #333;
}
ol, ul {
  list-style: none;
}
blockquote, q {
  quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
  content: '';
  content: none;
}
:focus {
  outline: 0;
}
ins {
  text-decoration: none;
}
del {
  text-decoration: line-through;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
p {
  margin: 10px 0;
}
h1 {
  font-size: 16px;
}
h2 {
  font-size: 14px;
}
h3 {
  font-size: 13px;
}
h4 {
  font-size: 12px;
}
h5 {
  font-size: 11px;
}
h6 {
  font-size: 10px;
}
body {
  margin: 0px 0px 20px 0px;
  padding: 0px;
  background: url(../images/bg_body.png) top left repeat-x #b2d9ff;
}
body, textarea {
  font: 11px Tahoma, Sans-serif, Verdana;
}
div {
  border: 0px solid gray;
}
input, textarea, select {
 border: 1px solid #ccc;
 margin: 1px;
}
a, a:visited {
  color: #0088cc;
  text-decoration: none;
}
a:hover {
  color: #111;
  text-decoration: underline;
}
.clear {
  clear: both;
}
.message, .msg {
 background: #FBE6F2;
 border: 1px solid #E68F8F;
 color: #333;
 margin: 10px 0 5px 0;
 padding: 10px;
}

.message p, .msg p {
 margin: 5px 0 6px 0;
 padding: 0;
}
#loading {
  position: fixed;
  top: 45%;
  left: 45%;
  padding: 5px 10px 5px 25px;
  font: 12px Arial;
  font-weight: bold;
  background: #FFE5AF url(../images/spinner.gif) no-repeat;
  background-position: 5px 5px;
  border: 1px solid #e2e2e2;
  display: none;
}
.bodycontainer {
  background: url(../images/bg_header.jpg) top center no-repeat;
}
.page {
  width:960px;
  margin: 0 auto;
}
.page_top {
  height: 220px;
  padding: 0px;
  overflow: hidden;
  border-bottom: 1px solid #fff;
}
.page_top .clear {
  clear: none;
}
.page_middle {
  padding: 10px;
  background: url(../images/bg_page.png) top left repeat-x #fff;
}
.page_bottom {
  border-top: 10px solid #b2d9ff;
}
.nav_link {
  padding: 2px 0px;
  text-align: left;
}
.nav_link a, .nav_link a:visited {
  text-decoration: none;
  color: #00578b;
  background: url(../images/arrow-gray.gif) left no-repeat;
  padding: 0px 5px 0px 12px;
  margin-bottom: 0px;
  font-size: 11px;
}
.nav_link a:hover {
  text-decoration: none;
  color: #e62f31;
  background: url(../images/arrow-blue.gif) left no-repeat;
  padding: 0px 5px 2px 12px;
  font-size: 11px;
}
.nav_page {
  text-align: center;
  padding: 10px 0px;
}
.nav_page ul li{
  display: inline;
  border-left: 1px solid #ddd;
  padding: 0px 5px;
}
.nav_page ul li.first {
  border: none;
}
.nav_page ul li a, .nav_page ul li a:visited {
  color: #0088cc;
  text-decoration: none;
}
.nav_page ul li a:hover {
  color: #888;
  text-decoration: none;
}
.nav_page ul li a.current, .nav_page ul li a.current:visited {
  color: #888;
  font-weight: bold;
  text-decoration: none;
}
.nav_page ul li a.disabled, .nav_page ul li a.disabled:visited {
  color: #ccc;
}
.widget_intro {
  height: 30px;
  padding: 0px;
  overflow: hidden;
  text-align: left;
}
.widget_intro h1 {
	padding-top: 7px;
	font-weight: normal;
	font-size: 12px;
	color: #fff;
}
.widget_intro h1 a {
	color: #fff;
	font-weight: bold;
	text-decoration: none;	
}
.widget_intro h1 a:hover {
	color: #fff;
	font-weight: bold;
	text-decoration: none;
}
.widget_header {
  float: left;
  width: 355px;
  height: 150px;
  overflow: hidden;
}
.widget_header img {
  border: none;
}
.widget_header a, .widget_header a:hover {
  text-decoration: none;
}
.widget_top {
  width: 960px;
  height: 40px;
  padding: 0px;
  overflow: hidden;
  background: url(../images/bg_menu.png) top left no-repeat;
}
.widget_logo {
  position: relative;
  float: right;
  width: 500px;
  height: 150px;
  padding: 0px;
  overflow: hidden;
  background-color: #b2d9ff;
}

.widget_middle {
  float: left;
  width: 748px;
  padding: 0px;
  overflow: hidden;
}
.widget_content {
  float: right;
  width: 555px;
  margin-top: 5px;
  padding: 0px;
  overflow: hidden;
  background-color: #fff;
}
.widget_content_top {
  padding: 10px;
}
.widget_content_page {
  padding: 0px 10px;
  color: #333;
  line-height: 150%;
}
.widget_content_page h1 {
  padding: 5px 0px;
  color: #333;
  border-bottom: 1px solid #d9d9d9;
}
.widget_content_page h1 a {
  color: #00578b;
  text-decoration: none;
}
.widget_content_page h1 a:hover {
  color: #0088cc;
  text-decoration: none;
}
.widget_content_page h2 {
  color: #253245;
}
.widget_content_page p {  
  line-height: 150%;
}
.widget_content_page img.content_image {
	text-align: left;
	float: left;
	padding: 0 10px;
}
.widget_content_page table{background-color:#f4f4f4;border-bottom:1px solid #ccc;border-collapse:collapse;border-left:1px solid #ccc;border-right:1px solid #ccc;clear:both;width:100%}
.widget_content_page table a:hover{color:#a00000;text-decoration:underline}
.widget_content_page table td{border-top: 1px solid #ccc;border-left: 1px solid #ccc;padding:5px}
.widget_content_page table .title td{background:none!important;background-color:#D4E1F2!important;border:1px solid #f4f4f4;border-bottom:none;color:#333;font-weight:700;padding:5px}
.widget_content_page table .title td a:link,.widget_content_page table .title td a:visited{color:#333}
.widget_content_page table .title td a:hover{color:#BF4E4A}
.widget_content_page table tr.row0{background-color:#fcfcfc}
.widget_content_page table tr.row1{background-color:#fff}
.widget_content_page table tr.row0:hover,.widget_content_page table tr.row1:hover{background-color:#f8f8f8}
.widget_content_page table tr.row0 a:link,.widget_content_page table tr.row0 a:visited,.widget_content_page table tr.row1 a:link,.widget_content_page table tr.row1 a:visited{border:0;color:#BF4E4A;font-weight:400;text-decoration:none}
.widget_content_page table tr.row0 a:hover,.widget_content_page table tr.row1 a:hover{color:#a00000;font-weight:400;text-decoration:underline}
.widget_content_page table tr.yellow{background-color:#E5F845}
.widget_content_page table tr.yellow:hover{background-color:#F4FBB5}
.widget_content_page table tr.red{background-color:#F9B0A8;font-weight:700}
.widget_content_page table tr.red:hover{background-color:#FBE0DD;font-weight:700}
.widget_content_page table tr.orange{background-color:#FBE0DD}
.widget_content_page table tr.orange:hover{background-color:#F9B0A8}
.widget_content_page table tr.green{background-color:#E8FFD9}
.widget_content_page table tr.green:hover{background-color:#C6F8A7}

.widget_content_bottom {
  padding: 10px;
}
.widget_left {
  float: left;
  width: 184px;
  padding: 0px;
  overflow: hidden;
}
.block_menu_side {
  margin: 5px 0px;
  padding: 0px 0px 6px 0px;
  background: url(../images/roundBlock-bottom.gif) bottom left no-repeat #fff;
}
.widget_right .block_menu_side {
  border-left: 1px solid #f0f0f0;
  border-right: 1px solid #f0f0f0;
  background: url(../images/flatBlock-bottom.gif) bottom left repeat-x #fff;
}
.block_menu_side h3 {
  padding: 6px 10px 4px 10px;
  font-size: 14px;
  font-weight: lighter;
  color: #4d4d4d;
  background: url(../images/roundBlock-top.gif) top left no-repeat #dfdfdf;
  border-bottom: 1px solid #d9d9d9;
}
.widget_right .block_menu_side h3 {
  background: url(../images/flatBlock-top.gif) top left repeat-x #dfdfdf;
}
.menu_nav ul ul {
  display: none;
}
.widget_left .menu_nav, .widget_right .menu_nav {
  padding: 8px 10px;
  border-left: 1px solid #d8d9da;
  border-right: 1px solid #d8d9da;
}

.widget_right {
  float: right;
  width: 184px;
  padding: 0px;
  overflow: hidden;
}
.widget_bottom {
  padding: 0px 10px;
  text-align: center;
  background-color: #06111a;
}
.widget_footer {
  height: 15px;
  padding: 70px 10px 15px 10px;
  overflow: hidden;
  text-align: center;
  color: #666;
  background: url(../images/bg_footer.png) top center no-repeat #03090e;
}
.widget_footer a {
  color: #fff;
  text-decoration: none;
}
.widget_footer a:hover {
  color: #fff;
  text-decoration: underline;
}
.block_default {
  margin: 5px 0px 10px 0px;
  line-height: 130%;
}
.block_bright-1 {
  margin: 5px 0px 10px 0px;
}
.block_bright-2 {
  margin: 5px 0px 10px 0px;
}
.block_bright-2 {
  
}
.block_light-1 {
  margin: 5px 0px 8px 0px;
  padding: 10px;
  line-height: 140%;
  background-color: #fff;
}
.block_light-2 {
  margin: 5px 0px 8px 0px;
  padding: 10px;
  background-color: #fff;
}
.block_light-3 {
  margin: 5px 0px 8px 0px;
  padding: 10px;
  color: #253245;
  background-color: #7ebadf;
  border: 1px solid #6fa2c1;
}
.block_dark-1 {
  margin: 5px 0px 10px 0px;
  padding: 0px 0px 10px 0px;
  background-color: #00578b;
  border: 1px solid #064f7b;;
}
.block_dark-2 {
  padding: 0px 0px 6px 0px;
  margin-bottom: 10px;
  background: url(../images/roundBlock-bottom.gif) bottom left no-repeat #fff;
}
.block_dark-3 {
  margin: 5px 0px 8px 0px;
  padding: 10px 10px 20px 10px;
  background-color: #fff;
}

.block_light-1 h3, .block_light-2 h3, .block_light-3 h3, .block_dark-3 h3 {
  padding: 0px 0px 5px 0px;
  margin-bottom: 5px;
  font-size: 12px;
  color: #2f476a;
  text-transform: uppercase;
  border-bottom: 1px solid #d9d9d9;
}
.block_light-3 h3 {
  border-bottom: 1px solid #529cc9;
}
.block_default h3, .block_bright-1 h3, .block_bright-2 h3 {
  padding: 0px 0px 5px 0px;
  margin-bottom: 1px;
  font-size: 12px;
  color: #2f476a;
  text-transform: uppercase;
  border-bottom: 1px solid #d9d9d9;
}
.block_default h3 {
  margin-bottom: 10px;
}
.block_dark-1 h3 {
  padding: 10px 10px 8px 10px;
  margin-bottom: 10px;
  font-size: 11px;
  color: #7ebadf;
  background-color: #064f7b;
  text-transform: uppercase;
}
.block_dark-2 h3 {
  padding: 6px 10px 4px 10px;
  font-size: 14px;
  font-weight: lighter;
  color: #4d4d4d;
  background: url(../images/roundBlock-top.gif) top left no-repeat #dfdfdf;
  border-bottom: 1px solid #d9d9d9;
}

.block_left {
  float: left;
  width: 558px;
  height: 30px;
  padding: 0px;
  overflow: hidden;
}

.block_right {
  float: right;
  width: 183px;
  height: 30px;
  padding: 0px;
  overflow: hidden;
}

.block_search {
  float: right;
  width: 197px;
  height: 30px;
  padding: 10px 0 0;
  overflow: hidden;
  background: url(../images/bg_search.gif) top right no-repeat;
}
.block_search input {
  width: 192px;
  padding-left: 5px;
  font-size: 12px;
  color: #484848;
  background-color: transparent;
  border: none;
}

.block_search .button {
  display: none;
}

.content_up {
  padding: 5px 0px;
  font-size: 11px;
  color: #888;
}
.content_up .created {
  float: left;
}
.content_up .author {
  float: right;
}
.content_front {
  line-height: 150%;
  color: #333;
}
.content_front img.thumbnail {
  float: left;
  margin-right: 10px;
  margin-bottom: 10px;
}
.content_front a, .content_front a:visited {
  color: #666;
  text-decoration: underline;
}
.content_front a:hover {
  color: #111;
  text-decoration: underline;
}
.content_front a.readmore, .content_front a.readmore:visited {
  padding-left: 5px;
  padding-right: 8px;
  color: #0088cc;
  text-decoration: none;
  background: url(../images/arrow-blue.gif) no-repeat;
  background-position: 100% 60%;
}
.content_front a.readmore:hover {
  padding-right: 8px;
  color: #e62f31;
  text-decoration: none;
  background: url(../images/arrow-gray.gif) no-repeat;
  background-position: 100% 60%;
}
.content_down {
  clear: both;
  padding: 3px 0px 8px 0px;
  font-size: 11px;
  color: #888;
  background: url(../images/dotted.gif) top left repeat-x;
}
.content_down .clear{
  padding-top: 6px;
  height: 1px;
  background: url(../images/dotted.gif) bottom left repeat-x;
}
.content_down .rating {
  float: left;
  width: 90px;
  height: 22px;
  font-size:18px;
  text-indent:-1000px;
}
.rating.v0 {background:url(../images/icon/0.gif) no-repeat;}
.rating.v1 {background:url(../images/icon/1.gif) no-repeat;}
.rating.v2 {background:url(../images/icon/2.gif) no-repeat;}
.rating.v3 {background:url(../images/icon/3.gif) no-repeat;}
.rating.v4 {background:url(../images/icon/4.gif) no-repeat;}
.rating.v5 {background:url(../images/icon/5.gif) no-repeat;}
.rating.v6 {background:url(../images/icon/6.gif) no-repeat;}
.rating.v7 {background:url(../images/icon/7.gif) no-repeat;}
.rating.v8 {background:url(../images/icon/8.gif) no-repeat;}
.rating.v9 {background:url(../images/icon/9.gif) no-repeat;}
.rating.v10{background:url(../images/icon/10.gif) no-repeat;}

.content_down #icon_print {
  float: right;
  margin-top: 2px;
  width: 22px;
  height: 16px;
  cursor: pointer;
  background: url(../images/icon/print.gif) no-repeat;
}
.content_down #icon_mail {
  float: right;
  margin-top: 2px;
  width: 22px;
  height: 16px;
  cursor: pointer;
  background: url(../images/icon/mail.gif) no-repeat;
}
.content_down #icon_download {
  float: right;
  margin-top: 2px;
  width: 22px;
  height: 16px;
  background: url(../images/icon/download.gif) no-repeat;
  cursor: pointer;
}
.content_down #icon_pdf {
  float: right;
  margin-top: 2px;
  width: 22px;
  height: 16px;
  cursor: pointer;
  background: url(../images/icon/pdf.gif) no-repeat;
}
.content_down #icon_edit {
  float: right;
  margin-top: 2px;
  width: 22px;
  height: 16px;
  background: url(../images/icon/edit.gif) no-repeat;
  cursor: pointer;
}
.content_down #icon_inactive {
  float: right;
  margin-top: 2px;
  width: 22px;
  height: 16px;
  background: url(../images/icon/inactive.gif) no-repeat;
}
.content_tags {
  clear: both;
  padding: 5px 0px 10px 0px;
  color: #111;
  margin-bottom: 10px;
}
.content_tags a, .content_tags a:visited {
  padding: 0px 10px;
  color: #333;
  text-decoration: underline;
}
.content_tags a:hover {
  color: #e62f31;
  text-decoration: underline;
}
.content_rss {
  float: right;
}
.modified {
  float: right;
  padding-top: 3px;
  padding-right: 3px;
  font-style: italic;
  color: #888;
}
.rating_post {
  white-space: nowrap;
  float: left;
}
.rating_post input {
  width: 18px;
  height: 18px;
  border: 0px;
  padding: 0px;
  margin: -1px;
  cursor: pointer;
  background: url(../images/icon/3.gif) no-repeat;
  background-position: -36px 0px;
}
.rating_post input:hover, .rating_post input.active {
  background-position: 0px 0px;
}
.rating_post span {
  padding-left: 4px;
}
.rating_post .voters {
  display:  block;
  padding-top: 4px;
  padding-left: 4px;
}
p.comment {
  margin: 10px 0px !important;
  padding: 5px 0px !important;
}
p.comment a, p.comment a:visited {
  color: #333;
  text-decoration: underline;
}
p.comment a:hover {
  color: #888888;
  text-decoration: none;
}
p.comment img {
  margin-bottom: -3px;
  margin-right: 3px;
}
ul.comment_list {
  margin: 0px !important;
  padding: 0px 1px !important;
  list-style: none;
  border-right: 1px solid #eee;
  border-left: 1px solid #eee;
  border-bottom: 1px solid #eee;
}
ul.comment_list li {
  padding: 1px 0px !important;
  border-top: 1px solid #eee;
}
ul.comment_list li .comment_list-content {
  padding: 10px;
  background-color: #f6f6f6;
}
ul.comment_list li .comment_list-content .photo {
  width: 60px;
  float: left;
  padding: 0px;
  margin-right: 15px;
  overflow: hidden;
}
ul.comment_list li .comment_list-content .brief {
  display: table;
  height: 1%;
}
ul.comment_list li .comment_list-content span {
  display: block;
  font-size: 11px;
  color: #888;
}
.comment_list-content a, li.comment_list-content a b {
  color: #333;
}
.comment_list-content a:hover, li.comment_list-content a:hover b {
  color: #1154ba;
}
.comment_list-content p {
  margin: 0px 0px 5px 0px !important;
  padding: 2px 0px !important;
}
.comment_post {
  margin: 15px 0px;
  padding: 0px 10px 10px 10px;
  background-color: #e3f3ff;
  border-top: 1px solid #eee;
}
.comment_post h3 {
  margin: 0px 0px 10px 0px !important;
  margin-left: -10px !important;
  margin-right: -10px !important;
  padding: 10px 10px 10px 12px !important;
  font-size: 13px;
  color: #1154ba;
  border-top: 1px solid #fff;
}
.comment_post span {
  float: left;
  width: 120px;
  padding-left: 20px;
  font-size: 12px;
}
.comment_post input {
  font-size: 12px;
  width: 280px;
  padding: 2px;
  color: #333;
  margin-bottom: 5px;
  border: 1px solid #dcdfe3;
}
.comment_post textarea {
  font-size: 12px;
  width: 280px;
  height: 100px;
  padding: 2px;
  color: #333;
  margin-bottom: 5px;
  border: 1px solid #dcdfe3;
}
.comment_post input:focus, .comment_post textarea:focus {
  border: 1px solid #a1b0c0;
}
.comment_post input.button {
  width: auto;
  padding-right: 10px;
  padding-left: 10px;
  font-size: 11px;
  color: #fff;
  background-color: #00578b;
  border: 1px solid #064f7b;
  cursor: pointer;
}
.comment_post .smiley_container {
  position: absolute;
}
.comment_post .smiley_container #smiley_icons {
  position: relative;
  width: 308px;
  left: 116px;
  top: -186px;
  padding-bottom: 6px;
  border-top: 1px solid #E2E2E2;
  border-right: 1px solid #CCC;
  border-bottom: 1px solid #CCC;
  border-left: 1px solid #E2E2E2;
  background: #F8F8EE;
  z-index: 300;
  display: none;
}
.comment_post .smiley_container #smiley_icons img{
  padding: 4px 8px;
  cursor: pointer;
}
.smiley_link {
  margin-top: -2px;
  padding-left: 383px;
  text-align: left;
}
.smiley_link a {
  color: #317ebd;
  text-decoration: none;
}
.smiley_link a:hover {
  color: #e62f31;
  text-decoration: none;
}
#captcha_image {
  float: left;
}
#captcha_refresh {
  width: 24px;
  height: 42px;
  background: url(../images/refresh.gif) no-repeat;
  background-position: 0px 23px;
  float: left;
  cursor: pointer;
}

.gallery_block {
  margin-bottom: 20px;
  padding: 10px 6px 8px 5px;
  background-color: #001d33;
  border: 2px solid #111;
}
.gallery_block ul {
  list-style-type: none;
  padding: 0px;
  display: none;
}
.gallery_block ul.noslide {
  padding-left: 4px;
}
.gallery_block ul li {
  float: left;
  width: 124px;
  height: 84px;
  margin: 0px 5px 0 0;
  padding: 0px;
  overflow: hidden;
}
.gallery_block ul li a img {
  border: 1px solid #6a798e;
}
.gallery_block ul li a:hover img {
  border: 1px solid #fff;
}
.gallery_block li a {
  text-decoration: none;
}
.gallery_block .link_more {
  clear: both;
  padding: 5px 5px 0px 5px;
}
.gallery_block .link_more a, .gallery_block .link_more a:hover {
  color: #fff;
}

.gallery_block .gallery_scroll {
  float: left;
  position:relative;
  width: 510px;
  height: 84px;
  margin-bottom: 3px;
  padding: 0;
  overflow: hidden;
  background-color: #02121e;
  border: 5px solid #02121e;
}
.gallery_block .gallery_scroll ul {
  
}
/* Container DIV - automatically generated */
.simply-scroll-container { 
  position: relative;
}

/* Clip DIV - automatically generated */
.simply-scroll-clip { 
  position: relative;
  overflow: hidden;
  z-index: 2;
}

/* UL/OL/DIV - the element that simplyScroll is inited on
Class name automatically added to element */
.simply-scroll-list { 
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  overflow: hidden;
  margin: 0;
  padding: 0;
  list-style: none;
}
  
.simply-scroll-list li {
  padding: 0;
  margin: 0;
  list-style: none;
}
  
.simply-scroll-list li img {
  border: none;
  display: block;
}

/* Custom class modifications - adds to / overrides above

.simply-scroll is default base class */

/* Container DIV */
.simply-scroll {
  width: 100%;
  height: 820px;
  margin-bottom: 1em;
}

/* Clip DIV */
.simply-scroll .simply-scroll-clip {
  width: 100%;
  height: 82px;
}
  
/* Explicitly set height/width of each list item */ 
.simply-scroll .simply-scroll-list li {
  float: left; /* Horizontal scroll only */
  height: 82px;
}


/*-----------------------------------------------------------------------*/

.testimonial_block {
  padding: 10px 10px 5px 68px;
  margin-bottom: 1px;
  color: #333;
  background: url(../images/bgQuote.gif) top left no-repeat #e3f3ff;
}
* html .testimonial_block {
  height: 30px;
  overflow: visible;
}
.testimonial_block li {
  padding-bottom: 12px;
  line-height: 150%;
}
.testimonial_block li p {
  
}
.testimonial_block li p b {
  color: #111;
}
.testimonial_block li p img {
  float: left;
  margin-top: -3px;
  margin-right: 8px;
  padding: 5px 5px;
}
.testimonial_block li p span {
  padding-left: 5px;
  font-size: 11px;
  color: #0088cc;
}
.testimonial_block li p span span {
  padding: 0px 1px;
  color: #ddd;
}
.block_bright-2 .link_more {
  padding: 8px 10px 0px 0px;
  background: url(../images/dotted.gif) top left repeat-x;
}

.link_block {
  
}
.link_block li {
  padding-left: 10px;
}
.link_block li a, .link_block li a:visited {
  display: block;
  padding: 5px 10px 6px 12px;
  color: #666;
  text-decoration: none;
  background: url(../images/arrow-gray.gif) no-repeat;
  background-position: 0px 8px;
}
.link_block li a:hover {
  color: #333;
  text-decoration: none;
  background: url(../images/arrow-blue.gif) no-repeat;
  background-position: 0px 8px;
}
.agenda_block table{
  margin: 0px;
  padding: 0px;
  width: 100%;
  border-bottom: 1px solid #ccc;
}
.agenda_block table th {
  padding: 6px 2px;
  color: #fff;
  background-color: #00578b;
  border-bottom: 2px solid #fff;
}
.agenda_block table td {
  padding: 2px;
  text-align: center;
}
.agenda_block table th a {
  font-size: 9px;
}
.agenda_block table th a:hover {
  color: #fff;
  text-decoration: none;
}
.agenda_block table td a:hover {
  color: #e62f31;
  text-decoration: none;
}
.chat_block {
  padding: 10px 0px 10px 5px;
}
.chat_block p {
  clear: both;
  height: 14px;
  color: #fff;
  padding-bottom: 2px;
}
.chat_block p img {
  float: right;
}
.chat_block p a, .chat_block p a:visited {
  color: #253245;
  text-decoration: none;
}
.chat_block p a:hover {
  color: #fff;
  text-decoration: none;
}
.chat_block_address {
  padding: 10px 8px 15px 8px;
  line-height: 120%;
  background-color: #c4e4fb;
}
.chat_block_address a, .chat_block_address a:visited {
  color: #666;
  text-decoration: underline;
}
.chat_block_address a:hover {
  color: #333;
  text-decoration: underline;
}

.language_block_select {
  margin: 0px 10px;
  padding: 0px 0px 0px 2px;
  border: 0px;
  font-size: 11px;
  background: transparent;
  background-color: #00578b;
  width: 90%;
  color: #fff;
}
.language_block_select option {
  background-color: #00578b;
}
.language_block {
  margin: 0px 10px;
  padding: 10px 0px 12px 2px;
  border-top: 1px solid #282828;
}
.language_block li {
  display: inline;
  padding: 0px 5px 0px 7px;
  border-left: 1px solid #2d2e30;
}
.language_block li.first {
  border: none;
  padding-left: 0px;
}
.language_block li.last {
  padding-right: 0px;
}
.language_block li a, .language_block li a:visited {
  color: #999;
  text-decoration: none;
}
.language_block li a:hover {
  color: #999;
  text-decoration: underline;
}
.language_block li.active a, .language_block li.active a:visited {
  color: #ededed;
  text-decoration: none;
}

.login_block {
  padding: 10px 12px;
  border-left: 1px solid #d8d9da;
  border-right: 1px solid #d8d9da;
}
.login_block p {
  clear: both;
  padding: 2px 0px;
}
.login_block p input {
  width: 156px;
  height: 17px;
  margin: 2px 0px;
  font-size: 11px;
  color: #666;
  background-color: #eef7fd;
  border-top: 1px solid #dcddde;
  border-left: 1px solid #dcddde;
  border-right: 1px solid #ebeced;
  border-bottom: 1px solid #ebeced;
}
.login_block p input:focus {
  background-color: #fff;
}
.login_block p label {
  padding: 5px 0px;
  color: #0088cc;
}
.login_block p label input {
  float: left;
  width: auto;
  margin: auto;
  margin-top: -2px;
  margin-right: 4px;
  background-color: #fff;
  border: none;
}
.login_block p .button {
  width: auto;
  height: auto;
  margin: 2px 0px;
  padding: 2px 12px;
  font-size: 11px;
  color: #fff;
  text-transform: uppercase;
  background-color: #00578b;
  border: 1px solid #064f7b;
  cursor: pointer;
}
.login_block p a, .login_block p a:visited {
  color: #00578b;
  text-decoration: underline;
  display: block;
}
.login_block p a:hover {
  color: #e62f31;
  text-decoration: underline;
}

.polling_block_q {
  padding: 8px 0px 12px 0px;
}
.polling_block_cell input {
  margin-left: 10px;
}
.polling_block_cell label {
  line-height: 180%;
}
.polling_block_cell .button {
  width: auto;
  height: auto;
  margin-top: 15px;
  margin-left: 0px;
  margin-right: 25px;
  padding: 2px 12px;
  font-size: 11px;
  color: #fff;
  text-transform: uppercase;
  background-color: #00578b;
  border: 1px solid #064f7b;
  cursor: pointer;
}
.polling_block_cell a.polling_block_link {
  color: #00578b;
  text-decoration: underline;
}
.polling_block_cell a.polling_block_link:hover {
  color: #e62f31;
  text-decoration: underline;
}

.link_more {
  text-align: right;
  line-height: 100%;
}
.link_more a {
  padding-right: 8px;
  color: #0088cc;
  text-decoration: none;
  background: url(../images/arrow-blue.gif) no-repeat;
  background-position: 100% 60%;
}
.link_more a:hover {
  color: #e62f31;
  text-decoration: none;
  background: url(../images/arrow-gray.gif) no-repeat;
  background-position: 100% 60%;
}

table.statistic {
  border: none;
  width: 100%;
}
table.statistic th {
  padding: 3px 5px 3px 10px;
  font-weight: lighter;
  text-align: left;
  background-color: #f8f8f8;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
}
table.statistic td {
  padding: 3px 8px 3px 8px;
  background-color: #f0f0f0;
  border-bottom: 1px solid #fff;
}

.polling_result {
  margin: 15px 0px;
  padding: 0px 10px 10px 10px;
  background-color: #e3f3ff;
  border-top: 1px solid #eee;
}
.polling_result h3 {
  height: 14px;
  margin: 0px !important;
  margin-left: -10px !important;
  margin-right: -10px !important;
  padding: 15px 10px 10px 12px !important;
  font-size: 11px;
  color: #00578b;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
}
.polling_result ul {
  padding: 10px 10px 20px 10px;
}
.polling_result ul li {
  padding: 8px 0px;
}
.polling_result span {
  float: left;
  width: 120px;
  padding-left: 10px;
  color: #484848;
  font-weight: bold;
}
.polling_result p {
  float: right;
  margin: 0px !important;
  padding: 0px 0px 0px 10px !important;
  width: 30px;
  color: #484848;
}
.polling_result .vote_result {
  float: right;
  width: 300px;
  color: #fff;
  background-color: #c0def6;
}
.polling_result .vote_bar {
  float: left;
  height: 16px;
  margin-right: 10px;
  padding: 0px;
  overflow: hidden;
  background: url(../images/polling_bar.png) top left repeat-x;
}

.search_result {
  border-bottom: 1px solid #ddd;
}
.search_result h3 {
  padding: 5px 0px !important;
  border-bottom: 1px solid #ddd;
}

/* ///////// hack ie-6 ////////// */
* html .block_menu_side h3 {
  height: 10px;
  overflow: visible;
}
* html .widget_left .menu_nav {
  height: 40px;
  overflow: visible;
}
* html .widget_right .menu_nav {
  height: 40px;
  overflow: visible;
}
* html .widget_left .vertical li {
  width: 160px;
  float: left;
  display: block;
  height: 36px;
  padding: 0px;
  overflow: hidden;
}
* html .widget_right .vertical li {
  width: 160px;
  float: left;
  display: block;
  height: 36px;
  padding: 0px;
  overflow: hidden;
}
* html .link_block li {
  height: 10px;
  overflow: visible;
}
* html .block_dark-1 {
  height: 40px;
  overflow: visible;
}
* html .block_dark-2 h3 {
  height: 10px;
  overflow: visible;
}
* html .block_dark-2 p {
  height: 10px;
  overflow: visible;
}
* html .login_block p .button {
  padding: 1px 5px;
}
* html .polling_block_cell .button {
  padding: 1px 5px;
}
* html .polling_block_cell .button {
  margin-bottom: -3px;
}
* html .content_down {
  height: 10px;
  padding-bottom: 0px;
}
* html .content_down .clear {
  padding: 0px;
  margin-top: -5px;
}
* html .content_down .rating {
  height: 10px;
  overflow: visible;
}

/* ///////// hack ie-7 ////////// */

*:first-child+html .login_block p .button {
  padding: 1px 5px;
}
*:first-child+html .polling_block_cell .button {
  padding: 1px 5px;
}
*:first-child+html .polling_block_cell .button {
  margin-bottom: -3px;
}
*:first-child+html .gallery_block .link_more {
  padding: 2px 5px 0px 5px;
}
*:first-child+html .content_down {
  padding-top: 2px;
}
*:first-child+html .content_down .clear {
  padding-top: 2px;
}
*:first-child+html .content_down .rating {
  min-height: 10px;
  overflow: visible;
}

.imgslide {
  position: absolute;
  top: 0;
  left: 0;
  width: 500px;
  height: 150px;
  overflow: hidden;
  z-index: 1;
}
.imgslide img {
  position: absolute;
    top: 0;
    left: 0;
  width: 500px;
  height: 150px;
  overflow: hidden;
    z-index: 8;
    opacity: 0.0;
}
.imgslide img.active {
    z-index: 10;
}
.imgslide img.last-active {
    z-index: 9;
}
.slidemask {
  position: absolute;
  top: 0;
  left: 0;
  width: 500px;
  height: 150px;
  overflow: hidden;
  z-index: 2;
  background: url(../images/slide_mask.png) top left no-repeat;
}
* html .slidemask {
  background: none;
}
.slidemask img {
  display: none;
}

/*	START CSS MENU	*/
.MM {
	display: none;
}
.ThemeOfficeMenu, .ThemeOfficeSubMenuTable {
	font-family: tahoma, verdana, sans-serif;
	font-size: 12px;
	padding: 0;
	white-space: nowrap;
	cursor:	default;
}
.ThemeOfficeSubMenu {
	position: absolute;
	visibility:	hidden;
	overflow: hidden;
	padding: 0px;
	border:	none;
	background-color: transparent;
}
.ThemeOfficeSubMenuShadow {
	z-index: -1;
	position: absolute;
	top: 9px;
	left: 9px;
	width: 100%;
	height: 300em;
	background-color: black;
	opacity: 0.15;
	border: 0;
	margin: 0;
}
.ThemeOfficeSubMenuTable {}
.ThemeOfficeMainItem, .ThemeOfficeMainItemHover, .ThemeOfficeMainItemActive, .ThemeOfficeMenuItem, .ThemeOfficeMenuItemHover, .ThemeOfficeMenuItemActive {
	border: none;
	cursor: default;
	white-space: nowrap;
}
.ThemeOfficeMenu a, .ThemeOfficeSubMenuTable a {} 

/* common background color to both horizontal and vertical menus */

.ThemeOfficeMainItem {}
.ThemeOfficeMainItemHover, .ThemeOfficeMainItemActive {}

/* horizontal main menu */

.ThemeOfficeMainItem {}
td.ThemeOfficeMainItemHover, td.ThemeOfficeMainItemActive {}
.ThemeOfficeMainFolderLeft, .ThemeOfficeMainItemLeft, .ThemeOfficeMainFolderText, .ThemeOfficeMainItemText, .ThemeOfficeMainFolderRight, .ThemeOfficeMainItemRight {}

/* vertical main menu sub components */

td.ThemeOfficeMainFolderLeft, td.ThemeOfficeMainItemLeft {}
td.ThemeOfficeMainFolderText, td.ThemeOfficeMainItemText {}
td.ThemeOfficeMainItemRight, td.ThemeOfficeMainFolderRight {}
tr.ThemeOfficeMainItemHover td.ThemeOfficeMainFolderLeft, tr.ThemeOfficeMainItemActive td.ThemeOfficeMainFolderLeft, tr.ThemeOfficeMainItemHover td.ThemeOfficeMainItemLeft, tr.ThemeOfficeMainItemActive td.ThemeOfficeMainItemLeft {}
tr.ThemeOfficeMainItemHover td.ThemeOfficeMainFolderText, tr.ThemeOfficeMainItemActive td.ThemeOfficeMainFolderText, tr.ThemeOfficeMainItemHover td.ThemeOfficeMainItemText, tr.ThemeOfficeMainItemActive td.ThemeOfficeMainItemText {}
tr.ThemeOfficeMainItemHover td.ThemeOfficeMainFolderRight, tr.ThemeOfficeMainItemActive td.ThemeOfficeMainFolderRight, tr.ThemeOfficeMainItemHover td.ThemeOfficeMainItemRight, tr.ThemeOfficeMainItemActive td.ThemeOfficeMainItemRight {}

/* sub menu sub components */

.ThemeOfficeMenuItem {}
.ThemeOfficeMenuItemHover,.ThemeOfficeMenuItemActive {}
.ThemeOfficeMenuFolderLeft, .ThemeOfficeMenuItemLeft {}
.ThemeOfficeMenuFolderText, .ThemeOfficeMenuItemText {}
.ThemeOfficeMenuFolderRight, .ThemeOfficeMenuItemRight {} 
.ThemeOfficeMenuItemHover .ThemeOfficeMenuFolderLeft, .ThemeOfficeMenuItemActive .ThemeOfficeMenuFolderLeft, .ThemeOfficeMenuItemHover .ThemeOfficeMenuItemLeft, .ThemeOfficeMenuItemActive .ThemeOfficeMenuItemLeft {}
.ThemeOfficeMenuItemHover .ThemeOfficeMenuFolderText, .ThemeOfficeMenuItemActive .ThemeOfficeMenuFolderText, .ThemeOfficeMenuItemHover .ThemeOfficeMenuItemText, .ThemeOfficeMenuItemActive .ThemeOfficeMenuItemText {}
.ThemeOfficeMenuItemHover .ThemeOfficeMenuFolderRight, .ThemeOfficeMenuItemActive .ThemeOfficeMenuFolderRight, .ThemeOfficeMenuItemHover .ThemeOfficeMenuItemRight, .ThemeOfficeMenuItemActive .ThemeOfficeMenuItemRight {}

/* menu splits */
td.ThemeOfficeMenuSplit {
	margin: 0px;
	padding: 0px;
	border: 0px;
}
div.ThemeOfficeMenuSplit {
	margin:	3px;
	height:	0px;
	overflow: hidden;
	background-color: inherit;
	border-top:	1px solid #C6C3BD;
}

.ThemeOfficeMenuItem img.seq1 {
	display: inline;
}
.ThemeOfficeMenuItemHover seq2, .ThemeOfficeMenuItemActive seq2 {
	display: inline;
}
.ThemeOfficeMenuItem .seq2, .ThemeOfficeMenuItemHover .seq1, .ThemeOfficeMenuItemActive .seq1 {
	display: none;
}
/*=========================================
 * DI SINI TEMPAT UNTUK CLASS MENU
 *========================================*/
/* top */
.block_menu_top {
	float: left;
	width: 760px;
	height: 39px;
	margin-top: 1px;
	padding: 0px;
	overflow: hidden;
}
.block_menu_top .ThemeOfficeMenu {
	float: left;
}
.block_menu_top .ThemeOfficeMainItem, .block_menu_top .ThemeOfficeMainItem span {
	float: left;
}
.block_menu_top td.ThemeOfficeMainItemHover, .block_menu_top td.ThemeOfficeMainItemActive, .block_menu_top td.ThemeOfficeMainItemHover span, .block_menu_top td.ThemeOfficeMainItemActive span {
	cursor: pointer;
	float: left;
}
.block_menu_top .ThemeOfficeMainFolderText, .block_menu_top .ThemeOfficeMainItemText {
	font-size: 12px;
	color: #9aa6b8;
	font-weight: bold;
	text-decoration: none;
	margin-right: -8px;
}
.block_menu_top .ThemeOfficeMainFolderLeft, .block_menu_top .ThemeOfficeMainItemLeft {
	margin: 0px;
	padding: 0px;
	overflow: hidden;
}
.block_menu_top .ThemeOfficeMainFolderRight, .block_menu_top .ThemeOfficeMainItemRight {
	margin: 0px;
	padding: 0px;
	overflow: hidden;
}
.block_menu_top .ThemeOfficeMainItem a {
	color: #555;
	text-decoration: none;
	display: block;
	padding: 11px 10px 12px;
}
.block_menu_top td.ThemeOfficeMainItemHover a, .block_menu_top td.ThemeOfficeMainItemActive a {
	color: #fff;
	text-decoration: none;
	background-color: #2d83b8;
	display: block;
	padding: 11px 10px 12px;
}

.block_menu_top .ThemeOfficeSubMenu {
	margin-top: 0px;
	margin-left: 1px;
	width: 200px;
	padding: 0px;
	overflow: hidden;
	background-color: #fff;
	border: 1px solid #ddd;
	border-bottom: none;
}
.block_menu_top .ThemeOfficeMenuItem {
	width: 200px;
	display: block;
}
.block_menu_top .ThemeOfficeMenuItemHover, .block_menu_top .ThemeOfficeMenuItemActive {
	width: 200px;
	display: block;
	cursor: pointer;	
}
.block_menu_top .ThemeOfficeMenuItem a, .block_menu_top .ThemeOfficeMenuItemHover a, .block_menu_top .ThemeOfficeMenuItemActive a {
	font-size: 11px;
	color: #00578b;
	text-decoration: none;
	display: block;
	padding: 6px 10px;
}

.block_menu_top .ThemeOfficeMenuFolderText, .block_menu_top .ThemeOfficeMenuItemText {
	width: 200px;
	display: block;
	padding: 0;
	border: none;
	white-space: nowrap;
	background-color: #fff;
	border-bottom: 1px solid #ccc;
}

.block_menu_top .ThemeOfficeMenuItemHover .ThemeOfficeMenuFolderText, .block_menu_top .ThemeOfficeMenuItemActive .ThemeOfficeMenuFolderText,
.block_menu_top .ThemeOfficeMenuItemHover .ThemeOfficeMenuItemText, .block_menu_top .ThemeOfficeMenuItemActive .ThemeOfficeMenuItemText 
{
	width: 200px;
	display: block;
	padding: 0;
	border: none;
	white-space: nowrap;
	background-color: #d0ebff;
	border-bottom: 1px solid #ccc;
}
.block_menu_top .ThemeOfficeMenuFolderLeft, .block_menu_top .ThemeOfficeMenuItemLeft,
.block_menu_top .ThemeOfficeMenuItemHover .ThemeOfficeMenuFolderLeft, .block_menu_top .ThemeOfficeMenuItemActive .ThemeOfficeMenuFolderLeft,
.block_menu_top .ThemeOfficeMenuItemHover .ThemeOfficeMenuItemLeft, .block_menu_top .ThemeOfficeMenuItemActive .ThemeOfficeMenuItemLeft,
.block_menu_top .ThemeOfficeMenuFolderRight, .block_menu_top .ThemeOfficeMenuItemRight,
.block_menu_top .ThemeOfficeMenuItemHover .ThemeOfficeMenuFolderRight, .block_menu_top .ThemeOfficeMenuItemActive .ThemeOfficeMenuFolderRight,
.block_menu_top .ThemeOfficeMenuItemHover .ThemeOfficeMenuItemRight, .block_menu_top .ThemeOfficeMenuItemActive .ThemeOfficeMenuItemRight 
{
	display: none;
}

 /* side */
.block_menu_side {
	margin: 5px 0px;
	padding: 0px 0px 6px 0px;
	background: url(../images/roundBlock-bottom.gif) bottom left no-repeat #fff;
}
.block_menu_side h3 {
	margin: 0px !important;
	padding: 6px 10px 4px 10px !important;
	font-size: 14px;
	font-weight: lighter;
	color: #4d4d4d;
	background: url(../images/roundBlock-top.gif) top left no-repeat #dfdfdf;
	border-bottom: 1px solid #d9d9d9;
}
.block_menu_side .ThemeOfficeMenu {
	width: 100%;
	margin: 10px 0px 15px 0px;
}
.block_menu_side .ThemeOfficeMainItem {}
.block_menu_side .ThemeOfficeMainItem span {}
.block_menu_side td.ThemeOfficeMainItemHover, .block_menu_side td.ThemeOfficeMainItemActive, .block_menu_side td.ThemeOfficeMainItemHover span, .block_menu_side td.ThemeOfficeMainItemActive span {}

.block_menu_side .ThemeOfficeMainFolderText, .block_menu_side .ThemeOfficeMainItemText {
	overflow: hidden;
	margin: 0px !important;
	font-size: 11px;
	padding: 0;
	color: #00578b;
	font-weight: bold;
	text-decoration: none;
	cursor: pointer;
	background: url(../images/arrow-gray-menu.gif) no-repeat;
	background-position: 100% 50%;
	border-bottom: 1px solid #d9d9d9;
}
.block_menu_side  tr.ThemeOfficeMainItemHover td.ThemeOfficeMainFolderText, .block_menu_side  tr.ThemeOfficeMainItemActive td.ThemeOfficeMainFolderText,
.block_menu_side  tr.ThemeOfficeMainItemHover td.ThemeOfficeMainItemText, .block_menu_side  tr.ThemeOfficeMainItemActive td.ThemeOfficeMainItemText {
	color: #253245;
	text-decoration: none;
	background: url(../images/arrow-blue-menu.gif) no-repeat #f2f2f2;
	background-position: 0px 50%;
	cursor: pointer;
	border-bottom: 1px solid #ccc;	
}
.block_menu_side .ThemeOfficeMainFolderLeft, .block_menu_side .ThemeOfficeMainItemLeft {
	width: 12px;
	margin: 0px;
	padding: 0px;
	overflow: hidden;
}
.block_menu_side .ThemeOfficeMainFolderRight, .block_menu_side .ThemeOfficeMainItemRight {
	width: 12px;
	margin: 0px;
	padding: 0px;
	overflow: hidden;
}
.block_menu_side .ThemeOfficeMainItem a {
	display: block;
	padding: 11px 5px;
	color: #253245;
	text-decoration: none;
}
.block_menu_side td.ThemeOfficeMainItemHover a, .block_menu_side td.ThemeOfficeMainItemActive a {
	display: block;
	padding: 11px 5px;
	color: #253245;
	text-decoration: none;
}

.block_menu_side .ThemeOfficeSubMenu {
	margin-top: 1px;
	margin-left: 1px;
	width: 164px;
	padding: 0px;
	overflow: hidden;
	background-color: #fff;
	border: 1px solid #ccc;
	border-bottom: none;
}
.block_menu_side .ThemeOfficeMenuItem {
	width: 164px;
	display: block;
}
.block_menu_side .ThemeOfficeMenuItemHover, .block_menu_side .ThemeOfficeMenuItemActive {
	width: 164px;
	display: block;
	cursor: pointer;
}
.block_menu_side .ThemeOfficeMenuItem a {
	font-size: 11px;
	color: #253245;
	text-decoration: none;
	display: block;
	padding: 7px 10px;
}
.block_menu_side .ThemeOfficeMenuItemHover a, .block_menu_side .ThemeOfficeMenuItemActive a {
	font-size: 11px;
	color: #253245;
	text-decoration: none;
	display: block;
	padding: 7px 10px;
}

.block_menu_side .ThemeOfficeMenuFolderText, .block_menu_side .ThemeOfficeMenuItemText {
	width: 164px;
	display: block;
	padding: 0;
	border: none;
	white-space: nowrap;
	background-color: #fff;
	border-bottom: 1px solid #ccc;	
}

.block_menu_side .ThemeOfficeMenuItemHover .ThemeOfficeMenuFolderText, .block_menu_side .ThemeOfficeMenuItemActive .ThemeOfficeMenuFolderText,
.block_menu_side .ThemeOfficeMenuItemHover .ThemeOfficeMenuItemText, .block_menu_side .ThemeOfficeMenuItemActive .ThemeOfficeMenuItemText 
{
	width: 164px;
	display: block;
	padding: 0;
	border: none;
	white-space: nowrap;
	background-color: #d0ebff;
	border-bottom: 1px solid #ccc;	
}
.block_menu_side  tr.ThemeOfficeMainItemHover td.ThemeOfficeMainFolderText a, 
.block_menu_side  tr.ThemeOfficeMainItemActive td.ThemeOfficeMainFolderText a,
.block_menu_side  tr.ThemeOfficeMainItemHover td.ThemeOfficeMainItemText a, 
.block_menu_side  tr.ThemeOfficeMainItemActive td.ThemeOfficeMainItemText a {
	color: #00578b;
	text-decoration: none;
	display: block;
	padding: 11px 5px;
}
.block_menu_side .ThemeOfficeMenuFolderLeft, .block_menu_side .ThemeOfficeMenuItemLeft,
.block_menu_side .ThemeOfficeMenuItemHover .ThemeOfficeMenuFolderLeft, .block_menu_side .ThemeOfficeMenuItemActive .ThemeOfficeMenuFolderLeft,
.block_menu_side .ThemeOfficeMenuItemHover .ThemeOfficeMenuItemLeft, .block_menu_side .ThemeOfficeMenuItemActive .ThemeOfficeMenuItemLeft,
.block_menu_side .ThemeOfficeMenuFolderRight, .block_menu_side .ThemeOfficeMenuItemRight,
.block_menu_side .ThemeOfficeMenuItemHover .ThemeOfficeMenuFolderRight, .block_menu_side .ThemeOfficeMenuItemActive .ThemeOfficeMenuFolderRight,
.block_menu_side .ThemeOfficeMenuItemHover .ThemeOfficeMenuItemRight, .block_menu_side .ThemeOfficeMenuItemActive .ThemeOfficeMenuItemRight 
{
	display: none;
}

/* bottom */
.block_menu_bottom {
	text-align: center;
}
.block_menu_bottom .ThemeOfficeMenu {
	width: auto;
	margin: 0px auto;
	text-align: left;
}
.block_menu_bottom .ThemeOfficeMainItem, .block_menu_bottom .ThemeOfficeMainItem span {
	
}
.block_menu_bottom td.ThemeOfficeMainItemHover, .block_menu_bottom td.ThemeOfficeMainItemActive, .block_menu_bottom td.ThemeOfficeMainItemHover span, .block_menu_bottom td.ThemeOfficeMainItemActive span {
	cursor: pointer;
}
.block_menu_bottom .ThemeOfficeMainFolderText, .block_menu_bottom .ThemeOfficeMainItemText {
	height: 20px;
	overflow: hidden;
	margin: 0px !important;
	font-size: 12px;
	padding: 0px;
	color: #9aa6b8;
	text-decoration: none;
}
.block_menu_bottom .ThemeOfficeMainFolderLeft, .block_menu_bottom .ThemeOfficeMainItemLeft {
	display: none;
}
.block_menu_bottom .ThemeOfficeMainFolderRight, .block_menu_bottom .ThemeOfficeMainItemRight {
	display: none;
}
.block_menu_bottom .ThemeOfficeMainItem a {
	display: block;
	padding: 10px 15px;
	color: #9aa6b8;
	text-decoration: none;
}
.block_menu_bottom td.ThemeOfficeMainItemHover a, .block_menu_bottom td.ThemeOfficeMainItemActive a {
	display: block;
	padding: 10px 15px;
	color: #fff;
	text-decoration: none;
}

.block_menu_bottom .ThemeOfficeSubMenu {
	margin-top: 0px;
	margin-left: 0px;
	width: 164px;
	padding: 0px;
	overflow: hidden;
	background-color: #fff;
	border: 1px solid #eee;
	border-bottom: none;
}
.block_menu_bottom .ThemeOfficeMenuItem {
	text-align: left;
	width: 164px;
	display: block;
}
.block_menu_bottom .ThemeOfficeMenuItemHover, .block_menu_bottom .ThemeOfficeMenuItemActive {
	text-align: left;
	width: 164px;
	display: block;
	cursor: pointer;	
}
.block_menu_bottom .ThemeOfficeMenuItem a, .block_menu_bottom .ThemeOfficeMenuItemHover a, .block_menu_bottom .ThemeOfficeMenuItemActive a {
	font-size: 11px;
	color: #253245;
	text-decoration: none;
	display: block;
	padding: 6px 10px;
}

.block_menu_bottom .ThemeOfficeMenuFolderText, .block_menu_bottom .ThemeOfficeMenuItemText {
	width: 164px;
	display: block;
	padding: 0;
	border: none;
	white-space: nowrap;
	background-color: #fff;
	border-bottom: 1px solid #eee;
}

.block_menu_bottom .ThemeOfficeMenuItemHover .ThemeOfficeMenuFolderText, .block_menu_bottom .ThemeOfficeMenuItemActive .ThemeOfficeMenuFolderText,
.block_menu_bottom .ThemeOfficeMenuItemHover .ThemeOfficeMenuItemText, .block_menu_bottom .ThemeOfficeMenuItemActive .ThemeOfficeMenuItemText 
{
	width: 164px;
	display: block;
	padding: 0;
	border: none;
	white-space: nowrap;
	background-color: #d0ebff;
	border-bottom: 1px solid #eee;
}
.block_menu_bottom .ThemeOfficeMenuFolderLeft, .block_menu_bottom .ThemeOfficeMenuItemLeft,
.block_menu_bottom .ThemeOfficeMenuItemHover .ThemeOfficeMenuFolderLeft, .block_menu_bottom .ThemeOfficeMenuItemActive .ThemeOfficeMenuFolderLeft,
.block_menu_bottom .ThemeOfficeMenuItemHover .ThemeOfficeMenuItemLeft, .block_menu_bottom .ThemeOfficeMenuItemActive .ThemeOfficeMenuItemLeft,
.block_menu_bottom .ThemeOfficeMenuFolderRight, .block_menu_bottom .ThemeOfficeMenuItemRight,
.block_menu_bottom .ThemeOfficeMenuItemHover .ThemeOfficeMenuFolderRight, .block_menu_bottom .ThemeOfficeMenuItemActive .ThemeOfficeMenuFolderRight,
.block_menu_bottom .ThemeOfficeMenuItemHover .ThemeOfficeMenuItemRight, .block_menu_bottom .ThemeOfficeMenuItemActive .ThemeOfficeMenuItemRight 
{
	display: none;
}
/* NEW MENU */
.ThemeOfficeMenuFolderText, .ThemeOfficeMenuItemText,
.ThemeOfficeMenuItemHover .ThemeOfficeMenuFolderText, .ThemeOfficeMenuItemActive .ThemeOfficeMenuFolderText,
.ThemeOfficeMenuItemHover .ThemeOfficeMenuItemText, .ThemeOfficeMenuItemActive .ThemeOfficeMenuItemText
{
	position: relative;
}
/*	ENDS CSS MENU	*/
