@charset "utf-8";
/* CSS Document */

/************************************************************************/
/* RESET (Thanks to YUI) */
@font-face {
    font-family: "Arial Unicode MS", Verdana, Latha;
    font-style:  normal;
    font-weight: normal;
    src: url(http://www.yarl.com/dfont/ARIALUN0.eot);
}

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { margin:0; padding:0; } 
table {	border-collapse:collapse; border-spacing:0; }
fieldset,img { border:0; }
address,caption,cite,code,dfn,th,var { font-style:normal; font-weight:normal; }
ol,ul { list-style:none; }
caption,th { text-align:left; }
h1,h2,h3,h4,h5,h6 { font-size:100%;	font-weight:normal; }
q:before,q:after { content:''; }
abbr,acronym { border:0; }
hr { display: none; }
address{ display: inline; }

/************************************************************************/
/* ELEMENT STYLES */

body {
	background: #e4eaf1;
	color: #1c2837;
	font-family: "Arial Unicode MS", Verdana, Latha;
	font-style:  normal;
    font-weight: normal;
	font-size: 1em;
	position: relative;
}

h3, h4, h5, h6, strong { font-weight: bold; }
em { font-style: italic; }
img, .input_check, .input_radio { vertical-align: middle; }
legend { display: none; }
table { width: 100%; }
td { padding: 3px; }

h2 {
	font-size: 1.6em;
	font-weight: normal;
	margin: 0 0 8px 0;
	clear: both;
}

body h3 {
	font-weight: bold;
	font-size: 1.1em;
	padding: 5px 8px 3px 8px;
	color: #1d3652;
}

	h3 img {
		margin-top: -2px;
	}
	
	h3 a {
		text-decoration: none;
	}
	
a {
	color: #284b72;
}

	a:hover {
		color: #528f6c;
		text-decoration: underline;
	}
/************************************************************************/

/* Floats */
.right { float: right; }
.left { float: left; }

/* Header */
#header {
	position: relative;
}

#branding {
	background: #1d3652 url(../images/branding_bg.png) repeat-x top;
	min-height: 80px;
}

/* Navigation */
#primary_nav {
	background: #192b40 url(../images/primarynav_bg.png) no-repeat;
	font-size: 0.9em;
	border-bottom: 5px solid #528f6c;
	padding-left: 10px;
	height: 31px;	
}

#primary_nav ul li, #primary_nav ul li a {
	color: #9bb2c8;
	text-decoration: none;
}
	
#primary_nav ul li {
	font-size: 0.95em;
	padding: 4px 8px 12px 8px;
	margin-left: 6px;
}
	
#primary_nav ul li.active {
	background: transparent url(../images/tab_left.png) no-repeat top left;
	font-size: 0.9em;
	font-weight: bold;
	padding: 0;			
	margin: -4px 0px auto 5px;
	position: relative;		
}

#primary_nav ul li.active a {
	background: transparent url(../images/tab_right.png) no-repeat top right;
	padding: 5px 15px 15px 10px;
	margin-left: 6px;
	display: block;			
}
		
#primary_nav ul li a {
	color: #9bb2c8;
	text-decoration: none;
}
		
#user_navigation {
	background: #2b4f74;
	font-size: 0.9em;
	border-width: 0 2px 2px 2px;
	border-style: solid;
	border-color: #1c334e;
	-moz-border-radius: 0 0 6px 6px;
	-webkit-border-bottom-left-radius: 6px;
	-webkit-border-bottom-right-radius: 6px;
	position: absolute;
	top: 7px;
	right: 10px;
	float: right;
	z-index: 9999;
}

#user_navigation .photo {
	border: 1px solid #1d3652;
	margin: 6px 10px 6px 6px;
	float: left;
}
	
#user_info {
	margin-left: 60px;
	margin-right: 15px;
}
	
#user_navigation p {
	color: #d9e3ed;
	margin-top: 6px;
	white-space: nowrap;
}
	
#user_navigation p a {
	color: #a1bad3;
}
		
#user_navigation #new_msg_count {
	background-color: #528f6c;
	font-weight: bold;
	font-size: 0.9em;
	padding: 3px 7px;
	top: 0px;
	left: 45px;
	position: absolute;
}
		
