*{
	margin:0;
	padding:0;
}
html{
}
body{
	font:62.5%/140% Verdana,Helvetica,Arial,sans-serif;
	background:#232323 url(img/bg-body2.gif) repeat-y -25px 0;
	width:1000px;
	m/argin:0 auto;
}
a{
	color:#FF6600;
	text-decoration:none;
}
a:hover{
	text-decoration:underline;
}
ul{
	list-style-type:none;
}
a img{
	border:0;
}
/*columns*/
#leftcol{
	float:left;
	width:800px;
}
#rightcol{
	width:200px;
	float:left;
}
/*layout*/
#header{
	margin:16px 0 0 16px;
	width:770px;
	height:164px;
	background:url(img/bg-header2.gif) no-repeat 0 0;
}
#header .logo{
	display:none;
	width:100px;
	height:130px;
	float:right;
	background:url(img/bg-logo.gif) no-repeat 0 0;
	margin:20px 20px 20px 12px;
}
#header .details{
	text-align:right;
	width:300px;
	float:right;
	margin-top:85px;
	margin-right:20px;
	line-height:20px;
}
#header .details p.user{
}
#header p.logout a{
	display:block;
	float:right;
	width:78px;
	height:22px;
	background:url(img/bg-btn-a.gif) no-repeat 0 0;
	color:#e7e2de;
	*line-height:17px;
	text-align:center;
	margin:5px -2px 0 10px;
}
#header p.logout a:hover{
	color:#fff;
	text-decoration:none;
	background:url(img/bg-btn-a.gif) no-repeat 0 -22px;
}
#breadcrumb{
	margin:0 0 0 16px;
	width:750px;
	padding:0 0 0  20px;
	background:url(img/bg-breadcrumb.gif) no-repeat 0 0;
	line-height:36px;
	font-size:1.1em;
	color:#E7E2DE;
	height:36px;
}
#admin_breadcrumb li{
	display:block;
	float:left;
	margin:0 10px 0 0;
}
#admin_breadcrumb li a{
	padding:0 10px 0 0;
	background:url(img/bg-breadcrumb-li.gif) no-repeat 98% 80%;
}
#admin_breadcrumb li a:hover{
	color:#fff;
}
#admin_breadcrumb li span{
	color:#e7e2de;
}
#breadcrumb a{
	color:#8F8B88;
}
#breadcrumb a:hover{
	color:#f60;
	text-decoration:none;
}
#content{
	margin:0 0 0 16px;
	width:730px;
	padding:20px 20px 20px 20px;
	background:#fff url(img/bg-content.gif) repeat-y 0 0;
}
.body-bottom{
	width:770px;
	height:14px;
	margin:0 0 0 16px;
	background:#fff url(img/bg-body-bottom.gif) repeat-y 0 0;
}
#content h3,
div#pagetitle b{
	font-size:2em;
	color:#f60;
	margin:0 0 1em 0 !important;
	font-weight:normal;
	display:block;
}
#content p{
	margin:0 0 0 21px;
	font-size:1.2em;
	line-height:1.5em;
	color:#333;
}
#sidebar{
	width:200px;
}
#sidebar a{
	color:#eee;
}
#sidebar a:hover{
	color:#f60;
}
#footer{
	clear:left;
	color:#333;
	margin:0 0 2em 57px;
}
.datagrid{
	width:100%;
	b/order-collapse:collapse;
	padding:0;
	margin:0;
	color:#333;
}
.datagrid td,
.datagrid th{
	padding:0;
	margin:0;
	border:1px solid #AFAAA6;
	border-width:0 0 1px 0;
	text-align:left;
}
.datagrid th{
	font-size:1.3em;
	height:1.8em;
	text-transform:capitalize;
}
.datagrid tr.off{
	background:#F2F2F2;
}
.datagrid a,
.datagrid .data{
	padding:2px 3px;
	display:block;
	height:18px;
}
.datagrid tr.on a:hover{
	background:#E7E2DE url(img/bg-datagrid-hover.gif) repeat-y 100% 0;
	color:#333;
	text-decoration:none;
}
.datagrid tr.off a:hover{
	background:#E7E2DE url(img/bg-datagrid-hover-off.gif) repeat-y 100% 0;
	color:#333;
	text-decoration:none;
}
.datagrid td.del{
	width:20px;
	height:21px;
}
.datagrid .del a img{
	display:none;
}
.datagrid .del a{
	display:block;
	width:20px;
	height:14px;
	background:url(img/bg-del.gif) no-repeat 0 0;
}
.datagrid .del a:hover{
	background:url(img/bg-del.gif) no-repeat 0 -20px !important;
}

