body,h1,h2,h3,p,quote,small,form,input,ul,li,ol,label{
	margin:0;
	padding:0;
}

body{
	color:#444444;
	font-size:0.75em;
	background: #35322b;
	font-family:Arial, Helvetica, sans-serif;
}

#content{
	width:960px;
	margin:35px auto;
	text-align:left;
}

#t-area h1{
	background:url(../img/title_bg.gif) repeat-x #E4E4E4;
	border:1px solid white;

	display:block;
	float:left;

	font-size:2em;
	font-weight:normal;
	margin-top:-30px;
	padding:10px 15px;
	position:relative;
}

#t-area h1 a,#t-area h1 a:active,#t-area h1 a:visited{
	color:#56411B;
	font-family:BPreplay,Arial,Helvetica,sans-serif;
	text-decoration:none;
}

#t-area{
	border:1px solid #5e5139;
	background:#483f2f;
	padding:10px;
}

#overfl{
	overflow:hidden;
	border:1px solid white;
	width:100%;
	position:relative;
	background-color:#CCCCCC;
	z-index:1;
}

#overfl, #t-area h1{
	-moz-box-shadow:0 0 4px #000000;
	-webkit-box-shadow:0 0 4px #000000;
	box-shadow:0 0 4px #000000;
}

div>#overfl{
	width:auto;
}

#ctab{
	position:relative;
	border-right:1px solid white;

	min-width:100%;	
	width:auto !important;
	width:100%;
}

tr.tbody:last-child td{
	border-bottom:none;
}

td,tr,th{
	padding:4px 7px;
	text-align:left;
	white-space:nowrap;
}

td,th{
	border-color:white #CCCCCC #CCCCCC white;
	border-style:solid;
	border-width:1px;
}

th{
	border-bottom:1px solid #CCCCCC;
}

th.sortable{
	cursor:pointer;
}

tr.tbody.even{
	background: #F6F7F7;
}


tr.tbody .td-active{
	background:url(../img/th_bg.gif) repeat-x center center #ececec;
}

tr.thead{
	background:url(../img/th_bg.gif) repeat-x center left #F6F7F7;
}

tr.tbody:hover{
	background-color:#eaf7ff;
}

tr{
	background-color:#EDEDED;
}

th div{
	text-transform:capitalize;
	position:relative;
}


th span{
	background:url(../img/arrow_sm.gif) no-repeat;
	display:block;
	height:5px;
	position:absolute;
	right:0;
	top:0;
	width:8px;
	display:none;

}

th.asc, th.desc{
	padding-right:15px;
}

th.asc span,th.desc span{
	right:-11px;
	top:4px;
	display:none;
	
}

tr > th.asc span, tr > th.desc span{
	display:block;
}

th.asc span{
	background-position:top left;
}

th.desc span{
	background-position:bottom left;
	top:6px;
}

.clear{
	clear:both;
}

/* Slider */

.sliderCase{
	display:none;
	height:22px;
	margin:13px 0 0;
	position:relative;
	width:350px;
	float:right;
}

.sliderCaseLeft{
	height:22px;
	left:0;
	position:absolute;
	top:0;
	width:25px;
}

.sliderCaseRight{
	background:url(../img/slider/sliderBackRightRightW_f.png) no-repeat;
	height:22px;
	position:absolute;
	right:0;
	top:0;
	width:25px;
	cursor:pointer;
}

.slider{
	height:22px;
	left:25px;
	position:relative;
	top:0;
	width:300px;
	/*margin-top:15px;*/
}

.sldLeft{
	background:url(../img/slider/sliderBackLeftW.png) no-repeat;
	height:22px;
	left:0;
	position:absolute;
	width:20px;
}

.sldCenter{
	background:url(../img/slider/sliderBackW.png) repeat-x;
	height:22px;
	left:20px;
	position:absolute;
	width:260px;
}

.sldRight{
	background:url(../img/slider/sliderBackRightW.png) no-repeat;
	height:22px;
	position:absolute;
	right:0;
	width:20px;
}


.sliderBtn{
	cursor:default;
	height:22px;
	left:0;
	position:absolute;
	width:150px;
	cursor:pointer;
}

.sldBtnLeft{
	background:url(../img/slider/sliderBtnLeftW.png) no-repeat;
	height:22px;
	left:0;
	position:absolute;
	width:20px;
}

