#admin_wrap {
	display:block;
	position:relative;
	width:773px;
	margin:5px 0px;
}
#admin_wrap #top_wrap{
	display:block;
	width:773px;
	height:69px;
	background:#FFFFFF top  center no-repeat url('../images/top.jpg');
	}
#admin_wrap #msg_wrap{
	display:block;
	width:773px;
	height:56px;
	background:#FFFFFF top  center no-repeat url('../images/msg_bar.jpg');
	}
#admin_wrap #content_wrap{
	display:block;
	width:773px;
	background:#FFFFFF top  center repeat-y url('../images/bg.jpg');
	}
#admin_wrap #sidebar{
	display:block;
	width:162px;
	float:left;
	padding:20px 0px 10px 18px;
	}
#admin_wrap #content{
	display:block;
	width:580px;
	float:right;
	}
#admin_wrap .clear{
	width:773px;
	display:block;
	clear:both;
	height:10px;
	}
#admin_wrap #bottom_wrap{
	display:block;
	width:773px;
	height:16px;
	background:#FFFFFF top  center no-repeat url('../images/bottom.jpg');
	}
	
/*
	jQuery Coda-Slider v2.0 - http://www.ndoherty.biz/coda-slider
	Copyright (c) 2009 Niall Doherty
	This plugin available for use in all personal or commercial projects under both MIT and GPL licenses.
*/

/* Insignificant stuff, for demo purposes */

	.panel h2.title { margin-bottom: 0px; border-bottom:1px #999 dotted; padding-bottom:25px; font-size:26px; font-weight:normal;}

/* Most common stuff you'll need to change */

	.coda-slider-wrapper { padding: 0px; }
	.coda-slider { background: #E5E5E5 }
	
	/* Use this to keep the slider content contained in a box even when JavaScript is disabled */
	.coda-slider-no-js .coda-slider { height: 200px; overflow: auto !important; }
	
	/* Change the width of the entire slider (without dynamic arrows) */
	.coda-slider, .coda-slider .panel { width: 580px;} 
	
	/* Change margin and width of the slider (with dynamic arrows) */
	.coda-slider-wrapper.arrows .coda-slider, .coda-slider-wrapper.arrows .coda-slider .panel { width: 580px;}
	.coda-slider-wrapper.arrows .coda-slider { margin: 0 10px }
	
	/* Arrow styling */
	.coda-nav-left a, .coda-nav-right a { background: #000; color: #fff; padding: 5px; width: 100px }
	
	/* Tab nav */
	.coda-nav ul li a.current { 
		width:155px;
		height:26px;
		background:no-repeat url('../images/bton.png') top left;
		color: #816412;
		font-size:13px;
		padding:8px 0 0 0;
		display: block;  
		text-decoration: none;
		text-align:center;
		}
	
	/* Panel padding */
	.coda-slider .panel-wrapper { padding:0px 20px }
	
	/* Preloader */
	.coda-slider p.loading { padding: 20px; text-align: center }

/* Don't change anything below here unless you know what you're doing */

	/* Tabbed nav */
	.coda-nav ul { clear: both; display: block; margin: auto; overflow: hidden }
	.coda-nav ul li { display: inline }
	.coda-nav ul li a { 
		width:155px;
		height:26px;
		background:no-repeat url('../images/btoff.png') top left;
		color: #d7d7d7;
		font-size:13px;
		padding:8px 0 0 0;
		margin-bottom:5px;
		display: block;  
		text-decoration: none ;
		text-align:center;
		}
	
	/* Miscellaneous */
	.coda-slider-wrapper { clear: both; overflow: auto }
	.coda-slider { float: left; overflow: hidden; position: relative }
	.coda-slider .panel { display: block; float: left }
	.coda-slider .panel-container { position: relative }
	.coda-nav-left, .coda-nav-right { float: left }
	.coda-nav-left a, .coda-nav-right a { display: block; text-align: center; text-decoration: none }
	

.options-table tr.section td{
	margin-top:10px;
	padding:5px 5px 5px 20px;
	background-color:#429CCE;
	color:#FFF;
	font-size:14px;
	border-bottom:0px;
	}
.options-table td, .options-table th{
	padding:10px 5px 10px 5px;
	border-bottom:1px #999 dotted;
	}
.options-table tr th{
	width:160px!important;
	font-size:12px!important;
	line-height:18px;
	}
	
.options-table small{ font-size:11px; display:block; padding:10px 0 0 5px;}