﻿body {  
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin-top:10px;
	margin-left: auto;
	margin-right: auto;
	padding:0;
	width:750px;
	font-size: .8em;
	background:#F5F5F5;
	}

/*Search Box Formatting*/
input.text {
	border:1px solid #777;
	width:80px;
	height:16px;
	font-size:9px;
	}
input.submit {
	width:28px;
	height:14px;
	}
#search {
	position: relative;
	float:right;
	color:#fff;
	padding:8px 35px 0px 5px;
	margin-top:10px;
	font-size:8px;
} 

/*Header graphic Formatting*/
#header {
	background: #F5F5F5 url(../images/Web-Logo4.jpg) no-repeat center;
	height:65px;
}
#header img {
	border:0;
}
#vcuhomelink {
 float:left;
}
/*Menu Bar (drop down) Formatting*/
#navbar {
	border-right: 1px solid #B0C4DE;
	border-left: 1px solid #B0C4DE;
	border-bottom: 1px solid #B0C4DE;
	padding-top: 3px;
	background: #F0F8FF;
}

/*generic page Formatting (for all pages)*/
#outer_wrapper {
	background: #fff url("../images/border.gif") repeat-y left;
}
#wrapper {
	background: url("../images/border.gif") repeat-y right;
}

/*Page Formatting for homepage and 2-column template*/
#container {
	width: 100%;
	float: left;
	margin-right: -400px;
	background: url("../images/border.gif") repeat-y right;
}
#content {
	margin-right: 400px;
	background: url("../images/border.gif") repeat-y left;
}

/*left column Formatting for 2 column template*/
#leftcol {
	margin-left: 5px;
	padding-top: 5px;
	z-index:0;
}
#leftcol h1 {
	font-size:130%;
	width: 100%;
	border-bottom: #B0C4DE dashed 1px;
}

/*left column Formatting for homepage template*/
#news {
	margin-left: 5px;
	padding-top: 5px;
}

#news h1 {
	font-size:130%;
    border-bottom: #B0C4DE dashed 1px;
    width: 100%;
}

#news h1 a{position:relative;left:122px;border:0px;font-size:65%;font-weight:normal;text-decoration:none; text-align:right;z-index:0;}
#news h1 a:hover{position:relative;left:122px;border:0px;font-size:65%;font-weight:normal;text-decoration:underline; text-align:right;z-index:0;}

#news ul {
	list-style: none;
	margin:10px;
	padding:0;
	}
#news ul li{
	margin-bottom:10px;
	color:#555;
	}
#news a{color:#FF7F50;text-decoration:underline;font-weight:bold;}
#news a:hover{color:#8B0000;text-decoration:underline;font-weight:bold;}

/*Formatting for the 2 images in the left column on the home page template*/
#homeimages {
	padding:10px;
	height:115px;
	}
#homeimages img{
	padding-left:5px;
	padding-right:5px;
	border:0;
	}
	
/*right column Formatting for 2 column template*/
#rightcol {
	width: 380px;
	float: right;
	padding-left: 15px;	
	padding-right:5px;
	padding-top:5px;
}

#rightcol h1 {
	font-size:130%;
	width: 100%;
	border-bottom: #B0C4DE dashed 1px;
}
	
#rightnavbar {
	width: 380px;
	float: right;
	padding-left: 15px;	
	padding-right:5px;
}

#rightnavbar dl,#rightnavbar dd{
	border:0;
	margin:0;
	padding:0;
	}

#rightnavbar dt{
	font-size:110%;
	color:#000;
	font-weight:bold;
	margin:0;
	padding:11px 0 0 0;
	}

#rightnavbar ul{
	list-style-type:none;
	margin:0;
	padding:0 0 0 12px;
	}

#rightnavbar ul li{
	font-size:85%;
	width:100%;
	margin:0;
	padding:0;
	display:inline;
	}

/*Formatting for the sidebar list area in the withsidebar template*/
#sidemenu ul li a{color:#666;text-decoration:none;}
#sidemenu ul li a:hover{text-decoration:underline;}

/*Page Formatting for 2nd level pages*/
#container2ndlevel {
	width: 100%;
	float: left;
	margin-right: -220px;
	background: url("../images/border.gif") repeat-y right;
}
#content2ndlevel {
	margin-right: 220px;
	background: url("../images/border.gif") repeat-y left;
}

