@charset "utf-8";
/*  Inkyman Studio 2010 Themes 
	By Apisit Numchaichanakij
*/
/* Fonts Area */

body {
	color:#666666;
	font-family:'Helvatica','Arial','Lucida Grande',sans-serif;
	font-size:14px;
	margin:0px;
	padding:0px;
	background-image: url('../images/bg_top.jpg');
	background-repeat: repeat-x;
	}
#page {
	margin-left: auto;
	margin-right: auto;
	width: 980px;
}
#header {
	width: 980px;
	height: 114px;
	margin-left: auto;
	margin-right: auto;
	}
#header-logo {
	width: 278px;
	height: 114px;
	background-image: url(../images/logo.png);
	background-repeat: no-repeat;	
	float: left;
}
#header-navigation {
	width: 553px;
	height: 29px;
	float: right;
	padding-bottom: 4px;
	margin-top: 67px;
	padding-left: 10px;
	padding-right: 0px;
	text-align: left;
}
#header-navigation ul {
	list-style-type: none;
	margin-left: 0px;
	margin-top: 0px;
	padding-left: 0px;
	padding-top: 0px;
	float: right;
}
#header-navigation ul li{
	float:left;
	white-space: normal;
	display: block;
	overflow: hidden;
}
#header-navigation ul li a {
	text-decoration: none;
	font-size: 14px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	padding-top : 9px;
	padding-bottom : 9px;
	padding-left : 9px;
	padding-right : 9px;
	margin-left: 10px;
	font-weight: none;
	color: #666;
	float: left;
	float: right;
}
#header-navigation ul li small {
	font-size: 10px;
}
#header-navigation ul li a:hover, #header-navigation ul li .current, #header-navigation ul li a:hover small, #header-navigation ul li .current small {
	color: #FFF;
	background-color: #333;
}
#rotator {
	width: 100%;
	height: 350px;
	margin-top: 10px;
	margin-bottom: 5px;
	background-image: url(../images/wallpaper-1.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	text-align: center;
	border-top-width: 7px;
	border-top-style: solid;
	border-top-color: #F5F5F5;
	border-bottom-width: 7px;
	border-bottom-style: solid;
	border-bottom-color: #F5F5F5;
}
#content-left {
	width: 700px;
	font-size: 14px;
	margin-top: 5px;
	margin-bottom: 20px;
	margin-left: auto;
	margin-right: auto;
	float: left;
	}
#content-right {
	width: 270px;
	font-size: 14px;
	margin-top: 5px;
	margin-left: auto;
	margin-right: auto;
	float: right;
	}
