﻿/* -- Page Layout -- */

html
{
	height: 100%;
	min-height: 100%;
	overflow-y: scroll;
}

body 
{
	height: 100%;
	min-height: 100%;
	background-color: #EEEEEE;
	margin: 0px;
	padding: 0px;
	font-size: 10pt;
	font-family: Verdana, Tahoma, Arial, Helvetica, Sans-Serif;
	color: #FFFFFF;
}

.asp_form
{
	min-height: 100%;
	height: 100%;
	width: 960px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: auto;
	margin-right: auto;
}

#container
{
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: auto;
	margin-right: auto;
	padding: 0px;
	position: relative;
	min-height: 100%;
	height: 100%;
	width: 960px;
	background-image: url('../images/background.png');
	background-repeat: repeat-y;
}

#header
{
	padding-top: 10px;
	padding-bottom: 0px;
	padding-left: 0px;
	padding-right: 0px;
	top: 0px;
	left: 0px;
	position: absolute;
	width: 960px;
	height: 150px;
	margin: 0px;
	background-color: Transparent;
}

#clear_header 
{
	height: 20px;
}

#content
{
	min-height: 100%;
	margin-left: 0;
	margin-right: 0;
	margin-bottom: -219px;
	margin-top: 0px;
	background-color: Transparent;
	width: 960px;
	text-align: center;
}

#clear_footer
{
	clear: both;
	height: 219px;
	width: 960px;
}

#footer 
{
	width: 960px;
	clear: both;
	height: 219px;
	background-color: Transparent;
	position: relative;
	text-align: center;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	padding-right: 0px;
	margin: 0px;
} 

/* -- Columns -- */

.column
{
	float: left;
	width: 320px;
	padding: 0px;
	margin: 0px;
}

.column_two
{
	float: left;
	width: 480px;
	padding: 0px;
	margin: 0px;
}

.column_one
{
	float: left;
	width: 960px;
	padding: 0px;
	margin: 0px;
}

.column_clear
{
	display: block;
	clear: both;
	width: 960px;
	height: 0px;
	margin: 0px;
	padding: 0px;
	overflow: hidden;
}

#column_clear
{
	display: block;
	clear: both;
	width: 100%;
	height: 0px;
	margin: 0px;
	padding: 0px;
	overflow: hidden;
}

.column_footer
{
	width: 960px;
	border: 0px;
	padding: 0px;
	margin: 0px;
	text-align :center;
}


/* -- Formatting -- */

.spacer
{
	padding: 0px;
	margin: 0px;
	border: 0px;
	width: 100%;
	height: 10px;
	overflow: hidden;
	display: block;
}

.bold
{
	font-weight: bold;
}

.italic
{
	font-style: italic;
}

.centre
{
	text-align: center;
}

.left
{
	text-align: left;
}

.right
{
	text-align: right;
}

table.centre
{
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: auto;
	margin-right: auto;
}

div.centre
{
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: auto;
	margin-right: auto;
}

.top
{
	vertical-align: top;
}

.middle
{
	vertical-align: middle;
}

.bottom
{
	vertical-align: bottom;
}

.line
{
	width: 98%;
	height: 0px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
	margin-bottom: 10px;
	padding: 0px;
	padding-bottom: 0px;
	border-top: 1px;
	border-left: 0px;
	border-right: 0px;
	border-bottom: 0px;
	border-style: solid;
	border-color: #EEEEEE;
	overflow: hidden;
}

.form_line
{
	width: 90%;
	height: 0px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
	margin-bottom: 10px;
	padding: 0px;
	padding-bottom: 0px;
	border-top: 1px;
	border-left: 0px;
	border-right: 0px;
	border-bottom: 0px;
	border-style: solid;
	border-color: #EEEEEE;
	overflow: hidden;
}

.error
{
	font-weight: bold;
	color: #FF0000;
}

.no_padding
{
	padding: 0px;
	margin: 0px;
}

/* -- Links -- */

a:link
{
	color: #FFFFFF;
}

a:visited
{
	color: #FFFFFF;
}

a:hover
{
	color: #FFFFFF;
}

.white_link a:link
{
	color: #FFFFFF;
}