.datagrid td.del a:hover{
	background:none;
}
.datagrid th a{
	padding-right:18px;
	display:inline;
}
.datagrid th a:hover{
	background:url(img/bg-sort.gif) no-repeat 100% -11px !important;
}
.datagrid th.desc a{
	background:url(img/bg-sort.gif) no-repeat 100% -11px !important;
}
.datagrid th.desc a:hover{
	background:url(img/bg-sort.gif) no-repeat 100% 5px !important;
}
.datagrid th.asc a{
	background:url(img/bg-sort.gif) no-repeat 100% 5px !important;
}
/*Page numbers*/
div.page_navigation{
	height:20px;
	color:#777;
	text-align:right;
	margin:5px 0;
	border-bottom:1px solid #E4DFDB;
	padding:0 0 2px 0;
}
div.page_navigation span{
}
div.page_navigation span a{
	display:-moz-inline-box;
	display:inline-block;
	padding:1px 4px;
	border:1px solid #fff;
}
div.page_navigation span a:hover{
	background:#eee;
	border:1px solid #ccc;
	text-decoration:none;
}
div.page_navigation span.page_nav_title{
	margin:0 3px 0 0;
}
div.page_navigation span.page_nav{
}
.page_navigation span.page_nav_current a,
.page_navigation span.page_nav_current a:hover{
	font-weight:bold;
	background:none;
	border:1px solid #f60;
}
div.page_navigation span.links{
}
div.page_navigation span.page_nav_total{
	margin:0 0 0 3px;
}
.input_save input[type='button'],
.input_save input[type='submit']{
	background:url(img/bg-btn-a.gif) no-repeat 0 2px;
	border:none;
	color:#E7E2DE;
	width:78px;
	height:24px;
	font-size:1.1em;
}
/*menu*/
#nav{
	margin:30px 0 0 0;
	font-size:1.2em;
	line-height:2em;
}
#nav a{
	color: #B2ADA7;
}
#nav a:hover{
	color:#fff;
	text-decoration:none;
}
#nav li a{
	padding:0 0 0 15px;
	display: block;
}
#nav ul li a{
	display: block;
	padding:0 0 0 30px;
}
#nav li.smopen,
#nav li.selected{
	/*top level open*/
	background:#737270 url(img/bg-nav-top.gif) no-repeat 0 0;
	border:1px solid #8F8B88;
	b/order-width:1px 1px 1px 0;
	border-width:0px 0px 0px 0;
	margin:0px 0px 0 0;
}
#nav li.selected li,
#nav li.smopen li{
	/*submenu default*/
	color:#A5A19E;
	background:#565654 url(img/bg-nav-sub.gif) repeat-y 0 -20px;
	border:none;
}
#nav li.selected a{
	/*submenu default*/
	border:1px solid #333;
	border-width:1px 0 1px 0;
}
#nav li.smopen a{
	/*submenu default*/
	border:none;
}
#nav li.smopen li.selected a,
#nav li.smopen a,
#nav li.selected a{
	color:#fff;
}
#nav li.smopen ul{
	border:1px solid #8F8B88;
	border-width:1px 0 1px 0;
}
#nav li.smopen li a{
	color:#A5A19E;
	border:none;
}
#nav li.smopen li.selected{
	background:#565654 url(img/bg-nav-sub.gif) repeat-y 0 0px;
}
#nav li ul li{
	display: block;
}
#nav li ul li a{
	display: block;
}
#nav li.smopen ul li a:hover{
	color: #fff;
}
/*tween styles*/
#nav li.smclosed ul, #nav li.smopen ul{
	overflow: hidden;
	height: 0;
}
div.entry{
	margin:0 0 1.2em 22px;
}
div.input_title{
	color:#565656;
	line-height:1.8em;
	font-size:1.2em;
	margin:1em 0 0 0;
}
div.input_element,
div.input_desc{
	color:#777;
	font-style:italic;
}
div.input_element input,
div.input_element select,
div.input_element textarea{
	padding:1px 2px;
	display:block;
	margin:0 0 2px 0;
	font-family:Verdana,Helvetica,Arial,sans-serif;
	font-size: 1.1em;
	font-style:normal;
	color:#333333;
}
input.inline{
	display:inline !important;
	width:auto !important;
}
div.input_element input,
div.input_element select{
	width:250px;
}
div.input_element br{
	display:none;
}
div.input_save{
	border:1px solid #B6B0B0;
	border-width:1px 0 0 0;
	margin:0.5em 0 0 0;
	padding:0.5em 0 0 0;

}
div.input_element_checkbox{
	clear:left;
}
div.input_element_checkbox,
div.input_title{
	display:inline;
}
div.input_element_checkbox input{
	display:block;
	float:left;
	margin:4px 0.3em 0 0;
	*margin:1px 0.3em 0 0;
	
}
div.input_element a.send-email{
	padding:0 0 0 19px;
	background:url(img/icon_mail.gif) no-repeat 0 -2px;
}
div.input_element a.visit-url{
	padding:0 0 0 18px;
	background:url(img/icon_world.gif) no-repeat 0 -2px;
}
/*Rank*/
#rank_up,#rank_down{
	width:25px !important;
	height:25px !important;
	background:url(img/bg-btn-b.gif) no-repeat 0 3px;
	border:none;
	color:#e7e2de;
}
#rank_up{
	margin:0 0 0 2px;
	*margin:-3px 0 0 2px !important;
}
#rank_down{
	margin:0 2px 0 0;
	*margin:-3px 2px 0 0 !important;
}
#rank{
	margin:3px 0 0 0;
	margin-bottom:3px;
}
/*Single Image*/
div.input_element .input_title{
	display:block;
	font-style:normal;
	line-height:1.5em;
	margin:10px 10px 10px 0;
	padding:10px;
	border:1px solid #B6B0B0;
	font-size:1em;
	width:250px;
}
div.input_element .input_title strong{
	font-weight:normal;
}
div.input_element .input_title img{
	display:block;
	border:1px solid #E4DFDB !important;
}
div.input_element .input_title a{
	background:url(img/bg-btn-a.gif) no-repeat 0 0;
	color:#e7e2de;
	line-height:19px;
	display:block;
	width:78px;
	height:22px;
	text-align:center;
	margin:5px 0 0 0;

}
div.input_element .input_title a:hover{
	text-decoration:none;
	color:#fff;
	background-position:0 -22px;
}
div.edit-img {
	margin:5px 0 0 -22px !important;
	padding:0 0 5px 0;
}
div.edit-img a{
	display:block;
	float:left;
	padding:0 !important;
	margin:0 4px 3px 0 !important;
	color:#333 !important;
	text-indent:-999em !important;
	width:16px !important;
	height:16px !important;
}
div.edit-img a.edit-rotl{
	background:url(img/edit-rotl.gif) no-repeat 0 -16px;
}
div.edit-img a.edit-rotr{
	background:url(img/edit-rotr.gif) no-repeat 0 -16px;
}
div.edit-img a.edit-flipv{
	background:url(img/edit-flipv.gif) no-repeat 0 -16px;
}
div.edit-img a.edit-fliph{
	background:url(img/edit-fliph.gif) no-repeat 0 -16px;
}

