/******* CiKi Plus Main Theme for webpage *******/
body {	
	background-color:#F7F7F7;
}

td.cp_parent {
	background-image:url(../images/common/bg-repeat.jpg);
	background-repeat:repeat-y;
	background-position:top center;
}

#cp_header, div.cp_main {
	
}

div.cp_background {}

div.cp_background div.cp_header {
	width:980px;	
	text-align:left;
}

div.cp_background div.cp_footer {
	width:980px;	
	text-align:right;	
}

div.cp_main {
	width:1000px;
}

div.cp_main_content {
	width:980px;	
}

/**** Common Header ****/
#cp_header {
	height:165px;	
}

#cp_header div.cp_header {
	height:150px;
	background-image:url(../images/common/hbg.jpg);
	background-repeat:repeat-x;
	background-position:top center;	
}

#cp_header #menu { height:35px; }
#cp_header #menu li {
	width:96px; height:35px;
	text-align:center;
	list-style:none;
	float:right;	
	background-image:url(../images/common/menu_bt.gif);
}

#cp_header #menu li a { position:relative; top:10px; color:#69747A; }
#cp_header #menu li a:hover { color:#69C8FF; font-weight:bold; }

#cp_header #header_seperator {
	width:980px; height:15px;					
	margin:0px auto 0px auto;
	background-color:#69C8FF;
}

#cp_header #ctrl_top {
	height:10px;
	margin:0px;
}

#cp_header #header_top {
	height:105px;
	text-align:center;
}

#cp_header #header_top table {
	width:960px;
	margin:0px auto 5px auto;
	text-align:left;
}

#cp_header #header_top table td.logo {
	width:135px;
}

#cp_header #header_top table td  {	
	text-align:left;
	vertical-align:middle;
}

#cp_header #header_top table td h1 {
	font-size:30px;
}

/**** Common Footer ****/
#cp_footer {
	height:45px;	
}

#cp_footer div.cp_footer {
	background-color:#69C8FF;
}

#cp_footer p {
	line-height:14px;	
	margin:5px 10px 5px 0px;
}

#cp_footer *,
#cp_footer p, 
#cp_footer a {
	font-size:11px;
	color:#FFFFFF;
}

/**** Common Structure ****/
div.cp_main_content table.box_main {
	width:100%;
}

div.cp_main_content table.box_main td {
	padding:10px; height:100%;
	text-align:left;
	vertical-align:top;
	
	border-bottom:2px solid #69C8FF;
}

div.cp_main_content table.box_main td.box_left {
	width:160px;
	border-right:2px solid #69C8FF;
	background-color:#EFEFEF;
}

div.cp_main_content div.subpage_inner {
	min-height:400px;	
	* height:auto !important;
	* height:400px;
}

div.cp_main_content div.subpage_inner td {
	padding:0px;
	border:0px;
}

div.cp_main_content td.box_right div.subpage_inner * {
	font-size:14px;
}

/*** General Inner Page ***/
div.subpage_inner div.title_area {
	position:relative;
	margin-bottom:15px;
}

div.subpage_inner div.title_area img.logo {
	position:absolute;
	top:0px; right:0px;
}

div.subpage_inner div.title_area h2.title {	
	font-size:32px;		
}

div.subpage_inner div.content_area p.sub_title {
	font-size:16px;
	font-weight:bold;
	margin:15px 0px 0px 0px;
	color:#000000;
}

div.subpage_inner div.content_area p {
	font-size:14px;
	margin-bottom:10px;
}