#user_navigation ul {
	font-size: 0.88em;
	margin-top: 4px;
}
#user_navigation ul a {
	color: #d5dde5;
}
			
#user_navigation ul#user_other {	
	margin-left: 5px;
}

#user_navigation ul#user_other li {
	float: left;
	padding: 0 4px;
}
	
#user_navigation ul#user_link_menucontent {
	background: #d5dde5;
	border: 1px solid #1d3652;
	margin-top: 0px;
	width: 170px;		
	float: right;
	z-index: 10000;
}

#user_navigation ul#user_link_menucontent li {
	padding: 1px;
	float: none;
}

#user_navigation ul#user_link_menucontent a {
	color: #1d3652;
	text-decoration: none;
	padding: 5px 5px 5px 15px;
	display: block;
}

#user_navigation ul#user_link_menucontent a:hover {
	background: #528f6c;
}
			
#user_navigation #user_link {
	background: #1d3652 url(../images/th_bg.png) repeat-x 50%;
	border: 1px solid #1d3652;
	padding: 3px 20px 3px 10px;
	margin: 6px 0 0px 8px;
	min-width: 150px;
	-moz-outline: 0px;
	position: relative;
	display: block;
	overflow: hidden;
}

#user_navigation #user_link img {
	right: 5px;
	top: 8px;
	position: absolute;
}

#user_navigation.not_logged_in {
	font-size: 0.8em;
	padding: 15px 25px;
}

#user_navigation.not_logged_in a {
	margin: 0 10px;
}

/* White links */
#primary_nav ul li.active, #primary_nav ul li a:hover, #primary_nav ul li.active a,
#user_navigation.not_logged_in, #user_navigation.not_logged_in a,
#user_navigation #user_link, #user_navigation #new_msg_count,
#user_navigation ul, #user_navigation ul#user_link_menucontent, #user_navigation ul#user_link_menucontent a:hover {
	color: #fff;
	text-decoration: none;	
}

/* Content */

#content {
	width: 980px;
}

/* Maincontent */

#maincontent {
	float: left;
	width: 775px;
}

/* Featured */

#featured{
	float: left;
	width:475px; 
	padding-right:266px; 
	position:relative; 
	height:250px;
	margin-left: 15px;
	margin-top: 5px;
}
#featured ul.ui-tabs-nav{ 
	position:absolute; 
	top:0;
	left:475px; 
	height: 252px;
	list-style:none; 
	padding:0;
	margin:0; 
	width:285px;
	background: url(../images/feature_border.png) bottom right no-repeat;
}
#featured ul.ui-tabs-nav li{ 
	padding:0;
	padding-left:15px;  
	font-size:0.8em; 
	color:#666; 
}
#featured ul.ui-tabs-nav li img{ 
	float:left;
	margin:2px 5px; 
	background:#fff; 
	padding:2px; 
	border:1px solid #eee;
}
#featured ul.ui-tabs-nav li span{ 
	line-height:18px; 
}
#featured li.ui-tabs-nav-item a{ 
	display:block; 
	height:60px; 
	color:#333;
	background:#fff;
	border: 1px solid #e5e5e5;
	line-height:20px;
	text-decoration: none;
}
#featured li.ui-tabs-nav-item a:hover{ 
	background: #d5dde5;
}
#featured li.ui-tabs-selected{ 
	background:url(../images/selected-item.png) 1px 0px no-repeat; 
	border: 1px solid #e5e5e5;
	border-left: none;
}
#featured ul.ui-tabs-nav li.ui-tabs-selected a{ 
	background: #942323;
	color: #fff;
	border: 0;
}
#featured .ui-tabs-panel{ 
	width:473px;
	height:250px;
	background:#999;
	position:relative;
	border: 1px solid #e5e5e5;
}

#featured .ui-tabs-panel img{ 
	width:473px;
	height:250px;
}

#featured .ui-tabs-panel .info{ 
	position:absolute; 
	top:170px; left:0; 
	height:80px; 
	background: url(../images/transparent-bg.png); 
}
#featured .info h2{ 
	font-size:0.8em; 
	color:#fff;
	padding:5px;
	margin:0;
	overflow:hidden; 
	font-weight: bold;
}
#featured .info p{ 
	margin:0 5px; 
	font-size:0.8em; 
	line-height:15px;
	color:#f0f0f0;
}
#featured .info a{ 
	text-decoration:none; 
	color:#fff;
}
#featured .info a:hover{ 
	text-decoration:underline;
}
#featured .ui-tabs-hide{ 
	display:none; 
}

