@charset "utf-8";

/* CSS Document */



/* BODY */

body { 

	margin: 0;

	padding: 0;

	font-family: "Trebuchet MS";

	font-size: 12px;

	background:#000 url(images/body.png) repeat-y center;

	color:#FFF;

}



input, textarea {

	font: bold 1em "Trebuchet MS";

}



a {

	text-decoration:none;

	color:#999;

}



blockquote {

	margin: 0;

	padding-left: 20px;

	font-style: italic;

}



h1, h2, h3 {

	margin: 0;

	font-family: Verdana;

	font-weight: normal;

	color:#CCC;

}



h1 {

	letter-spacing: -1px;

	font-size: 2.6em;

}



h2 {

	font-size: 1.8em;

}



h3 {

	font-size: 1em;

}



table {

	font-size:11px;

}



thead tr{

	font-size:12px;

	background-color: #D5B896;

	color:#333;

}



tfoot tr{

	font-size:11px;

	background-color: #D5B896;

	color:#333;

}



img {

	border:0;

}



ul li {

	list-style:url(images/paw.png);

}



ol li {

	list-style:decimal;

}



.tblcolor {

	background:#F1EEE7;

	color:#333;

}



.tbluser {

	color:#A05432;

}



.zebra_odd {

	background:#F1EEE7;

	color:#333;

}



.zebra_even {

	background-color:#E4DDCA;

	color:#333;

}



.hlite {

	background:#000 url(images/hlite.png) no-repeat center;

	color:#FFF;

	cursor:pointer;

}



fieldset {

	padding:5px;

	text-align:justify;

	border-color:#A05432;

}



fieldset legend {

	color:#999;

}



fieldset table {

	font-size:12px;

}



.miniform {

	padding:2px;

}



strong {

	color:#00F

}



/* HEADER */

#header { 

	width: 900px;

	height: 100px;

	margin:auto;

	background:url(images/header.png) no-repeat center;

}



#header img {

	border:0;

}



.head_log {

	height:20px;

	width:800px;

	float:right;

	text-align:right;

	color:#A05432;

}



.head_navbar{

	width:800px;

	height:60px;

	float:right;

	text-align:right;

}



.head_icons {

	width:50px;

	padding:5px;

	text-align:center;

	float:right;

}



.head_hover{

	background:#A05432;

}



/* PAGE */

#page {

	width: 900px;

	margin:auto;

}



/* CONTENT */

#content_split {

	float:left;

	width: 637px;

	padding: 5px;

}



#content_whole {

	float:left;

	width: 890px;

	padding: 5px;

}



#login_top {

	width:890px;

	height:100px;

}



#login_pic {

	width:890px;

}



#sub_left{

	float:left;

	width:385px;

}



#sub_right{

	float:right;

	width:232px;

}



#tunga_left{

	float:left;

	width:305px;

}



#tunga_right{

	float:right;

	width:310px;

}



#lbl{

	float:left;

	width:100px;

	padding:2px;

	text-align:right;

}

#lbl2{

	float:left;

	width:60px;

	padding:2px;

	text-align:right;

}

#lbl3{

	float:left;

	width:100px;

	padding:2px;

	text-align:left;

}

#fld{

	float:left;

	padding:2px;

	text-align:left;

}

#fld2{

	float:left;

	padding:2px;

	text-align:left;

	color:#CCF;

}

#nxtln{

	clear:both;

}



/* SIDEBAR */

#sidebar {

	float:right;

	width:243px;

	background:url(images/sidebar.png) repeat-y center;

}



.sidetop {

	width:243px;

	height:20px;

	background:url(images/side_top.png) no-repeat center;

}



.sidepage {

	padding-left:20px;

}



.sidebottom {

	widows:243px;

	height:25px;

	background:url(images/side_bottom.png) no-repeat center;

}



.sidelink {

	width:210px;

	text-align:left;

}



/* FOOTER */

#footer{

	width:900px;

	margin:auto;

	font-size:9px;

	text-align:center;

}



#footer a{

	color:#999;

	text-decoration:none;

}#div_1st_col {
	float: left;
	width: 175px;
	padding: 5px;
}
#div_2nd_col {
	float: left;
	width: 440px;
}

/* jQuery lightBox plugin - Gallery style */
	#gallery {
		background-color: #3F2113;
		padding: 10px;
	}
	#gallery ul { list-style: none; }
	#gallery ul li { display: inline; }
	#gallery ul img {
		border: 5px solid #3e3e3e;
		border-width: 5px 5px 20px;
	}
	#gallery ul a:hover img {
		border: 5px solid #fff;
		border-width: 5px 5px 20px;
		color: #fff;
	}
	#gallery ul a:hover { color: #fff; }