/* e-Dmc  */
/* start from 2008.9.5 */

/* ======================================================== GLOBAL ==========================================================*/
html, body, form, h1, h2, h3, h4, h5, h6, p, pre, blockquote, ul, ol, dl {
	margin:0;
	padding:0;
	border:0;
}
body {
	font-family:Arial; 
	font-size:12px;
	color:#666; 
	background-image:url(../images/wrapper.gif);
	background-position: center bottom;
	background-repeat:no-repeat;
	/*overflow-x: hidden;*/

}

a:link, a:visited {
	
	text-decoration:none;
}
a:hover, a:active {
	
	text-decoration:underline; 
}

input, select{
vertical-align:text-middle;
/*background-color:#fcfbfb;
border:1px #ddd solid;*/
behavior:url('../include/css/input.htc');
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
}
textarea{
/*background-color:#FCFBFB;
border:1px solid #DDDDDD;*/
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
}

a.blue{
color:#0167B4;
}
.error_box{
border:1px #df1a00 solid;
background-color:#ffffe6;
padding:5px 10px 5px 30px;
color:#df1a00;
font-size:11px;
background-image:url(../images/icon_error.gif);
background-repeat:no-repeat;
background-position:left;
}
.error_input{
border:2px red solid;
}
.correct_input{
border:2px #10c504 solid;
background-color:#ffffe6;
color:#10c504;
font-size:14px;
}
.correct_box{
border:1px #10c504 solid;
background-color:#ffffe6;
padding:5px 10px 5px 30px;
color:#10c504;
font-size:11px;
background-image:url(../images/icon_correct.gif);
background-repeat:no-repeat;
background-position:left;
}
.yellow_box{
border:1px #ffcc00 solid;
background-color:#ffffe6;
padding:5px 10px 5px 10px;
}
.yellow_box a.close{
color:#FC0; 
font-weight:bold; 
float:right	
}

.botton_orangeL{
	background-image:url(../images/button_orangeL.gif);
	height:23px;
	width:5px;
	float:left;
	}
.botton_orangeM{
	background-image:url(../images/button_orangeM.gif);
	height:17px;
	background-repeat:repeat-x;
	float:left;
	color:#9e3f0c;
	font-weight:bold;
	font-size:12px;
	padding:3px 8px;
	}
.botton_orangeM{
	text-decoration:none;
	}	
.botton_orangeR{
	background-image:url(../images/button_orangeR.gif);
	height:23px;
	width:10px;
	float:left;
	}
	
hr{
height:1px;
color:#ddd;
/*for ff*/
border:0;
background:#ddd;
}

.centered, p.centered {
	text-align:center;
}
.txtright{
text-align:right;
}

.right {
	float:right;
}
.left {
	float:left;
}
.clear {
	clear:both;
}
.block{
display:block;
clear:both;
padding:0px;
}

img {
	border:0px;
	vertical-align:middle;
}
.underline, a:link.underline, a:visited.underline{
text-decoration: underline;
}
.no_underline, a.no_underline, .page_list a.no_underline{
text-decoration: none;
}
.modulepopupbg {
background-color:#000;
filter:alpha(opacity=70);	
opacity:0.7;
}

/*==== Loading style ====*/
.loading_bg
{
background-image:url(/images/overlay.png);
height:100%;
position:fixed;
_position:absolute;
width:100%;
z-index:1000;
	}
.loading_icon
{
left: 50%; 
position: absolute; 
top: 50%; 
width: 100%;	
	}	
	
/*==== margin & padding ====*/
.margintop5{
margin-top:5px;
}
.margintop10{
margin-top:10px;
}
.margintop20{
margin-top:20px;
}
.marginbottom10{
margin-bottom:10px;
}
.marginbottom20{
margin-bottom:20px;
}
.marginright5{
margin-right:5px;
}
.marginright10{
margin-right:10px;
}
.marginright20{
margin-right:20px;
}
.marginright30{
margin-right:30px;
}
.marginleft10{
margin-left:10px;
}
.marginleft20{
margin-left:20px;
}
.marginleft30{
margin-left:30px;
}
.margin3{
margin:3px 0;
}
/*==== font ====*/
.color_e{
background:#eee;
}

/*==== font ====*/
h2{
font-size:20px;
vertical-align:top;
color:#555;
font-weight:normal;
}
h4{
font-size:16px;
line-height:25px;
color:#555;
}
h5{
font-size:13px;
height:25px;
color:#555;
}
.italic{
font-style:italic;
}
.font11{
font-size:11px;
}
.font12{
font-size:12px;
}
.font13{
font-size:13px;
}
.font14{
font-size:14px;
}
.font16{
font-size:16px;
}
.bold{
font-weight:bold;
}
.bluefont{
color:#0167b4;
}
.greenfont{
color: #339900;
}
.redfont{
/*color:#cc0000;*/
color:#EB0006;
}
.greyfont{
color:#888;
}
.whitefont{
color:#fff;
}
.blackfont{
color:#000;
}
.gray9{
	color:#909090;
}

.yellow_bg{
background-color:#fffdd0;
}
.blue_bg{
background-color:#def8fb;
}
.red_bg{
background-color:#ffe2e2;
}
/*== width ==*/
.width4{
width:4%;
}
.width5{
width:5%;
}
.width7{
width:7%;
}
.width8{
width:8%;
}
.width10{
width:10%;
}
.width12{
width:12%;
}
.width15{
width:15%;
}
.width20{
width:20%;
}
.width25{
width:25%;
}
.width30{
width:30%;
}
.width35{
width:35%;
}
.width40{
width:40%;
}
.width45{
width:45%;
}
.width48{
width:48%;
}
.width50{
width:50%;
}
.width60{
width:60%;
}
.width65{
width:65%;
}
.width70{
width:70%;
}
.width75{
width:75%;
}
.width77{
width:77%;
}
.width80{
width:80%;
}
.width90{
width:90%;
}
.width95{
width:95%;
}
.width98{
width:98%;
}
.width100{
width:100%;
}
/* ======================================================== Header ==========================================================*/
#Header{
margin-left:auto;
margin-right:auto;
width:950px;
/*height:110px;*/
margin-top:20px;
}
#Header .log{
padding-top:80px;
}
#Header .log a{
color:#0167b4;
font-weight:bold;
font-size:11px;
}
.login_blue 
{
float:left;
margin:15px 0 0 20px;
/*float:right;*/
font-size:11px;
position: relative;
right:0;
top:-8px;
z-index:10;
}
.login_blue_l {
background-image:url(../images/login_l.gif);
float:left;
height:35px;
width:8px;
}
.login_blue_m {
background-image:url(../images/login_m.gif);
float:left;
height:28px;
padding:7px 5px 0 5px;
width:auto;
}
.login_blue_r {
background-image:url(../images/login_r.gif);
float:left;
height:35px;
width:8px;
}
.login_blue_m span, strong{
float:left;
margin: 0 3px;
}
.login_blue_m strong{
margin:3px 5px 0 0;
}
.login_blue_m span span{
float: none;
}
.login_small {
clear:none !important;
float:left;
font-size:11px;
margin-left:20px;
position:relative;
width:212px;
z-index:100;
}
.login_small_2 {
font-size:11px;
position: relative;
clear:none!important;
clear:both;
top:-8px;
z-index:100;
width:212px;
}
.login_small_l {
background-image:url(../images/login_small_l.gif);
background-position:left bottom;
float:left;
height:22px;
width:8px;
}
.login_small_m {
background-color:#eaeaea;
float:left;
height:19px;
padding:2px 3px 1px 3px;
width:190px;
}
.login_small_r {
background-image:url(../images/login_small_r.gif);
background-position:left bottom;
float:left;
height:22px;
width:8px;
}
.login_small_m a
{
/*color:#9E3F0C;*/
color:#555;
}
.login_error{
font-size:11px;
position:relative;
right:0;
top:-12px;
width:61%;
float:right;
}

