/* main styles */
.admin-body {
	margin:0;
	padding:0;
	background:#BBD9EE;
  	color:#000;
	font-family:tahoma,arial,sans-serif;
	font-size:11px;
	}
	.admin-body a
	{
		text-decoration:none;
		}
.admin-form {
margin:0;
padding:0;
}

/* header */
#admin_header {
	position:relative;
	width:992px;
	height:130px;
	background:url(images/bg-Adminheader.gif) no-repeat left bottom;
	}
	
	#admin-main {
	width:992px;
	margin:0 auto;
	}
	
	/* site logo */
a.Admin_logo {
	position:absolute;
	top:5px;
	left:20px;
	}
	
	/* header tabs */
#AdminTop-navigation {
	position:absolute;
	top:84px;
	left:20px;
	margin:0;
	padding:0;
	list-style:none;
	}
#AdminTop-navigation li {
	float:left;
	margin:0 3px 0 0;
	height:34px;
	background:url(images/admin-tab.gif) repeat-x top;
	}
#AdminTop-navigation li a {
	float:left;
	display:block;
	height:20px;
	line-height:19px;
	color:#606060;
	padding:2px 0 0 0;	
	text-decoration: none;
	}
#AdminTop-navigation li span {
	float:left;
	background:url(images/admin-tab-left.gif) no-repeat left top;	
	}
#AdminTop-navigation li span span {
	background:url(images/admin-tab-right.gif) no-repeat right top;
	padding:7px 7px 0 7px;
	}
#AdminTop-navigation li.active {
	padding: 0;
	height:34px;
	background:url(images/admin-tab-active.gif) repeat-x top;
	margin-right:2px;	
	font-weight: bold;
	}
#AdminTop-navigation li.active span {
	background:url(images/admin-tab-active-left.gif) no-repeat left top;
	height:34px;
	}
#AdminTop-navigation li.active span span {
	background:url(images/admin-tab-active-right.gif) no-repeat right top;
	height:23px;
	padding:11px 10px 0 10px;
	line-height:19px;
	color:#606060;
	}	

/* middle */
#admin-middle {
	float:left;
	width:967px;
	background:url(images/bg-admin-middle.gif) repeat-y left;
	padding:0 13px 0 12px;
	}
	
	/* left column */
#admin-left-column {
	float:left;
	padding:1px 14px 0 12px;
	width:151px;
	}
	
	#admin-left-column h3 {
	font-size:11px;
	margin:0;
	color:#fff;
	background:url(images/bg-admin-left-header.gif) no-repeat left top;
	height:25px;
	line-height:23px;
	padding:0 0 0 9px;
	}
	
ul.admin-nav {
	margin:0 0 11px 0;
	border-bottom:2px solid #FF9600;
	background:#ECEFE7;
	list-style:none;
	padding:0 2px;
	}
ul.admin-nav li {
	padding:4px 4px 6px 5px;
	background:url(images/bg-admin-dotted.gif) repeat-x bottom;
	}
ul.admin-nav a {
	padding:0 0 0 12px;
	background:url(images/admin-arrow.gif) no-repeat 0 4px;
	}
ul.admin-nav a:hover {
	font-weight:bold;
	}
ul.admin-nav li.last {background:none;}

	
	/* center column */
#admin-center-column 	
{
	float:left;		
	width:80%;	
	min-height:584px;
	padding:12px 16px 0 0px;
	background:url(images/bg-admin-center-column.jpg) no-repeat left top;
	}	
	#admin-center-columnPopup  	
{
	float:left;		
	width:100%;	
	min-height:584px;
	padding:12px 16px 0 0px;
	background:url(images/bg-admin-center-column.jpg) no-repeat left top;
	}
* html #admin-center-column #admin-center-columnPopup {height:584px;}

/* center column styles */
.admin-top-bar {
	float:left;
	width:90%;
	border-left:2px solid #f70;
	padding:0 0 0 9px;
	margin:0 0 4px 0;
	}