/* Main */

#main {
	float: left;
	width: 475px;
	margin-left: 15px;
	margin-top: 12px;
}

#news {
	width: 475px;
	margin-bottom: 10px;
	float: left;
}

#news ul.tabs{
	width: 475px;
	float: left;	
}

#news ul.tabs li{
	float: left;
	font-size: 0.8em;
}

#news ul.tabs li a{
	display: block;
	height: 19px;
	width: 100px;
	padding: 5px;
	text-decoration: none;
	background: #ffffff;
	border: 1px solid #e5e5e5;
	border-bottom: 0;
}

#news ul.tabs li a.selected {
	background:#d5dde5 url(../images/link_head.gif) -1px;
	border: 1px solid #e5e5e5;
	border-bottom: 0;
	color: #ffffff;
	text-decoration: none;
	font-weight: 600;
}

#news span{
	width: 473px;
	float: left;
	background: #ffffff url(../images/green_border.gif) top repeat-x;
	border: 1px solid #e5e5e5;
	border-top: 0;
}

#article {
	width: 475px;
	margin-bottom: 10px;
	float: left;
}

#article ul.tabs{
	width: 475px;
	float: left;	
}

#article ul.tabs li{
	float: left;
	font-size: 0.8em;
	font-style:normal;
}

#article ul.tabs li a{
	display: block;
	height: 19px;
	width: 100px;
	padding: 5px;
	text-decoration: none;
	background: #ffffff;
	border: 1px solid #e5e5e5;
	border-bottom: 0;
}

#article ul.tabs li a.selected2 {
	background:#d5dde5 url(../images/link_head.gif) -1px;
	border: 1px solid #e5e5e5;
	border-bottom: 0;
	color: #ffffff;
	text-decoration: none;
	font-weight: bold;
}

#article span {
	width: 473px;
	float: left;
	background: #ffffff url(../images/green_border.gif) top repeat-x;
	border: 1px solid #e5e5e5;
	border-top: 0;
}

#video {
	width: 475px;
	margin-bottom: 10px;
	float: left;
	background: #fff;
}

#video ul.tabs{
	width: 473px;
	float: left;
	border: 1px solid #e5e5e5;
}

#video ul.tabs li{
	float: left;
	font-size: 0.8em;
}

#video ul.tabs li a{
	display: block;
	height: 19px;
	margin-left: 5px;
	margin-right: 5px;
	padding: 5px 5px 5px 15px;
	text-decoration: none;
	border-bottom: 0;
	background: url(../images/circle_empty.png) left 10px no-repeat;
	font-weight: bold;
}

#video ul.tabs li a.selected {
	border-bottom: 0;
	color: #528f6c;
	text-decoration: none;
	background: url(../images/circle_gr.png) left 10px no-repeat;
}

#video ul.tabs li a:hover{
	background: url(../images/circle_gr.png) left 10px no-repeat;	
}

#video span{
	width: 473px;
	float: left;
	border: 1px solid #e5e5e5;
	border-top: 0;
}

ul.youtube {
	padding: 1px 0 6px 0;
}

ul.youtube li{
	float: left;
	margin-left: 6px;
	padding: 6px 0 6px 0;
}

ul.youtube li img{
	width: 84px;
	height: 56px;
	border: 2px solid #dedede;
}

/* RSS */

/* begin styles for RSS Feed */

.rss-box {
	width: 473px;
	background-color: #e4ebf2;
	margin-top: 5px;
	font-size: 0.8em;
}

.rss-items {
	margin:0px;
	padding:0;
	color: #FFFFFF;
}

p.rss-title {
	padding:0.5em;
}

.rss-title {
	text-decoration: none;
	background-color:#990000;
	color:white;
	font-weight:bold;
	margin: 0px;
	padding:0em;
	text-align: left;
}

.rss-item  {
	width: 473px;
	font-weight : normal;
	list-style:none;
	margin: 0;
	padding: 0;
	width: 425px;
}

