html {
	height: 100%;
	max-height: 100%;
	padding: 0;
	margin: 0;
	border: 0;
	background: #fff;
}

body {
	height: 100%;
	max-height: 100%;
	padding: 0;
	margin: 0;
	border: 0;
}

.tableOddRow {
	background-color: #f0f0f0;
}

.tableEvenRow {
	background-color: #ffffff;
}

.redLetters {
	color: #ff0000;
}



input.lookupButton {
	border-style:solid;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;

	width: 24px;
	height: 24px;
	padding-top: 0pt;
	padding-right: 0pt;
	padding-bottom: 0pt;
	padding-left: 0pt;
	background-color: transparent;
	background-image: url("../images/bb_zoom.png");
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: 0% 0%;
	background-size: 100% 100%;
}
input.calendarButton {
	border-style:solid;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;

	width: 24px;
	height: 24px;
	padding-top: 0pt;
	padding-right: 0pt;
	padding-bottom: 0pt;
	padding-left: 0pt;
	background-color: transparent;
	background-color: transparent;
    background-image: url("../images/bb_calendar.gif");
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: 0% 0%;
	background-size: 100% 100%;
}

input.headerLogoButton {
	border-style:solid;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;

	width: 56px;
	height: 17px;
	padding-top: 0pt;
	padding-right: 0pt;
	padding-bottom: 0pt;
	padding-left: 0pt;
	background-color: transparent;
	background-color: transparent;
    background-image: url("../images/cov_logo1.jpg");
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: 0% 0%;
	background-size: 100% 100%;
	white-space:nowrap;
}

table.covBanner{
    background-color: #396FAD;
}

.boxTitle ,.title, td.title, table.standardToolbar td.title, table.standardToolbar td.title span{
    color: #FFFFFF;
    background-color: black;
    -moz-border-radius-bottomleft: 0px;
    border-bottom-left-radius: 0px;
}

.covFont {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 20px;
}

.covMediumFont
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
}

input.covHeaderLogoButton {
    border-style:solid;
    border-top-width: 0px;
    border-right-width: 0px;
    border-bottom-width: 0px;
    border-left-width: 0px;

    width: 440px;
    height: 100px;
    padding-top: 0pt;
    padding-right: 0pt;
    padding-bottom: 0pt;
    padding-left: 0pt;
    background-color: transparent;
    background-color: transparent;
    background-image: url("../images/cov_logo1.jpg");
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-position: 0% 0%;
    background-size: 100% 100%;
    white-space:nowrap;
}
.centerMe {
	text-align: center;
	width:100%;
}


.width33p {
	width:33%;
}
.width10p {
	width:10%;
}
.height100 {
	height:100px;
}

.height100p {
	height:100%;
}
.center
{
text-align: center;
margin:auto;
width:100%;
}

.alignCenter
{
height: 100%;
width: 100%;
text-align:center;
}

.centerAll{
height: 100%;
width: 100%;
text-align:center;
margin-top: 200px;
}
.centerAll td {
padding: 10px 0px 10px 0px;
}
table.lefty thead th{
	text-align:left;	
}
.alignLeft
{
text-align:left;
}
.help
{
white-space:nowrap;
}



.largeFont
{
font-family: arial;
font-size: 24px;
}

a.linkButton, a.linkButton.link, a.linkButton:visited, a.linkButton:active, a.linkButton:hover
{
text-decoration:none;
border-top-color: #14257a;
border-right-color: #14257a;
border-bottom-color: #14257a;
border-left-color: #14257a;
border-top-width: 1px;
border-right-width: 1px;
border-bottom-width: 1px;
border-left-width: 1px;
border-left-width-ltr-source: physical;
border-left-width-rtl-source: physical;
border-right-width-ltr-source: physical;
border-right-width-rtl-source: physical;
border-top-style: solid;
border-right-style-value: solid;
border-bottom-style: solid;
border-left-style-value: solid;
border-left-style-ltr-source: physical;
border-left-style-rtl-source: physical;
border-right-style-ltr-source: physical;
border-right-style-rtl-source: physical;
padding-top: 3px;
padding-right: 1px;
padding-bottom: 2px;
padding-left: 1px;
margin-right: 1px;
margin-left: 1px;
margin-top: 0pt;
font-weight: normal;
margin-bottom: 0pt;;
background-color: #d4d0c8;
color: #000000;
}

table.standardToolbar {
    border-collapse: separate; /* If collapse, border-radius is ignored. */
    border-spacing: 0;
    margin: 0px;
    width: 100%;
}

table.standardToolbar > tbody:first-child > tr:first-child,
table.standardToolbar > tbody:first-child > tr:first-child > td:first-child {
    -moz-border-radius-topleft: 0px;
    border-top-left-radius: 0px;
    -moz-border-radius-bottomleft: 0px;
    border-bottom-left-radius: 0px;
}

table.standardToolbar > tbody:first-child > tr:first-child,
table.standardToolbar > tbody:first-child > tr:first-child > td:last-child {
    -moz-border-radius-topright: 0px;
    border-top-right-radius: 0px;
    -moz-border-radius-bottomright: 0px;
    border-bottom-right-radius: 0px;
}

table.standardToolbar > tbody:first-child > tr:first-child > td:first-child {

}

table.standardToolbar > tbody:first-child > tr:first-child > td:last-child {

}

.standardToolbar a:link, .standardToolbar a:visited, .standardToolbar a:active, .standardToolbar a:hover
{
    text-decoration:none;
    background-color: #000000;
    color: #FFFFFF;
}



