BODY {
    background-color: #ffffff;
    color: #000000;
    font-family: Verdana, Arial, sans-serif;
    font-size: 10px;
    margin: 0;
    padding: 0;
    text-align: left;
}

A, Visited, Active {
	color: #1d85c7;	
	text-decoration: underline;
}
A:Hover {
	color: #ED5D17;
	text-decoration: underline;
}

/*---------------------------------------------------------------------------------------------*/
/* Print / Send to Friend Support */
#showOnPrint {
    display: none;
}
#printSendFunctions {
    float: right;
}

/*---------------------------------------------------------------------------------------------*/
/* Tab Support */

.tabOff { background: transparent url(images/tabOff.gif) 0px 0px no-repeat; cursor: pointer; font-family: Verdana, Arial, sans-serif; font-size: 10px; float: left; height: 18px; margin: 0; padding-top: 5px; text-align: center; width: 115px;
}
.tabOn { background: transparent url(images/tabOn.gif) 0px 0px no-repeat; cursor: pointer; font-family: Verdana, Arial, sans-serif; font-size: 10px; float: left; margin: 0; padding-top: 5px; height: 18px; text-align: center; width: 115px;
}
.tabHeader { border: solid 1px #919B9C; border-bottom: none; padding: 5px 5px 0px 5px; margin-top: -3px;
}
.tabBodyOn { border-left: solid 1px #919B9C; border-right: solid 1px #919B9C; padding: 5px 5px 0px 5px;
}
.tabBodyOff { display: none; 
}
.tabFooter { border: solid 1px #919B9C; border-top: none; padding: 0px 5px 5px 5px; 
}
 

/*---------------------------------------------------------------------------------------------*/
/* Text Formatting */
.title {
/*	color: #377D47; This is the Green Color*/
	color: #1d85c7;	
    font-size: 14px;
    font-weight: bold;
}
.caption {
    font-size: 9px;
    font-weight: normal;
    color: #666666;
}
.error {
    color: #F00;
}
.notAvailable {
    color: #999999;
    text-decoration: line-through;
}
.maroon-font {
/*	color: #8b0b04; */
	color: #1d85c7;
}
.maroon-font-large-bold {
/*	color: #8b0b04; */
	color: #1d85c7;
	font-size: 12px;
	font-weight: bold;
}
.black-font-large-bold {
	color: #000;
	font-size: 11px;
	font-weight: bold;
}
.text-regular {
	color: #000;
	font-size: 11px;
}
a.grey-link-bold, a.grey-link-bold:visited {
	color: #4b5257;
	font-weight: bold;
}
a.grey-link-bold:hover {
/*	color: #8b0b04; */
	color: #377D47;
}	
a.black-link, a.black-link:visited {
	color: #000;
}
h1 {
	font-size: 15px;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
/*	color: #8b0b04; */
	color: #1d85c7;
	font-weight: bold;
}
/*---------------------------------------------------------------------------------------------*/
/* Data Display Settings */
.dataBoxBorder {
    border: solid 1px #ccc;
    padding: 4px;
}
.dataBoxBody {
}
.dataBoxHeader {
    color: #666;
    font-size: 11px;
    font-weight: bold;
}
.dataBoxRowTitle {
    color: #666;
    font-weight: bold;
    padding-right: 5px;
    text-align: right;
}
.dataBoxRowValue {
}
.dataBoxRowValueBorder {
    border: solid 1px #666666;
}
.dataBoxFooter {
    color: #666666;
    font-weight: bold;
}

/*---------------------------------------------------------------------------------------------*/
/* Control Formatting */
.formButton_small {
    background-color: Transparent;
    background-image: url(images/buttonBG_Small.gif);
    background-repeat: no-repeat;
    border: 0px;
    color: #000000;
    cursor: pointer;
    font-family: Verdana, Arial, sans-serif;
    font-size: 10px;
    font-weight: normal;
    height: 17px;
    margin: 0px;
    padding: 1px;
    text-align: center;
    width: 100px;
}
.formButton_medium {
    background-color: Transparent;
    background-image: url(images/buttonBG_Medium.gif);
    background-repeat: no-repeat;
    border: 0px;
    color: #000000;
    cursor: pointer;
    font-family: Verdana, Arial, sans-serif;
    font-size: 10px;
    font-weight: normal;
    height: 17px;
    margin: 0px;
    padding: 1px;
    text-align: center;
    width: 150px;
}
.formButton_large {
    background-color: Transparent;
    background-image: url(images/buttonBG_Large.gif);
    background-repeat: no-repeat;
    border: 0px;
    color: #000000;
    cursor: pointer;
    font-family: Verdana, Arial, sans-serif;
    font-size: 10px;
    font-weight: normal;
    height: 17px;
    margin: 0px;
    padding: 1px;
    text-align: center;
    width: 200px;
}

.formControl {
    border: solid 1px #666;
    color: #333333;
    font-family: Tahoma;
    font-size: 11px;
    padding: 2px;
}
SELECT.formControl {
    border: solid 1px #000000;
    color: #333333;
    font-family: Tahoma;
    font-size: 11px;
    height: 20px;
    padding: 1px 0 0 2px;
}

/*---------------------------------------------------------------------------------------------*/
/* Breadcrumbs */
#breadcrumbs {
	font-size: 10px;
	color: #333;
}
#breadcrumbs A, #breadcrumbs a:Visited, #breadcrumbs a:active {
    color: #333;
    text-decoration: underline;
}
#breadcrumbs a:hover {
/*	color: #8b0b04; */
	color: #377D47;
    text-decoration: underline;
}

/*---------------------------------------------------------------------------------------------*/
/* Repeater Pagination (not related to grid pagination) */
#pageLinks {
    text-align: right;
}
.pageCurrent {
    font-weight: bold;
}
A.pageNextLink, .pageNextLink:Visited, .pageNextLink:Active {
    color: #003399;
    text-decoration: underline;
}
A.pageNextLink:Hover {
    color: #ED5D17;
    text-decoration: underline;
}
A.pagePrevLink, .pagePrevLink:Visited, .pagePrevLink:Active {
    color: #003399;
    text-decoration: underline;
}
A.pagePrevLink:Hover {
    color: #ED5D17;
    text-decoration: underline;
}

.clear {
	clear: both;
	height: 1%;
	font-size: 1px;
	line-height: 0;
}
/* other global classes */

.note {
	font-size: 10px;
	color: #999999;
	font-style: italic;
}
.img-border {
	border: 1px solid #ccc;
}
