/**************** CSS RESET ****************/

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;
}

object, embed {
	outline:none;
}

body {
	font-family:Trebuchet MS;
	font-size:12px;
}

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;
}

/**************** BOXES ****************/

#main {
	width:973px;
	margin:0px auto;
	background-color:transparent;
}

#top {
	width:973px;
	height:25px;
}

#header {
	width:973px;
	height:154px;
	overflow:hidden;
}

#ddsmoothmenu {	
	border-left:1px solid #d3e3ef;
	border-right:1px solid #d3e3ef;
	margin:0px auto;
	display:block;
	width:960px;
	height:39px;
	background-image:url('../images/menu_bg.gif');
	background-repeat:repeat-x;
	background-position:top left;
}

#body {
	width:960px;
	margin:0px auto;
	background-color:#ebf7ff;
}

#footer {
	width:973px;
	height:72px;
	background-image:url('../images/footer.gif');
}

.logo {
	float:left;
}

.banner {
	float:right;
}

.left {
	width:200px;
	float:left;
	overflow:hidden;
}
.left {
	*margin:5px 5px !important;
	margin:10px;
	width:200px;
	float:left;
}

.center {
	margin:10px;
	width:500px;
	float:left;
}


.right {
	*margin:5px 5px !important;
	margin:10px;
	width:200px;
	float:left;
}

.newsbox {
	background-image:url('../images/newsbox_bg.gif');
}

.news {
	margin-left:5px;
	float:left;
	width:241px;
	background-image:url('../images/news_bg.gif');
}

/**************** TEXT ****************/

p, a, em {
	font-family:Arial, Helvetica, sans-serif;
}

h1 {
	font-size:20px;
	color:#4e4e4e;
	margin:0 0 15px;
	font-weight:normal;
}

h2 {
	font-size:17px;
	color:#df7e00;
	margin:8px 0;
	font-weight:normal;
}

h3 {
	font-size:13px;
	color:#df7e00;
	margin:0;
	font-weight:bold;
}

strong {
	font-size:13px;
	color:#0f6eb4;
	font-weight:bold;
}

em {
	font-size:14px;
	color:#3b7097;
}

p {
	font-size:12px;
	color:#3b7097;
}

.news .title, .news .body {
	margin:10px;
	float:left;
	color:#0F6EB4;
	font-size:13px;
}

.news .title {
	font-weight:bold;
}

.news p {
	margin-top:5px;
}

.newsbody strong {
	color:#3B7097;
	margin:0px;
	float:none;
}

.allnews_news strong {
	color:#3B7097;
	margin:0px;
	float:none;
}

.newsbody em {
	font-size:12px;
}

.newsdetail {
	padding-bottom:10px;
}

.coldiv_body span {
	font-family:arial;
}

.radio {
	margin-top:7px;	
	*margin-top:2px;
	float:left;
}

.radiotext {
	margin-top:6px;
	*margin-top:5px;
	float:left;
	width:160px;
}

.clearfix {
	clear:both;
	line-height:0px;
	height:0px;
	font-size:0.1%;
}

/**************** LINKS ****************/

a {
	font-weight:normal;
	text-decoration:none;
	color:#006bb9;
}

a:hover {
	color:#3573a2;
}

.coldiv_header:hover {
	color:#ffffff;
}

.coldiv_body a {
	display:block;
	width:165px;
	padding-left:10px;
	margin:4px 10px 0px;
	background-image:url('../images/link_bullet.gif');
	background-repeat:no-repeat;
	background-position:0px 3px;
	outline:none;
}

.coldiv_body a:hover {
	text-decoration:underline;
}

.smalllink {
	text-decoration:underline;
	font-size:11px;
	color:#df7e00;
}

.news .smalllink {
	float:right;
	margin:10px;
}

.newsbox a {
	float:right;
	margin:15px 0 15px 15px;
}

