@charset "utf-8";
*{
	margin:0;
	padding:0;
	text-decoration:none;
	font-family:Tahoma, Arial, Helvetica, sans-serif
}
img,a{
	border:0;
}
html {
}
body {
	background-color:#A50044;
	background-image:url(../images/bg_body.jpg);
	background-repeat:no-repeat;
	background-position:top left;
}
input[type=text], input[type=password]{
	border:1px solid #414142;
	color:#414142;
	font-size:12px;
	line-height:12px;
	padding:4px;
}
input[type=button], input[type=submit]{
	border:1px solid #414142;
	background-color:#A50044;
	color:#FFFFFF;
}
input[type=radio]{
	margin:5px;
}
select{
	border:1px outset #414142;
}
ol,ul{
	
	list-style-position:outside;
}
ul{
	list-style:disc;
	padding-left:20px;	
}
ol{
	padding-left:35px;	
}

li{	
	padding:5px 0 5px 0;
}

p {
	margin-bottom:15px;
}
td{
	text-align:left;
}

#ce_warpper{
position:relative;
}
#ce_header{
	height:193px;
	position:relative;
}

#ce_logo{
	position:absolute;
	left:30px;
	top:20px;
}

#ce_search{
	position:absolute;
	top:160px;
	right:20px;
	overflow:hidden;
	background-image:url(../images/bt_seacrh.gif);
	background-position:left;
	background-repeat:no-repeat;
	padding-left:22px;
}

#ce_search input[type=text]{
	width:180px;
}

#ce_123{
	position:relative;
	height:100%;
}
	#ce_top_bar{
		position:absolute;
		left:228px;
		right:0px;
		height:29px;
		background-image:url(../images/bg_top_bar.jpg);
		background-position:bottom;
		background-repeat:repeat-x;
		color:#FFFFFF;
	}
		#ce_top_bar a{
			color:#FFFFFF;
		}
		#ce_lang{
			float:left;
			width:90px;
			height:100%;
			overflow:hidden;
			font-size:11px;
			background-image:url(../images/bg_lang.jpg);
			background-position:bottom;
			background-repeat:no-repeat;
		}
			#ce_lang ul{
				list-style:none;
				padding:10px 0 0 5px;
			}
			#ce_lang li{
				float:left;
				padding: 0 5px 0 5px;
				border-left:1px solid #FFFFFF;
			}
			#ce_lang li:first-child{
				border-left:0px;
			}
			#ce_lang a{
				float:left;
				padding:0 5px 3px 5px;
			}
			#ce_lang .active_language a,#ce_lang #active_language a, #ce_lang a:hover{
				background-color:#414142;
			}
			
		#ce_top_menu{
			float:left;
			height:100%;
			overflow:hidden;
			font-size:12px;
			margin-left:5px;
		}
			#ce_top_menu *{
				float:left;
				height:100%;
				padding:0px;
			}
	
			#ce_top_menu ul{
				list-style:none;
			}
			#ce_top_menu li{
				margin-left:2px;
			}
			#ce_top_menu a{
				padding: 10px 20px 0 20px;
			}			
			#ce_top_menu #active_menu, #ce_top_menu a:hover{
				background-image:url(../images/bg_top_menu_active.png);
				background-repeat:repeat-x;
			}
		#ce_top_icons{
			float:right;
			height:22px;
			margin-top:7px;
			overflow:hidden;
			width:140px;
			background-color:#414142;
		}

		
	#ce_1{
		position:absolute;
		top:7px;
		left:11px;
		width:200px;
		overflow:hidden;
		font-size:12px;
		color:#FFFFFF;
	}
		#ce_1 a{
			color:#FFFFFF;
		}
		#ce_1 > *{
			margin-bottom:15px;
		}
		#ce_1 input[type=text], #ce_1 input[type=password]{
			width:170px;
		}
		#ce_1 .moduletable_ce_main_menu {
/*			background-image:url(../images/bg_first_left_mod.png);*/
			background-position:top;
			background-repeat:repeat-x;
/*			background-color:#B9B9BA;*/
			background:#747477;
			border-top:3px solid #A50044;
			border-bottom:1px solid #AB7D91;	
		}
		#ce_1 .moduletable_ce_main_menu  span.mainlevel{ /* For ExtMenu */
			display:none;
		}
		#ce_1 .moduletable_ce_main_menu a{
			display:block;
			margin:5px 4px 5px 1px;
			padding:5px;
		}
		#ce_1 .moduletable_ce_main_menu a#active_menu, #ce_1 .moduletable_ce_main_menu a:hover{
			background-color:#A50044;
		}
		
		#ce_1 .moduletable{
			background-color:#828284;
			border-top:2px solid #FFFFFF;
			font-size:12px;
			padding-bottom:10px;
		}

		#ce_1 h3{
			font-size:12px;
			height:15px;
			padding:7px;
			background-image:url(../images/bg_left_mod.png);
			background-repeat:repeat-x;
			background-position:top;
		}
		#ce_1 .moduletable table{
			width:175px;
			margin:10px;
		}
		#ce_1 .moduletable td{
			padding-top:10px;
		}
		
	#ce_pre2{
		height:29px;
	}	
	#ce_2{
		overflow:hidden;
		margin:0 252px 0 228px;
		background-color:#E9E9E9;		
	}
		#ce_2 a{
			color:#A50044;
		}
		#ce_main{
			min-height:1000px;
			/*IE6 HACK*/
				height:auto !important;
  				height:1000px;
			/*IE6 HACK*/
			padding:5px 15px 5px 15px;
			font-size:12px;
		}
			#ce_pathway *{
				color:#A50044;
			}
			#ce_main .componentheading, #ce_main .contentheading{
				color:#000000;
				text-transform:uppercase;
				font-weight:bold;
				font-size:15px;
				padding:20px 0 10px 0;
			}
			#ce_main .contentpagetitle{
				color:#A50044;
				font-size:15px;
				padding:15px 0 15px 0;
				font-weight:bold;
				text-transform:none;
			}
			#ce_main .createdate{
				font-size:11px;
			}
			#ce_main .contentpaneopen{
				width:100%;
			}
		#ce_footer{
			position:relative;
			background-image:url(../images/bg_footer.png);
			background-position:top left;
			background-repeat:no-repeat;
			background-color:#747477;
			height:105px;
			border-top:1px solid #A6A6A6;
			border-bottom:1px solid #414142;
			font-size:12px;
			color:#FFFFFF;
			padding:20px 20px 15px 15px;
			line-height:18px;
		}
		#ce_footer #ce_counter{
			position:absolute;
			right:10px;
			bottom:10px;
		}
	#ce_3{
		position:absolute;
		right:14px;
		top:29px;		
		width:224px;
		overflow:hidden;
		font-size:12px;
	}
		#ce_3 *{
			color:#FFFFFF;
		}
		#ce_3 .moduletable{
			margin:25px 0 25px 0;
		}
		#ce_3 h3{
			text-transform:uppercase;
			font-weight:bold;
			font-size:12px;
		}
		
img.multithumb{
	margin:5px;
}
	
