﻿/* CSS layout */

html
{
	height: 100%;
	margin: 0px;
}
body {
	height: 100%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding: 0px;
	color: #000000;
	background-color: #FFFFFF;
}

#masthead {
}

#container {
	position: relative;
	width: 100%;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin-bottom: -5em;
}

#left_col {
	width: 80px;
	position: absolute;
	left: 0px;
	top: 0px;
}

#page_content {
	padding-left: 80px
}
.push {
	height: 5em;
}

#footer {
	padding: 8px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #999999;
	font-size: 8pt;
	color: #999999;
	height: 5em;
}

.dev_note {
	font-size: 8px;
	color: #FF0000;
	background-color: #FFFFCC;
	padding: 4px;
}
label {
	color:  #0000CC;
}
.label {
	color:  #0000CC;
}

.textbox_r {
	font-family: "Courier New", Courier, monospace;
	font-size: 10pt;
	color: #990000;
	background-color: #FFFFCC;
}
h1 {
	font-size: 18pt;
	color: #000099;
}
/*added by STK on 4-12-07: this is for the "Logged In" and "Not Logged In" labels*/
h4 
{
    font-size: 7pt;
    color: #000099;
}

.useralert2 {
	font-weight: bold;
	color: #990000;
	background-color: #FFFF99;
	padding: 4px;
	display: block;
	border: 2px solid #CCCCCC;
	width: 80%;
}.border1 {
	border: 1px solid #999999;
	padding: 4px;
}

/*added by STK on 4-16-07: this is the style for the headers that define each question section*/
.survTableHeader
{
    font-size: 12pt;
    font-weight: bold;
	color: #000099;
}

/*added by STK on 4-13-07: this is the style for the questions themselves*/
.survTableItem 
{
    font-size: 10pt;
	color: #000099;
}

/*added by STK on 4-17-07: this is the alternate shade color for the question table*/
.survTableItemShaded
{
    background-color: #E3E3F2; /*#FFFFDD;*/
    font-size: 10pt;
    color: #000089;
}

    