.menu_index{
	float:right;
	height:33px;
	position:relative;
	top:0px;
	/*width:66%;*/
	width:60.2%;
	}
.menu_index a{
	display:block;
	margin-right:5px;
	height:33px;
	float:left;
	background-position:bottom;
}
.menu_index a:hover, .menu_index a.active{
	background-position:top;
	}
.menu_index a.menu_1{
	background-image:url(../../../images/menu_index_home.gif);
	width:35px;
}
.menu_index a.menu_2{
	background-image:url(../../../images/menu_index_about.gif);
	width:82px;
}
.menu_index a.menu_3{
	background-image:url(../../../images/menu_index_ad.gif);
	width:158px;
}
.menu_index a.menu_4{
	background-image:url(../../../images/menu_index_tariff.gif);
	width:143px;
}
.menu_index a.menu_5{
	background-image:url(../../../images/menu_index_testimonials.gif);
	width:102px;
}
.menu_index a.menu_6{
	background-image:url(../../../images/menu_index_blog.gif);
	width:50px;
}
.menu_index a.menu_7{
	background-image:url(../../../images/menu_index_programs.gif);
	width:121px;
	}
.menu_index a.menu_8{
	background-image:url(../../../images/menu_index_e-GuestAccess.gif);
	width:118px;
	}
/* =====pengdan 20090623 ======*/
.menu_index a.menu_9{
	background-image:url(../images/menu_index_contact.gif);
	width:92px;
	}
.menu_index a.menu_10{
	background-image:url(../images/menu_index_Advertise.gif);
	width:133px;
	}	
/* ======================================================== Header2 ==========================================================*/
#Header2{
background-image:url(../images/header_bg.gif);
width:100%;
}
.wide{
margin-left:auto;
margin-right:auto;
width:950px;
}
.welcome{
margin:10px -8px 0 0;
text-align:right;
width:70%;
}
.welcome a, .welcome span{
margin:8px;
font-weight:bold;
font-size:11px;
}
.menu{
margin:48px 0 0 20px;
width:60%;
}
.menu .menu_overview{
background-image:url(../images/menu_overview.gif);
width:103px;
background-position:left bottom;
}
.menu .menu_programlist{
background-image:url(../images/menu_programlist.gif);
width:130px;
background-position:left bottom;
}
.menu .menu_paymentrecord{
background-image:url(../images/menu_paymentrecord.gif);
width:161px;
background-position:left bottom;
}
.menu .menu_editprofile{
background-image:url(../images/menu_editprofile.gif);
width:115px;
background-position:left bottom;
}
.menu a, .menu_admin a{
float:left;
margin-right:5px;display:block;height:32px;
}
.menu a:hover, .menu_admin a:hover{
background-position:left top;
}
.menu a.active, .menu2 a.active, .menu_admin a.active{
background-position:left top;
}

/* Admin panel menu */
.menu_admin{
margin:48px 0 0 20px;
width:80%;
}
.menu_admin .menu_reference{
background-image:url(../images/menu_Admin_ReferenceDatabase.gif);
width:157px;
background-position:left bottom;
}
.menu_admin .menu_dmc{
background-image:url(../images/menu_Dmc.gif);
width:58px;
background-position:left bottom;
}
.menu_admin .menu_supplier{
background-image:url(../images/menu_Supplier.gif);
width:84px;
background-position:left bottom;
}
.menu_admin .menu_planner{
background-image:url(../images/menu_Planner.gif);
width:78px;
background-position:left bottom;
}
.menu_admin .menu_moderator{
background-image:url(../images/menu_moderator.gif);
width:143px;
background-position:left bottom;
}
.menu_admin .menu_contact{
background-image:url(../images/menu_contact.gif);
width:126px;
background-position:left bottom;
}

/*=====*/

.menu2{
margin:48px 0 0 0px;
}
.menu2 .menu_createprogram{
background-image:url(../images/menu_createprogram.gif);
height:32px;
width:151px;
background-position:left bottom;
display:block;
}
.menu2 .menu_createprogram:hover{
background-position:left top;
}
.menu2 .menu_createprogram_active{
background-image:url(../images/menu_createprogram.gif);
height:32px;
width:151px;
background-position:left top;
display:block;
}
/* create program popup 20090202 */
.loginclose div{
display:none;
}
.loginopen{
position:relative;
z-index:20;

}

.loginopen div.open{
position:absolute;
left:-106px;
top:50px;
background-image:url(../images/create_program_popupbg.gif);
width:237px;
height:117px;
padding:0 10px;
}
.loginopen div.open div{
margin:3px 0;
}
.loginopen div.open .button_txt{
margin-left:15px;
}
.loginopen div.open .button_txt a{
	text-decoration:underline;
	color:#000;
}
/*
.loginclose {
height:26px;
width:203px;
}
.loginopen div .top{
background-image:url(../images/menu_createprogram.gif);
height:32px;
width:151px;
background-position:left top;
display:block;
}
.loginopen div .col{

}



.loginopen div span{
float:left;
}
*/
.loginopen div.open input{
	margin-left:0!important;
	margin-left:-5px;
}
/* end */

.submenu{
height:32px;
display:block;
background-color:#0167b4;
width:100%;
background-image:url(../images/submenu_bg.gif);
background-repeat: repeat-x;
background-position:left bottom;
color:#fff;
font-weight:normal;
font-size:12px;
}
.submenu_title{
background-image:url(../images/submenu_title_bg.gif);
height:16px;
max-width:200px;
width: expression( document.body.clientWidth > 200 ? "200px" : "auto"); /* sets max-width for IE */
padding:6px 10px;
float:left;
}
.submenu_title_arrow{
background-image:url(../images/submenu_title_arrow.gif);
width:8px;
height:28px;
display:block;
margin:0 10px 0 0;
float:left;
}
.submenu .submenu_info{
padding:6px 0;
}
.submenu a, .submenu b{
padding:0px 10px;
color:#c9e0f1;
margin:10px 0 0 0;
}
.submenu a.active{
color:#fff;
font-weight:bold;
}
.adminpanel img{
padding:40px 0 0 20px;
}

/* ======================================================== Wrapper ==========================================================*/
#Wrapper{
width:950px;
margin-left:auto;
margin-right:auto;
clear:both;
padding:0px 0 10px 0;
}
#Wrapper .intro{
width:950px;
height:194px;
background-image:url(../images/intro2.jpg);
}

#Wrapper .create_button{
float:left;
margin:140px 20px 0 40px!important;
margin:140px 20px 0 20px;
font-weight:bold;
}
#Wrapper .left_col{
width:630px!important;
width:628px;
float:left;
}
#Wrapper .left_col h1{
background-image:url(../images/index_h1.jpg);
background-position:right;
background-repeat:no-repeat;
padding:0 30px 0 0;
font-size:21px;
font-weight:normal;
}
#Wrapper .intro_box2{
float:left;
margin:10px 15px 20px 10px;
width:275px;
min-height:330px;
height: expression( this.scrollHeight < 330 ? "330px" : "auto" );
}

#Wrapper .intro_box2 h4{
margin:5px 0 0 5px;
}
#Wrapper .intro_box2 h4 a{
color:#000;
text-decoration:none;
font-size:15px;
}
#Wrapper .intro_box2 a{
color:#0167B4;
text-decoration:underline;
}
#Wrapper .intro_box2 p{
line-height:18px;
margin-left:5px;
}
.catchword{
padding:5px 0;
}
/*
.catchword h2{
color:#000;
}
.catchword a{
font-size:20px;
font-weight:normal;
text-decoration:underline;
}
*/
.catchword a{
color:#0167B4;
text-decoration:underline;
}
.select_destination{
	background-image:url(../images/select_destination_bg.gif);
	background-position:center bottom;
	background-repeat:repeat-x;
	padding:0 0px 20px 10px;
	width:96%;
	margin:0 0 20px 0;
}
.select_destination a img{
	filter:alpha(opacity=70);       /* IE */
	-moz-opacity:0.7;              /* Moz + FF */
	opacity:0.7;           /*  CSS3FF 1.5   */
	border:0;
	margin:0;
	padding:0;
	float:left;
}
.select_destination a:hover img{
	filter:alpha(opacity=100);       /* IE */
	-moz-opacity:1;              /* Moz + FF */
	opacity: 1;           /*  CSS3FF 1.5   */
}
.select_destination a.arrow_left img{
	margin:40px 8px 0 0;
	filter:alpha(opacity=100);       /* IE */
	-moz-opacity:1;              /* Moz + FF */
	opacity:1;           /*  CSS3FF 1.5   */
	}