.allnews_news {
	display:block;
	padding-bottom:5px;
	margin-bottom:15px;
}

.allnews_news:hover {
	background-image:url('../images/allnews_bg.gif');
	background-repeat:no-repeat;
	background-position:right bottom;
}

.allnews_news_en {
	display:block;
	padding-bottom:5px;
	margin-bottom:15px;
}

.allnews_news_en:hover {
	background-image:url('../images/allnews.jpg');
	background-repeat:no-repeat;
	background-position:right bottom;
}

.allnews_news h3 {
	font-size:13px;
	color:#df7e00;
	margin:0;
	font-weight:bold;
}

.back {
	height:24px;
	line-height:22px;
	border-top:1px solid #acd3ee;
	display:block;
	font-size:11px;
	font-weight:bold;
	color:#dc8617;
	padding-left:23px;
	background-image:url('../images/back.gif');
	background-repeat:no-repeat;
	background-position:left center;
	margin-top:10px;
}

.back:hover {
	color:#dc8617;
	text-decoration:underline;
}

/**************** TABLES ****************/



/**************** INPUT ****************/
.ddsmoothmenu {
	border-left:1px solid #d3e3ef;
	border-right:1px solid #d3e3ef;
	margin:0px auto;
	display:block;
	width:960px;
	height:39px;
	background-image:url('../images/menu_bg.gif');
	background-repeat:repeat-x;
	background-position:top left;
}

.ddsmoothmenu .search {
	float:right;
	margin:5px 0 0 0;
	display:block;
	width:155px;
	*width:154px;
	height:22px;
	_height:23px;
	background-image:url('../images/search_bg.gif');
	background-repeat:no-repeat;
	background-position:top left;
	border:none;
	border:0px;
	background-color:none;
	padding-top:4px;
	padding-left:27px;
	color:#df7e00;
	font-family:Trebuchet MS;
	font-size:17px;
}

.ddsmoothmenu .searchbtn {
	float:right;
	margin:5px 10px 0 0;
	_margin-right:5px;
	display:block;
	width:30px;
	height:27px;
	_height:28px;
	background-image:url('../images/search_btn.gif');
	background-repeat:no-repeat;
	background-position:top left;
	border:none;
	border:0px;
	background-color:none;
	cursor:pointer;
}

/**************** IMAGES ****************/


/**************** COLLAPSE ****************/

.coldiv_wrapper {
	display:block;
	width:200px;
	margin-bottom:10px;
}

.coldiv_header {
	display:block;
	width:200px;
	*width:190px;
	height:25px;
	background-image:url('../images/coldiv_down.gif');
	background-repeat:no-repeat;
	background-position:top left;
	outline:none;
	overflow:hidden;
	font-weight:bold;
	color:#fff;
	line-height:30px;
	padding-left:10px;
	text-decoration:none;
}

.coldiv_footer {
	display:block;
	width:200px;
	height:4px;
	background-image:url('../images/coldiv_wrapper_footer_bg.gif');
	background-repeat:no-repeat;
	background-position:top left;
}

.coldiv_body {
	display:block;
	width:200px;
	background-image:url('../images/coldiv_body_bg.gif');
	background-repeat:repeat-y;
	background-position:top left;
	*border:none !important;
	*width:190px !important;
}

.coldiv_header strong {
	display:block;
	width:165px;
	overflow:hidden;
	font-weight:bold;
	color:#fff;
	float:left;
	margin:7px 0 0 10px;
	_margin-left:5px;
}

.coldiv_body strong {
	display:block;
	font-weight:bold;
	color:#ed8600;
	margin:6px 10px;
	_margin-left:5px;
}

.coldiv_header a {
	width:20px;
	height:20px;
	overflow:hidden;
	font-weight:bold;
	color:#fff;
	float:right;
	margin:5px 3px 0 0;
	background-image:url('../images/col_btn.gif');
	background-repeat:no-repeat;
	background-position:top left;
	outline:none;
}