.rss-item a {
	display: block;
	width: 448px;
	padding: 5px 5px 5px 20px;
	margin: 0;
	text-decoration : none;
	color: #373737;
	background: #ffffff url(../images/last_post.png) 5px 8px no-repeat;
	border-bottom: 1px solid #e5e5e5;
	font-weight:light;
}

.rss-item a:hover {
	background: #eef3f8 url(../images/last_post2.png) 5px 8px no-repeat;
	color: #284b72;
}

.rss-item a:visited {
	color: #575757;
}

.rss-date {
	font-weight : normal;
	padding: 0 0 0 15px;
	color: #cc0000;
} 

/* Mainbox */

#mainbox {
	width: 475px;
	float: left;
	margin-bottom: 10px;
}

#mainbox ul.ui-tabs-nav{ 
	list-style:none; 
	padding:0;
	margin:0; 
	width:475px;
}
#mainbox ul.ui-tabs-nav li{ 
	padding:0; 
	font-size:0.8em; 
	color:#666; 
}
#mainbox ul.ui-tabs-nav li img{ 
	float:left;
	margin:2px 5px; 
	padding:2px; 
	border:1px solid #666;
}
#mainbox ul.ui-tabs-nav li span{ 
	float: left;
	line-height:18px; 
}

#mainbox ul.ui-tabs-nav li span.title{ 
	float: right;
	line-height:18px;
	width: 100px;
	height: 50px;
	text-align: center;
	font-weight: bold;
	font-size: 1.1em;
	padding-top: 10px;
	color: #fff;
}

.thuyar a{ 
	display:block; 
	height:60px; 
	color:#fff;
	background:#393939;
	border: 1px solid #e5e5e5;
	font-size: 0.85em;
	line-height:20px;
	text-decoration: none;
}
.thuyar a:hover{
	background: #2e2e2e url(../images/thuyar.gif) right bottom no-repeat;
}

#mainbox #half {
	float: left;
	width: 228px;
	border: 1px solid #e5e5e5;
	background: #ffffff url(../images/green_border.gif) 0px 29px repeat-x;
	font-size: 0.8em;
}

#mainbox #half h2 {
	display: block;
	width: 218px;
	height: 19px;
	padding: 5px;
	background:#d5dde5 url(../images/gr_bg.png) repeat-x;
	border-bottom: 0;
	color: #ffffff;
	text-decoration: none;
	font-weight: bold;
	font-size: 1.1em;
}

.half-item  {
	width: 230px;
	font-weight : normal;
	list-style:none;
	margin: 0;
	padding: 0;
}

.half-item a {
	display: block;
	width: 203px;
	padding: 5px 5px 5px 20px;
	margin: 0;
	text-decoration : none;
	color: #373737;
	background: #ffffff url(../images/last_post.png) 5px 8px no-repeat;
	border-bottom: 1px solid #e5e5e5;
	font-weight:light;
}

.half-item a:hover {
	background: #eef3f8 url(../images/last_post2.png) 5px 8px no-repeat;
	color: #284b72;
}

.half-item a:visited {
	color: #575757;
}

/* Sidebar */
#sidebar {
	float: left;
	width: 190px;
	margin-left: 15px;
	margin-top: 5px;
}

/* ADS 190x60 */
#ads190x60 {
	width: 190px;
	background: url(../images/feature_border.png) bottom right no-repeat;
	margin-bottom: 10px;
}

#ads190x60 img{
	width: 188px;
	height: 60px;
	border: 1px solid #e5e5e5;
}

#ads270x60 {
	width: 270px;
	margin-bottom: 10px;
}

#ads270x60 img{
	width: 268px;
	height: 60px;
	border: 1px solid #e5e5e5;
}

#ads270x60 img:hover{
	width: 262px;
	height: 54px;
	border: 4px solid #fff;
}

/* ADS 230x60 */
#ads230x60{
	float: left;
	width: 475px;
	height: 60px;
	margin-bottom: 12px;
}

#ads230x60 img{
	float: left;
	width: 228px;
	height: 60px;
	border: 1px solid #e5e5e5;
}

#ads230x60 img:hover{
	width: 222px;
	height: 54px;
	border: 4px solid #fff;
}

#ads475x60{
	float: left;
	width: 475px;
	height: 60px;
	margin-bottom: 12px;
}

#ads475x60 img{
	float: left;
	width: 473px;
	height: 60px;
	border: 1px solid #e5e5e5;
}