.select_destination a.arrow_right img{
	margin:40px 0px 0 8px;
	filter:alpha(opacity=100);       /* IE */
	-moz-opacity:1;              /* Moz + FF */
	opacity:1;           /*  CSS3FF 1.5   */
	}	
.search_tips{
	position:relative;
	z-index:100;
	}
.search_tips ul.tips{
	background-color:#cdedff;
	position:absolute;
	left:62px;
	width:132px;
	filter:alpha(opacity=80);       /* IE */
	-moz-opacity:0.8;              /* Moz + FF */
	opacity:0.8;           /*  CSS3FF 1.5   */
	border-bottom:1px #0167b4 solid;
	z-index:100;
	}
.search_tips ul.tips li.tips_li{
	border:1px #0167b4 solid;
	list-style:none;
	padding:2px 5px;
	color:#0167b4;
	font-size:11px;
	border-bottom:0;
	font-weight:normal;
}
.search_tips ul.tips li.tips_li b{
	color:#0167b4;
}
.search_tips ul.tips li.tips_li2
{
    background-color:#0167b4;
    color: white;
    border:1px #0167b4 solid;
	list-style:none;
	padding:2px 5px;
	font-size:11px;
	border-bottom:0;
	font-weight:bold;
}

.search_tips ul.tips li.tips_li:hover a
{
    color: white;
}
#Wrapper .right_col{
float:left;
width:300px;
background-image:url(../images/right_col_bg.gif);
background-position:left top;
background-repeat:repeat-y;
padding-left:20px;
}
#Wrapper .right_col a{
color:#0167B4;
}
#Wrapper .right_col h2{
font-size:16px;
}

.tip_box{
border-top:1px dotted #ccc;
border-bottom:1px dotted #ccc;
padding:2px 0;
}
/*
.help_box img{
float:left;
margin:8px 0 0 15px;
}
.help_box h2{
color:#333;
padding-top:15px;
}
*/
.need_help{
	background-image:url(../images/right_col_help.gif);
	width:170px;
	height:94px;
	padding:32px 105px 8px 17px;
	font-size:11px;
}
.right_col_box_blue, .right_col_box_yellow{
	width:292px;
	font-size:1px;
	margin-bottom:15px;
	}
.right_col_box_blue_top{
	background-image:url(../images/right_col_box_blue_top.gif);
	height:10px;
	}
.right_col_box_blue_mid{
	background-image:url(../images/right_col_box_blue_mid.gif);
	font-size:12px;
	padding:0 10px;
	}
.right_col_box_blue_bot{
	background-image:url(../images/right_col_box_blue_bot.gif);
	height:10px;
	}
.right_col_box_blue_mid h2, .right_col_box_yellow_mid h2{
	font-size:18px;
	font-weight:bold;
	margin-bottom:10px;
}
.right_col_box_yellow_top{
	background-image:url(../images/right_col_box_yellow_top.gif);
	height:10px;
	}
.right_col_box_yellow_mid{
	background-image:url(../images/right_col_box_yellow_mid.gif);
	font-size:12px;
	padding:0 10px;
	}
.right_col_box_yellow_bot{
	background-image:url(../images/right_col_box_yellow_bot.gif);
	height:10px;
	}
.right_col_box_yellow_mid p{
	clear:both;
	margin:8px 0 0 0;
}
.client_left{
	margin:0px 0 0 10px;
	}
.client_right{
	float:right;
	width:165px;
}
.client_right a{
	margin:0px 0 0px 18px;
}

#Wrapper .right_col .client{
border-bottom:1px #ccc dotted;
padding:15px 0 15px 0;
float:left;
}
#Wrapper .right_col .client img{
float:left;
margin-bottom:10px;
}
blockquote {
background: url(../images/close-quote.gif) no-repeat right bottom;
padding-left: 18px;
text-indent: -18px;
font-size:11px;
margin:0 0 10px 0;
}
blockquote:first-letter {
background: url(../images/open-quote.gif) no-repeat left top;
padding-left: 18px;
}
#Wrapper .right_col .client b{
padding-left: 18px;
}
#Wrapper .right_col .client small{
color:#666;
font-size:12px;
padding-left: 18px;
}
#Wrapper .right_col .client_user img{
border:1px #ccc solid;
margin:5px 8px 0 0!important;
margin:5px 2px 0 0;
}

/* 20081217 */
.guide{
color:#7a7a7a;
font-size:11px;
padding:10px 0 0 0;
margin:0 0 15px -5px;
}
.guide a{
text-decoration: underline;
margin:0 5px;
color:#7a7a7a;
}
.guide b{
margin:0 0 0 5px;
}
.main_col{
float:left;
width:708px;
}

.button_s{
background-image:url(../images/button_s_l.gif);
background-position:left center;
background-repeat:no-repeat;
display:block;
height:22px;
cursor:pointer;
color:#848484;
font-weight:bold;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:10px;
}
.button_s span{
background-image:url(../images/button_s_r.gif);
background-position:right center;
background-repeat:no-repeat;
height:19px;
margin-left:8px;

padding:3px 8px 0 0;
float:left;
}
.button_s:hover{
text-decoration:none;
}
.button_s b{
color:#eb0006;
margin:0 5px 0 0;
}

.button_able{
background-image:url(../images/button_enabled.gif);
height:22px;
width:64px;
display:block;
}
.button_enable{
background-position:left top;
}
.button_disable{
background-position:left bottom;
}
.save_link{
background-image:url(../images/icon_save.gif);
width:14px;
height:14px;
background-repeat:no-repeat;
background-position:left middle;
padding-left:17px;
}
/* Common button */
a.button_big{
	background-image:url(../images/button_big_left.gif);
	background-repeat:no-repeat;
	height:40px;
	display:block;
	float:left;
	cursor:pointer;
	}
a.button_big:hover, a.button_big:link, a.button_big:visited, a.button_sblue:hover, a.button_sblue:link, a.button_sblue:visited, 
a.button_sgreen:hover, a.button_sgreen:link, a.button_sgreen:visited, a.button_sorange:hover, a.button_sorange:link, a.button_sorange:visited
{
	text-decoration:none;
}
a.button_big span{
	background-image:url(../images/button_big_right.gif);
	background-repeat:no-repeat;
	background-position:right bottom;
	margin:0 0 0 10px!important;
	margin:0 0 0 5px;
	float:left;
	height:31px;
	font-weight:bold;
	font-size:14px;
	color:#333;
	display:block;
	padding:9px 20px 0 10px;
	}
a.button_big span:hover, a.button_sblue span:hover
{
	color:#000;
}		
a.button_big span img, a.button_sblue span img, a.button_sgreen span img, a.button_sorange span img{
	vertical-align:middle;
}
a.button_big span.back
{
	color:#777;
}

a.button_sblue{
	background-image:url(../images/button_sblue_l.gif);
	background-repeat:no-repeat;
	height:22px;
	display:block;
	float:left;
	cursor:pointer;	
	line-height:18px;
	}
a.button_sblue span{
	background-image:url(../images/button_sblue_r.gif);
	background-repeat:no-repeat;
	background-position:right bottom;
	margin:0 0 0 10px!important;
	margin:0 0 0 5px;
	float:left;
	height:20px!important;
	height:17px;
	font-weight:bold;
	font-size:10px;
	font-family:Verdana, Geneva, sans-serif;
	color:#333;
	display:block;
	padding:2px 10px 0 3px!important;
	padding:5px 10px 0 3px;
	}	