/****************************MENU*********************************/

/**************OVERLAY DIV*****************/

#overlay {
	display:none;
}

.blackoverlay {
	left:0px; 
	top:0px; 
	background-color:#000000; 
	position:fixed; 
	width:100%; 
	height: 100%; 
	z-index:10000; 
	opacity:0.5; 
	filter:alpha(opacity=50);
}

#overlaycontainer {
	border:1px solid #333333; 
	background-color:#ffffff; 
	position:fixed; 
	top:20%; 
	left:30%; 
	width:387px;
	z-index:10001;
}

#overlaycontainer .bar {
	float:left;
	width:347px;
	height:18px;
	background-image:url(../images/popup_header_bg.gif);
	z-index:10002;
}

#overlaycontainer .closebtn {
	float:left;
	cursor:pointer;
	width:40px;
	height:18px;
	background-image:url(../images/popup_header_exit_btn.gif);
	z-index:10002;
}

.margin10 {
	margin:10px;
}

.btn_write_to_us {
	display:block;
	background-image:url(../images/btn_write_to_us.gif);
	width:81px;
	height:18px;
	background-color:transparent;
	border:none;
	cursor:pointer;
	margin:10px auto 0;
}

.btn_write_to_us_en {
	display:block;
	background-image:url(../images/btn_write_to_us_en.gif);
	width:81px;
	height:18px;
	background-color:transparent;
	border:none;
	cursor:pointer;
	margin:10px auto 0;
}

.admin_menu a {
	margin:0px 5px;
}

.admin_menu {
	border:1px solid #cccccc;
	margin:10px;
	line-height:27px;
	display:block;
	height:27px;
	background-image:url(../images/menu_bkg.gif);
}

.ddsmoothmenu{
	border-left:1px solid #d3e3ef;
	border-right:1px solid #d3e3ef;
	margin:0px auto;
	display:block;
	width:960px;
	height:39px;
	background-image:url('../images/menu_bg.gif');
	background-repeat:repeat-x;
	background-position:top left;
}


.ddsmoothmenu ul{
z-index:100;
margin: 0;
padding: 0;
list-style-type: none;
}

.ddsmoothmenu .sep {
	float:left;
	margin:0px;
	display:none;
	width:2px;
	height:39px;
	background-image:url('../images/menu_sep.gif');
	background-repeat:no-repeat;
	background-position:top left;
}

/*Top level list items*/
.ddsmoothmenu ul li{
	position: relative;
	display: block;
	float: left;
	background-image:url('../images/menu_sep.gif');
	background-repeat:no-repeat;
	background-position:top left;
	padding-left:2px;
}

.ddsmoothmenu ul li ul li{
	padding-left:0px;
	background-image:none;
}

.ddsmoothmenu ul li img{
display: none;
}

.ddsmoothmenu ul li ul li img{
display: block;
}

/*Top level menu link items style*/
.ddsmoothmenu ul li a{
	text-decoration:none;
	font-weight:bold;
	color:#fff;
	padding:12px 12px;
	height:17px;
	display:table-cell;
}

* html .ddsmoothmenu ul li a{ /*IE6 hack to get sub menu links to behave correctly*/
display: inline-block;
}

.ddsmoothmenu ul li a:link, .ddsmoothmenu ul li a:visited{
color: white;
}

.ddsmoothmenu ul li a.selected{ /*CSS class that's dynamically added to the currently active menu items' LI A element*/
	background-image:url('../images/menu_bg_hover.gif');
	background-color:#83c6eb;
}

.ddsmoothmenu ul li ul li a.selected{ /*CSS class that's dynamically added to the currently active menu items' LI A element*/
	background-image:none;
	background-color:#63a6eb;
	_margin-bottom:-15px;
}

.ddsmoothmenu ul li ul li a.selected{ /*CSS class that's dynamically added to the currently active menu items' LI A element*/
	background-image:none;
}

