body {
	background-image: url(../admin/images/bg_main.gif);
	background-repeat: repeat-x;
	background-color: #3d4d24;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family:"Trebuchet MS", Arial;
	font-size:12px;
}

:focus {outline: 0;}

iframe body{
	background-color:#3d4d24;
}


body,td,th {
	color: #FFFFFF;
	font: 12px Arial, Helvetica, sans-serif;
}

form.hidden_frm{
	margin:0px;
	padding:0px;
}
h1{
	margin:0px;
	padding:0px;
	font-size:14px;
	color:#b48f1a;
}

h2{
	margin:0px;
	padding:0px;
	font-size:14px;
	color:#CCCCCC;
}

clr{ clear:both};
fl{ float:left;}
fr{ float:right;}

#wrapper {
	margin: 0 auto;
	width: 955px;
}

#header_holder { 
	width: 800px;
	float:left;
}
#header {
	width: 800px;
	height: 102px;
	float: left;
	background:url(../admin/images/header_logo.jpg) top left no-repeat;	
}
#menu_bar_push {
	width: 20px;
	height: 43px;
	background:url(../admin/images/left_top_menu_bar.gif) no-repeat;	
	float: left;
}
#menu_bar {
	width: 780px;
	height: 43px;
	background:url(../admin/images/top_menu_bar_repeat.gif) repeat-x;
	line-height: 43px;
	text-align:center;
	float: left;
}
#title_area {
	width: 780px;
	height: 32px;
	padding-left: 20px;
	line-height: 32px;
	font-size: 14px;
	float: left;	
}
#menu_clapper {
	width: 155px;
	height: 177px;
	background:url(../admin/images/right_menu_clapper.jpg) no-repeat;
	float: right;
}
#content {
	width: 915px;
	padding: 15px 20px; 15px 20px; 
	float: left;
}
#bottom_bar_left {
	width: 20px;
	height: 23px;
	background: url(../admin/images/left_lower_bar.gif) left top no-repeat;
	float: left;
}
#bottom_bar_right {
	width: 20px;
	height: 23px;
	background: url(../admin/images/right_lower_bar.gif) right top no-repeat;
	float: right;
}
#bottom_bar {
	width: 915px;
	height: 23px; 
	background: url(../admin/images/lower_bar_repeat.gif) repeat-x;
	float: left;
}

/* NAV */
ul.nav_main {
	margin:0;
	list-style: none;
	font: 11px Arial, Helvetica, sans-serif;
	color:#fff;
	font-weight:bold;
}

ul.nav_main li {
	margin:0;
	padding-right: 15px;
	padding-left: 12px;
	line-height: 44px;
	background: url(../admin/images/menu_seperator.gif) no-repeat right;
	font-weight:bold;
	color:#fff;
	float:left;
}

ul.nav_main li a {
	text-decoration: none;
	display: block;
	color:#fff;
	font-weight: bold;
}

ul.nav_main li a:hover {
	color:#aa984c;
}
/* FONTS */
.err, .valerr{
	color:#FF0000;
}
a:link {
	color: #FFFFFF;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #FFFFFF;
}
a:hover {
	text-decoration: underline;
	color: #A89549;
}
a:active {
	text-decoration: none;
	color: #FFFFFF;
}


/** Content Area (cms) **/

.menuContent{
	float:left;
	width:160px;
	text-align:left;
	padding:20px;
}
.mainContent{
	width:660px;
	float:right;
	text-align:left;
	padding:20px;
}


ul#manageMnu{
	margin:0px;
	padding:0px;
	list-style:none;
}
ul#manageMnu li{
	padding-bottom:4px;
}

tr.header td{
	font-size:14px;
	background-color:#333333;
	color:#FFFFFF;
	height:20px;
	padding:2px;
}

tr.odd td, tr.even td{
	color:#333333;
	padding:2px;
	height:30px;
	cursor:pointer;
}

tr.odd{
	background-color:#CCCCCC;
}
tr.even{
	background-color:#999999;
}
tr.odd_hover td, tr.even_hover td{
	color:#FFFFFF;
	padding:2px;
	height:30px;
	cursor:pointer;
}

tr.odd_hover , tr.even_hover{
	background-color:#117502;
}
/*For Handle*/
tr.odd td .handle, tr.even .handle{
	background-color:#117502;
	width:100%;
	height:18px;
	text-align:center;
	padding-top:8px;
}
tr.odd_hover td .handle, tr.even_hover .handle{
	width:100%;
	height:18px;
	text-align:center;
	padding-top:8px;
	font-weight:bold;
	cursor:move;
	background-color:#333333;
}

a.dataAct:link img,
a.dataAct:visited img{
	border:none;
	margin:1px;
}
a.dataAct:hover img{
	border:thin solid #FFFFFF;
	margin:0px;
}
