﻿
/* The top admin menu */
#AdminMenu 
{
	background-color: #FFF;
    width:100%;
	margin: 0 auto;
}

#AdminMenu ul
{
	margin:0 auto;
	border-left:1px solid #c0c0c0;
	height:22px;
	width:1074px;
	
	list-style-type:none; 
	background: #FFFFFF;/*cfdff3*/
	padding: 0px 1px 3px 1px;
}

#AdminMenu ul li 
{
    display: inline;
	padding-left:1em;
	padding-right:1em;
	border-right:1px solid #c0c0c0;
	
	font-size:80%;
	white-space:nowrap;
	float:left;
}

#AdminMenu ul li a
{   
	background:#fff;
	color: #6b6f80;
	text-decoration: none;
	padding-right:5px;
}
	
#AdminMenu li a:hover
{
	background: transparent url(AdminToolImg/AdminToolBgHover.png);  
	color:  #cc6102;
	padding-right:5px;
	width:100%;
}
  


/* The header on the admin pages */
#adminBranding 
{ 
	clear: both; float: left; width: 100%; background: url(images/adminbg-top.jpg) repeat-x; height:137px; margin-bottom:6px;
}

#adminBranding-inner 
{
	float: left;
	width:100%;
	border-top: 1px solid white;
	background:url(images/adminHD-bg.jpg) 0 0 no-repeat;
	height:137px;
}

/*container for the admin content area*/
#vscms-content-area
{
width:960px;
margin: 0 auto;
}

#vscms-title-bar
{
	border-bottom:dashed 1px #000000;
	display:block;
	height:35px;
	padding-top:10px;
}

#vscms-title-bar ul
{
	margin:0px;
}

#vscms-title-bar li
{
	float:left;
	display:inline;
	padding:0px;
	margin-right:20px;
}

#vscms-company-name
{
	width:600px;
}


/* Main admin dashboard styles */
.vscms-dashboard-container
{
	border:1px solid #666666;
	margin-top:10px;
	width:960px;
}

.vscms-dashboard-header
{
	background:#666666;
	color:#ffffff;
	font-weight:bold;
	line-height:20px;
	height:30px;
}

.vscms-dashboard-header ul
{
	margin-left:0px;
}

.vscms-dashboard-header li
{
	float:left;
	display:inline;
	padding:5px;
	vertical-align:middle;
}

.vscms-dashboard-header-title
{
	background:url(../Image/icon-folder.png) no-repeat;
	width:759px;
	display:block;
	margin-left:10px;
	/*padding-left:25px;*/
}

.vscms-dashboard-header-date-label
{
	border-left:1px #cccccc dotted;
}


.vscms-dashboard
{
	
}

.vscms-dashboard table
{
	width:100%;
}
						
.vscms-dashboard ul
{
	border-top:1px dotted #cccccc;
	border-bottom:1px solid #cccccc;
	list-style-type:none;
	height: 54px;
	margin:0px;
}
										
.vscms-dashboard li
{
	float:left;
	padding:5px;
	border-right:1px dotted #cccccc;
	line-height:45px;
	height:45px;
	text-align:center;
	font-size:14px;
}

.vscms-dashboard-first
{
	width:343px !important;
	text-align:left !important;
	margin-left:20px !important;
}

.vscms-dashboard-second
{
	width:63px !important;
}

.vscms-dashboard-third
{
	width:61px !important;
}

.vscms-dashboard-last
{
	border-right:none !important;
	text-align:left !important;
	width:154px !important;
}