.ddsmoothmenu ul li a:hover{
	background-image:url('../images/menu_bg_hover.gif');
	background-repeat:repeat;
	background-position:top left;
}
	
/*1st sub level menu*/
.ddsmoothmenu ul li ul{
position: absolute;
left: 0;
display: none; /*collapse all sub menus to begin with*/
visibility: hidden;
}

/*Sub level menu list items (undo style from Top level List Items)*/
.ddsmoothmenu ul li ul li{
display: list-item;
float: none;
}

/*All subsequent sub menu levels vertical offset after 1st level sub menu */
.ddsmoothmenu ul li ul li ul{
top: 0;
}

/* Sub level menu links style */
.ddsmoothmenu ul li ul li a{
font: normal 13px Arial;
width: 160px; /*width of sub menus*/
padding: 5px;
margin: 0;
display:block;
background-color:#71aff1;
border-top-width: 0;
border-bottom: 1px solid #6aa7f0;
height:auto;
}

.ddsmoothmenu ul li ul li a:hover {
	background-color:#63a6eb;
	background-image:none;
}

/* ######### CSS classes applied to down and right arrow images  ######### */

.downarrowclass{
position: absolute;
top: 12px;
right: 7px;
}

.rightarrowclass{
position: absolute;
top: 6px;
right: 5px;
}

/* ######### CSS for shadow added to sub menus  ######### */

.ddshadow{
position: absolute;
left: 0;
top: 0;
width: 0;
height: 0;
background:transparent;
}
.mainf {
width:180px;
margin:0 5px 5px;
border:1px solid #F3FBFF;
}

.month {
background-color:transparent;
font-size:13px;
font-weight:bold;
color:#0F6EB4;
text-align:left;
padding:6px 0
}

.daysofweek {
background-color:#C6E2F1;
font:bold 11px;
color:#4e4e4e;
}

.days {
font-size: 11px;
color:#4e4e4e;
background-color: #D7ECF7;
padding: 2px;
}

.days #today{
font-weight: bold;
color: #ED8600;
width:15px;
display:block;
}

}
.highslide {
	cursor: url('../images/highslide/graphics/zoomin.cur'), pointer;
    outline: none;
}
.highslide img {
	border: 2px solid gray;
}
.highslide:hover img {
	border: 2px solid white;
}

.highslide-image {
    border: 2px solid white;
}
.highslide-image-blur {
}
.highslide-caption {
    display: none;
    
    border: 2px solid white;
    border-top: none;
    font-family: Verdana, Helvetica;
    font-size: 10pt;
    padding: 5px;
    background-color: white;
}
.highslide-loading {
    display: block;
	color: white;
	font-size: 9px;
	font-weight: bold;
	text-transform: uppercase;
    text-decoration: none;
	padding: 3px;
	border-top: 1px solid white;
	border-bottom: 1px solid white;
    background-color: black;
    /*
    padding-left: 22px;
    background-image: url(highslide/graphics/loader.gif);
    background-repeat: no-repeat;
    background-position: 3px 1px;
    */
}
a.highslide-credits,
a.highslide-credits i {
    padding: 2px;
    color: silver;
    text-decoration: none;
	font-size: 10px;
}
a.highslide-credits:hover,
a.highslide-credits:hover i {
    color: white;
    background-color: gray;
}

.highslide-move {
    cursor: move;
}

.highslide-overlay {
	display: none;
}
/* Controlbar example */
.controlbar {	
	margin-bottom: 10px;
	background: url('../images/highslide/graphics/controlbar.gif');
	width: 275px;
	height: 44px;
}
.controlbar a {	
	display: block;
	float: left;
	margin: 8px 0 0 5px;
	height: 30px;
	width: 42px;
}
.highslide-display-block {
    display: block;
}
.highslide-display-none {
    display: none;
}

/********** MOO-FX ********/