a.button_sblue span img{	
	margin-right:4px;
}
a.button_sgreen{
	background-image:url(../images/button_sgreen_l.gif);
	background-repeat:no-repeat;
	height:22px;
	display:block;
	float:left;
	cursor:pointer;	
	line-height:18px;
	}
a.button_sgreen span{
	background-image:url(../images/button_sgreen_r.gif);
	background-repeat:no-repeat;
	background-position:right bottom;
	margin:0 0 0 10px!important;
	margin:0 0 0 5px;
	float:left;
	height:20px!important;/*20090807 pengdan*/
	height:17px;/*20090807 pengdan*/
	font-weight:bold;
	font-size:10px;
	font-family:Verdana, Geneva, sans-serif;
	color:#333;
	display:block;
	padding:2px 8px 0 3px!important;/*20090807 pengdan*/
	padding:5px 8px 0 3px;/*20090807 pengdan*/
	}
	
a.button_sgreen span img, a.button_sorange span img{	
	margin-right:3px;
}	
a.button_sorange{
	background-image:url(../images/button_sorange_l.gif);
	background-repeat:no-repeat;
	height:22px;
	display:block;
	float:left;
	cursor:pointer;	
	}
a.button_sorange span{
	background-image:url(../images/button_sorange_r.gif);
	background-repeat:no-repeat;
	background-position:right bottom;
	margin:0 0 0 10px!important;
	margin:0 0 0 5px;
	float:left;
	height:18px;
	font-weight:bold;
	font-size:10px;
	font-family:Verdana, Geneva, sans-serif;
	color:#333;
	display:block;
	padding:4px 6px 0 0px;
	}


.program_info{
background-image:url(../images/info_title_bg.gif);
height:15px;
width:676px;
clear:both;
border-top:1px #c7dbea dotted;
border-bottom:1px #c7dbea dotted;
color:#0167b4;
font-weight:bold;
padding:8px 12px 8px 20px;
font-size:13px;
}
.program_info a{
font-size:11px;
color:#0167b4;
}
.program_con {
padding:10px 20px;
}
.program_con b, .program_con label{
float:left;
margin:5px 0!important;
margin:2px 0;
}
.program_con b{
width:120px;
}
.program_con label{
width:210px;
}
.side_col{
width:222px;
background-image:url(../images/side_col_bg.gif);
background-repeat:no-repeat;
background-position:left top;
float:left;
padding-left:20px;
}
.quick_access{
background-image:url(../images/quick_access_bg_l.gif);
background-repeat: no-repeat;
background-position:left center;
width:10px;
height:33px;
}
.quick_access b{
background-image:url(../images/quick_access_bg_r.gif);
background-repeat: no-repeat;
background-position:right center;
width:200px;
height:25px;
margin-left:10px;
display:block;
padding:8px 0 0 10px;
}
.tips_box{
background-color:#fffee2;
border:1px #d5d5d5 solid;
padding:5px;
font-size:11px;
line-height:18px;
width:210px;
}
.tips_box b, .tips_box label{
float:left;
font-weight:bold;
}
.tips_box b{
width:165px;
} 
.tips_box a{
text-decoration:underline;
color:#666;
}
.side_col .quici_access_list ul li{
list-style:none;
border-bottom:1px #ddd dotted;
padding:8px 0 8px 2px;
font-size:11px;
}
.side_col .quici_access_list ul li label{
width:190px;
float:left;
color:#888;
}
.side_col .quici_access_list ul li a{
text-decoration:underline;
color:#0167B4;
}
.program_list_table{
width:100%;
font-size:11px;
}
.program_list_table tr td{
padding:8px 2px;
border-bottom:1px #ddd dotted;
}
.program_list_table tr.title{
background-color:#E7F5FE;
font-weight:bold;
color:#888;
padding-left:10px;
border:0;
}
.program_list_table tr.title a{
color:#888;
}
.program_list_table tr.title2{
background-color:#eee;
font-weight:bold;
color:#888;
padding-left:10px;
border:0;
}
.program_list_table tr.title2 a{
color:#888;
}
/*
.program_list_table tr.title td{
border-bottom:1px #ddd dotted;
border-top:1px #ddd dotted;
}
*/
.program_list_table tr.editing td{
background-color:#fffed4;
border:0;
}
.program_list_table tr.editing .border_l{
border-left:1px #ffae00 solid;
}
.program_list_table tr.editing .border_r{
border-right:1px #ffae00 solid;
}
.program_list_table tr.editing .border_b{
border-bottom:1px #ffae00 solid;
}
.program_list_table tr.editing .border_t{
border-top:1px #ffae00 solid;
}
.program_list_table tr.editing td.supplier_text b{
	text-indent:10px;
	margin-left:8px;
}
.program_list_table tr.editing td.supplier_text p{
	text-indent:20px;
	margin:7px 0 0 0;
}
.program_list_table tr.editing td p{
	margin:7px 0 0 0;
	}
.page_list .page_list_l{
background-image: url(../images/program_list_page_l.gif);
width:10px;
height:30px;
display:block;
float:left;
}
.page_list .page_list_m{
background-image: url(../images/program_list_page_m.gif);
width:97.8%;
height:14px;
display:block;
float:left;
color:#888;
font-size:11px;
padding:8px 0px;
}
.page_list .page_list_r{
background-image: url(../images/program_list_page_r.gif);
width:10px;
height:30px;
display:block;
float:left;
}
.page_list_m a, .page_list_m b{
margin:0 8px 0 0;
}
.page_list_m a{
color:#888;
text-decoration:underline;
}
.page_list_m select{
height:18px;
font-size:11px;
margin:0 5px
}
.create_guide{
background-image:url(../images/info_title_bg.gif);
height:31px;
width:100%;
border-bottom:1px dotted #C7DBEA;
border-top:1px dotted #C7DBEA;
}
.create_guide .create_guide_bg{
background-position:left top;
background-image:url(../images/create_guide.gif);
background-repeat:no-repeat;
padding:8px 5px;
height:15px;
}
.create_guide .create_guide_bg2{
background-position:left top;
background-image:url(../images/create_guide3.gif);
background-repeat:no-repeat;
padding:8px 5px;
height:15px;
}
.create_guide .bg2{
background-position:0 -31px;
}
.create_guide .bg3{
background-position:0 -62px;
}
.create_guide .bg4{
background-position:0 -93px;
}
.create_guide .bg5{
background-position:left bottom;
}
.create_guide span{
color:#999;
font-size:13px;
font-weight:bold;
margin:0 20px 0 10px;
}
.create_guide span a
{
	color:#999;
}
.create_guide .guide_active, .create_guide .guide_active a{
color:#0167b4;
}
.create_info{
background-image:url(../images/icon_arrow_grey.gif);
background-position:left 4px;
background-repeat:no-repeat;
padding:0 0 0 12px;
float:left;
width:46%;
}
.create_info_ListActivcity{
background-image:url(../images/icon_arrow_grey.gif);
background-position:left top;
background-repeat:no-repeat;
padding:12 0 0 12px;
clear:both;
width:95%;
}
.create_info label, .schedule_info label{
font-weight:bold;
float:left;
margin:7px 0;
width:25%;
}
.create_info span{
float:left;
margin:7px 0;
width:75%;
}
.schedule_info{
background-image:url(../images/icon_arrow_grey.gif);
background-position:left top;
background-repeat:no-repeat;
padding:0 0 0 12px;
float:left;
}
.schedule_info span{
float:left;
margin:7px 0;
width:74%;	
}
.create_info_border{
border-right:1px #ccc solid;
width:1px;
height:260px;
}

/*---------- bubble tooltip -----------*/
.create_info a.display_tips, .schedule_info a.display_tips{
    position:relative;
    color:#666;
	text-decoration:none;
}
.create_info a.display_tips div, .schedule_info a.display_tips div{ display: none; }