.admin-top-bar h1 {
	font:20px/21px verdana,sans-serif;
	color:#43729F;
	margin:0 0 4px 0;
	}

/* orange button */
.admin-top-bar a.admin-addnew {
	float:right;
	display:inline;
	width:75px;
	height:35px;
	text-align:center;
	color:#fff;
	text-transform:uppercase;
	font-weight:bold;
	line-height:27px;
	background:url(images/bg-admin-orange-button.gif) no-repeat;
	text-decoration:none !important;
	font-size:12px !important;
	vertical-align:middle !important;
	padding-right:2px;
	}
	.admin-top-bar a.admin-addnew2 {
	float:right;
	display:inline;
	width:150px;
	height:35px;
	text-align:center;
	color:#fff;
	text-transform:uppercase;
	font-weight:bold;
	line-height:27px;
	background:url(images/bg-admin-orange-button2.gif) no-repeat;
	text-decoration:none !important;
	font-size:12px !important;
	vertical-align:middle !important;
	padding-right:4px;
	}
.admin-top-bar input.admin-input
{
	float:right !important;
	display:inline !important;
	width:75px !important;
	height:35px !important;
	text-align:center !important;
	color:#fff !important;
	text-transform:uppercase !important;
	font-weight:bold !important;
	background:url(images/bg-admin-orange-button.gif) no-repeat;
	border:none;
	font-size:12px !important;
	vertical-align:middle !important;
	}
.admin-input {
	display:inline;
	width:75px;
	height:35px;
	text-align:center;
	color:#fff;
	text-transform:uppercase;
	font-weight:bold;
	background:url(images/bg-admin-orange-button.gif) no-repeat;
	border:none;
	font-size:12px !important;
	}	
	.admin-input2 {
	display:inline;
	width:150px;
	height:35px;
	text-align:center;
	color:#fff;
	text-transform:uppercase;
	font-weight:bold;
	background:url(images/bg-admin-orange-button2.gif) no-repeat;
	border:none;
	font-size:12px !important;
	}	
	/* bar with select */
.admin-select-bar {
	clear:both;
	border-top:2px solid #f70;
	border-bottom:2px solid #f70;
	padding:5px 0 3px 0;
	margin:0 0 17px 0;
	}
	.admin-box {
	clear:both;
	border-top:2px solid #f70;	
	padding:10px 0 3px 0;
	margin:0 0 17px 0;
	}
.admin-select-bar select {width:145px;margin:0 2px;}

/* footer */
#admin-footer {
	float:left;
	width:100%;
	background:url(images/bg-admin-footer.gif) no-repeat;
	height:15px;
	}
	
	
div.admin-table {
	float:left;
	position:relative;
	width:100%;
	margin:0 0 37px 0;
	}	


.listing {
	border-bottom:1px solid #9097A9;
	width:100%;
	padding:0;
	margin:0;
	border:1px solid #fff;	
	}
	
.gridview-headerstyle
{
	background-color: #9097A9;
	font-weight:bold;
	color: #fff;
	height: 25px;
	border:1px solid #D8D8D8;
}
.gridview-RowStyle
{
	Height: 20px;
	background-color: #ECECEC;
	Color: Black;
}
.gridview-alternatingRowStyle
{
	background-color:#D8D8D8;
}
.gridview-footerstyle
{
	background-color:#CCCCCC; 
	color:Black;
}

table.admin-nav {
	margin:0 0 11px 0;
	border-bottom:2px solid #FF9600;
	background:#ECEFE7;
	list-style:none;
	
	}
table.admin-nav td {
	padding:3px 2px 3px 0px;
	background:url(images/bg-admin-dotted.gif) repeat-x bottom;
	}
	
table.admin-nav td.last {background:none;}



.admin-submit    
{
width: 60px;
height: 25px;
font-weight:bold;
color:#050;   
background-color:#fed;   
border: 1px solid;   
border-color: #696 #363 #363 #696;   
filter:progid:DXImageTransform.Microsoft.Gradient   
(GradientType=0,StartColorStr='#ffffffff',EndColorStr='#ffeeddaa');   
}   
