﻿/* All the content boxes belong to the content class. */

div#printView 
{
    visibility:hidden;
}

body {
	color:#333;
	background-color:white;
	margin:20px;
	padding:0px;
	font-size: small;
	font-family: arial, helvetica, sans-serif;
	}

#header {
color: black;
font-size:larger;
text-align:center;
margin: 0px 0px 10px 0px;
}

#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;
	list-style: 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 a, #navMain a:link, #navMain a:visited, #navUser a, #navUser a:link, #navUser a:visited 
{
	text-decoration: none;
}

.title {
color: black;
font-size: x-large;
}
.subTitle {
color: black;
font-size: large;
}

.error 
{
	color: Red;
}

#contents label {
   width: 250px;
   float: left;
   text-align: left;
}

#footer {
background-color:#eee;
padding: 5px;
text-align: center;
}

#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 black;
	padding:10px;
	z-index:3; /* This allows the content to overlap the right menu in narrow windows in good browsers. */
	#contents {
margin-right: 0px;
                }
	}

#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:128px;
	top:20px;
	right:20px;
	border:1px dashed black;
	background-color:#eee;
	padding:10px;
	z-index:1;
		float:left;
	clear:left;
}

.formLable 
{
	width: 150px;
	text-align:right;
}

.formLableReq 
{
	width: 150px;
	font-weight:bold;
	text-align:right;
}

img 
{
	margin: 5px;
}
	
a, a:link, a:visited {
	color:#09c;
	text-decoration: none;
	}
a:hover {background-color:#eee;}


.headingText 
{
	font-size:x-large;
}

.subHeadingText 
{
	font-size:large;
} 