﻿html
{
    overflow: hidden;
}
BODY
{
    margin:0px;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    background-color:#EFEEE1;
    overflow:hidden;    
}
TD, P, LI, UL, A, SELECT, FORM, BODY, DIV
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
    font-size: 12px;
    color: #000000;
    line-height:20px;
    font-style: normal;
}
A:link
{
    font-size: 12px;
    color: #194169;
    line-height: normal;
    text-decoration: underline
}
A:visited
{
    font-size: 12px;
    color: #194169;
    line-height: normal;
    text-decoration: underline
}
A:hover
{
    color: #7993AC;
    line-height: normal;
    text-decoration: none
}
DIV#header
{
	width:100%;
	background-color:#FFFFFF;
}
DIV#content
{
    overflow:hidden;
}
DIV#footer
{
	position:absolute;
	bottom:0px;
	left:0px;
	width:100%;
	height:35px;
	background-color:#FFFFFF;
}
div#left
{
	float:left;
	width:55%;
}
div#right
{
	float:right; 
	width:45%
}
* html div#right
{
	clear:right;
}
div#leftHeader, div#leftContent, div#leftFooter
{
	margin-left:4px;
    margin-right:2px;
}
div#rightHeader, div#rightContent, div#rightFooter
{
	margin-left:2px;
    margin-right:4px;
}
div#leftContent, div#rightContent
{
	overflow:auto;
}
.small
{
    font-size: 11px;
}
.title
{
    font-size: 13px;
    font-weight: bold
}
A.small:link
{
    font-size: 11px;
    color: #194169;
    line-height: normal;
    text-decoration: none
}
A.small:visited
{
    font-size: 11px;
    color: #194169;
    line-height: normal;
    text-decoration: none
}
A.small:hover
{
    color: #7993AC;
    line-height: normal;
    text-decoration: underline
}
/*.tabSelect
{
    background-image:url('../../Images/navigation/tab_white.gif');
    height:34px;
    width:104px;
    font-size: 11px;
    font-weight:bold;
    font-variant:small-caps;
    text-align:center;
    color:#009966;
    position: relative;
    float: left;
}
.tabUnselect
{
    height:28px;
    width:85px;
    font-size: 10px;
    font-weight:bold;
    font-variant:small-caps;
    text-align:center;
    color:#666666;
    position: relative;
    float: left;
}*/
.tabsSelect
{
	background-image:url('../../Images/navigation/tab_white.gif');
	height:34px;
    width:104px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	font-variant:small-caps;
	text-align:center;
	color: #009966;
    line-height:normal;
    font-style: normal;
}
.tabsUnselect
{
	height:28px;
    width:85px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	font-variant:small-caps;
	text-align:center;
    color: #666666;
    line-height:normal;
    font-style: normal;
}
td.tabsComplete
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
    font-size: 10px;
    color: #009966;
    line-height:normal;
    font-style: normal;
}
.radio
{
	padding:3px 0px 0px 25px;
	vertical-align:middle;
}
.greenDot
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
    font-size:20px;
    line-height:30px;
    letter-spacing:-1px;
    color:#ffffff;
    padding:4px 0px 0px 0px;
	vertical-align:middle;
}
.greenDotSmall
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
    font-size:18px;
    letter-spacing:-1px;
    color:#ffffff;
    padding:2px 0px 0px 0px;
	vertical-align:middle
}
FORM
{
	height:100%;
}
.message
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
    color:#990000
}