#SlideItMoo_banners_outer { 
	display:block; 
	position:relative; 
	width:557px; 
	height:140px; 
	margin:0px auto 0px; 
	border:1px #CCCCCC solid; 
}
#SlideItMoo_banners_inner { 
	position:relative ; 
	overflow:hidden ; 
	width:557px ; 
	height:134px ; 
	margin:0px auto 0px;  
}
#SlideItMoo_banners_items { 
	white-space:nowrap; 
	display:block; 
	position:relative; 
}
#SlideItMoo_banners_items a img { 
	border:none; 
}

.center table {
	color: #3B7097;
	font-size:12px;
	font-family:arial;
}

.center table span {
	color: #3B7097;
	font-size:12px;
	font-family:arial;
}

.center li {
	list-style-type:disc;
	color: #3B7097;
	font-size:12px;
	font-family:arial;
}

.center ul {
	margin-left: 15px;
}

strong a {
	font-weight:bold;
}

.news_short {
	display:block;
	padding-bottom:5px;
}

.news_short:hover {
	background-image:url('../images/allnews_bg.gif');
	background-repeat:no-repeat;
	background-position:right bottom;
}

.right, .left {
	*margin-left:5px !important;
}

/*
Copyright (c) 2009, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.net/yui/license.txt
version: 2.7.0
*/

.yuimenu {
top:-999em;
left:-999em;
}

.yuimenubar {
position:static;
font-family:arial;
font-size:12px;
font-weight:bold !important;
}

.yuimenu .yuimenu,.yuimenubar .yuimenu {
position:absolute;
}

.yuimenubar li,.yuimenu li {
list-style-type:none;
}

.yuimenubar ul,.yuimenu ul,.yuimenubar li,.yuimenu li,.yuimenu h6,.yuimenubar h6 {
margin:0;
padding:0;
}

.yuimenuitemlabel,.yuimenubaritemlabel {
text-align:left;
white-space:nowrap;
}

.yuimenubar ul {
*zoom:1;
}