#ads475x60 img:hover{
	width: 467px;
	height: 54px;
	border: 4px solid #fff;
}
/* Accordion */
.drawers-wrapper {
	position: relative;
	width: 190px;
	margin-bottom: 10px;
}

.drawer {
	background:transparent url(../images/sideboxlight.gif) 0px 5px repeat-y scroll;
	color:#76797C;
	font-size:1em;
	line-height:1.3em;
}

.boxcap {
	height:5px;
	left:0pt;
	position:absolute;
	width:100%;
	z-index:100;
	background:none;
	margin-top:-5px;
}

.captop {
	background-image:none;
	bottom:auto;
	top:0pt;
	margin-top:0;
}

.drawers {
	margin-bottom:15px;
	color:#76797C;
	line-height: 18px;
}

.drawers A {
	color:#666666;
	text-decoration:none;
	font-size-adjust:none;
	font-style:normal;
	font-variant:normal;
	font-weight:normal;
}

.drawer li {
	border-bottom:1px solid #E5E5E5;
	line-height:16px;
	padding:6px 0pt;
}

UL {
	list-style: none;
	padding: 0;
}

UL.drawers {
	margin: 0;
}

.drawer-handle {
	background:#d5dde5 url(../images/link_head2.gif);
	color:#ffffff;
	cursor:default;
	font-size:0.9em;
	font-weight:normal;
	height:30px;
	line-height:25px;
	margin-bottom:0pt;
	text-indent:15px;
	width:100%;
}

.drawer-handle.open {
	background:#d5dde5 url(../images/link_head.gif);
	background-position:-190px 0pt;
	color:#ffffff;
	font-weight:bold;
}

.drawer UL {
	padding: 0 12px;
	padding-bottom:0pt;
	font-size: 0.8em;
}

.drawer ul li a:hover {
	color: #528f6c;
}

.drawer-content UL {
	padding-top: 7px;
}

.drawer-content LI A {
	display:block;
	overflow:hidden;
}

.alldownloads li {
	border:0pt none;
	line-height:18px;
	padding:0pt;
}

/* Subcontent */

#subcontent {
	float: left;
	width: 270px;
	margin-top: 12px;
	margin-left: 15px;
}

/* Module - GREEN */

#module2_green {
	float: left;
	width: 256px;
	padding: 6px 6px 10px 6px;
	margin-bottom: 10px;
	border: 1px solid #e5e5e5;
	background: #569d74 url(../images/module_bg_green.png) top repeat-x;
}

#module2_green #head {
	height: 25px;
	border-bottom: 1px solid #80b697;
	font-size: 0.75em;
	color: #abceba;
}

#module2_green h2{
	font-size: 0.8em;
	font-weight: bold;
	color: #ffffff;
	padding-top: 5px;
}

#module2_green a{
	color: #ffffff;
	text-decoration: none;
}

#module2_green img{
	float: left;
	width: 256px;
	height: 100px;
}

#module2_green span{
	float: left;
	color: #ffffff;
	font-size: 0.75em;
	padding: 8px 0 4px 0;
}

#module2_green #foot {
	float: left;
	height: 20px;
	width: 256px;
	font-size: 0.75em;
	color: #abceba;
	background: #5b9673;
	margin-top: 8px;
}

/* Module - BRAUN */

#module2_braun {
	float: left;
	width: 256px;
	padding: 6px 6px 10px 6px;
	margin-bottom: 10px;
	border: 1px solid #e5e5e5;
	background: #569d74 url(../images/module_bg_braun.png) top repeat-x;
}

#module2_braun #head {
	height: 25px;
	border-bottom: 1px solid #b69780;
	font-size: 0.75em;
	color: #cebaab;
}

#module2_braun h2{
	font-size: 0.8em;
	font-weight: bold;
	color: #ffffff;
	padding-top: 5px;
}

#module2_braun a{
	color: #ffffff;
	text-decoration: none;
}

#module2_braun img{
	float: left;
	width: 256px;
	height: 100px;
}

#module2_braun span{
	float: left;
	color: #ffffff;
	font-size: 0.75em;
	padding: 8px 0 4px 0;
}

#module2_braun #foot {
	float: left;
	height: 20px;
	width: 256px;
	font-size: 0.75em;
	color: #cebaab;
	background: #96735b;
	margin-top: 8px;
}