.white_link a:visited
{
	color: #FFFFFF;
}

.white_link a:hover
{
	color: #FFEDCD;
}

.small_text
{
	font-size: 8pt;
}

.no_print
{
	/* Blank No Print Style */
}

/* -- Text Styles -- */

.footer_text
{
	color: #FFFFFF;
	font-size: 8pt;
}

.body_text
{
	color: #FFFFFF;
	font-size: 10pt;
}

.title_text
{
	color: #FFFFFF;
	font-size: 17pt;
	font-weight: bold;
}

/* -- Text -- */

p.field_title
{
	text-align: center;
	font-size: 8pt;
}

/* -- General HTML Elements -- */

img
{
	padding: 0px;
	border: 0px;
	margin: 0px
}

p
{
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 5px;
	padding-right: 5px;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-left: 0px;
	margin-right: 0px;
	border: 0px;
	text-align: left;
}

h1
{
	font-size: 15pt;
	font-weight: bold;
	padding: 0px;
	margin-top: 10px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
}

h2
{
	font-size: 13pt;
	font-weight: bold;
	padding: 0px;
	margin-top: 10px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
}

h3
{
	font-size: 11pt;
	font-weight: bold;
	padding: 0px;
	margin-top: 10px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
}

/* -- Forms -- */

.study_num_textbox
{
	font-size: 8pt;
	width: auto;
	height: 14px;
	padding: 0px;
	margin: 0px;
}

.study_num_button
{
	font-size: 8pt;
	width: auto;
	padding: 0px;
	margin: 0px;
}

.watermark
{
	color: #EEEEEE;
}

.read_only
{
	background-color: #EEEEEE;
}

.disabled
{
	background-color: #D4D0C8;
}

.auto_complete_list
{
	border: 1px solid buttonshadow;
	padding: 0px;
	text-align: left;
	cursor: default;
	list-style-type: none;
	list-style-image: none;
	list-style-position: outside;
	background-color: window;
	color: windowtext;
	position: absolute;
	margin: 0px;
	vertical-align: top;
	overflow: auto;
	max-height: 128px;
}

/* -- SQL Tables -- */

table.sql
{
	font-size: 9pt;
	color: #000000;
	border-collapse: collapse;
	margin-left: auto;
	margin-right: auto;
	border-bottom: solid 1px #000000;
	border-top: solid 0px #000000;
	border-left: solid 0px #000000;
	border-right: solid 0px #000000;
}

table.sql td.sql_header
{
	border-width: 1px;
	font-weight: bold;
	background-color: #D7E3AD;
	text-align: center;
	border-color: #000000;
	border-style: solid;
}

table.sql th.sql_header
{
	border-width: 1px;
	font-weight: bold;
	background-color: #D7E3AD;
	text-align: center;
	border-color: #000000;
	border-style: solid;
}

table.sql td.sql_header_blank
{
	border: 0px;
	background-color: transparent; 
}

table.sql th.sql_header_blank
{
	border: 0px;
	background-color: transparent; 
}

table.sql tr.upper
{
	border-top: 1px;
	border-bottom: 0px;
	border-left: 1px;
	border-right: 1px;
	border-color: #000000;
	border-style: solid;
}

table.sql tr.lower
{
	border-top: 0px;
	border-bottom: 1px;
	border-left: 1px;
	border-right: 1px;
	border-color: #000000;
	border-style: solid;
}

table.sql tr.sql
{
	background-color: #FFFFFF;
	border-color: #000000;
	border-width: 1px;
	border-style: solid;
}

table.sql tr.sql_alt
{
	background-color: #D7E3AD;
	border-color: #000000;
	border-width: 1px;
	border-style: solid;
}

table.sql tr.sql_no_back
{
	border-color: #000000;
	border-width: 1px;
	border-style: solid;
}

table.sql tr.sql_alt_no_back
{
	border-color: #000000;
	border-width: 1px;
	border-style: solid;
}

table.sql tr.sql_footer
{
	background-color: #D7E3AD;
}

table.sql tr.sql_footer td
{
	text-align: center;
}

table.sql td
{
	text-align: left;
	padding: 2px;
}