#content-right .borderhilight {
	-moz-border-radius-topleft: 10px;
	-webkit-border-top-left-radius: 10px;
	-moz-border-radius-bottomright: 10px;
	-webkit-border-bottom-right-radius: 10px;
	background-color: #DFDFFF;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #C6C6FF;
	border-bottom-color: #C6C6FF;
	padding-top: 9px;
	padding-bottom: 9px;
	padding-left: 5px;
	padding-right: 5px;
	margin-bottom: 10px;
	background-image: url(../images/bg_effect.png);
	background-position: right top;
	font-size: 12px;
}
#content-right .borderhilight2 {
	-moz-border-radius-topleft: 10px;
	-webkit-border-top-left-radius: 10px;
	-moz-border-radius-bottomright: 10px;
	-webkit-border-bottom-right-radius: 10px;
	background-color: #EAEAEA;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #999;
	border-bottom-color: #999;
	padding-top: 9px;
	padding-bottom: 9px;
	padding-left: 5px;
	padding-right: 5px;
	margin-bottom: 10px;
	background-image: url(../images/bg_effect.png);
	background-position: right top;
	font-size: 12px;
}
.borderhilight h1 {
	font-size: 9px;
	margin: 0px;
	padding-bottom: 2px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #C1C9FF;
	color: #6F7DFF;
	margin-bottom: 6px;
}
.borderhilight2 h1 {
	font-size: 9px;
	margin: 0px;
	padding-bottom: 2px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	color: #666;
	margin-bottom: 6px;
}
.schbox {
	background-color: #F5F5F5;
	width: 247px;
	padding: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	font-size: 9px;
	border: 1px dotted #CCC;
	margin-bottom: 5px;
}
.schbox2 {
	background-color: #FFF;
	width: 247px;
	padding: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	font-size: 9px;
	border: 1px dotted #CCC;
	margin-bottom: 5px;
}
.borderhilight2 h2 {
	font-size: 9px;
	margin: 0px;
	padding-bottom: 2px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	color: #F06;
	margin-bottom: 6px;
}
#hilight_content {
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	width: 690px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	display: block;
	overflow: hidden;
	background-image: url(../images/bg_dl_list.png);
	background-repeat: repeat-x;
	background-position: left top;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #CCC;
	border-bottom-color: #CCC;
	padding-top: 7px;
	padding-bottom: 7px;
	padding-left: 5px;
	padding-right: 5px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #CCC;
	border-left-color: #CCC;
}
#hilight_content .content {
	width: 690px;
	float: left;
	text-align: left;
	font-size: 13px;
}
.content h1 {
	font-size: 18px;
	padding: 0px;
	margin-top: 3px;
	margin-bottom: 8px;
	color: #F60;
	font-weight: normal;
}
.content img {
	float: right;
	margin-left: 5px;
}
#working_content {
	width: 690px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	display: block;
	overflow: hidden;
	padding-top: 7px;
	padding-bottom: 7px;
	padding-left: 5px;
	padding-right: 5px;
	background-image: url(../images/workingarea_bg.gif);
	background-repeat: no-repeat;
	background-position: right top;
}
#working_content .content {
	width: 690px;
	float: left;
	text-align: left;
	font-size: 13px;
}
#working_content .content h1 {
	font-size: 18px;
	padding: 0px;
	margin-top: 3px;
	margin-bottom: 5px;
	color: #0C0;
	font-weight: normal;
}
.content ul {
	margin-top: 0px;
	margin-bottom: 10px;
}
.content ul li {
	line-height: 16px;
}
.content ul li a {
	color: #F90;
}
.content ul li a:hover {
	color: #F30;
}
#content_single_l {
	margin-top: 20px;
	float: left;
	width: 785px;
	border-right-width: 1px;
	border-right-style: dotted;
	border-right-color: #E9E9E9;
	margin-bottom: 10px;
	min-height: 420px;
	padding-right: 10px;
	background-image: url(../images/workingarea_bg.gif);
	background-position: right top;
	background-repeat: no-repeat;
}
#content_single_l h1 {
	font-size: 26px;
	margin-top : 0px;
	margin-bottom: 8px;
	font-weight: normal;
	color: #333;
}
#content_single_l h2 {
	font-size: 18px;
	font-weight: normal;
	color: #89B700;
	margin-bottom: 7px;
}
#content_single_l h3 {
	font-size: 18px;
	font-weight: normal;
	color: #06F;
	margin-bottom: 7px;
}
#content_single_l .desleft {
	width: 390px;
	float: left;
	margin-top: 20px;
}
#content_single_l .desleft h1 {
	font-size: 18px;
	font-weight: normal;
	color: #F60;
}
#content_single_l .desright {
	width: 390px;
	float: right;
	margin-top: 20px;
	font-size: 13px;
}
#content_single_l .desright h1 {
	font-size: 18px;
	font-weight: normal;
	color: #F06;
}
#content_single_l .desleft ul , #content_single_l .desright ul {
	padding-left: 5px;
	margin-left: 17px;
	margin-top: 6px;
}
#content_single_l .desleft ul li , #content_single_l .desright ul li {
	font-size: 12px;
	margin-bottom: 5px;
}
#content_single_l .desleft ul li a , #content_single_l .desright ul li a {
	color: #333;
	text-decoration: underline;
}
#content_single_l .desleft ul li a:hover , #content_single_l .desright ul li a:hover {
	color: #F30;
	text-decoration: underline;
}
#content_single_l .listbox0 {
	width: 769px;
	background-color: #F4F4F4;
	background-image: url(../images/bg_effect.png);
	background-position: center top;
	padding: 8px;
	-moz-border-radius-topright: 10px;
	-webkit-border-top-right-radius: 10px;
	-moz-border-radius-bottomleft: 10px;
	-webkit-border-bottom-left-radius: 10px;
	margin-bottom: 10px;
	clear: both;
	font-size: 12px;
}
#content_single_l .listbox1 {
	width: 769px;
	background-color: #EAEAEA;
	background-image: url(../images/bg_effect.png);
	background-position: center top;
	padding: 8px;
	-moz-border-radius-topright: 10px;
	-webkit-border-top-right-radius: 10px;
	-moz-border-radius-bottomleft: 10px;
	-webkit-border-bottom-left-radius: 10px;
	margin-bottom: 10px;
	clear: both;
	font-size: 12px;
}
#content_single_l .listbox2 {
	width: 769px;
	background-color: #FFE8F3;
	background-image: url(../images/bg_effect.png);
	background-position: center top;
	padding: 8px;
	-moz-border-radius-topright: 10px;
	-webkit-border-top-right-radius: 10px;
	-moz-border-radius-bottomleft: 10px;
	-webkit-border-bottom-left-radius: 10px;
	margin-bottom: 10px;
	clear: both;
	font-size: 12px;
	border-top-width: 1px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #FFD5E9;
	border-right-color: #FFD5E9;
	border-bottom-color: #FFD5E9;
	border-left-color: #FFD5E9;
}
.typebox {
	padding: 4px;
	font-size: 12px;
	color: #FFF;
	background-color: #06C;
	float: right;
	text-decoration: none;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	margin-left: 6px;
	text-transform:uppercase;
}
.typebox:hover {
	background-color: #003C77;
}
.yearbox {
	padding: 4px;
	font-size: 12px;
	color: #FFF;
	background-color: #F30;
	float: right;
	text-decoration: none;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	margin-left: 6px;
	text-transform:uppercase;
}
.yearbox:hover {
	background-color: #C00;
}
#content_single_l .listbox0 h1, #content_single_l .listbox1 h1 {
	font-size: 18px;
	margin-bottom: 5px;
	color: #036;
}
#content_single_l .listbox0 h1:hover, #content_single_l .listbox1 h1:hover {
	margin-bottom: 5px;
	color: #33F;
}
#content_single_l .listbox2 h1 {
	font-size: 18px;
	margin-bottom: 5px;
	color: #F03;
}
#content_single_l .listbox2 h1:hover {
	margin-bottom: 5px;
	color: #F90;
}
#content_single_r {
	margin-top: 20px;
	width: 175px;
	float: right;
}
#content_single_r .col-l {
	width: 170px;
	background-color: #F4F4F4;
	float: left;
	margin-top: 0px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	padding-top : 9px;
	padding-bottom : 9px;
	padding-left : 0px;
	padding-right : 0px;
	/*background-image: url(images/bgsidebar.png);*/
	border-top-width: 1px;
	border-right-width: 3px;
	border-bottom-width: 3px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #CCC;
	border-right-color: #CCC;
	border-bottom-color: #CCC;
	border-left-color: #CCC;
	margin-bottom: 10px;
}
#content_single_r .col-l ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
#content_single_r .col-l ul li{
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
#content_single_r .col-l ul li a {
	text-align: left;
	display: block;
	text-decoration: none;
	font-size: 12px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #D6D6D6;
	color: #999;
	padding-top: 4px;
	padding-right: 8px;
	padding-bottom: 4px;
	padding-left: 8px;
	text-transform: uppercase;
}
#content_single_r .col-l ul li a:hover {
	color: #FFF;
	background-image: url(../images/arrow_hover.png);
	background-position: left center;
	background-color: #666;
}
#content_single_both {
	margin-top: 20px;
	float: left;
	width: 980px;
	margin-bottom: 10px;
	min-height: 420px;
	padding-right: 10px;
	background-image: url(../images/workingarea_bg.gif);
	background-position: right top;
	background-repeat: no-repeat;
}
#content_single_both h1 {
	font-size: 26px;
	margin-top : 0px;
	margin-bottom: 8px;
	font-weight: normal;
	color: #333;
}
#content_single_both h2 {
	font-size: 18px;
	font-weight: normal;
	color: #89B700;
	margin-bottom: 7px;
}
#content_single_both h3 {
	font-size: 16px;
	font-weight: normal;
	color: #F93;
	margin-bottom: 7px;
}
/* COLLAPSE ADD ON */
.message_list {
	list-style: none;
	margin: 0;
	padding: 0;
	width: 769px;
}
.message_list li {
	padding: 0;
	margin: 0;
}
.message_head {
	cursor: pointer;
	position: relative;
}
.message_body {
	padding: 6px;
	margin-top: 8px;
	border: 1px dotted #390;
	background-color: #E6FFE6;
	overflow: hidden;
	display: block;
}
.message_body2 {
	padding: 6px;
	margin-top: 8px;
	border: 1px dotted #FB007D;
	background-color: #FFF;
	overflow: hidden;
	display: block;
}
/* END COLLAPSE ADD ON*/
/* END EXTRA ADD */
#tab {
	font-size: 18px;
	margin-top: 10px;
	margin-bottom: 5px;
}
/* Toolstips ADD-ON */
#tooltip{
	position:absolute;
	color:#333;
	display:none;
	text-decoration: none;
	background-color: #CCC;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #666;
	border-bottom-color: #666;
	font-size: 12px;
	padding-top: 5px;
	padding-right: 8px;
	padding-bottom: 5px;
	padding-left: 8px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	text-align: left;
	max-width: 400px;
	}
#tooltip small {
	font-size: 10px;
}
/* FOOTER AREA */
#footer {
	margin-top: 20px;
	width: 100%;
	display: block;
	overflow: hidden;
	background-color: #202020;
	border-top-width: 3px;
	border-top-style: solid;
	border-top-color: #666;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #000;
}
#footer-area {
	width: 980px;
	padding-top: 10px;
	margin-left: auto;
	margin-right: auto;
}
.footer-l {
	font-size: 11px;
	float: left;
	width: 500px;
	margin-bottom: 30px;
	display: block;
	overflow: hidden;
	text-align: left;
}
.footer-r {
	font-size: 11px;
	float: right;
	width: 380px;
	margin-bottom: 20px;
	display: block;
	overflow: hidden;
	text-align: right;
}
.footer-l a, .footer-r a {
	color: #999;
	text-decoration: none;
}
.footer-l a:hover, .footer-r a:hover {
	color: #FFF;
	text-decoration: none;
}