/* Module - BLUE */
#module2_blue {
	float: left;
	width: 256px;
	padding: 6px 6px 10px 6px;
	margin-bottom: 10px;
	border: 1px solid #e5e5e5;
	background: #569d74 url(../images/module_bg_blue.png) top repeat-x;
}

#module2_blue #head {
	height: 25px;
	border-bottom: 1px solid #809fb6;
	font-size: 0.75em;
	color: #abbfce;
}

#module2_blue h2{
	font-size: 0.8em;
	font-weight: bold;
	color: #ffffff;
	padding-top: 5px;
}

#module2_blue a{
	color: #ffffff;
	text-decoration: none;
}

#module2_blue img{
	float: left;
	width: 256px;
	height: 100px;
}

#module2_blue span{
	float: left;
	color: #ffffff;
	font-size: 0.75em;
	padding: 8px 0 4px 0;
}

#module2_blue #foot {
	float: left;
	height: 20px;
	width: 256px;
	font-size: 0.75em;
	color: #abbfce;
	background: #5b7e96;
	margin-top: 8px;
}

/* Module - RED */
#module2_red {
	float: left;
	width: 256px;
	padding: 6px 6px 10px 6px;
	margin-bottom: 10px;
	border: 1px solid #e5e5e5;
	background: #569d74 url(../images/module_bg_red.png) top repeat-x;
}

#module2_red #head {
	height: 25px;
	border-bottom: 1px solid #cd6969;
	font-size: 0.75em;
	color: #de9b9b;
}

#module2_red h2{
	font-size: 0.8em;
	font-weight: bold;
	color: #ffffff;
	padding-top: 5px;
}

#module2_red a{
	color: #ffffff;
	text-decoration: none;
}

#module2_red img{
	float: left;
	width: 256px;
	height: 100px;
}

#module2_red span{
	float: left;
	color: #ffffff;
	font-size: 0.75em;
	padding: 8px 0 4px 0;
}

#module2_red #foot {
	float: left;
	height: 20px;
	width: 256px;
	font-size: 0.75em;
	color: #de9b9b;
	background: #b43c3c;
	margin-top: 8px;
}

/* Module - VIOLET */
#module2_violet {
	float: left;
	width: 256px;
	padding: 6px 6px 10px 6px;
	margin-bottom: 10px;
	border: 1px solid #e5e5e5;
	background: #569d74 url(../images/module_bg_violet.png) top repeat-x;
}

#module2_violet #head {
	height: 25px;
	border-bottom: 1px solid #b68096;
	font-size: 0.75em;
	color: #ceabb9;
}

#module2_violet h2{
	font-size: 0.8em;
	font-weight: bold;
	color: #ffffff;
	padding-top: 5px;
}

#module2_violet a{
	color: #ffffff;
	text-decoration: none;
}

#module2_violet img{
	float: left;
	width: 256px;
	height: 100px;
}

#module2_violet span{
	float: left;
	color: #ffffff;
	font-size: 0.75em;
	padding: 8px 0 4px 0;
}

#module2_violet #foot {
	float: left;
	height: 20px;
	width: 256px;
	font-size: 0.75em;
	color: #ceabb9;
	background: #965b74;
	margin-top: 8px;
}

/* Module - GRAY */
#module2_gray {
	float: left;
	width: 256px;
	padding: 6px 6px 10px 6px;
	margin-bottom: 10px;
	border: 1px solid #e5e5e5;
	background: #569d74 url(../images/module_bg_gray.png) top repeat-x;
}

#module2_gray #head {
	height: 25px;
	border-bottom: 1px solid #939c9f;
	font-size: 0.75em;
	color: #b9c0bd;
}

#module2_gray h2{
	font-size: 0.8em;
	font-weight: bold;
	color: #ffffff;
	padding-top: 5px;
}

#module2_gray a{
	color: #ffffff;
	text-decoration: none;
}

#module2_gray img{
	float: left;
	width: 256px;
	height: 100px;
}

#module2_gray span{
	float: left;
	color: #ffffff;
	font-size: 0.75em;
	padding: 8px 0 4px 0;
}

#module2_gray #foot {
	float: left;
	height: 20px;
	width: 256px;
	font-size: 0.75em;
	color: #b9c0bd;
	background: #6f7b79;
	margin-top: 8px;
}

