﻿/*  
   CSS file is organized by Website's sections from Top - Left - Right - Bottom.
   Indicates which main Classes & IDs are in which include files.
	
   Layout of CSS file is as follows:
   (Change listing according to website's structure)
    - HTML Tags, CONTAINER 
    - TOP Section-(& TOP Sub-sections), LEFT Section, MIDDLE Section, BOTTOM Section
    - TABLE Elements, MISC.-(& MISC. Sub-sections)
*/

/**************  HTML Tags **************/
body {
	margin: 0; 
	padding: 0; 
	font: 100% Arial, Verdana, Helvetica, sans-serif; 
	color: #000; 
	background-image: url('../images/mainbg.jpg'); 
	background-color: #fff; 
	} 

form {
	padding: 0px;
	margin: 0px;
	}

h1 { 
	background-color: #e4e4e4; 
	color: #0055A5;
	font-weight: bold;
	font-size: 120%; 
	padding: 5px 5px; 
	border-top: 1px solid; 
	border-color: #c0c0c0; 
	margin-bottom: 5px;
	}

h2 { 
	background-color: #fff; 
	color: #0055A5;
	font-weight: bold;
	font-size: 100%; 
	padding: 5px; 
	padding-left: 0px;
	margin-bottom: 10px;
	margin-top: 3px;
	border-bottom: 1px solid; 
	border-color: #c0c0c0;  
	}
	
h3 { 
	background-color: #fff; 
	color: #000;
	font-weight: bold;
	font-size: 100%; 
	margin-top: 3px;
	}


li {line-height: 20px;}

/**************  CONTAINER **************/
#holdingcell {
	min-width: 760px;
	overflow: hidden;
	}
.textField {
	margin-top: 10px;
	}

	
/**************  LEFT Section (include: left.htm)**************/
.sidebar {
	position: absolute;
	top: 150px;
	margin-left: 0px;
	}
	
#textbar {
	left: 2px;
	margin-top: 2em;
	width: 175px;
	}

#textbar li {
	margin-top: 3px;
	padding-bottom: 3px;
	padding-left: 15px;
	font-size: 80%;  
	border-bottom: 1px solid #999999; 
	line-height: 1.50em; 
	background-image: url('../images/bullet.gif');
	background-repeat: no-repeat;
	}
	
#textbar li a {
	color: #0055A5;
	text-decoration: none;
	font-weight: bold;
	}

#textbar li a:hover {
	color: #000000; 
	text-decoration: none; 
	font-weight: bold;
	}

.sidebar ul	{
	margin: 0px;
	padding: 0px;
	text-align: left;
	margin-left: 5px;
	border: 0;
	}


/**************  MIDDLE Section **************/
#content {
	margin-left: 200px;
	margin-right: 20px;
	padding-left: 15px;
	padding-bottom: 20px;
	font-size: 90%;
	}
	
	/* creates columns--The wider this li is, the fewer columns there will be*/
*/
#mockcolumn_wrapper {
    width: 95%;
    
}

#mockcolumn_wrapper ul li {
    text-align: left;
    float: left;
    margin-right: 10px;
    width: 45%;
    line-height: 1.5em;
    list-style-type:none;
 }
#mockcolumn_wrapper .clear {
	clear: both;
}
	
/**************  BOTTOM Section **************/
/*(include: bottom.htm)*/
#footer {
	background-color: #F4F4F4;
	border-top: 1px solid #c0c0c0;
	padding: 5px;
	margin-top: 30px;
	margin-bottom: 5px;
	}

.footerlink {
	font-weight: bold;
	}
	
/*(include: bottom.htm)*/
div.bottom { 
	color: #666;
	padding: 5px; 
	margin-top: 5px;
	margin-bottom: 5px;
	border-top: 1px solid #B8BDEF;
	border-bottom: 1px solid #B8BDEF;
	background-color: #EBECF5;
	}

#lastmod {
	background-image: url('../images/greenbg1.jpg');
	background-repeat: repeat-x;
	padding: 5px; 
	height: 30px;
	}
	
/**************  TABLE Elements **************/

table {
	border-collapse: collapse;
	margin-bottom: 10px;
	}
	
table.CalTable TD {
	height: 70px;
	}

table.CalTable TH {
	font: 90% Arial, verdana, sans-serif;
	}

table.formscabinet td, th {
	font: 90% Arial, verdana, sans-serif;
	}

td {
	padding: 5px; 
	border: 1px solid #c0c0c0; 
	vertical-align: top; 
	} 

td.calendarTD {
	font: 70% Arial, verdana, sans-serif;
	} 

td.DSBbg {
	padding: 5px; 
	background-color: #e4e4e4; 
	}
	
td.noborders {
	background-color: #e4e4e4;
	padding-top: 10px;
	padding-bottom: 10px;
	}
 
th {
	padding: 5px; 
	border: 1px solid #c0c0c0; 
	text-align: left; 
	background-color: #e4e4e4; 
	font-weight: bold;
	} 

/**************  MISC. **************/

.center {
	text-align:center;
}

table.datagrid {
	width:100%;
	}

.alternate {
	background-color:#F0F4F7;
	}
	
.datagrid th {
	background-image:url(../images/thbg.gif);
	}

