﻿/* 0 BASIC TAGS */
a
{
	color: #28ACE1;
}

a:visited, a:hover
{
	color: #ED7025;
}

body
{
	background: #DDECF3 none repeat scroll 0% 0%;
	color: #282828;
	margin: 0pt;
}

.footer
{
	clear: both;
	width: 100%;
	padding: 0 0 30px 0;
	background: url( '../images/bgFooter.gif' ) no-repeat left bottom;
	min-height: 160px;
}

.menulink
{
	text-decoration: none;
	color: #28ACE1;
}

.menulink:visited
{
	color: #F4B41C;
}

.menulink:hover
{
	text-decoration: underline;
	color: #ED7025;
}

.menulink:active
{
	color: #ED7025;
}

.signupBox
{
	color: White;
	background-color: #507CD1;
	font-family: Arial;
	font-size: 10pt;
	font-weight: bold;
	height: 24px;
	vertical-align: middle;
}

dl
{
	margin-top: 0;
	margin-bottom: 0;
	border-top: 1px solid #bababa;
	padding-top: 1.5em;
	padding-bottom: 1.5em;
	position: relative;
}

dt
{
	position: absolute;
	left: 0;
}

dd
{
	margin-left: 150px;
	height: 2.0em;
}

.emptydata td
{
	padding: 50px;
	color: #aeaeae;
}

.pageDH
{
	margin: 0 20px 0 20px;
	font-family: Arial;
}

.error
{
	font-size: large;
	font-weight: bold;
	margin-left: 256px;
	width: 720px;
}


.errorMsg
{
	font-family: Arial;
	font-size: 14px;
	font-weight: bold;
	color: Red;
}

.hidden
{
	visibility: hidden;
	height: 0px;
}


/*CollapsiblePanel*/
.collapsePanelDotHome
{
	padding: 5px;
	cursor: pointer;
	vertical-align: middle;
	font-size: 15px;
	font-family: Arial;
	font-weight: normal;
	border: solid 1px #CCCCCC;
	background-color: White;
	margin: 20px 20px 20px 20px;
	color: #007FC6;
}

.floatBox
{
	display: block;
	position: absolute;
	z-index: 100;
	visibility: hidden;
	background-color: #007FC6;
	border: solid 1px #B5C7DE;
	font-family: Arial;
	font-size: 12px;
}

.backOfTheLine
{
	z-index: -200;
}

.buttonDotHome
{
	background-color: White;
	width: 58px;
	height: 20px;
	border-color: White;
	border-style: solid;
	border-width: 1px;
	font-family: Arial;
	font-size: 11px;
	color: White;
}

.progressBackgroundFilter
{
    position: fixed;
    z-index: 1000;
    top: 0px;
    left: 0px;
    background-color: #CCCCCC;
    width: 100%;
    height: 100%;
    filter: Alpha(Opacity=85);
    opacity: 0.85;
    -moz-opacity: 0.85;
}

* html .progressBackgroundFilter
{
    position: absolute;
    height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
    width: expression(document.body.scrollWidth > document.body.offsetWidth ? document.body.scrollWidth : document.body.offsetWidth + 'px');
}

.processMessage
{
    z-index: 1001;
    position: fixed;
    width: 300px;
    margin-left: -150px;
    margin-top: -100px;
    top: 50%;
    left: 50%;
    background-color: White;
    font-family: Arial;
    font-size: 15px;
    color: #007FC6;
    text-align: center;
    padding-top: 10px;
    border-style: solid;
    border-width: 1px;
}

* html .processMessage
{
    position: absolute;
    margin-top: expression((document.body.scrollHeight / 4) + (0 - parseInt(this.offsetParent.clientHeight / 2) + (document.documentElement && document.documentElement.scrollTop || document.body.scrollTop)) + 'px');
}

.dotHomeListing
{
	font-family: Arial;
	color: #537FC6;
}

.dotHomeRow
{
	background-color: #E6E6E8;
	color: #5380C4;
	font-weight: normal;
	font-family: Arial;
	font-size: 13px;
}

/* For the rounding javascript stuff */
div.rounded div
{
	height: 1px;
	overflow: hidden;
}

div #headerText
{
	font-family: Arial;
	font-size: 15px;
	margin: 0 20px 0 20px;
	border-bottom: solid 2px #C5C6C8;
	color: #007FC6;
}

.dotHomeStatusTable
{
	font-size: 10px;
	color: #006BC2;
	border-color: #FFFFFF;
	height: 15px;
	background-color: #E2E3E4;
}

.dotHomeStatusHeader
{
	height: 15px;
	background-color: #E2E3E4;
	color: #006BC2;
	font-size: 12px;
}

.ieHeight
{ *height:326px;
}

.normal
{
	background-color: #ffffff;
	margin: 0;
	padding: 0;
	text-align: left;
	font-family: arial;
	font-size: 10pt;
	color: #000000;
}

.ob_gR .selectImage
{
	visibility: hidden;	
}

.ob_gRA .selectImage
{
	visibility: hidden;	
}

.ob_gRS .selectImage
{		
	visibility: visible;
}

.ob_gFCont
{
	text-align: left !important;
}


@media print
{
	.noprint
	{
		display: none;
	}

	.body
	{
		background-image: none;
		margin: 0;
		padding: 0;
		text-align: center;
		font-family: arial, verdana, helvetica, sans-serif;
		font-size: 0.7em;
		color: #666666;
	}
}