.create_info a.display_tips:hover, .schedule_info a.display_tips:hover{ z-index:25;background:;}
.create_info a.display_tips:hover div.tooltip, .schedule_info a.display_tips:hover div.tooltip{
    display:block;
    position:absolute;
    top:-30px;
	left:65px;
}
.create_info a.display_tips:hover div.tooltip div.top, .schedule_info a.display_tips:hover div.tooltip div.top {
	display:block;
	filter: alpha(opacity:70);
	KHTMLOpacity: 0.70;
	MozOpacity: 0.70;
	opacity: 0.70;
	background-color:#000;
	color:#fff;
	font-size:11px;
	font-weight:normal;
	z-index:24;	
	margin:0; 
	padding:2px 5px;
	min-width:200px;
	width:200px;
	}
.create_info a.display_tips:hover div.tooltip div.bottom, .schedule_info a.display_tips:hover div.tooltip div.bottom {
	background-image:url(../images/tips_arrow.gif);
	background-position:left top;
	background-repeat:no-repeat;
	background-color:#fff;
	height:9px;
	display:block;
	clear:both;
	margin:0; 
	padding:0;
}







.manifest_list{
width:100%;
font-size:11px;
}
.manifest_list td{
height:35px;
padding:0 8px 0 8px;
}
.manifest_list tr.title{
font-weight:bold;
}
.bluebg{
background-color:#e7f5fe;
}
.yellowbg{
background-color:#fffed5;
}
.greybg{
background-color:#ebebeb;
}
.manifest_list td.border{
border-right:1px #ccc solid;
}
.event_left{
width:250px;
float:left;
background-image:url(../images/side_col_bg2.gif);
background-position:right top;
background-repeat:no-repeat;
}
.event_list{
width:85%;
height:350px;
overflow-y:scroll;
padding-right:10px;
}
.event_list ul li{
list-style:none;
border-bottom:1px #ddd dotted;
padding:8px 0;
float:left;
width:100%;
color:#999;
font-size:11px;
}
*+html .event_list ul li{ 
  width:92%;  /* For IE7 */
} 
.event_list ul li a{
text-decoration:underline;
color:#000;
}
.event_right{
padding-left:10px;
width:690px;

float:left;
}
.event_add{
width:670px;
padding:15px 15px;
line-height:18px;
margin-left:-10px;
overflow:auto;
}
.event_add .pic{
margin:0 15px 5px 0;
float:left;
}
.event_add .pic img{
border:2px #ccc solid;
}
.event_add p{
clear:right;
}
.event_right h3{
color:#0b3d4e;
font-weight:normal;
font-size:18px;
}
.event_right h3.event_title{
font-weight:bold;
color:#ff6c00;
margin:5px 0;
}
.event_tab{
border-bottom:1px #ccc dotted;
text-align:right;
float:left;
width:689px;
margin:0 0 10px 0;
font-weight:bold;
}
.event_tab .tab1{
background-image:url(../images/event_tab1.gif);
height:20px;
background-position:left top;
display:block;
width:118px;
padding-top:5px;
text-align:center;
cursor:pointer;
}
.event_tab .tab2{
background-image:url(../images/event_tab2.gif);
height:20px;
background-position:left top;
display:block;
width:94px;
padding-top:5px;
text-align:center;
cursor:pointer;
}
.event_tab .tab3{
background-image:url(../images/event_tab3.gif);
height:20px;
background-position:left top;
display:block;
width:140px;
padding-top:5px;
text-align:center;
cursor:pointer;
}
.event_tab .active{
color:#000;
background-position:left bottom;
}
.event_details{
width:460px;
float:left;
}
.event_details label{
font-weight:bold;
}
.event_details label, .event_details span{
margin:5px 0;
float:left;
}
.event_count{
float:right;
width:206px;
border:1px #ccc solid;
padding:5px;
}
.event_count .box{
float:left;
background-color:#ffffee;
font-size:11px;
width:100%;
}
.event_count label, .event_count span{
margin:3px 0;
float:left;
}
.event_count label{
margin:0 0 0 10px;
padding-top:6px;
}
.event_count span{
text-align:right;
}
.event_count input{
font-size:11px;
padding:2px 5px;
}
.event_count .box2{
float:left;
background-color:#fffba7;
font-size:11px;
margin:5px 0 0 0;
padding:5px 0;
width:100%;
}
.event_count .box2 input{
color:#ff6000;
font-weight:bold;
}
.event_need{
width:216px;
float:right;
font-size:11px;
margin-top:10px;
}
.event_need input{
margin-left:0;
margin-right:8px;
}
.event_table_show{
/*height:156px;
overflow-y:scroll;*/
}
.event_table_show_list{
/*height:140px;
overflow-y:scroll;*/
}
.event_table{
/*width:935px;*/
width:950px;
}
.event_table tr td{
padding:3px 0 3px 2px;
}
.event_right p{
line-height:18px;
margin:10px 0;
}
/*.event_right p img{
float:left;
margin:0 20px 0 0;
} 
*/
.event_des{
height:350px;
overflow-y:scroll;
width:100%;
clear:both;
}
.event_des_img{
width:270px;
text-align:center;
margin:0 0 20px 0;
}
.event_des_img img{
max-width:250px;
float:left;
margin:0 20px 15px 0;
}


/**/
.content{
width:758px;
}
.content a{
color:#0167b4;
}
.content h2{
border-bottom:1px #ccc solid;
height:30px;
}
.program_list ul{
width:99%;
float:left;
padding:6px 0px 6px 3px;
border-bottom:1px #ddd dashed;
}
.program_list ul.blue{
background-color:#f5fbfc;
}
.program_list ul li{
float:left;
list-style:none;
}
.program_list ul li a{
color:#0167b4;
}
.program_list ul .small_title{
font-size:11px;
font-weight:normal;
}
.import_input input, .import_input select{
width:150px;
}

.import_list{
width:100%;
font-size:11px;
}
.import_list tr{
height:30px;
}
.import_list tr td{
padding-left:5px;
border-bottom:1px #ddd dashed;
}
.import_list_bg{
background-image:url(../images/import_list_bg.gif);
height:19px;
font-size:12px;
}
.import_list .blue{
background-color:#f5fbfc;
}
.import_list .yellow{
background-color:#ffffe4;
}
.error{
color:#FF0000;
}
.success{
color:#66CC00;
}

h2 a{
color:#0167b4;
font-weight:bold;
font-size:11px;
}


.register{
width:930px;
padding:0 0 0 20px;
}
.register h2{
border-bottom:1px #ccc solid;
height:30px;
}
.register a{
color:#0167b4;
}

.sitemap ul li{
list-style:square;
margin:5px 0;
border-bottom:1px #eee dashed;
}
.sitemap ul li a{
color:#0167b4;
}

.data_info img{
border:1px #ccc solid;
padding:1px;
}

.tab li{
background-image:url(../images/tmenuoff2.gif);
text-align:center;
width:142px;
height:17px;
padding-top:5px;
}
.tab .tab_active{
background-image:url(../images/tmenuon2.gif);
text-align:center;
width:142px;
height:17px;
padding-top:5px;
}
.tab .tab_active a{
font-weight:bold;
}

.pay_details{
border:1px #ddd solid;
padding:10px;
font-weight:bold;
background-color:#efffff;
}
.pay_details p{
line-height:22px;
}
.pay_details label{
float:left;
width:200px;
}
.pay_details span{
font-size:14px;
}

/* Report */
.report_pro{
padding:5px 5px;
border-bottom:1px #ccc solid;
border-top:1px #ccc solid;
}
.pickup_list ul{
padding:5px 0;
float:left;
width:100%;
border-bottom:1px #eee dashed;
}
.pickup_list li{
float:left;
list-style:none;
}
fieldset{
margin:0 0 10px 0;
padding:0px 10px;
border:1px solid #ccc;
clear:both;
}
legend{
padding:0 5px;
font-size:13px;
}
.total{
border:1px #ccc dashed;
padding:5px 5px;
margin-bottom:20px;
}
.total div{
margin:5px 0;
}
.itinerary{
width:100%;
margin:9px 0 4px 0;
float:left;
}
.itinerary b{
float:left;
text-align:right;
}
.report_signname{
border:0;
border-bottom:1px #ccc solid;
	}