.dgfooter {
	background-color:#fff;
	border:0px;
	}

tr.dgfooter td {
	background-color:#fff;
	border:1px #fff solid;
	}
	
.datagrid th {
	font-weight:bold;
	}	
	
.datagrid th a {
	text-decoration:none;
	font-weight:bold;
	}	

h2 img {
vertical-align: middle;
}

.hidden {
	display:none;
	visibility:hidden;
}

table.cleartable td {
border:1px solid #fff;
border-bottom:1px solid #e4e4e4;
} 

table.cleartable td.namecell {
border:1px solid #fff;
border-bottom:1px solid #e4e4e4;
white-space:nowrap;
} 

.dgbutton {
	visibility:hidden;
	}
	
#details 
	{
	background-color : #E9EBEF;
	padding:15px;
	border: 1px solid #c0c0c0;
	margin-top:10px;
	}

#vrmenu {
	background-color : #e4e4e4; 
	padding : 5px; 
	font-size: 75%;
	font-weight: bold;
	} 

#vrmenu a {
	color : #0055A5; 
	text-decoration : underline; 
	font-weight : bold; 
	} 

#vrmenu a:hover {
	color : #000; 
	text-decoration : underline; 
	font-weight : bold; 
	}

.bold {
	font-weight: bold;
	}
	
img.docs {
	vertical-align: middle;
	}

.right {
	float:right;
}	
	
a.external {
	background: url("../images/icons/openwindow.gif") center right no-repeat;
    padding-right: 22px;
	}
	
#hidden {
	display: none;
	}

hr {
	color: #000; 
	}

img {
	border: none;
	}

img.menuspace {
	border: none;
	padding-left: 35px;
	}
	
.indent	{
	margin-left: 25px;
	}
	
.italic	{
	font-style: italic;
	}

.manualFrame {
	overflow: visible; 
	width: 100%; 
	}

.noBulletList {
	list-style-type:none;
	}

div.normal {
	border: 1px solid #c0c0c0;
	border-top: 0px;
	padding: 5px;
	}
	
div.officedetail {
	background-color: #E9EBEF;
	padding: 15px;
	border: 1px solid #c0c0c0;
	}

.pdfdoc {
	font-size: 80%;
	color: #008C00;
	}
	
#printy {
	float: right;
	text-align: right;
	font-size: 80%;
	font-weight: bold;
	padding-top: 5px;
	}

.redText {
	font: 90% Arial, Verdana, Helvetica, sans-serif; 
	color: red; 
	font-weight: bold;
	}

.searchtext {
	font-size: 90%;
	}

div.subhdr {
	background-color: #e4e4e4;
	border: 1px solid; 
	border-color: #aaa;
	padding: 5px;
	margin-top: 10px;
	margin-bottom: 10px;
	}
 
div.title {
	background-color: #e4e4e4;
	border: 1px solid #c0c0c0;
	padding: 5px;
	margin-top: 10px;
	}
	
.underbold {
	font-weight: bold;
	text-decoration: underline;
	}
	
.underline {
	text-decoration: underline;
	}
	
.white {
	font: 80% Arial, Verdana, Helvetica, sans-serif; 
	margin: 0 0 16px; 
	color: #ffffff; 
	} 

div.yellow {
	background-color: #FFFFCC;
	border: 1px solid #c0c0c0;
	border-top: 0px;
	padding: 5px;
	}

.yellow {
	background-color: #FFFFCC; 
	} 	

/* Banner Styles */

#headerGraphic {	
	background-image: url('../images/DBVIBanner.gif') ;
	background-repeat: no-repeat;
	padding: 0px;
	margin: 0px;
	height: 100px;
}
#breadcrumb {
	background: url(../images/blkbar.jpg); 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding: 4px 5px 0 5px; 
	color: #ffffff;
	min-height: 22px;
}
* html #breadcrumb {
	height: 22px;
}
#breadcrumb .breadCrumbText {
	margin-right: 350px;
}
#breadcrumb p {
	margin: 0;
	padding: 0;
	font-size: 80%;
}
#breadcrumb a {
	color: #ffffff; 
	text-decoration: none; 
	font-weight: bold;
} 
#breadcrumb a:hover {
	color: #ccc; 
	text-decoration: none;
} 
#breadcrumb #siteSearchForm {
	margin: 0;
	position:absolute;
	top:143px;
	right:5px;
}
#breadcrumb #siteSearchForm p {
	margin:0;
	padding:0;
}
#breadcrumb #siteSearchForm #searchBoxSite {
	background:url("../images/banner/virginia_seach_txt-bg.jpg") no-repeat;
	background-color:transparent;
	border:0;
	font-size:90%;
	height:14px;
	width:172px;
	padding:3px;
}
#breadcrumb #siteSearchForm #siteSearchBtn {
	background:url("../images/banner/virginia_seach_button-bg.jpg") no-repeat transparent;
	border:none;
	height:20px;
	width:28px;
	height:20px;
	margin-left:2px;
	margin-right:0px;
}
#breadcrumb .alignLeft {
	float:left;
}
#breadcrumb .clear {
	clear:both;
}
#breadcrumb .hidden {
	display:none;
	visibility:hidden;
}		

	