.yuimenubar .yuimenu ul{*zoom:normal;}
.yuimenubar>.bd>ul:after{content:".";display:block;clear:both;visibility:hidden;height:0;line-height:0;}
.yuimenubaritem{float:left;}
.yuimenubaritemlabel,.yuimenuitemlabel{display:block;}
.yuimenuitemlabel .helptext{font-style:normal;display:block;margin:-1em 0 0 10em;}
.yui-menu-shadow{position:absolute;visibility:hidden;z-index:-1;}
.yui-menu-shadow-visible{top:2px;right:-3px;left:-3px;bottom:-3px;visibility:visible;}
.hide-scrollbars *{overflow:hidden;}
.hide-scrollbars select{display:none;}
.yuimenu.show-scrollbars,.yuimenubar.show-scrollbars{overflow:visible;}
.yuimenu.hide-scrollbars .yui-menu-shadow,.yuimenubar.hide-scrollbars .yui-menu-shadow{overflow:hidden;}
.yuimenu.show-scrollbars .yui-menu-shadow,.yuimenubar.show-scrollbars .yui-menu-shadow{overflow:auto;}
.yui-overlay.yui-force-redraw{margin-bottom:1px;}
.yui-skin-sam .yuimenubar{width:967px;font-size:12px;line-height:39px;*line-height:37px;background:url(../images/menu_bg.gif) repeat-x;}
.yui-skin-sam .yuimenubarnav .yuimenubaritem{}
.yui-skin-sam .yuimenubaritemlabel{padding:0 15px;color:#fff;text-decoration:none;cursor:default;*position:relative;}
.yui-skin-sam .yuimenubarnav .yuimenubaritemlabel{padding-right:15px;*display:inline-block;}
.yui-skin-sam .yuimenubarnav .yuimenubaritemlabel-hassubmenu{/*background:url(menubaritem_submenuindicator.png) right center no-repeat;*/}
.yui-skin-sam .yuimenubaritem-selected{background:url(sprite.png) repeat-x 0 -1700px;}
.yui-skin-sam .yuimenubaritemlabel-selected{}
.yui-skin-sam .yuimenubarnav .yuimenubaritemlabel-selected{background:url('../images/menu_bg_hover.gif');}
.yui-skin-sam .yuimenubaritemlabel-disabled{cursor:default;color:#A6A6A6;}
.yui-skin-sam .yuimenubarnav .yuimenubaritemlabel-hassubmenu-disabled{background-image:url(menubaritem_submenuindicator_disabled.png);}
.yui-skin-sam .yuimenu{font-size:12px;line-height:1.8;*line-height:1.7;}
.yui-skin-sam .yuimenubar .yuimenu,.yui-skin-sam .yuimenu .yuimenu{font-size:12px;}
.yui-skin-sam .yuimenu .bd{*zoom:1;_zoom:normal;border:solid 0px #808080;background-color:#71AFF1;color:#fff}
.yui-skin-sam .yuimenu .yuimenu .bd{*zoom:normal;}
.yui-skin-sam .yuimenu ul{padding:3px 0;}
.yui-skin-sam .yuimenu ul.first-of-type{border-width:0;top:-1px;}
.yui-skin-sam .yuimenu h6{font-weight:bold;color:#a4a4a4;padding:3px 10px 0 10px;}
.yui-skin-sam .yuimenu ul.hastitle,.yui-skin-sam .yuimenu h6.first-of-type{border-width:0;}
.yui-skin-sam .yuimenu .yui-menu-body-scrolled{overflow:hidden;}
.yui-skin-sam .yuimenu .topscrollbar,.yui-skin-sam .yuimenu .bottomscrollbar{height:16px;background:#fff url(sprite.png) no-repeat 0 0;}
.yui-skin-sam .yuimenu .topscrollbar{border-bottom-width:0;background-position:center -950px;}
.yui-skin-sam .yuimenu .topscrollbar_disabled{background-position:center -975px;}
.yui-skin-sam .yuimenu .bottomscrollbar{border-top-width:0;background-position:center -850px;}
.yui-skin-sam .yuimenu .bottomscrollbar_disabled{background-position:center -875px;}
.yui-skin-sam .yuimenuitem{_border-bottom:solid 1px #71AFF1;}
.yui-skin-sam .yuimenuitemlabel{padding:0 10px;color:#fff;text-decoration:none;cursor:default;}
.yui-skin-sam .yuimenuitemlabel .helptext{margin-top:-1.5em;*margin-top:-1.45em;}
.yui-skin-sam .yuimenuitem-hassubmenu{background-image:url(menuitem_submenuindicator.png);background-position:right center;background-repeat:no-repeat;}
.yui-skin-sam .yuimenuitem-checked{background-image:url(menuitem_checkbox.png);background-position:left center;background-repeat:no-repeat;}
.yui-skin-sam .yui-menu-shadow-visible{background-color:#000;opacity:.12;filter:alpha(opacity=12);}
.yui-skin-sam .yuimenuitem-selected{background-color:#67bbfb;}
.yui-skin-sam .yuimenuitemlabel-disabled{cursor:default;color:#A6A6A6;}

.yui-skin-sam .yuimenuitem-hassubmenu-disabled {
background-image:url(menuitem_submenuindicator_disabled.png);
}

.yui-skin-sam .yuimenuitem-checked-disabled {
background-image:url(menuitem_checkbox_disabled.png);
}

.yuimenubaritem a {
	background: url(../images/menu_sep.gif) no-repeat scroll top right;
}

.yuimenubaritem li a {
	background: transparent;
}

.yuimenubaritem a:hover {
	cursor:pointer;
}

.yuimenubar ul ul {
	width:160px;
}

.ddsmoothmenu ul li ul li a {
	margin:0 0 -2px 0;
}

.allnews_link {
	float:right;
}