.agreement_description{
	margin:0px 0 10px 0;
	clear:both;
	}
.agreement_description p{
    line-height:18px;
	margin:6px 0;
	}
/* 20081215 */
#Top_bar{
background-color:#0167b4;
height:5px;
font-size:0;
}

.sign_up div{
margin:3px 0 10px 0;
}
.sign_up label{
width:120px;
font-weight:bold;
float:left;
padding-top:4px;
}
.sign_up input, .sign_up textarea{
padding:3px 3px;
margin:0;
}
.sign_up_tips{
    width:346px;
}
.sign_up_tips_top{
    background: url(../images/signup_tips_top.gif) left top no-repeat;
    width:346px;
    height:39px;
}
.sign_up_tips_mid{
    background: url(../images/signup_tips_mid.gif) left top repeat-y;
    width:306px;
    padding:0 20px 0px 20px;
}
.sign_up_tips_bo{
    background: url(../images/signup_tips_bo.gif) left top no-repeat;
    width:346px;
    height:51px;
}
.sign_up_tips p{
background-image:url(../images/icon_arrow_blue.gif);
background-repeat:no-repeat;
margin:15px 0;
padding-left:10px;
}

#Footer .help_chat{
background-color:#ebf7ff;
border-top:1px #c4e7ff solid;
border-right:1px #c4e7ff solid;
width:205px;
padding:8px 20px 8px 30px;
}
#Footer .help_chat a{
color:#000;
text-decoration:none;
font-weight:normal;
font-size:12px;
}
.help_chat img{
padding-right:10px;
}

/*==== Pop_Up ====*/
.overlay{
width: 100%;
height: 100%;
position:fixed;
_position:absolute;
_width: 100%;
_height: 2000px;
overflow-x:hidden;
z-index:999;
background:#000000;
filter:alpha(opacity=50);
-moz-opacity:0.5;
-khtml-opacity: 0.5;
opacity: 0.5;
_top:0;
_left:0;
top:0;
left:0;
}
.overlay iframe.hack{
display:none;/*sorry for IE5*/
display/**/:block;/*sorry for IE5*/
position:absolute;/*must have*/
top:0;/*must have*/
left:0;/*must have*/
z-index:-1;/*must have*/
filter:mask();/*must have*/
width: 1000px;/*must have for any big value*/
height: 1000px;/*must have for any big value*/
}

.ajax_box{
position:fixed;
_position:absolute;
left:50%;
top:28%;
margin-left: -300px;
width:700px;
z-index:1000;
}

.ajax_box iframe.hack{
display:none;/*sorry for IE5*/
display/**/:block;/*sorry for IE5*/
position:absolute;/*must have*/
top:0;/*must have*/
left:0;/*must have*/
z-index:-1;/*must have*/
filter:mask();/*must have*/
width: 1000px;/*must have for any big value*/
height: 1000px;/*must have for any big value*/
}


.ajax_box_wide{
position:fixed;
_position:absolute;
left:50%;
top:15%;
margin-left: -390px;
width:780px;
height:auto;
z-index:1000;
}

.ajax_box_wide iframe.hack{
display:none;/*sorry for IE5*/
display/**/:block;/*sorry for IE5*/
position:absolute;/*must have*/
top:0;/*must have*/
left:0;/*must have*/
z-index:-1;/*must have*/
filter:mask();/*must have*/
width: 900px;/*must have for any big value*/
height: 800px;/*must have for any big value*/
}



.ajax_box_top{
display:block;
width:600px;
height: 12px;
background-image:url(../images/ajax_shadow_top.png)!important;
background-image:none;
background-repeat: no-repeat;
_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/ajax_shadow_top.png',sizingMethod='scale') ;
}


.ajax_box_top_wide{
display:block;
width:770px;
height: 12px;
background-image:url(../images/ajax_shadow_top_wide.png)!important;
background-image:none;
background-repeat: no-repeat;
_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/ajax_shadow_top_wide.png',sizingMethod='scale') ;
}

.ajax_box_bot{
clear:both;
display:block;
width:600px;
height: 12px;
background-image:url(../images/ajax_shadow_bot.png)!important;
background-image:none;
background-repeat: no-repeat;
_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/ajax_shadow_bot.png',sizingMethod='scale') ;
}

.ajax_box_bot_wide{
clear:both;
display:block;
width:770px;
height: 12px;
background-image:url(../images/ajax_shadow_bot_wide.png)!important;
background-image:none;
background-repeat: no-repeat;
_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/ajax_shadow_bot_wide.png',sizingMethod='scale') ;
}

.ajax_box_mid{
position: relative;
width:576px;
display:block;
padding: 0px 12px;
background-image:url(../images/ajax_shadow_mid.png);

background-repeat: repeat-y;
border: 0px;
float:left;


}

.ajax_box_mid_wide{
position: relative;
width:746px;
display:block;
padding: 0px 12px;
background-image:url(../images/ajax_shadow_mid_wide.png);
background-repeat: repeat-y;
border: 0px;
height:auto;
float:left;


}

.ajax_box_mid .content, .ajax_box_mid_wide .content{
width:100%;
background-color:#fff;
float:left;
padding-bottom:15px; 
}


/*
.ajax_box .closex{
position:absolute!important;
position:relative;
right:20px;
top:20px;
font-size:1.2em;
font-weight:bold;
}
*/

.ajax_box .closex, .ajax_box_wide .closex{
float:right;
margin:5px 10px 0 0!important;
margin:5px 5px 0 0;
font-size:1.2em;
font-weight:bold;
color:#F00; 
}
.ajax_box .closex a:link, .ajax_box .closex a:visited, .ajax_box_wide .closex a:link, .ajax_box_wide .closex a:visited{
color:#888;
text-decoration:none;
}
.ajax_box .closex a:hover, .ajax_box .closex a:active, .ajax_box_wide .closex a:hover, .ajax_box_wide .closex a:active{
color:#222;
text-decoration:none; 
}

/* Rio 20081216 */
.ajax_box_mid .content .box{ 
padding:10px 20px; 
}

.ajax_box_mid_wide .content .box{
padding: 20px 20px 0px 20px;
}

.ajax_box_mid_wide .content .box{
color:#222;
}

.ajax_box_mid_wide .content .box .eventscroll{
width:100%;
clear:both;
height: 390px;
overflow-y:scroll;
}

.ajax_box_mid_wide .content .box img.left{
padding-right:15px;
padding-bottom:15px;
}

.ajax_box_mid_wide .content .box img.right{
padding-left:15px;
padding-bottom:15px;
}


.ajax_box_mid .content h2, .ajax_box_mid_wide .content h2{
color:#0167b2;
border:0;
font-weight:normal;
font-size:22px;
}
.ajax_box_mid .content h2.redfont, .ajax_box_mid_wide .content h2.redfont{
color:#EB0006;	
}
.ajax_box_mid .content p{
line-height:22px;
}

.ajax_box_mid_wide .content p{
padding:5px 0px;
line-height:22px;
}

.welcome_border{
border-right:1px #ccc solid;
width:1px;
height:120px; 
float:left;
margin:10px 20px 0 20px;
}

/* admin */
.input_bordernone{
border:0;
color:#666;
}
.select_bordernone{
height:22px;  
margin-left:-2px; 
margin-top:-2px;
width:220px; 
color:#666; 
background-color:#fff;
border:0;
}
.select_bordernone_div{
border:solid 1px #fff;  
height:19px;
overflow:hidden; 
width:200px;
}

