@charset "utf-8";

/* ================================================================================== */
/* =============================== index.php [START] ================================ */
/* ================================================================================== */
*{ margin:0px; padding:0px; border:0px; font-family:Tahoma, Arial, Verdana, Helvetica;
   font-size:12px; line-height:16px; color:#010101;  background-repeat:no-repeat; }
a{ text-decoration:none; }
a img{ border:0px;}
/*html{ height:100%; }*/
body{ background:url(../graph/shared/body_bg.gif) 0px 0px repeat #2097c8; }

.tag_p{ text-indent:22px; }
/* =============================== override [START] ================================= */
.override:after, .mde:after, .mdel2:after, .mder2:after, .mdex:after, .mdey:after, .mde_ct:after, dl:after, full:after{
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
	
	/* Added By WEBZONES */
	line-height:0px;
	font-size:0px;
	/* Added By WEBZONES */
}

.override, .mde, .mdel2, .mder2, .mdex, .mdey, .mde_ct, dl, full{display: inline-block;}

/* Hides from IE-mac \*/
* html .override, * html .mde, * html .mdel2, * html .mder2, * html .mdex, * html .mdey, * html .mde_ct, * html dl, * html full{height: 1%;}
.override, .mde, .mdel2, .mder2, .mdex, .mdey, .mde_ct, dl, full{display: block;}
/* End hide from IE-mac */
/* =============================== override [END] =================================== */
/* =============== text  =============== */
/* =============================== mde_ul [START] =================================== */
.mdeul{ position:relative; overflow:hidden; }
.mdeul_bg0 li{ background:url(../graph/shared/ul_sign0.gif) 0px 7px no-repeat; }
.mdeul_bg1 li{ background:url(../graph/shared/ul_sign1.gif) 0px 6px no-repeat; }
.mdeul_bg2 li{ background:url(../graph/shared/ul_sign2.gif) 0px 6px no-repeat; }
.mdeul_bg3 li{ background:url(../graph/shared/ul_sign3.gif) 0px 7px no-repeat; }
.mdeul_bg4 li{ background:url(../graph/shared/ul_sign4.gif) 0px 7px no-repeat; }
.mdeul_bg5 li{ background:url(../graph/shared/ul_sign5.gif) 0px 5px no-repeat; }
.mdeul_bg6 li{ background:url(../graph/shared/ul_sign6.gif) 0px 7px no-repeat; }
.mdeul_bg7 li{ background:url(../graph/shared/ul_sign7.gif) 0px 7px no-repeat; }

.mdeul_bg0o li{ background:url(../graph/shared/ul_sign0.gif) 0px 5px no-repeat !important; }
.mdeul_bg1o li{ background:url(../graph/shared/ul_sign1.gif) 0px 7px no-repeat !important; }
.mdeul_bg2o li{ background:url(../graph/shared/ul_sign2.gif) 0px 6px no-repeat !important; }
.mdeul_bg3o li{ background:url(../graph/shared/ul_sign3.gif) 0px 6px no-repeat !important; }
.mdeul_bg4o li{ background:url(../graph/shared/ul_sign4.gif) 0px 6px no-repeat !important; }

.set_mdeul_bg0 ul li{ background:url(../graph/shared/ul_sign0.gif) 0px 5px no-repeat !important; }
.set_mdeul_bg1 ul li{ background:url(../graph/shared/ul_sign1.gif) 0px 7px no-repeat !important; }
.set_mdeul_bg2 ul li{ background:url(../graph/shared/ul_sign2.gif) 0px 6px no-repeat !important; }
.set_mdeul_bg3 ul li{ background:url(../graph/shared/ul_sign3.gif) 0px 6px no-repeat !important; }
.set_mdeul_bg4 ul li{ background:url(../graph/shared/ul_sign4.gif) 0px 6px no-repeat !important; }

.mdeul li{
	/*background:url(../graph/_shared/ul_sign1.gif) 0px 4px no-repeat;*/
	padding-left:18px; /*15px; */
	list-style:none;
	position:relative;
	overflow:hidden;
	min-width:80%;
}

.mdeul li p{margin-left:0px; margin-right:0px; position:relative; }
.mdeul_pg8 li{ padding-left:8px !important; }
.mdeul_pd5 li{ padding-bottom:5px; }
.mdeul_pd8 li{ padding-bottom:8px; }

.spanab{
	position:absolute;
	left:-22px;	
}
.mdeul_spanab li{ padding-left:22px !important; }
/* =============================== mde_ul [END] ===================================== */
/* =============================== mde_dl [START] =================================== */
.mde_dl{ position:relative; }
.mde_dl dt{
	width:50%;
	float:left;
	position:relative;
	overflow:hidden;
}
.mde_dl dd{
	width:50%;
	float:right;
	position:relative;

	overflow:hidden;
}
/* =============================== mde_dl [END] ===================================== */
/* =============================== mde [START] ====================================== */
.color_white{ color:#ffffff !important; }
.color_dark{ color:#4e4e4f !important; }
.color_orange{ color:#ffa200 !important; }
.color_cream{ color:#e5dfd2 !important; }
.color_brown{ color:#a49161 !important; }
.color_grey{ color:#717171 !important; }
.color_grey2{ color:#999999 !important; }
.color_yellow{ color:#fefce0 !important; }
.color_green{ color:#69950d !important; }
.color_violet{ color:#812d96 !important; }
.color_red{ color:#d60600 !important; }
.color_blue{ color:#178bba;  /*color:#3366ff;*/ /*0099cc !important;*/ }
.color_blue2{ color:#178bba !important; }

.bg_green2{ background-color:#f2fbfc !important; /*#f2fcf2 !important;*/ } /*blue light*/
.bg_grey2{ background-color:#e1e4dc !important; }
.bg_white{ background-color:#ffffff !important; }
.bg_orange{ background-color:#fadead !important; }
.bg_redlight{ background-color:#faeee8 !important; }
.bg_blue{ background-color:#beebfb !important; }
.bg_blue2{ background-color:#f2fbfc !important; }
.bg_grey{ background-color:#e5dfd2 !important; }
.bg_body{ background-color:#333a40 !important; }
.bg_yellow{ background-color:#fdf5dd !important; }
.bg_yellow2{ background-color:#f3ebd4 !important; }
.bg_brown{ background-color:#e1e4dc !important; }
.size10{ font-size:10px !important; line-height:14px !important;}
.size11{ font-size:11px !important; line-height:15px !important;}
.size12{ font-size:12px !important; line-height:16px !important;}
.size14{ font-size:14px !important; line-height:17px !important;}
.size16{ font-size:16px !important; line-height:20px !important; }
.size18{ font-size:18px !important; line-height:22px !important; }
.size20{ font-size:20px !important; line-height:24px !important; }
.size22{ font-size:22px !important; line-height:26px !important; }
.size24{ font-size:24px !important; line-height:28px !important; }
.seta_size10{ font-size:10px !important; line-height:14px !important;}
.seta_size11{ font-size:11px !important; line-height:15px !important;}
.seta_size12{ font-size:12px !important; line-height:16px !important;}
.seta_size14 a{ font-size:14px !important; line-height:17px !important; }
.seta_size16 a{ font-size:16px !important; line-height:20px !important; }
.seta_size18{ font-size:18px !important; line-height:22px !important;}
.seta_size20{ font-size:20px !important; line-height:24px !important;}

.seta_bold a{ font-weight:bold; }
.seta_color_white a{ color:#ffffff !important; }
.seta_color_orange a{ color:#fe6206 !important; }
.seta_color_cream a{ color:#e5dfd2 !important; }
.seta_color_brown a{ color:#a49161 !important; }
.seta_color_grey a{ color:#808080 !important; }
.seta_color_grey2 a{ color:#999999 !important; }
.seta_color_yellow a{ color:#ffe010 !important; }
.seta_color_green a{ color:#5fb000 !important; }
.seta_color_violet a{ color:#812d96 !important; }
.seta_color_red a{ color:#d60600 !important; }
.seta_color_blue a{ color:#0099cc !important; }

.set_underline{ text-decoration:underline; }
.seta_underline a{ text-decoration:underline; }

a{
	font:12px/17px Tahoma, Arial, Verdana, Helvetica;
	color:#010101;
	text-decoration:underline;
}
a:hover{ color:#fa2929; text-decoration:underline;}
.link{ padding-left:16px; }
.link_green{
	background:url(../graph/shared/ul_sign3.gif) 0px 5px no-repeat;
	color:#587b0e;
	text-decoration:underline;
}
.link_green:hover{ color:#a61b1b; text-decoration:underline; }
.set_bold{ font-weight:bold; }
.under_off{ text-decoration:none; }
.underline_off, .underline_off *{ text-decoration:none; }

.sign3{
	background:url(../graph/shared/ul_sign3.gif) 0px 6px no-repeat;
	padding-left:12px;
}


h1{	font:18px/22px Tahoma, Arial, Verdana, Helvetica; }
h2{ font:bold 14px/17px Tahoma, Arial, Verdana, Helvetica; }

#main_container{
	width:100%;
	position:relative;
	left:0px;
	min-width:1000px;
	overflow:hidden;
}
.main_dark{
	width:100%;
	position:relative;
	left:0px;
	overflow:hidden;
}
.main_dark{ background:url(../graph/shared/body_bg2.gif) 0px 0px repeat; }

.mde{
	width:1000px;
	margin:0px auto 0px auto;
	position:relative;
	/* override */
}

.mdel{
	width:275px;
	position:relative;
	float:left;
	left:0px;
	margin-right:-3px; /*IE Path*/
	overflow:hidden;
}

.mder{
	width:704px;
	padding:0px 0px 0px 0px;
	position:relative;
	float:right;
	overflow:hidden;
}


.mdex{
	width:668px;
	position:relative;
	float:left;
	margin-right:-3px;
	/* override */
}

.mdey{
	width:290px;
	position:relative;
	float:right;
	/* overrride */
}
/* =============================== mde [END] ======================================== */
/* =============================== top [START] ====================================== */
#top{ background:url(../graph/shared/top/top_bg.gif) 0px 0px repeat-x; height:137px; }
#top_bg{
	background:url(../graph/shared/top/top_bg.gif) 0px 0px repeat-x;
	width:100%;
	height:137px;
	position:absolute;
	left:0px;
	overflow:hidden;
}

#top_logo{
	background:url(../graph/shared/top/top_logo.gif) 0px 0px no-repeat;
	width:362px;
	height:90px;
	position:absolute;
	left:28px;
	top:18px;
}

#top_img1{
	background:url(../graph/shared/top/top_img1.gif) 0px 0px no-repeat;
	width:186px;
	height:60px;
	position:absolute;
	left:399px;
	top:32px;
}

#top_img2{
	background:url(../graph/shared/top/top_img2.gif) 0px 0px no-repeat;
	width:58px;
	height:101px;
	position:absolute;
	left:937px;
	top:35px;
}

#topbox{
	background:url(../graph/shared/top/dot1.gif) 0px bottom repeat-x;
	height:21px;
	position:absolute;
	padding:0px 1px 7px 0px;
	float:right;
	overflow:hidden;
	right:6px;
	top:6px;
	overflow:hidden;
}

#topbox_linklock{
	background:url(../graph/shared/top/top_lock.gif) 0px 0px no-repeat;
	padding-left:26px;
	position:relative;
	float:left;
	overflow:hidden;
	
	font-size:14px;
	line-height:17px;
	font-weight:bold;
	text-decoration:none;
}
#topbox_linklock:hover{ color:#ffffff; text-decoration:none;}
.topboxul{
	position:absolute;
	right:6px;
	top:33px;
	float:right;
	overflow:hidden;

}
.topboxul ul{
	background:url(../graph/shared/top/dot1.gif) 0px 0px repeat-x;
	height:29px;
	padding:0px 53px 0px 4px;
	position:relative;
	float:right;
	overflow:hidden;
}

.topboxul ul li{
	height:20px;
	list-style:none;
	padding:9px 9px 0px 0px;
	position:relative;
	float:left;
	overflow:hidden;
}

.topboxul ul li a{
	background:url(../graph/shared/top/top_sign1.gif) 0px 7px no-repeat;
	padding:0px 0px 0px 17px;
	position:relative;
	float:left;
	overflow:hidden;
	text-decoration:none;
}

.topboxul ul li a:hover{ background:url(../graph/shared/top/hover/top_sign1.gif) 0px 7px no-repeat; color:#ffffff; text-decoration:none; }


.topmenul{
	height:24px;
	position:absolute;
	right:0px;
	top:111px;
	float:right;
	overflow:hidden;
}
.topmenul ul{
	background:url(../graph/shared/top/topmenul_border.gif) 0px 0px no-repeat;
	height:23px;
	padding:1px 0px 0px 1px;
	position:relative;
	float:right;
	overflow:hidden;
}
.topmenul ul li{
	background:url(../graph/shared/top/topmenul_sep.gif) right 0px no-repeat;
	list-style:none;
	height:23px;
	padding:0px 1px 0px 0px;
	position:relative;
	float:left;
	overflow:hidden;
}

.topmenul ul li a{
	background:url(../graph/shared/top/topmenul_bg.gif) 0px 0px repeat-x;
	height:20px;
	padding:3px 22px 0px 22px;
	position:relative;
	float:left;
	overflow:hidden;
	font:bold 13px/16px Arial, Tahoma, Verdana, Helvetica;
	color:#ffffff;
	text-decoration:none;
}
.topmenul .active a, .topmenul ul li a:hover{
	background:url(../graph/shared/top/hover/topmenul_bg.gif) 0px 0px repeat-x;
	color:#010101;
	text-decoration:none;
}
/* =============================== top [END] ======================================== */
/* =============================== menu [START] ===================================== */
#menu{ background:#161616; height:41px; margin-bottom:1px; }
#menu_bg{
	background:#161616;
	width:100%;
	height:41px;
	border-bottom:1px solid #404040;
	position:absolute;
	left:0px;
	overflow:hidden;
}

.menul{
	width:981px;
	height:41px;
	padding:0px 0px 0px 19px;
	position:relative;
	overflow:hidden;
}
.menul img{ display:none; }
.menul ul{
	height:24px; /* IE Fix */
	width:auto; /*valid*/
	padding:9px 0px 0px 0px;
	position:relative;
	float:left;
	overflow:hidden;
}
.menul ul li{
	/*background:url(../graph/shared/top/menul_sep.gif) right 8px no-repeat;*/
	width:auto; /*valid*/
	height:24px;
	padding:0px 4px 0px 4px;
	list-style:none;
	position:relative;
	float:left;
	overflow:hidden;
}

.menul ul li a{
	position:relative;
	height:21px;
	padding:3px 4px 0px 3px;
	float:left;
	overflow:hidden;
	
	font-family:Arial, Tahoma, Verdana, Helvetica;
   	font-size:13px; 
	line-height:16px;
	color:#d0e9f3; /*a2db2b;*/
	font-weight:bold;
	text-decoration:none;
}
/*.menul ul li a:hover{ text-decoration:none; }*/
/*.menul ul li a:hover{ background:url(../graph/shared/top/menul_ct.gif) 0px 0px repeat-x; }*/

.menul_lt2, .menul_rt2{
	width:auto; /*valid*/
	height:24px !important;
	position:relative;
	padding:0px !important;
	float:left;
	overflow:hidden;
}
.menul_lt2{ width:4px; }
.menul_rt2{ width:5px; }
.menul_active a, .menul ul li:hover a{  background:url(../graph/shared/menu/hover/menul_ct.gif) 0px 0px repeat-x; text-decoration:none; color:#161616;  }
.menul_active .menul_lt2, .menul ul li:hover .menul_lt2{  background:url(../graph/shared/menu/hover/menul_lt2.gif) 0px 0px no-repeat; }
.menul_active .menul_rt2, .menul ul li:hover .menul_rt2{  background:url(../graph/shared/menu/hover/menul_rt2.gif) 0px 0px no-repeat; }
.menul ul li:hover ul{}

/* =============================== menu [END] ======================================= */
/* =============================== sub [START] ====================================== */
.sub{
	width:265px;
	border:5px solid #000000;
	position:relative;
	overflow:hidden;
}
.sub_title{
	background:#2398c9;
	width:235px;
	border-bottom:1px solid #2c2c2c;
	padding:10px 15px 10px 15px;
	position:relative;
	overflow:hidden;
}
.sub_title h1{ color:#ffffff; }
.subul{
	background:#6ec3e7;
	width:266px;
	padding:0px 0px 12px 0px;
	position:relative;
	overflow:hidden;
}

.subul li{
	background:url(../graph/shared/dot1.gif) 1px bottom repeat-x;
	list-style:none;
	width:265px;
	padding:0px 0px 1px 0px;
	position:relative;
	float:left;
	overflow:hidden;
}

.subul li a{
	background:url(../graph/shared/ul_sign1.gif) 15px 15px no-repeat;
	width:227px;
	padding:10px 10px 10px 28px;
	position:relative;
	float:left;
	overflow:hidden;
	
	font:bold 14px/17px Tahoma, Arial, Verdana, Helvetica;;
	color:#ffffff;
	text-decoration:none;
}

.subul li a:hover{ background:url(../graph/shared/ul_sign2b.gif) 15px 15px no-repeat; color:#000000; text-decoration:none; }
/*
.subul_logout{ padding-top:10px; }
.subul_logout a{ color:#d60600 !important; padding-top:10px !important; background-position:15px 25px !important; }
.subul_logout a:hover{ color:#000000 !important; }
*/
.sub_secure .sub_title{ background:#718877; }
.sub_secure .subul{ background:#8ca994; }
/* =============================== sub [END] ======================================== */
/* =============================== content [START] ================================== */
#content{ padding:20px 0px 25px 0px; overflow:hidden; }
.img_border1{ border:3px solid #2398c9; /*84b029;*/ }
/* =============================== content [END] ==================================== */
/* =============================== boxg [START] ===================================== */
.boxg{
	background:url(../graph/shared/mde/boxg/boxg_bg.gif) 0px 0px repeat;
	width:269px;
	border:3px solid #ffffff; /*959595;*/
	position:relative;
	overflow:hidden;
}
.boxg, .boxg *{ color:#ffffff; }
.boxg_pg{ width:247px; padding:0px 11px 0px 11px; }

.boxg_title{
	width:100%;
	padding:10px 0px 5px 0px;
	border-bottom:1px solid #ffffff;
	margin-bottom:7px;
}

.boxg2{
	background:#ffffff;
	width:269px;
	border:3px solid #000000;
	position:relative;
	overflow:hidden;
}
.boxg2_pg{ width:247px; padding:0px 11px 0px 11px; }
.boxg2_title{
	width:100%;
	padding:10px 0px 5px 0px;
	border-bottom:1px solid #69950d;
	margin-bottom:7px;
}
/* =============================== boxg [END] ======================================= */
/* =============================== title [START] ==================================== */
#title, .title{
	background:url(../graph/shared/dot1.gif) 0px bottom repeat-x;
	padding:9px 74px 4px 0px;
	margin-bottom:16px;
	width:592px;
	position:relative;
	overflow:hidden;
	/*border-bottom:1px solid #4ebce9;*/
}
#title h1, .title h1, #title h2, .title h2{ color:#2398c9; /*69950d;*/ }
#title_control{
	width:65px;
	position:absolute;
	bottom:0px; 
	right:8px;
	overflow:hidden;
}
#title_control_printer{ padding:5px 2px 0px 2px; }
#title_control_printer:hover{ background:#2398c9; }
#title_control_font1{ cursor:pointer; margin-right:8px; padding:1px; }
#title_control_font2{ cursor:pointer; margin-right:8px; padding:1px; }
#title_control_font1:hover, #title_control_font2:hover{
	background:#2398c9;
	color:#ffffff;
}
/* =============================== title [END] ====================================== */
/* =============================== full [START] ===================================== */
.full{
	background:#ffffff;
	width:666px;
	padding:0px 14px 0px 14px;
	position:relative;
	overflow:hidden;
	border:5px solid #000000;
}
.full_off{ width:694px; padding:0px; }
.full_bg1{ background:url(../graph/shared/mde/full/full_bg1.gif) 128px 0px repeat-y #ffffff; }
.full_sign1{ 
	background:url(../graph/shared/mde/full/full_sign1.gif) 0px 5px no-repeat;
	padding:0px 13px 0px 9px;
}

.full2{ 
	width:704px;
	position:relative;
	overflow:hidden;
}
.full2_link{
	background:url(../graph/shared/mde/full/full2_bg1.png) 0px 0px repeat;
	height:27px;
	padding:4px 24px 0px 24px;
	position:relative;
	float:right;
	overflow:hidden;
}

.full2_link a{
	background:url(../graph/shared/ul_sign3.gif) 3px 6px no-repeat;
	padding-left:18px;
	position:relative;
	color:#b2b2b2;
	text-decoration:underline;
}
.full2_link a:hover{ color:#ffffff; text-decoration:underline; }
/* =============================== full [END] ======================================= */
/* =============================== boxa [START] ===================================== */
.boxa_up, .boxa_dn{
	width:618px;
	height:5px;
	margin:0px auto 0px auto;
	position:relative;
	overflow:hidden;

}
.boxa_up{ background:url(../graph/shared/mde/boxa/boxa_up.png) 0px 0px no-repeat; }
.boxa_dn{ background:url(../graph/shared/mde/boxa/boxa_dn.png) 0px 0px no-repeat; }

.boxa{
	background:url(../graph/shared/mde/boxa/boxa_bg.png) 0px 0px repeat-y;
	width:598px;
	padding:0px 10px 0px 10px;
	margin:0px auto 0px auto;
	position:relative;
	overflow:hidden;
}
.boxa, .boxa *{ color:#ffffff; }
/* =============================== boxa [END] ======================================= */
/* =============================== boxb [START] ===================================== */
.boxb_up, .boxb_dn{
	width:618px;
	height:5px;
	margin:0px auto 0px auto;
	position:relative;
	overflow:hidden;

}
.boxb_up{ background:url(../graph/shared/mde/boxb/boxb_up.png) 0px 0px no-repeat; }
.boxb_dn{ background:url(../graph/shared/mde/boxb/boxb_dn.png) 0px 0px no-repeat; }

.boxb{
	background:url(../graph/shared/mde/boxb/boxb_bg.png) 0px 0px repeat-y;
	width:598px;
	padding:0px 10px 0px 10px;
	margin:0px auto 0px auto;
	position:relative;
	overflow:hidden;
}
/*.boxb, .boxb *{ color:#ffffff; }*/
/* =============================== boxb [END] ======================================= */
/* =============================== boxc [START] ===================================== */
.boxc_up, .boxc_dn{
	width:618px;
	height:5px;
	margin:0px auto 0px auto;
	position:relative;
	overflow:hidden;

}
.boxc_up{ background:url(../graph/shared/mde/boxc/boxc_up.png) 0px 0px no-repeat; }
.boxc_dn{ background:url(../graph/shared/mde/boxc/boxc_dn.png) 0px 0px no-repeat; }

.boxc{
	background:url(../graph/shared/mde/boxc/boxc_bg.png) 0px 0px repeat-y;
	width:598px;
	padding:0px 10px 0px 10px;
	margin:0px auto 0px auto;
	position:relative;
	overflow:hidden;
}
/*.boxc, .boxc *{ color:#ffffff; }*/
/* =============================== boxb [END] ======================================= */
/* =============================== foot [START] ===================================== */
#foot_bg{
	background:url(../graph/shared/foot/foot_bg.gif) 0px 0px repeat-x;
	width:100%;
	height:10px;
	margin:1px 0px 0px 0px;
	position:absolute;
	left:0px;
	overflow:hidden;
}
#foot{ padding:28px 0px 12px 0px; }

.foot_h1{
	padding:0px 20px 12px 20px;
	border-bottom:1px solid #000000;
}
.foot_h1, .foot_h1 *{ font-size:18px; line-height:22px; color:#ffffff; }
.foot_h1 a{ text-decoration:none; }
.foot_h1 a:hover{ color:#ffffff; text-decoration:underline; }
.foot_line1{ padding:0px 0px 25px 0px; }
.foot_line2{ padding:5px 0px 0px 0px; }
.foot_line3{
	border-top:1px solid #000000;
	margin-top:21px;
	padding-top:2px;
}
.foot_line3 .lt{ float:left; position:relative; }
.foot_line3 .rt{ float:right; position:relative; }
.foot_line2, foot_line2 *{ color:#000000; }
.foot_line3, foot_line3 *{ font-size:11px; line-height:15px; }
.foot_line2 a, .foot_line3 a{ text-decoration:none; }
.foot_line2 a:hover, .foot_line3 a:hover{ color:#ffffff; text-decoration:none; }
/* =============================== foot [END] ======================================= */
/* =============================== home [START] ===================================== */
#home{}

#home .lt{ width:660px; float:left; position:relative; overflow:hidden; }
#home .rt{ width:320px; float:right; position:relative; overflow:hidden; }

#home_flash{
	background:#ffffff;
	width:650px;
	height:310px;
	border:5px solid #000000;
	position:relative;
	overflow:hidden;
}

#home_tabs{
	background:#ffffff;
	width:298px;
	height:214px;
	padding:6px 6px 6px 6px;
	border:5px solid #000000;
	position:relative;
	overflow:hidden;
}
#home_tabs_title{ padding:2px 5px 6px 5px; }

#home_banner{
	width:310px;
	height:68px;
	margin-top:6px;
	border:5px solid #000000;
	position:relative;
	overflow:hidden;
}
/* =============================== home [END] ======================================= */
/* =============================== tabs [START] ===================================== */
#tabsul a{ padding:4px 5px 4px 5px; font-size:11px; line-height:15px; }
#tabsul{ background:#eaeaea; border:1px; }
#tabsul li{ padding:0px; margin:0px -1px 0px 0px; border:1px solid #cdcdcd; }
#tabs{ width:292px; }
.tabs_cont{ 
	/*background:#00CCFF !important; */
	height:131px; 
	width:272px; 
	padding:14px 10px 6px 10px !important;
	overflow:auto;
}
.tabs_cont p{}
/* =============================== tabs [END] ======================================= */
/* =============================== news [START] ===================================== */
#info{ margin-top:10px; }
#info .lt{
	width:320px;
	position:relative;
	float:left;
	overflow:hidden;
}

#info .rt{
	width:660px;
	position:relative;
	float:right;
	overflow:hidden;
}

.info_ltborder, .info_rtborder{
	background:#ffffff;
	border:5px solid #000000;
	position:relative;
	overflow:hidden;
}
.info_ltborder{ 
	padding:5px 12px 2px 12px; 
	width:286px;
	height:257px;
}
.info_rtborder{
	background:url(../graph/shared/mde/info/info_bg.gif) 0px 0px no-repeat #ffffff; 
	padding:5px 13px 5px 5px; 
	width:632px;
	height:254px;
}

.news_title{
	padding:0px 0px 3px 0px;
	border-bottom:1px solid #000000;
	margin-bottom:10px;
}
.news_title, .news_title *{ color:#3366ff; }

.line{
	height:1px;
	position:relative;
	overflow:hidden;
}
.line_dot1{ background:url(../graph/shared/dot1.gif) 0px 0px repeat-x; }
.line_dot2{ background:url(../graph/shared/dot2.gif) 0px 0px repeat-x; }
/* =============================== news [END] ======================================= */
/* =============================== word [START] ===================================== */
.word{
	width:326px;
	position:relative;
	float:right;
	overflow:hidden;
}
/* =============================== word [END] ======================================= */
/* =============================== comp [START] ===================================== */
.comp{
	width:294px;
	position:relative;
	float:left;
	overflow:hidden;
}

.compbox{
	padding:12px 12px 12px 12px;
	width:270px;
	height:98px;
	position:relative;
	overflow:hidden;
}
.compbox *{ position:relative; }
.compbox_bg{
	background:url(../graph/shared/mde/info/info_bg2.png) 0px 0px no-repeat;
	width:294px;
	height:122px;
	position:absolute;
	left:0px;
	top:0px;
	overflow:hidden;
}
/* =============================== comp [END] ======================================= */
/* =============================== iframe_banners [START] =========================== */
.iframe_banners{
	width:275px;
	position:relative;
	overflow:hidden;
}

#idiv_mdel{
	width:275px;
	/*margin-top:10px;*/
	position:relative;
	overflow:hidden;
	display:none;
}

.iframe_mdel{
	width:275px;
	height:100px;
	overflow:hidden;
	height:auto;
}
/* =============================== iframe_banners [END] ============================= */
/* =============================== iframe_banners_rt [START] ======================== */
.iframe_banners_rt{
	width:704px;
	position:relative;
	overflow:hidden;
}

#idiv_mder{
	width:704px;
	/*margin-top:10px;*/
	position:relative;
	overflow:hidden;
	display:none;
}

.iframe_mder{
	width:704px;
	height:100px;
	overflow:hidden;
	height:auto;
}
/* =============================== iframe_banners_rt [END] ========================== */
/* =============================== formd [START] ==================================== */
.formd{
	width:622px;
	position:relative;
	border:0px;
	margin:0px auto 0px auto;
	padding:0px;
	overflow:hidden;
}
/* ========== box_formd ============== */
.box_formd{ width:auto; }
.box_formd, .box_formd *{ font-size:12px; line-height:16px; }
.box_formd h1{ font-size:26px; line-height:30px; }
.box_formd h2{ font-size:18px; line-height:22px; }
.box_formd h3{ font-size:14px; line-height:17px; }


.box_formd .formd_full{ width:598px; }
.box_formd .formd_label{ width:226px; padding-right:8px; }
.box_formd .formd_label, .box_formd .formd_label *{  }
.box_formd .formd_text{ background:#f2fbfc; width:250px; border:1px solid #2398c9; }
.box_formd .formd_textarea{ background:#f2fbfc; width:250px; border:1px solid #2398c9; }
.box_formd .formd_full_button{ width:491px; }

.box_formd .formd_select{ width:258px; height:20px; border:1px solid #2398c9; background:#f2fbfc; }
.box_formd .formd_select option{ background:#f2fbfc; }
.box_formd .formd_submit{ 
	background:url(../graph/shared/single/btn_sign1.gif) right 6px no-repeat #2398c9; 
	height:25px;
	margin:0px;
	padding:0px 28px 0px 10px;
	border:0px;
	font: bold 14px/17px "Times New Roman", Tahoma, Arial, Verdana, Helvetica; 
	color:#ffffff;
}
.box_formd .formd_submit:hover{ background:url(../graph/shared/single/btn_sign1.gif) right 6px no-repeat #d42b23; color:#ffffff;  }



.box_formd .formd_submit_submit{ background:url(../graph/shared/single/btn_submit.gif) 0px 0px no-repeat #178bba; border:0px; width:135px; height:24px; }
.box_formd .formd_submit_submit:hover{ background:url(../graph/shared/single/hover/btn_submit.gif) 0px 0px no-repeat #cc2f1a; width:135px; height:24px; }

.box_formd .formd_submit_sendenquiry{ background:url(../graph/shared/single/btn_sendenqiury.gif) 0px 0px no-repeat #178bba; border:0px; width:135px; height:24px; }
.box_formd .formd_submit_sendenquiry:hover{ background:url(../graph/shared/single/hover/btn_sendenqiury.gif) 0px 0px no-repeat #cc2f1a; width:135px; height:24px; }

.box_formd .formd_submit_register{ background:url(../graph/shared/single/btn_register.gif) 0px 0px no-repeat #178bba; border:0px; width:135px; height:24px; }
.box_formd .formd_submit_register:hover{ background:url(../graph/shared/single/hover/btn_register.gif) 0px 0px no-repeat #cc2f1a; width:135px; height:24px; }

.box_formd .formd_submit_login{ background:url(../graph/shared/single/btn_login.gif) 0px 0px no-repeat #178bba; border:0px; width:135px; height:24px; }
.box_formd .formd_submit_login:hover{ background:url(../graph/shared/single/hover/btn_login.gif) 0px 0px no-repeat #cc2f1a; width:135px; height:24px; }

.box_formd .formd_submit_retrieve{ background:url(../graph/shared/single/btn_retrieve.gif) 0px 0px no-repeat #178bba; border:0px; width:135px; height:24px; }
.box_formd .formd_submit_retrieve:hover{ background:url(../graph/shared/single/hover/btn_retrieve.gif) 0px 0px no-repeat #cc2f1a; width:135px; height:24px; }

.box_formd .formd_submit_update{ background:url(../graph/shared/single/btn_update.gif) 0px 0px no-repeat #178bba; border:0px; width:135px; height:24px; }
.box_formd .formd_submit_update:hover{ background:url(../graph/shared/single/hover/btn_update.gif) 0px 0px no-repeat #cc2f1a; width:135px; height:24px; }


.formd_submit_sendenquiry, .formd_submit_register, .formd_submit_login, .formd_submit_retrieve, .formd_submit_update, .formd_submit_submit{
	position:relative;
	float:right;
	cursor:pointer;
}
/* ========== box_formd ============== */
/* ========== contact_formd ========== */
.contact_formd{ width:666px; }
.contact_formd, .contact_formd *{ font-size:12px; line-height:16px; }
.contact_formd .formd_full{ width:666px; }
.contact_formd .formd_label{ width:230px; padding-right:8px; }
.contact_formd .formd_label, .contact_formd .formd_label *{ /*color:#fefce0;*/ }
.contact_formd .formd_text{ background:#d1ff6e; width:250px; border:1px solid #597125; }
.contact_formd .formd_textarea{ background:#d1ff6e; width:250px; border:1px solid #597125; }
.contact_formd .formd_full_button{ width:495px; }
.contact_formd .formd_submit{ background:url(../graph/shared/single/btn_sendinquiry.gif) 0px 0px no-repeat #cefd6c; border:0px; width:114px; height:24px; }
.contact_formd .formd_submit:hover{ background:url(../graph/shared/single/hover/btn_sendinquiry.gif) 0px 0px no-repeat #ff5647; width:114px; height:24px; }

.contact_formd .formd_select{ width:258px; height:20px; border:1px solid #597125; background:#d1ff6e; }
.contact_formd .formd_select option{ background:#d1ff6e; }
/* ========== contact_formd ========== */
/* ========== boxfull_formd ============== */
.boxfull_formd{ width:auto; }
.boxfull_formd, .boxfull_formd *{ font-size:12px; line-height:16px; }
.boxfull_formd h1{ font-size:26px; line-height:30px; }
.boxfull_formd h2{ font-size:18px; line-height:22px; }
.boxfull_formd h3{ font-size:14px; line-height:17px; }


.boxfull_formd .formd_full{ width:598px; }
.boxfull_formd .formd_label{ width:296px; padding-right:8px; text-align:left; }
.boxfull_formd .formd_label, .boxfull_formd .formd_label *{  }
.boxfull_formd .formd_text{ background:#f2fbfc; width:250px; border:1px solid #2398c9; }
.boxfull_formd .formd_textarea{ background:#f2fbfc; width:250px; border:1px solid #2398c9; }
.boxfull_formd .formd_full_button{ width:491px; }

.boxfull_formd .formd_select{ width:258px; height:20px; border:1px solid #2398c9; background:#f2fbfc; }
.boxfull_formd .formd_select option{ background:#f2fbfc; }
.boxfull_formd .formd_submit{ 
	background:url(../graph/shared/single/btn_sign1.gif) right 6px no-repeat #2398c9; 
	height:25px;
	margin:0px;
	padding:0px 28px 0px 10px;
	border:0px;
	font: bold 14px/17px "Times New Roman", Tahoma, Arial, Verdana, Helvetica; 
	color:#ffffff;
}
.boxfull_formd .formd_submit:hover{ background:url(../graph/shared/single/btn_sign1.gif) right 6px no-repeat #d42b23; color:#ffffff;  }

/* ========== boxfull_formd ============== */


.formd_full{
	width:622px;
	margin:0px;
	padding:0px;
	position:relative;
	overflow:hidden;
	float:left;
}
.formd_full{ margin-top:11px; margin-right:-3px; /* IE path */ }
.formd_full_first{ margin-top:0px; }

.formd_label{
	width:170px;
	margin-top:3px;
	padding-right:9px;
	position:relative;
	float:left;
	overflow:hidden;
	
	font:12px/16px Verdana, Arial, Tahoma, Helvetica;
	color:#454545;
	text-align:right;
}

.formd_text, #CaptchaV2{
	background-color:#fadead;
	width:205px;
	height:14px;
	padding:3px 3px 3px 3px;
	border:1px solid #5ed5f8;
	position:relative;
	float:left;
	
	font:12px/14px Verdana, Arial, Tahoma, Helvetica;
	color:#454545;
}
#CaptchaV2{ background:#f2fbfc; width:250px !important; border:1px solid #178bba; margin-top:5px; }
.captchaimg{ background-color:#696969; width:238px; height:36px; padding:0px 1px 0px 19px; }

.formd_textarea{
	background-color:#fadead;
	width:435px;
	height:70px;
	padding:3px 3px 3px 3px;
	border:1px solid #5ed5f8;
	position:relative;
	float:left;
	
	font:12px/14px Verdana, Arial, Tahoma, Helvetica;
	color:#454545;
}

.formd_select{
	background:#fadead;
	width:213px;
	height:18px;
	border:1px solid #5ed5f8;

	position:relative;
	overflow:hidden;
	margin:0px;
	padding:0px;
	float:left;
}

.formd_select option{ background:#fadead; border:0px; }

.formd_radio{
	width:15px;
	height:15px;
	position:relative;
	float:left;
	overflow:hidden;
}
/* ================= formd_full_button ========== */
.formd_full_button{
	width:392px;
	margin:0px;
	margin-right:-3px;
	padding:0px;
	padding-top:11px;
	position:relative;
	overflow:hidden;
	float:left;
	left:0px;
}


.formd_submit{
	background:#fadead;
	border:1px solid #5ed5f8;
	/*width:137px;*/
	padding:10px 40px 10px 40px;
	margin:0px;
	/*height:37px;*/
	position:relative;
	float:right;
	cursor:pointer;
}

.formd_submit:hover{ background:#e0c79b; }
/* ================= formd_full_button ========== */
.color_redlight{ color:#d60600; }

/* =============================== formd [END] ====================================== */
/* =============================== table_style1 [START] ============================= */
.table_style1{ width:666px; position:relative; overflow:hidden; }
.table_style1 tbody tr td{
	border-top:5px solid #ffffff;
	padding:7px 5px 7px 5px;
	position:relative; 
	overflow:hidden; 
}
.table_style1 tbody tr .td1{ width:151px; }
.table_style1 tbody tr .td2{ width:490px; border-left:5px solid #ffffff; }
.table_style1 tbody tr .td_bg1{ background:#b6e8d9; }
.table_style1 tbody tr .td_bg2{ background:#d9e8b6; }

.table_style1 tbody tr td table td{ border:0px; }
/* =============================== table_style1 [END] =============================== */
/* =============================== sge [START] ====================================== */
.sge_title1{
	background:url(../graph/shared/mde/sge/sge_title1.gif) 0px 0px repeat-x #178bba;
	border:1px solid #dbf3fd;
	padding:4px 14px 4px 14px;
	position:relative;
	overflow:hidden;
}

.sge_bg1{
	background:url(../graph/shared/mde/sge/sge_bg1.gif) 0px 0px repeat-x;
	padding:8px 14px 0px 14px;
	position:relative;
	overflow:hidden;
}
/* =============================== sge [END] ======================================== */
/* =============================== reboxa [START] =================================== */
.reboxaul{
	width:666px;
	position:relative;
	overflow:hidden;
}

.reboxaul .ul0{
	width:666px;
	position:relative;
	overflow:hidden;
}
.reboxaul .ul0 .li0{
	background:none;
	border-top:1px solid #dbf3fd;
	list-style:none;
	width:666px;
	padding:0px 0px 0px 0px;
	position:relative;
	float:left;
	overflow:hidden;
	min-width:0px;
}

.reboxaul .ul0 .li0 .a0{
	background:#178bba;
	width:620px;
	padding:9px 16px 9px 30px;
	position:relative;
	float:left;
	overflow:hidden;
	
	font:22px/26px Tahoma, Arial, Verdana, Helvetica;
    color:#ffffff; 
	/*color:#ffffff;*/
	text-decoration:none;
}
.reboxaul .ul0 .li0 .a0:hover{ background:#2cbbf5; color:#ffffff; }

.reboxaul .ul01{
	background:#dbf3fd;
	width:620px;
	padding:0px 16px 0px 30px;
	height:0px; /*Script*/
	position:relative;
	float:left;
	overflow:hidden;
}

.reboxaul_bg1{
	background:url(../graph/shared/mde/reboxa/reboxa_bg1.gif) 0px 17px repeat-x;
	width:620px;
	padding:28px 16px 17px 30px;
	margin:0px -16px 0px -30px;
	position:relative;
	overflow:hidden;
}

.reboxaul_bg2{
	background:#000000;
	width:643px;
	padding:8px 16px 8px 30px;
	margin:0px -16px 0px -30px;
	position:relative;
	overflow:hidden;
}

.reboxaul_bg2, .reboxaul_bg2 *{ font-size:11px; line-height:13px; color:#999999; }
.reboxaul_bg2 a{ color:#ed1c24; text-decoration:underline; }
.reboxaul_bg2 a:hover{ color:#fff600; text-decoration:underline; }
/* =============================== reboxa [END] ===================================== */
/* ================================================================================== */
/* =============================== index.php [END] ================================== */
/* ================================================================================== */
/* ================================================================================== */
/* =============================== cms.php [START] ================================== */
/* ================================================================================== */
/* =============================== announcement [START] ============================= */
/*
.announcement_selected .announcement-list .announcement_title{ display:none; }
.announcement_selected .announcement-list .announcement_date{ display:none; }
.announcement_selected .announcement-list .announcement_body{ padding-top:0px !important; }
*/
.announcement_selected .announcement-list .announcement_read{ display:none; }
.announcement_selected .announcement_line{ display:none;}
/* =============================== announcement [END] =============================== */
/* =============================== system-message [START] =========================== */
.system-message, .system-error-message {
	/*background-color: #f9f9f9;
	border: 1px solid #eee;
	color: #666;
	margin: 18px;
	min-height: 110px;
	height: auto !important;
	height: 110px;
	padding: 36px 36px 36px 180px;*/
	
	border: 1px solid #2398c9;
	color:#496767;
	margin:0px 0px 0px 0px;
	/*margin:18px;*/
}

.system-message p{ color:#333333; }
.system-message h1{ color:#d60600; font-size:18px; line-height:22px; }
.system-error-message p{ color:#333333; }
.system-error-message h1{color:#d60600; font-size:18px; line-height:22px; }

.system-message a, .system-error-message a{ color:#d60600; text-decoration:underline; font-weight:bold; }
.system-message a:hover, .system-error-message a:hover{ color:#ffa200;  }

.system-message { background:url(../graph/shared/bc/ok.png) no-repeat 29px 18px #dcf3f4 ; }

.system-error-message { background:url(../graph/shared/bc/error.png) no-repeat 26px 26px #dcf3f4 ; }
/* =============================== system-message [END] ============================= */
/* =============================== webapp-pagination [START] ======================== */
div.pagination{}
div.pagination .pagination{
	padding-top:2px;
	float:left;
	margin:0px;
}

div.pagination *{font-size:12px; line-height:17px;}
div.pagination .pagination .pagenumber{
	float:none;
	margin:0px 5px 0px 5px;
	text-decoration:underline;
	color:#909090;
	
}
div.pagination .pagination .pagenumber:hover{ background:#fa2929; color:#ffffff; text-decoration:none; }

div.pagination .prev, div.pagination .next{
	background:#2398c9;
	padding:2px 5px 1px 5px;
	margin-top:-1px;
	color:#ffffff;
	text-decoration:none;
	float:left; 
}
div.pagination .prev{ margin-right:20px; }
div.pagination .next{ margin-left:20px; }
div.pagination .prev:hover, div.pagination .next:hover{ background:#fa2929; color:#ffffff; text-decoration:none; }

/* =============================== webapp-pagination [END] ========================== */
/* =============================== gallery_style1 [START] =========================== */
.gallery_style1 .photogalleryTable td { padding:9px 18px 9px 0px;  text-align:center; }
.gallery_style1 .photogalleryTable{ position:relative; /*margin:0px auto 0px auto;*/  }
.gallery_style1 .photogalleryTable tr .photogalleryItem a{
	border:3px solid #6ec3e7;
	/*float:left;*/
	display:block;
	overflow:hidden;
}

.gallery_style1 .photogalleryTable tr .photogalleryItem a:hover{ border:3px solid #2398c9;}
/* =============================== gallery_style1 [END] ============================= */
/* =============================== gallery [START] ================================== */
.photogalleryTable td { padding:9px 18px 9px 0px;  text-align:center; }
.photogalleryTable{ position:relative; /*margin:0px auto 0px auto;*/  }
.photogalleryTable tr .photogalleryItem a{
	border:3px solid #6ec3e7;
	/*float:left;*/
	display:block;
	overflow:hidden;
}

.photogalleryTable tr .photogalleryItem a:hover{ border:3px solid #2398c9;}
/* =============================== gallery [END] ==================================== */
/* ================================================================================== */
/* =============================== cms.php [END] ==================================== */
/* ================================================================================== */