div.edit-img a.edit-rotl:hover{
	background:url(img/edit-rotl.gif) no-repeat 0 0;
}
div.edit-img a.edit-rotr:hover{
	background:url(img/edit-rotr.gif) no-repeat 0 0;
}
div.edit-img a.edit-flipv:hover{
	background:url(img/edit-flipv.gif) no-repeat 0 0;
}
div.edit-img a.edit-fliph:hover{
	background:url(img/edit-fliph.gif) no-repeat 0 0;
}
/*multiple images*/
fieldset{
	padding:3px 10px 10px 10px;
	margin:1em 0 0 0;
}
legend{
	font-size:1em !important;
	font-style:normal;
	padding:2px;
	margin:0 0 0 -2px;
}
fieldset span.img{
	margin: 2px 10px  2px 0;
	border: 1px solid #969090; 
	padding: 3px 3px 0 3px; 
	width: 52px; 
	display: block;
	float: left;
	z-index:1;
	background:#fff;
}
fieldset span.img span{
	display:block;
	height:50px;
	overflow:hidden;
	border:1px solid #E4DFDB;
	background-repeat:no-repeat;
	background-position:50% 50%;
}
fieldset img{
	width:50px !important;
	margin:-2px !important;
}
fieldset a img{
	width:auto !important;
	border:none;
	padding:0;
	margin:4px 0 0 0 !important;
}
fieldset span.image_caption{
	font-size:1.1em;
	padding:2px !important;
	height:87px !important;
}
fieldset span.image_caption a{
	margin:-3px 0 3px 0 !important;
}