.dmc_event_left{
margin-left:120px;
}
.dmc_event_left .list_activities{
padding:10px 10px;
}
.dmc_event_left .list_activities li{
border-bottom:1px #ccc dotted;
padding:5px;
list-style:none;
font-size:11px;
}
.faq_title{
background-image:url(../images/info_title_bg.gif);
border-bottom:1px dotted #C7DBEA;
border-top:1px dotted #C7DBEA;
clear:both;
color:#333;
font-size:13px;
font-weight:bold;
height:15px;
padding:8px 0 8px 10px;
width:940px;
}
.faq_title img{
margin-right:10px;
}
.faq_p{
line-height:20px;
margin:12px 0 18px 25px;
}
.total_cost{
background-color:#FFFED5;
padding:5px 0;
}

/*
#demo_help{   For FF  
display:block;   
top:200px;   
right:0px;   
position:fixed;
}  
*html #demo_help{     For IE  
position:absolute;
right:15px;   
}   
*/

.invoice_list_edit{
	height:185px;
	overflow-y:scroll;
	width:100%!important;
	width:98%;
	}

.aboutus p
{
	line-height:18px;
	margin:10px 0;
	}
.testimonials blockquote
{
	background:transparent url(../images/close-quote.gif) no-repeat scroll right bottom;
	font-size:12px;
	margin:0;
	padding-left:18px;
	line-height:18px;
	text-indent:-18px;
	position:relative;
	left:25px;
	width:550px!important;
	width:460px;
	}	
.program_successful{
	float:left;
	width:50%;
	margin:12px 0;
	}
.program_successful a
{
	color:#000;
	font-weight:bold;
}		
.program_successful .bluebg{
	padding:10px;
	float:left;
	width:75%;
	margin:0 0 0 10px;
	}
.program_successful p{
	margin:7px 0 0px 0;
	line-height:17px;
	}		
.tariff_select_bg
{
	background-image:url(../images/tariff_select_bg.gif);
	width:929px;
	height:25px;
	padding:8px 10px;	
	font-weight:bold;
	margin:8px 0 0 0;
	}	
.contract{
	padding:10px 15px;
	margin:0 0 25px 0;
}	
.adworldwide_list ul
{
	margin:10px 0 10px 40px;	
	}
.adworldwide_list ul li
{
	list-style-type: disc;
	margin:3px 0; 
	}	

/* Print page break */
.page_break{
	page-break-after: always;
	}
.sample_manifest_list ul{
	margin:5px 0 0 0;
}
.sample_manifest_list li{
	list-style:none;
	margin:2px 0 2px 20px;
	font-size:11px;
	}	


/* ============================================ Error page £¨20090623 pengdan£© ============================================*/	
.error_bg{
	background:url(../images/error_bg.gif) no-repeat;
	height:233px;
	width:584px;
	position:absolute;
	top:30%;
	left:15%;
	padding:18px 150px 60px 180px;
	font-family:Arial;
}
.error_img{
	padding:15px 45px 0 0;
	float:left;
}
.error_title{
	font-size:35px;
	font-weight:bold;
	color:#0167B4;
	margin-bottom:5px;
}
.error_text{
	color:#555;
	line-height:20px;
	font-size:15px;
}
.error_blue_icon{
	background:url(../images/error_right_blue.gif) left bottom no-repeat;
	height:12px;
	padding-left:15px;
	margin-top:8px;
	color:#0167B4;
	font-size:15px;
}
.error_blue_icon a{
	color:#0167B4;
	font-size:15px;
}
.margintop7{
	margin:7px 0;
}
/* ====================================== Maintenance page £¨20090623 pengdan£© ==========================================*/
.maintenance_bg{
	background:url(../images/maintenance_bg.gif) no-repeat;
	height:216px;
	width:730px;
	position:absolute;
	top:30%;
	left:15%;
	font-family:Arial;
	padding:18px 0 0 185px;
}
.width53{
	width:53%;
}	
.margintop35{
	margin-top:35px;
}	



/* error page */	
.error_page{
	position: absolute;
	top:40%;
	left:30%;
	margin:0 auto;
	width:910px;
	}	
.error_page .top{
	background-image:url(../images/error_page_top.gif);
	background-repeat:no-repeat;
	background-position:left center;
	height:20px;
	width:100%;
	text-align:center;
	}
.error_page .bottom{
	background-image:url(../images/error_page_bottom.gif);
	background-repeat:no-repeat;
	height:20px;
	width:100%;
	text-align:center;
	}	
	
/* ====================	 2009062 pengdan (index)    ========================*/
a.start{
	text-decoration:underline;
}
a.start:hover{
	text-decoration:none;
}
/* ====================	 20090701 pengdan (request_tour page)   ========================*/
.tour_title{
	font-size:16px;
	font-weight:bold;
	color:#0167B4;
	padding-top:20px;
}
.request_video_bg{
	background:url(../images/request_video_bg.gif) no-repeat;
	height:439px;
	width:939px;
	margin-top:8px;
	padding:20px 0 0 17px;
	color:#333;
	margin-bottom:45px;

}
.request_video_bg input{
	border-top:1px solid #ABADB3;
	border-right:1px solid #DBDFE6;
	border-bottom:1px solid #E3E9EF;
	border-left:1px solid #E2E3EA;
}

.marginright100{
	margin-right:100px;
}
.marginleft45{
	margin-left:45px;
}
.Dotted_line{
	border-top:1px dotted #C2D8EA;
	border-bottom:1px dotted #C2D8EA;
	background-color:#EFF8FE;
	margin:10px 0 0 0;
	*margin-top:-50px;
	padding:35px 0 20px 20px;
	height:270px;
}
.ListStep{
	position:absolute;
}
.ListStep li{
	background:url(../images/request_step_bg.gif) no-repeat;
	list-style:none;
	width:168px;
	height:244px;
	margin-right:18px;
	float:left;
	line-height:18px;
	position:relative;
	z-index:0;
}
.ListStep_title{
	color:#FF6C00;
	font-weight:bold;
	font-size:20px;
	padding:8px 0 3px 55px;
}
.center{
	text-align:center;
}
.Title_II{
	font-size:15px;
	color:#333;
	text-align:center;
	margin-bottom:20px;
}
.TipsInformation{
	color:#333;
	margin-top:5px;
	width:85%;
	margin-left:20px;
}
.arrow_green{
	position:absolute;
	margin-left:-30px;
	z-index:100;
	top:100px;
}
.request_tour_icon{
	background:url(../images/request_tour_icon.gif) left center no-repeat;
	height:6px;
	padding-left:15px;
	margin-top:3px;
}

/* ======================================= 20090713 pengdan (createnew page)===============================================*/
.createnew_blue{
	color:#0167B4;
}
.blue_left_bg{
	background:url(../images/blue_left_bg.gif) left center no-repeat;
	height:41px;
	width:11px;
	float:left;
}
.blue_mid_bg{
	background-color:#E8F6FF;
	font-weight:bold;
	color:#666;
	float:left;
	padding:11px 435px 11px 0;
}
.blue_right_bg{
	background:url(../images/blue_right_bg.gif) left center no-repeat;
	height:41px;
	width:9px;
	float:left;
}
.FeaturedEvents_icon{
	background:url(/images/star_orange_icon.gif) left top no-repeat;
	height:22px;
	float:left;
	padding:10px 0 0 20px;
	color:#FF6C00;
	font-weight:bold;
}
.featured{
	background-color:#F6FECA;
}
a.atvtour{
	border:1px solid #999;
	float:left;
	margin:0 10px;
}
a.atvtour:hover{
	border:1px solid #FFAD11;
}
.icon_button_arrow_orange{
	background:url(../images/icon_button_arrow_orange.gif) left center no-repeat;
	height:10px;
	padding-left:10px;
	color:#FF6C00;
	font-weight:bold;
	margin-bottom:5px;
}
.Event_title{
	color:#FF6C00;
	font-size:18px;
	font-weight:bold;
	float:left;
}
.createnew_flash{
	background:url(../images/event_flash_bg.gif) no-repeat;
	width:696px;
	height:401px;
	clear:both;
	margin-bottom:20px;
	text-align:center;
	padding-top:6px;
}
.event_img a{
	margin-bottom:12px;
}