/*Page Formatting for kb_template (no sidebar)*/
#oneareacontent {
	background: url("../images/border.gif") repeat-y left;
}
/*Page Formatting for 2nd level pages*/
#main2ndlevel {
	margin-left: 5px;
	margin-right: 5px;
}
#main2ndlevel h1 {
	font-size:130%;
	width: 100%;
	border-bottom: #B0C4DE dashed 1px;
	padding-top: 2px;
}
#main2ndlevel h2 {
	font-size:115%;
	width: 100%;
	border-bottom: #B0C4DE dashed 1px;
}
#main2ndlevel h3 {
	font-size:100%;
	width: 100%;
}

/*Page Formatting for sidebar on 2nd level pages*/
#sidebar2ndlevel {
	width: 200px;
	float: right;
	padding-left: 15px;	
	padding-right: 5px;	
	padding-top:10px;
}

#sidebar_content {
   font-size: 85%;
   padding-left:5px;
   padding-right:5px;
   margin-top:0px;
   border: #333 1px solid;
}

#sidebar2ndlevel dl,#sidebar2ndlevel dd{
	border:0;
	margin:0;
	padding:0;
	}
#sidebar2ndlevel ul{
	list-style-image:url(images/blk_arrow.gif);
	line-height: 15px;
	margin-left: 1em; 
	padding:0;
	}
#sidebar2ndlevel h2 {
	font-size:105%;
	padding-left:5px;
	background: #333;
	color:#CCCCCC;
	margin-bottom:0px;
	line-height: 17px;
}

/*sidebar on security page has to be a bit wider for the symantic feed*/
#secsidebar2ndlevel {
	width: 210px;
	float: right;
	padding-left: 5px;	
	padding-right: 5px;	
	padding-top:10px;
}
#secsidebar_content {
   font-size: 85%;
   padding-left:5px;
   padding-right:5px;
   margin-top:0px;
   border: #333 1px solid;
}

#secsidebar2ndlevel dl,#sidebar2ndlevel dd{
	border:0;
	margin:0;
	padding:0;
	}
#secsidebar2ndlevel ul{
	list-style-image:url(images/blk_arrow.gif);
	line-height: 15px;
	margin-left: 1em; 
	padding:0;
	}
#secsidebar2ndlevel h2 {
	font-size:105%;
	padding-left:5px;
	background: #333;
	color:#CCCCCC;
	margin-bottom:0px;
	line-height: 17px;
}
	
/*Generic list with blue arrows that changes color on rollover*/
.reglist {
	list-style-image: url(images/list_arrow_sm.gif);
	margin-left:18px;
	padding:0;
	line-height: 17px;
	}
.reglist ul {
	list-style: none;
	margin:10px;
	padding:0;
	}
.reglist ul li{
	color:#555;
	line-height: 16px;
	}
.reglist li:hover {
	list-style-image: url(images/list_arrow_sm_over.gif);
	}

/*list for iam page (bigger arrows*/
.iamlist {
	list-style-image: url(/images/list_arrow.gif);
	margin-left:20px;
	padding:0;
	font-weight:bold;
	}
.iamlist ul {
	list-style: none;
	margin:10px;
	padding:0;
	font-weight:normal;
	}
.iamlist ul li{
	color:#555;
	line-height: 16px;
	}

/*Formatting for footer*/
#footerwrapper {
	border: 1px solid #B0C4DE;
	background: #F0F8FF;
	color:#444;
	font-size: 75%;
	padding:3px;
}
#footer {
	width: 100%;
	float: left;
	margin-right: -300px;
}
#footerleft {
	margin-right: 300px;
}

#footerright {
	width: 300px;
	float: right;	
	text-align: right;
}

#footer a{
	color: #4765BC;
	text-decoration:none;
}
#footer a:hover{
	color: #4765BC;
	text-decoration: underline;
}

/*Table Formatting*/
.data .datahead td{
	background-color: #C0C0C0;
	}

.data td{
	padding: 2px;
	border: #eee 1px solid;
	}

/*Clear the floats Formatting*/
.clearing {
	height: 10px;
	clear: both;
}
.clearing2 {
	height: 1px;
	clear: both;
}

.last {
	margin-bottom: 0;
}

/*Generic Global Formatting if nothing else specified*/
h1 {
	margin-top: 0;
}

.code {
	font-family:"Courier New", Courier, mono;
	font-size:.9em;
}

DIV.indent5 {margin-left:5px}
DIV.indent10 {margin-left:10px}
DIV.indent15 {margin-left:15px}
DIV.indent20 {margin-left:20px}
DIV.indent40 {margin-left:40px}

a{color: #4765BC;text-decoration:none;}
a:hover{color: #4765BC;text-decoration: underline;}

#maroon	{
	color:maroon;
}