#pagetitle .boxheader h3{
	font-size:1.1em;
	color:#FFFFFF;
	background:#9E9A97;
	margin:0 !important;
	padding:1em 1em 0.5em 1em !important;
}
form[name='webuser']{
	background:#E7E2DE;
	margin:0 0 1.5em 0;
	color:#333333;
	padding:0.5em 1em 1em 1em !important;
	border:1px solid #AEAAA7;
}
form[name='webuser'] input,
form[name='webuser'] select{
	margin:2px 0 0 0;
	padding:1px;
	font-size:1em;
	width:120px;
}
form[name='webuser'] input[type='submit']{
	background:url(img/bg-btn-b.gif) no-repeat 0 2px;
	border:none;
	width:25px;
	color:#fff;
	margin:-2px 0 0 0 !important;
	height:24px;
	font-size:1.1em;
}
/*FCK */
iframe{
	border:1px solid #aaa;
}
.input_title a.help{
	display:block;
	float:left;
	width:14px;
	height:14px;
	background:#333;
	text-indent:-999em;
	margin:5px 0 0 -20px;
	position:absolute;
	background:url(img/bg-ajax-help.gif) no-repeat 0 0;
}
.input_title a.help:hover{
	background-position:0 -14px;
}
/*MMS*/
p.check-mms{
	float:right;
}
p.check-mms a{
	padding:1px 0 0 18px;
	background:url(img/bg-mms3.gif) no-repeat 0 0;
}
.dg-img{
	position:absolute;
	display:block;
	height:20px;
	width:48px;
	text-align:center;
	overflow:hidden;
	border:1px solid #AFAAA6;
	background:#E7E2DE;
	margin:-2px 0 0 -3px;;
	z-index:1;
}
.dg-img span{
	display:block;
	height:18px;
	width:46px;
	overflow:hidden;
	border:1px solid #E7E2DE;
	position:absolute;
}
.dg-img-lg{
	position:absolute;
	display:block;
	text-align:center;
	background:#E7E2DE;
	margin:-1px 0 0 -3px;
	z-index:100;
	cursor:hand;
	height:auto;
	width:auto;
}
.dg-img-lg span{
	display:block;
	height:auto;
	width:auto;
	border:0px solid #E7E2DE;
	position:absolute;
}
.dg-img-lg img{
	padding:3px;
	background:#E7E2DE;
	border:1px solid #AFAAA6;
	margin:-3px;
}
.dg-img span a{
	padding:0 !important;
}
.dg-img span.thumb{
	height:240px;
	width:240px;
	
}
/*Tree View*/
.tbox{
		margin:0;
		background:#fff !important;
		padding:1em 0 1em 0;
		border:1px solid #aaa;
		font-weight: normal;
	}
	ul.treelist, .treelist ul{
		list-style-type: none;
		margin: 0;
		padding: 0;
	}
	ul.treelist b{
		margin: 0 -2px 0 3px;
	}
	ul.treelist b img{
		margin: 1px 3px 0 3px;
		vertical-align: middle;
	}
	ul#treenav.treelist b{
		cursor: hand;
		text-align: center;
		display: block;
		float: left;
	}
	.treelist li{
		margin: 0 0 0 1.5em;
		color: #000;
		/*background: url(img/joinmid.gif) repeat-y 3px -1px;
		_background: url(img/joinmid.gif) repeat-y 6px -1px;*/
		clear: both;
		line-height:18px;
	}
	.treelist li b {
		/*background: url(img/join.gif) repeat-y 0 0px;*/
	}
	.treelist li.first{
	}
	.treelist li.first b{
		color: #aaa;
	}
	.treelist li.last b{
		background: url(img/joinbottom.gif) repeat-x 1px 1px;
		_background: url(img/joinbottom.gif) no-repeat 0 -1px;
	}
	.treelist li.last{
		background: none;
	}
	.treelist li a{
		/*Fix a weird IE display bug causing li bg not to repeat to the bottom*/
		p/adding-bottom: 0.5em;
		c/olor: #b00 !important;
		display:inline;
	}
	.treelist li ul{
		margin:0 0 0.5em 0;
	}