ul.event_blue_bg{
	background:url(../images/activites_bg.gif) no-repeat;
	float:left;
	width:688px;
	margin-bottom:15px;
}
ul.event_blue_bg li{
	list-style:none;
	display:block;
	float:left;
	height:29px;
	line-height:28px;
}
ul.event_blue_bg li a{
	color:#8EE6F0;
	height:29px;
	float:left;
	text-decoration:none;
	padding-left:15px;
	font-weight:bold;
	cursor:hand;
}
ul.event_blue_bg li a span{
	padding-right:28px;	
	float:left;
	padding-left:16px;
	line-height:28px;
}
ul.event_blue_bg li a:hover span {
	color:#fff;
	text-decoration:none;
	font-weight:bold;
}
ul.event_blue_bg li a.Activated {
	background:url(../images/blue_left.gif) left top no-repeat;
	cursor:hand;
}
ul.event_blue_bg li a.Activated span {
	background:url(../images/blue_right.gif) right top no-repeat;
	color:#fff;
	line-height:28px;
	height:29px;
}
a.view_blue_btn{
	background:transparent url(../images/view_blue_left_btn.gif) no-repeat scroll left top;
	float:left;
	height:20px;
	padding-left:5px;
	cursor:pointer;
}
a.view_blue_btn span{
	background:url(../images/view_blue_right_btn.gif) right top no-repeat;
	float:left;
	font-size:10px;
	color:#000;
	height:20px;
	padding-right:5px;
	padding-top:4px;
}
a.view_blue_btn:hover{
	text-decoration:none;
}
.table_padding{
	padding:5px 10px;
}
.table_padding a{
	color:#2a5e83;
}
.table_padding a:hover{
	color:#666;
	text-decoration:none;
	cursor:hand;
}
.paddingtl{
	padding-top:10px;
	padding-left:10px;
}
.paddingleft10{
	padding-left:10px;
}

.event_table_img{
	border:1px solid #A2A2A2;
	margin-right:5px;
	float:left;
}
/*.Activity_text a{
	color:#305b7b;
}*/
ul.menu_left_list{
	width:310px;
	float:left;
}
ul.menu_left_list li{
	list-style:none;
	margin-bottom:35px;
}
ul.menu_left_list li img{
	border:1px solid #999999;
}
.menulist_title{
	font-size:14px;
	font-weight:bold;
	color:#010000;
	margin-bottom:10px;	
}
.menu_left_list p{
	line-height:18px;
	margin:0 0 20px 0;
}
.marginright70{
	margin-right:70px;
}
.border_gray{
	border-bottom:1px solid #E1E1E4;
}
.videodiv {
    float:right;
    position: relative;
}
/* ========================== 20090715 pengdan (edmc_Program_select_supplier page)=================================*/
.ajax_box_mid_wide_content_top{
	background-color:#AEECF6;
	width:100%;
	height:35px;
}
.pou_flash_bg{
	/*background:url(../images/pop_flash_bg.gif) left top repeat-x;*/
	background:url(../images/CreateNew_pop_bg.gif) left top repeat-x;
	text-align:center;
	/*padding:20px 0 0 0;
	height:385px;*/
	height:385px;
}
/*===========================20090715 pengdan (edmc_Program_CreateNew_pop page) =========================================*/
.createnew_flash_bg{
	background:url(../images/CreateNew_pop_bg.gif) left top repeat-x;
	height:376px;
	text-align:center;
	padding-top:10px;
}
/*===========================20090810 pengdan (edmc_Program_OrderList_5Aug page) ==================================*/
.Line_alone{
	border-bottom:1px solid #ddd;	
}
.width220{
	width:220px;
}
.order_border tr td {
	border:none;
	}
.order_border tr td{
	padding:3px 2px;
}
.marginbottom5{
	margin-bottom:5px;
}
.order_green{
	color:#228500;
}
.height40{
	height:30px;
}
.Independent_set{
	min-height:80px;
	background-color:#ffffed;
	clear:both;
	width:100%;
}
/*======================================= homepage-revamp (pengdan 20090901)====================================*/
.moreedmc_flash{
	background:url(/images/moreedmc_flash.gif) left top no-repeat;
	width:616px;
	height:490px;
}
.marginbottom15{
	margin-bottom:15px;
}
.margintop25{
	margin-top:25px;
}
.userinfor_list{
	background:#fff url(/images/userinfor_list_bg.gif) left top no-repeat;
	height:100%;
	width:585px;
	padding:15px 15px;
	margin-top:30px;
}
.edmc_box_title{
	color:#222;
	font-size:18px;
	font-weight:bold;	
}
a.viewmore{
	background:url(/images/viewmore_left_btn.gif) left top no-repeat;
	height:24px;
	float:left;
	padding-left:10px;
	cursor:hand;
}
a.viewmore span{
	background:url(/images/viewmore_right_btn.gif) right top no-repeat;
	height:24px;
	line-height:22px;
	float:left;
	padding-right:10px;
	color:#0167b4;
}
.morevideo_title{
	margin-bottom:-10px;
	position:relative;
}
.morevideo_bg{
	background:#fff url(/images/morevideo_bg.gif) left top no-repeat;
	height:100%;
	width:272px;
	padding:10px;
	position:relative;
}
ul.connected_list{
	margin-top:20px;
	margin-right:20px;
	line-height:18px;
}
ul.connected_list li{
	list-style:none;
	margin-bottom:10px;
	clear:both;
	display:block;
}
.connected_box_right{
	width:220px;
	float:left;
	margin-left:13px;
	background-color:#fffcd5;
	padding:5px 10px 5px 10px;
}
.width233{
	width:220px;
}
.width470{
	width:470px;
}
.marginright4{
	margin-right:4px;
}
.marginleft15{
	margin-left:15px;
}
.marginbottom30{
	margin-bottom:30px;
}
.edmcvideo_title{
	font-size:24px;
	color:#3f3f3f;
	font-weight:bold;
	margin:20px 30px 5px 0;
	display:inline;
}
ul.step_video{
	padding:0;
	list-style:none;
	float:left;
	width:122px;
	z-index:999;
	position:absolute;
	display:inline;
	margin-top:60px;
	*margin-top:35px;
}
ul.step_video li {
	list-style-type:none;
	display:block;
	
}
ul.step_video li a.step_1 {
	background:url(/images/step_1.gif) left top no-repeat;
	width:122px;
	height:53px;
	float:left;
	margin-bottom:5px;
}
ul.step_video li a.step_2 {
	background:url(/images/step_2.gif) left top no-repeat;
	width:122px;
	height:53px;
	float:left;
	margin-bottom:6px;
}
ul.step_video li a.step_3 {
	background:url(/images/step_3.gif) left top no-repeat;
	width:122px;
	height:67px;
	float:left;
	margin-bottom:6px;
}
ul.step_video li a.step_4 {
	background:url(/images/step_4.gif) left top no-repeat;
	width:122px;
	height:53px;
	float:left;
	margin-bottom:6px;
}
ul.step_video li a.step_5 {
	background:url(/images/step_5.gif) left top no-repeat;
	width:122px;
	height:53px;
	float:left;
	margin-bottom:6px;
}
ul.step_video li a:hover{
	background-position: left bottom;
	background-repeat:no-repeat;
}
ul.step_video li a.activated {
	background-position: left bottom;
	background-repeat:no-repeat;
}
.paddingleft39{
	padding-left:39px;
}
/* ======================================================== Footer ==========================================================*/
#Footer{
width:950px;
height:50px;
margin-left:auto;
margin-right:auto;
font-size:11px;
color:#8c8d8d;
clear:both;
border-top:1px solid #DDDDDD;
}
#Footer a{
color:#0167b4;
font-weight:bold;
}
/* ================================================= homepage-revamp shaofan add partners 2009-12-7  =====================================================*/
/*.userinfor_list .partners img{
	border:1px solid #CCCCCC;
	background:#FFFFFF;
	margin-right:5px;
	padding:2px;
}*/