.sldBtnCenter{
	background:url(../img/slider/sliderBtnW.png) repeat-x;
	height:22px;
	left:20px;
	position:absolute;
	width:110px;
}


.indi{
	color:#2B313E;
	font-family:Arial,Helvetica,sans-serif;
	font-size:10px;
	letter-spacing:0.05em;
	padding-top:5px;
	text-align:center;
}

.sldBtnRight{
	background:url(../img/slider/sliderBtnRightW.png) no-repeat;
	height:22px;
	position:absolute;
	right:0;
	width:20px;
}

.pagination{
	font-size:0.8em;
	text-transform:capitalize;
	/*margin-top:10px;*/
}

.pagination a,.pagination a:visited,.pagination span{
	background-color:#F2F2F2;
	border:1px solid white;
	color:#545454;
	display:inline;
	float:left;
	margin:3px 5px 0 0;
	padding:4px 6px;
	text-decoration:none;
}

.pagination a:hover{
	/*background:url(img/th_bg.gif) repeat-x center center;*/
	background-color:#eaf7ff;
	color:#444444;
}

.pagination span{
	/*color:#999999;
	background:url(img/th_bg.gif) repeat-x center center;
	border:1px solid #f0f0f0;*/
	
	background-color:#BBBBBB;
	border:1px solid #CCCCCC;
	color:#666666;
}

.pagination span.elipses{
	color:#999999;
	background:url(../img/th_bg.gif) repeat-x center center;
	border:1px solid #f0f0f0;
}

#loader{
	height:48px;
	width:48px;
	
	background:url(../img/ajax-loader.gif) no-repeat center center #483F2F;
	position:absolute;
	
	-moz-border-radius:12px;
	-webkit-border-radius:6px;
	border-radius:12px;
	
}

#navHolder{
	float:left;
	padding:10px 0 0;
}

#searchBar{
	background:url(../img/search_box.png) no-repeat 0 0;
	color:#F5F5F5;
	float:right;
	height:18px;
	margin:0 0 10px;
	padding:7px 9px 2px;
	width:205px;
	position:relative;
	z-index:100;
}

form div{
	position:relative;
}

#sbox{
	background:none;
	border:none;
	color:#EEEEEE;
	font-family:Arial,Verdana,Sans-serif;
	font-size:1em;
	width:180px;
}

#sbox:focus {outline: 0;}

#magnify{
	height:28px;
	position:absolute;
	right:0;
	top:0;
	width:30px;
	cursor:pointer;
}

#dropDown{
	background-color:#F6F6F6;
	border:1px solid white;
	display:none;
	left:-15px;
	padding:2px 10px;
	position:absolute;
	top:40px;
	width:100px;
	z-index:2;
		
	-moz-box-shadow:0 0 3px #AAAAAA;
	-webkit-box-shadow:0 0 3px #AAAAAA;
	box-shadow:0 0 3px #AAAAAA;
	
	cursor:default;
}

#dropDown .field{
	border-bottom:1px solid #EAEAEA;
	border-top:1px solid white;
	color:#444444;
	overflow:hidden;
	padding:3px;
	text-transform:capitalize;
	width:100%;
	white-space:nowrap;
}

#dropDown .field.first{
	border-top:none;
}

#dropDown .field.last{
	border-bottom:none;
}

#dropDown .field.active{
	background:url(../img/tick_small.gif) no-repeat right center;
}

#dropDown .field:hover{
	background-color:#eaf7ff;
}

#cancelSearch{
	background:url(../img/cancel_search.png) no-repeat;
	float:right;
	height:20px;
	margin:4px 8px 0 0;
	width:20px;
	display:none;
	cursor:pointer;
}

#fSubmit{
	background-color:#3e372a;
	border:none;
	float:right;
	height:1px;
	width:1px;
}

#infoBox{
	background:#F5F5F5;
	border:1px solid white;
	margin:20px;
	padding:50px;
	
	text-align:center;
	
	-moz-box-shadow:0 0 1px #AAAAAA;
	-webkit-box-shadow:0 0 1px #AAAAAA;
	box-shadow:0 0 1px #AAAAAA;
}

#scrollTab{
	position:relative;
}

.smartCol{
	margin:-5px;
	padding:5px;
	cursor:pointer;
	background:url(../img/b_tip.png) no-repeat bottom right;
}

.smartCol span{
	white-space:normal;
}

.smartCol span.long{
	display:none;
}