/* Module - TABLE*/
#module2_table {
	float: left;
	width: 256px;
	padding: 6px 6px 10px 6px;
	margin-bottom: 10px;
	border: 1px solid #e5e5e5;
	background: #d5dde5;
}

#module2_table #head {
	height: 25px;
	border-bottom: 1px solid #809fb6;
	font-size: 0.75em;
	color: #557e9d;
	margin-bottom: 8px;
}

#module2_table #table {
	float: left;
	width: 244px;
	font-size: 0.8em;
	color: #557e9d;
	padding: 6px;
}

#module2_table .dark{
	background: #e4ebf2;
}

#module2_table .dark:hover{
	background: #eef3f8;
}

#module2_table .light{
	background: #fafbfc;
}

#module2_table .light:hover{
	background: #eef3f8;
}

#module2_table #date {
	float: left;
	width: 244px;
	height: 20px;
	font-size: 0.75em;
	color: #569d74;
	border-bottom: 1px dotted #d5dde5;
}

/* FOOTER */
#footer{
	float: left;
	width: 98%;
	font-size: 0.8em;
	border-top: 5px solid #528f6c;
	padding: 1%;
	height: 20px;
	background: #192b40;
	color: #ffffff;
	margin-top: 10px;
}

#footer a{
	color: #9bb2c8;
	text-decoration: none;
}

#footer a:hover{
	color: #fff;
}

/* Update */
#update{
	margin: 0 auto;
	margin-top: 190px;
	width: 390px;
	height: 275px;
	background: url(../images/acp_login.jpg) no-repeat;
}

#update_text{
	margin: 0 auto;
	width: 370px;
	height: 170px;
	padding: 10px;
	padding-top: 95px;
	color: #fff;
	font-size: 0.8em;
	line-height: 1.5em;
}

#update_text a{
	color: #9bb2c8;
}

#update_text a:hover{
	color: #528f6c;
}

/* Admin */

#admin{
	float: left;
	width: 758px; 
	position:relative; 
	margin-left: 15px;
	margin-top: 5px;
	border: 1px solid #e5e5e5;
	background: #ffffff;
}

#admin h2{
	width: 748px;
	height: 19px;
	background:#d5dde5 url(../images/gr_bg.png) top left repeat-x;
	font-size: 10px;
	border-bottom: 4px solid #528f6c;
	color: #ffffff;
	padding: 5px;
	margin: 0;
}

#admin h2 a{
	color: #bbddb8;
	text-decoration: none;
}

#admin h2 a:hover{
	color: #ffffff;
}

#admin span {
	display: block;
	width: 733px;
	padding: 10px 5px 10px 20px;
	margin: 0;
	height: 22px;
	text-decoration : none;
	color: #373737;
	background: #ffffff url(../images/last_post.png) 5px 12px no-repeat;
	border-bottom: 1px solid #e5e5e5;
	font-size: 11px;
	font-weight:light;
}

#admin a.title {
	float: left;
	height: 22px;
	width: 400px;
	text-decoration: none;
}

#admin a.buttonedit {
	float: left;
	height: 23px;
	width: 110px;
	background: url(../images/edit.png) top right no-repeat;
}

#admin a.buttonview {
	float: left;
	height: 23px;
	width: 110px;
	background: url(../images/view.png) top right no-repeat;
}

#admin a.buttonimage {
	float: left;
	height: 23px;
	width: 110px;
	background: url(../images/image.png) top right no-repeat;
}

#admin #edit {
	float: left;
	width: 748px;
	padding: 10px 5px 10px 5px;
	font-size: 11px;
}

#admin h3{
	height: 19px;
	padding: 2px 5px 10px 20px;
	background: url(../images/folder_edit.png) left top no-repeat;
	font-size: 11px;
}

#admin textarea{
	margin-bottom: 15px;
	width: 736px;
	padding: 5px;
	background: #e4ebf2;
	border: 1px solid #eef3f8;
	overflow: hidden;
	font-size: 11px;
}

#admin .submit{
	width: 130px;
	height: 29px;
	background: url(../images/update.png) top left;
	border: 0;
	color: transparent;
	cursor: hand;
	cursor: pointer;
	float: right;
}