/****************************************/
/* vlab.default.css                     */
/* Used for vlab website                */
/* Version Aug 4, 2006  	            */
/****************************************/

/****************************************/
/* HTML tag styles                      */
/****************************************/ 

body{
	font-family: Arial,sans-serif;
	color: #2E454B;
	line-height: 1.166;
	margin: 10px;
	padding: 2px;
	background-color: #FFFFFF;
}

a:link, a:visited, a:hover {
	color: #006699;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}
/* overrides decoration from previous rule for hovered links */

h1, h2, h3, h4 {
	font-family: Arial,sans-serif;
	margin: 0px;
	padding: 0px;
}

h1{
 font-family: Verdana, Arial, sans-serif;
 font-size: 150%;
 color: #2E454B;
	padding-top: 4px;
	padding-bottom: 4px;
}

h2{
	font-size: 130%;
	color: #006699;
	padding-top: 4px;
	padding-bottom: 4px;

}

h3{
 font-size: 115%;
 color: #334d55;
}

h4{
 font-size: 100%;
 color: #334d55;
}


P, ul, dt, dd, ol, TD {
	font-size: 100%;
	color: #2E454B;
	font-family: Arial, Helvetica, sans-serif;
	}

dt {font-weight: bold;
	padding-top: 10px;}

TD {
	padding-top: 3px;
	padding-bottom: 3px;
	vertical-align:top;
	
	}
ul{
 list-style-type: square;
}

ul ul{
 list-style-type: disc;
}

ul ul ul{
 list-style-type: disc;
}

label{
 font: bold 100% Arial,sans-serif;
 color: #334d55;
}

/* Validation errors */
.error_message{
 color: red;
}

/***********************************************/
/* Layout Divs                                 */
/***********************************************/

#masthead{
	margin: 0;
	padding: 10px 0px;
	border-bottom: 1px solid #2E454B;
	width: 100%;
}

#navBar{
	margin: 0 79% 0 0;
	padding: 0px;
	background-color: #eeeeee;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}

#content{
  float:none;
	width: auto;
	margin: 0;
	padding: 0 2%;
}

#example {
	background-color: #EFF3F9;
	border: 1px solid #006699;
	padding: 5px;
}

/***********************************************/
/*Component Divs                               */
/***********************************************/

#siteName{
	margin: 0px;
	padding: 0px 0px 10px 10px;
}


/*************** #pageName styles **************/

#pageName{
	padding: 10px 0px;
}


/************* #globalNav styles **************/

#globalNav{
color: #2E454B;
padding: 0px 0px 0px 10px;
white-space: nowrap;
}
/* 'nowrap' prevents links from line-wrapping if there are too many to fit in one line
   this will force a horizontal scrollbar if there isn't enough room for all links
   remove rule or change value to 'normal' if you want the links to line-wrap */

#globalNav img{
 display: block;
}

#globalNav a {
	font-size: 90%;
	padding: 0px 4px 0px 0px; 
}



/************* #siteInfo styles ***************/

#siteInfo{
	clear: both;
	border: 1px solid #2E454B;
	font-size: 75%;
	color: #999999;
	padding: 10px 10px 10px 10px;
	margin-top: 0px;
}
/* negative top margin pulls siteinfo up so its top border overlaps (and thus lines up with)
	the bottom border of the navBar in cases where they "touch" */

#siteInfo img{
	padding: 4px 4px 4px 0px;
	vertical-align: middle;
}