table.sql td.no_padding
{
	padding: 0px;
}

table.sql td.top_left
{
	border-left: solid 1px #000000;
	border-right: solid 0px #000000;
	border-top: solid 1px #000000;
	border-bottom: solid 0px #000000;
}

table.sql td.top_right
{
	border-left: solid 0px #000000;
	border-right: solid 1px #000000;
	border-top: solid 1px #000000;
	border-bottom: solid 0px #000000;
}

table.sql td.top_middle
{
	border-left: solid 0px #000000;
	border-right: solid 0px #000000;
	border-top: solid 1px #000000;
	border-bottom: solid 0px #000000;
}

table.sql td.bottom_all
{
	border-left: solid 1px #000000;
	border-right: solid 1px #000000;
	border-top: solid 0px #000000;
	border-bottom: solid 1px #000000;
}

table.sql td.sql_left
{
	border-left: solid 1px #000000;
	border-right: solid 0px #000000;
	border-top: solid 1px #000000;
	border-bottom: solid 0px #000000;
}

table.sql td.sql_right
{
	border-left: solid 0px #000000;
	border-right: solid 1px #000000;
	border-top: solid 1px #000000;
	border-bottom: solid 0px #000000;
}

table.sql td.sql_middle
{
	border-left: solid 0px #000000;
	border-right: solid 0px #000000;
	border-top: solid 1px #000000;
	border-bottom: solid 0px #000000;
}

table.sql td.sql_middle_no_vert
{
	border-left: solid 0px #000000;
	border-right: solid 0px #000000;
	border-top: solid 1px #000000;
	border-bottom: solid 0px #000000;
}

table.sql td.sql_all
{
	border-left: solid 1px #000000;
	border-right: solid 1px #000000;
	border-top: solid 1px #000000;
	border-bottom: solid 1px #000000;
}

table.sql td.sql_left_right
{
	border-left: solid 1px #000000;
	border-right: solid 1px #000000;
	border-top: solid 0px #000000;
	border-bottom: solid 0px #000000;
}

/* -- Small SQL Tables -- */

table.sql_small
{
	width: 100%;
	font-size: 8pt;
	color: #000000;
	border-color: #000000;
	border-style: solid;
	border-top-width: 1px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-right-width: 0px;
	background-color: #FFFFFF;
	margin: 0px;
}

table.sql_small th.sql_header_small_left
{
	font-weight: bold;
	background-color: #D7E3AD;
	text-align: center;
	border-color: #000000;
	border-style: solid;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-width: 0px;
}

table.sql_small th.sql_header_small_right
{
	font-weight: bold;
	background-color: #D7E3AD;
	text-align: center;
	border-color: #000000;
	border-style: solid;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-right-width: 1px;
}

table.sql_small tr.sql_small
{
	background-color: #FFFFFF;
}

table.sql_small tr.sql_alt_small
{
	background-color: #D7E3AD;
}

table.sql_small td
{
	text-align: left;
	padding: 2px;
}

/* -- Radio Button List -- */

.rbl
{
	margin: auto;
	border: 1px;
	border-style: solid;
	border-color: #AAAAAA;
}

.rbl td
{
	width: 76px;
	text-align: left;
}

.rbl label
{
	position: absolute;
	text-align: right;
	padding-top: 2px;
	font-size: 8pt;
}

/* -- XML -- */

table.xml
{
	border-collapse: collapse;
	font-size: 8pt;
}

table.xml td.top
{
	border-style: solid;
	border-color: #000000;
	border-top-width: 1px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-right-width: 0px;
}

table.xml td.xml_right
{
	font-weight: bold;
	text-align: right;
}

table.xml td.xml_right_alt
{
	font-weight: bold;
	text-align: right;
	background-color: #D7E3AD;
}

table.xml td.xml_right_italic
{
	font-style: italic;
	text-align: right;
}

table.xml td.xml_left
{
	text-align: left;
	width: 100%;
}

table.xml td.xml_left_alt
{
	text-align: left;
	width: 100%;
	background-color: #D7E3AD;
}

/* -- Misc. -- */

div.login_spacer
{
	width: 140px;
}