.chklist{
	border:1px solid #BFBAB6;
	padding:1em;
	height:99px;
	overflow:auto;
}

body .chklist input{
	float:left;
	clear:left;
	width:2em !important;
}
body .chklist li{
	font-size:1.1em !important;
	line-height:18px;
	cursor:hand;
	float:left;
	clear:left;
}
input.datepicker{
	width:auto !important;
	float:left;
	margin:-2px 3px 0 0 !important;
}
/* Help*/
div#help{
	display:none;
	margin:4em 0 0 0;
	color:#E7E2DE;
	background:url(img/help/bg-help.gif);
}
div#help a.close{
	display:block;
	float:right;
	font-size:1.1em;
	width:16px;
	height:16px;
	text-align:center;
	margin:0px 3px 0 0;
	font-weight:bold;
}
div#help a.close:hover{
	text-decoration:none;
}
div#help p.title{
	padding:18px 20px 0 10px;
	display:block;
	w/idth:170px;
	height:20px;
	background:url(img/help/bg-title.gif);
}
div#help label{
	font-size:1.2em;
	display:block;
}
div#help input{
	border:1px solid #737270;
	padding:2px;
	color:#333333;
}
div#help span{
	display:block;
	padding:15px;
}
div#help div#response dl{
	font-size:1.1em;
	padding:5px 20px 20px 10px;
	background:url(img/help/bg-bottom.gif) no-repeat 0 100%;
}
div#help div#response dt{
	font-weight:bold;
	color:#333333;
	line-height:1.5em;
}
div#help div#response dd{
	display:none;
	color:#565654;
	line-height:1.3em;
	padding:3px 5px 10px 0;
}
div#help div#response dd a{
	color:#f60;
}
div#help div#response dd a:hover{
	text-decoration:underline;
}