﻿/* All the content boxes belong to the content class. */
body
{	background-color:white;
	margin:20px;
	padding:0px;
	font-size: 13pt;
	color: #486D42;
	font-family: arial, helvetica, sans-serif;
	}
	
div#printView 
{
    visibility:hidden;
}

#header {
color: black;
font-size:22pt;
margin: 0px 0px 10px 0px;
}

#header img {
	border: 0px;
}

#header a:hover {
	background-color: transparent
}

#navSection {
	padding: 3px;
	margin-bottom: 10px;
	text-align: center;
	}

#navSection ul {
	margin-left: 0;
	padding-left: 0;
	display: inline;
	border: none;
	} 

#navSection ul li {
	margin-left: 0;
	padding-left: 10px;
	border: none;
	display: inline;
	}

#navSection ul li.first 
{
	padding-left: 0px;
}

#navMain {
	padding: 3px;
	margin-bottom: 10px;
	text-align: left;
	}

#navMain ul {
	margin-left: 0;
	padding-left: 0;
	border: none;
	} 

#navMain ul li {
	margin-left: 0;
	padding-left: 2px;
	padding-bottom: 8px;
	border: none;
	list-style: none;
	}

#navMain ul li.first 
{
	padding-left: 0px;
}

.title {
color: black;
font-size:24px;
}
.subTitle {
color: black;
font-size:16px;
}

.error 
{
	color: Red;
}

#contents label {
   width: 250px;
   float: left;
   text-align: left;
}

#footer {
background-color:#eee;
color: black;
border:1px dashed black;
padding: 5px;
}

#contents {
	position:relative; /* Position is declared "relative" to gain control of stacking order (z-index). */
	width:auto;
	min-width:120px;
	margin:0px 210px 20px 170px;
    border:1px solid #486D42;
	padding:10px;
	z-index:3; /* This allows the content to overlap the right menu in narrow windows in good browsers. */
	}

#navMain {
	float:left;
	width:128px;
	top:20px;
	left:20px;
	border:1px dashed black;
	background-color:#eee;
	padding:10px;
	z-index:2;
}
		
#navUser 
{
	float:right;
	width:168px;
	top:20px;
	right:20px;
	border:1px dashed black;
	background-color:#eee;
	padding:10px;
	z-index:1;
}

.formLable 
{
	width: 150px;
	text-align:right;
}

.formLableReq 
{
	width: 150px;
	font-weight:bold;
	text-align:right;
}

img 
{
	margin: 5px;
}


/* All the content boxes belong to the content class. */


#textChange
{
	float: right;
}

#header {
background: #ffffff url("/Core/AbingdonTC/Layout/TopBg.jpg") no-repeat;
color: #004589;
}

.title {
color: #004589;
}
.titleSub {
color: #556944;
}

.error 
{
	color: Red;
}

#footer {
background-color: #ffffff;
color: #486D42;
border:1px dashed #104B8D;
text-align: center;
}

#footer a {
	color: #104B8D;
	background-color:#ffffff;
}
#footer a:hover {
	color: #104B8D;
	background-color:#ffffff;
	}

#contents {
	border:1px solid #486D42;
	background-color: #ffffff;
	}

#navMain a, #navMain a:link, #navMain a:visited {
color: #ffffff;
}



#navMain {
	border:1px dashed #104B8D;
	color: #E3A820;
	  background-color:#486D42;
	}
	
	
#navMain a:hover{
	color: #E6AE29;
	background-color:#486D42;
}

#navUser 
{
	border:1px dashed #104B8D;
	color: #104B8D;
	}
	 
#navUser a{
	color: #556944;
}

#navUser a:hover {
	color: #ffffff;
	background-color:#556944;
	}


h1, h2, h3, h4, h5 {color: #400000;	}
a {	color: #E2A622;
	}
a:link {color:#673C35;}
a:visited {color:#673C35;}
a:hover {background-color:#556944;
		color: #ffffff;
	
}

td, th 
{
	padding: 5px;
}

.headingText 
{
	font-size:19pt;
	color: #400000;
}

.subHeadingText 
{
	font-size:16pt;
	color: #400000;
}


.normalText 
{
	font-size: 13pt;
	color: #486D42;
}
#navUser 
{
	float:left;
	clear:left;
	width:128px;
	}
#contents {
margin-right: 0px;
                }

