/************** color key ******************/
/* #33CC66 green in status
/* #7BBAD9 light blue in header
/* #cccccc light text
/* #666666 normal text
/* #333333 link text
/************** end color key **************/

/************** global styles **************/

input {
	margin: .5em 0em;
	border: 1px solid #cccccc;
	padding: .4em;
	font-family: Arial, sans-serif;
	font-size: 1.2em;
	color: #666666;
}

p {
	margin: 0;
	padding: 0;
}

h2, h3, h4 {
	margin: 0;
	padding: 0;
	font-weight: normal;
}

h2 {	
	font-size: 1.8em;
}

h4 {
	font-size: 1.0em;
}

a:link,
a:visited {
	font-weight: bold;
	color: #333333;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

img {
	border: none;
}

/* clears floats */
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
.clearfix {
   display: inline;
}

.special{
	font-family: Arial, sans-serif;
	font-size: 1.2em;
	color: #666666;
	padding-right: 5px;
}

/************** end global styles **********/

/**************************************** main layout components below ******************************************/

html, body {
	height: 100%;
}

body {
	margin: 0px;
	padding: 0px;
	background: white url(../img/bodyBackground.gif) top left repeat;
	font-size: 62.5%;
	font-family: Arial, sans-serif;
	line-height: 1.2em;
	color: #666666;
}

#globalWrapper {
	position: relative; /* makes footer stick to the bottom */
	min-height: 100%; /* makes footer stick to the bottom */
	height: auto !important; /* makes footer stick to the bottom */
	height: 100%; /* makes footer stick to the bottom in IE */
	margin: 0px auto;
	width: 940px;
	background: white;
	font-size: 1.0em;
}

#header {
	height: 80px;
	font-size: 1.2em;
	background: url(../img/headerAndFooterStripe.gif) bottom left no-repeat;
}

#header img {
	display: block; /* fixes padding issue for stripe */
}

#logo {
	display: block; /* For Safari to read the clearfix properly */
	height: 70px;
	background: #7BBAD9 url(../img/headerBackground.gif) bottom left repeat-x;
}

#logo img {
	float: left; /* logo positioning */
}

#logo ul {
	float: right;
	margin: 0px;
	padding: 12px 40px 0px 0px;
	list-style: none;
}

#logo ul li {
	float: left;
	padding-left: 20px;
}

#logo ul li a:link,
#logo ul li a:visited {
	font-weight: normal;
	color:white;
	text-decoration: none;
}

#logo ul li a:hover {
	font-weight: bold;
	color:white;
	text-decoration: none;
}

#content {
	padding: 26px 40px 100px 40px;
	font-size: 1.0em;
	background: url(../img/contentBackground.gif) top left repeat-x;
}

#footer {
	position: absolute; /* makes footer stick to the bottom */
	bottom: 0 !important; /* makes footer stick to the bottom */
	margin: 0px auto;
	padding-top: 10px; /* gives space for background image */
	width: 940px;
	background: #333333 url(../img/headerAndFooterStripe.gif) top left no-repeat;
}

#footer p {
	margin: 0px;
	padding: 2px 36px 2px 0px;
	text-align: right;
	color: #CCCCCC;
}

#footer p img {
	vertical-align: middle;
}

/**************************************** site components below ******************************************/

#sectionHeader  {
	margin: 0;
	padding: 0;
	padding-bottom: 10px;
}

#sectionHeader dt {
	float: left;
}

#sectionHeader dt img {
	border: 1px solid #cccccc;
	padding: 3px;
}

#sectionHeader dd.name {
	font-size: 1.8em;
	padding: 4px 0 .2em 0;
}

#sectionHeader dd {
	margin-left: 90px;
}

.textTypeIcon {
	position: relative;
	left: -20px;
	top: 20px;
}

.textContainerSmall {
	position: relative;
	left: -51px;	
	margin: 0px auto;
	padding-top: 60px;
	width: 290px;
}

.textError {
	position: relative;
	left: 0px;	
	margin: 0px auto;
	padding-top: 60px;
	width: 170px;
}

.textError  h2 {
	position: relative;
	left: -2px;	
	padding-bottom: .3em;
}

.textContainerSmall h2 {
	position: relative;
	left: -2px;	
	padding-bottom: .3em;
	line-height: 4.3em;
}

.textContainerSmall h4 {
	padding: 0em 0em 1em 0em;
	width: 160px;
}

.textContainerSmall p {
	padding: 0em 0em 1em 0em;
	line-height: 1.3em;
	font-size: 1.2em;
}

.textContainerSmall input {
	width: 158px;
}

.highlightTableRow {
	background: #E9ECF3;
}

.normalTableRow {
	background:white;
}

.statusColumn {
	width: 75px;
}

.statusChange {
	position: absolute;
	margin: -40px 0 0 -10px;
	display: none;
	z-index: 999;
}

.statusChangeBox {
	display: none;
	position: absolute;
	margin: -26px 0 0 -10px;
	width: 75px;
	padding: 8px 5px;
	height: 68px;
	/*background: #0099ff;*/
	text-align: center;
	background: url(../img/statusChangeBackground.gif) top left no-repeat;
}

.statusChangeBox dt {
	font-size: 12px;
	font-weight: bold;
	color:white;
	text-align: center;	
}

.statusChangeBox dd {
	margin: 0;
	margin-top: 8px;
	padding: 0;
	text-align: center;
	line-height: 0.8em;	
}

.statusChangeBox a:link,
.statusChangeBox a:visited {
	width: 60px; /* stops links from flickering in FF */
	font-size: 12px;
	font-weight: normal;
	color:white;	
}

.statusChangeBox a:hover {
	text-decoration: none;
	font-weight: bold;	
}

.neededStatus {
	color: #33CC66;
}

.errorCategory {
	font-family: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #f3f605;
	text-decoration: none;
	font-style: normal;
}

