/***********************************************************
 *                                                        *
 *  Copyright ©2005  Corillian Corporation                *
 *                                                        *
 *  All rights reserved.                                  *
 *                                                        *
 *  Highly Confidential.                                  *
 *                                                        *
 *  No portion of this code may be reproduced,            *
 *  transmitted or distributed without the express        *
 *  written permission of Corillian Corporation.          *
 *                                                        *
 **********************************************************/

/**********************************************************
 *                                                        *
 *  HTML ENTITIES                                         *
 *                                                        *
 **********************************************************/

a, a:visited, a:link, a:active {
	color: #000000;
}

a:hover{
	color: #FF0000;
}

body{
	margin: 0px;
	background-color: white;
}

h1, h2, h3, h4, h5{
	color: #FF0000;
	margin-left: 0px;
	margin-top: 5px;
	margin-bottom: 5px;
}

/**********************************************************
 *                                                        *
 *  GENERAL                                               *
 *                                                        *
 **********************************************************/

.notice{
	color: red;
}

.printOnly{
	visibility: hidden;
	display: none;
}

.rolloverClass{
	border-bottom: 1px dashed black; 
}

.screenOnly{
	visibility: visible;
	display: inherit;
}

.sectionHeader{
	margin-left: 5px;
	color: #FF0000;
	font-weight: bold;	
	font-family: Arial, sans-serif; 
	font-size: 13px;

}

div.oboMode{
	border: 1px solid Black;
	background-color: Red;
	color: White;
	width: 150px;
	padding: 4px;
}

div.sectionDivider{
	margin: 5px 0px 5px 0px;
	border: none;
}

div.systemAlert{
	border: 1px solid red;
	color: Red;
	background-color: #FAFAD2;
	margin: 5px;
}

div.systemAlert div{
	padding: 5px;
}

div.systemAlert div.header{
	text-align: center;
	border-bottom: 1px solid red;
	background-color: red;
	color: white;
}

div.systemAlert div.footer{
	text-align: center;
	border-top: 1px solid red;
}

div.systemAlert div.footer table{
	width: 100%;
}

div.systemAlert a,
div.systemAlert a:hover,
div.systemAlert a:visited,
div.systemAlert a:link,
div.systemAlert a:active{
	color: Red;
	text-decoration: underline;
}

div.timeoutWarning{
	border: 3px solid Black;
	background-color: White;
	color: Black;
	padding: 5px;
	width: 400px;
}

/**********************************************************
 *                                                        *
 *  HEADER                                                *
 *                                                        *
 **********************************************************/

div.printLink{
	text-transform: uppercase;
	font-size: 13px;
	padding: 5px;
	font-weight: bold;
}

div.printLink a,
div.printLink a:visited,
div.printLink a:link,
div.printLink a:active {
	color: #000000;
	text-decoration: none;
}

div.printLink a:hover{
	color: #FF0000;
	text-decoration: underline;
}

div.pageTitleContainer{
/*	border-bottom: 3px double #DADADA; */
	margin-top: 5px;
	margin-bottom: 5px;
}

td.secondaryNav{
	color: #000000;
	font-size: 13px;
}

td.secondaryNav a,
td.secondaryNav a:visited,
td.secondaryNav a:link,
td.secondaryNav a:active {
	text-decoration: none;
}

td.secondaryNav a:hover{
	text-decoration: underline;
}

td.sideBar{
	background-color: #999999;
}

td.pageBody{
	padding-left: 25px;
	padding-right: 15px;
	padding-top: 15px;
}


/**********************************************************
 *                                                        *
 *  FOOTER                                                *
 *                                                        *
 **********************************************************/

div.footerContainer{
	margin: 5px 5px 5px 15px;
	padding: 0px 5px 0px 0px;
	color: #000000;
}

/**********************************************************
 *                                                        *
 *  ERRORS/VALIDATION                                     *
 *                                                        *
 **********************************************************/

.VAMBlinkText{
   color: White;
}

.VAMFieldWithError
{
   background-color: Yellow;
}

.VAMErrorText,
.VAMRequiredFieldMarker,
.VAMValSummary,
.VAMValSummaryHeader,
.VAMValSummaryHeader tr,
.VAMValSummaryErrors,
.VAMValSummaryFooter,
.VAMValSummaryFooter tr
{
   color: Red;
}

.VAMValSummary
{
	border-color: red;
}

.VAMValSummary a,
.VAMValSummary a:hover,
.VAMValSummary a:visited,
.VAMValSummary a:link,
.VAMValSummary a:active{
	color: Red;
	text-decoration: underline;
}

.VAMValSummaryHeader img{
	margin-right: 3px;
}

.VAMValSummary,
div.errContainerError,
div.errContainerInfo,
div.errContainerWarn{
	border-width: 3px;
	border-style: solid;
	background-color: #EEEEEE;
	padding: 5px;
	margin: 10px 0px 10px 0px;
}

div.errContainerError{
	border-color: #FF0000;
	font-family: Arial, sans-serif; 
	font-size: 13px;
	font-weight: bold;
}

div.errContainerInfo{
	border-color: green;
	font-family: Arial, sans-serif; 
	font-size: 13px;
	font-weight: bold;
}

div.errContainerWarn{
	border-color: #FFFF00;
	font-family: Arial, sans-serif; 
	font-size: 13px;
	font-weight: bold;
}

.errError,
.errInfo,
.errWarn{
	margin-left: 5px;
}

.errError{
	color: #000000;
}

.errInfo{
	color: green;
}

.errWarn{
	color: black;
}

/**********************************************************
 *                                                        *
 *  NAVIGATION                                            *
 *                                                        *
 **********************************************************/

 
/**********************************************************
 *                                                        *
 *  TABLES                                                *
 *                                                        *
 **********************************************************/

table.dataTable{
	margin-top: 5px;
	border-collapse: collapse;
	width: 100%;
	border: 1px solid #999999;
}

table.dataTable tr.header td{
	padding: 5px;
	color: Black;
	background: White url(../Images/thbg.gif) repeat-x scroll bottom;
	vertical-align: bottom;
}

table.dataTable tr.header td a,
table.dataTable tr.header td a:visited,
table.dataTable tr.header td a:link,
table.dataTable tr.header td a:active {
	text-decoration: underline;
	color: Black;
}

table.dataTable td{
	border: 1px solid #999999;
}

table.dataTable tr.header td a:hover{
	color: #FFFF00;
}

table.dataTable tr.item{
	background-color: White;
}

table.dataTable tr.alternatingItem{
	background-color: #EEEEEE;
}

table.dataTable tr.item td,
table.dataTable tr.alternatingItem td{
	padding: 3px 5px 3px 5px;
}

table.dataTable tr.footer td{
	color: White;
	background-color: #006633;
	padding: 5px;
}

table.formTable tr.header td{
	color: #006633;
}

table.dataTable td table td{
	border: 0px ;
}


/***************************************/
table.dataTableTest{
	margin-top: 5px;
	border-collapse: collapse;
	width: 100%;
	border: 1px solid #999999;
}

table.dataTableTest tr.header td{
	padding: 2px;
	color: Black;
	background: White url(../Images/thbg.gif) repeat-x scroll bottom;
	vertical-align: bottom;
}

table.dataTableTest tr.header td a,
table.dataTableTest tr.header td a:visited,
table.dataTableTest tr.header td a:link,
table.dataTableTest tr.header td a:active {
	text-decoration: underline;
	color: #006633;
}

table.dataTableTest td{
	border: 1px solid #999999;
}

table.dataTableTest tr.header td a:hover{
	color: #009900;
}

table.dataTableTest tr.item{
	background-color: White;
}

table.dataTableTest tr.alternatingItem{
	background-color: #EEEEEE;
}

table.dataTableTest tr.item td,
table.dataTableTest tr.alternatingItem td{
	padding: 3px 5px 3px 5px;
}

table.dataTableTest tr.footer td{
	color: White;
	background-color: #006633;
	padding: 5px;
}

table.formTable tr.header td{
	color: #006633;
}
table.dataTableTest td table td{
	border: 0px ;
}


/**************************************/
/*
table.dataTable{
	margin-top: 5px;
	border-collapse: collapse;
	width: 100%;
	border: 1px solid #999999;
}

table.dataTable tr.header td{
	padding: 5px;
	color: Black;
	background: White url(../Images/thbg.gif) repeat-x scroll bottom;
	vertical-align: bottom;
}

table.dataTable tr.header td table tr td{
	padding: 5px;
	color: Black;
	background: White url(../Images/thbg.gif) repeat-x scroll bottom;
	vertical-align: bottom;
}

table.dataTable tr.header td a,
table.dataTable tr.header td a:visited,
table.dataTable tr.header td a:link,
table.dataTable tr.header td a:active {
	text-decoration: underline;
	color: #006633;
}

table.dataTable td table td{
	border: 0px ;
}


table.dataTable td{
	border: 1px solid #999999;
}

table.dataTable tr.header td a:hover{
	color: #009900;
}

table.dataTable tr.item{
	background-color: White;
}

table.dataTable tr.alternatingItem{
	background-color: #EEEEEE;
}

table.dataTable tr.item td,
table.dataTable tr.alternatingItem td{
	padding: 3px 5px 3px 5px;
}

table.dataTable tr.footer td{
	color: White;
	background-color: #006633;
	padding: 5px;
}

table.formTable tr.header td{
	color: #006633;
}
*/
div.relatedLinksContainer{
	text-align: left;
	font-size: 13px;
	white-space: nowrap;
	background-color: #E9E8E1;
	font-family: Verdana; font-size: 10px; font-weight: normal; color: #000000
}
div.relatedLinksContainer div.body{
	color: #000000;
	font-family: Verdana;
	font-size: 10px;
	font-weight: normal;
}
div.relatedLinksContainer ul{
	list-style: none;
	margin: 0px;
	padding: 0px;
}
div.relatedLinksContainer div.body li{
/*	border-top: 1px none White; */
	border-bottom: 1px solid #FEC6C7;
}

/* color: #000000; */
div.relatedLinksContainer div.header{
	padding: 3px 14px 2px 10px;
	color: #000000;
	font-weight: bold;
	font-family: Verdana; font-size: 10px; font-weight: bold; color: #000000;
	background-color: #E9E8E1;
}


/* color: old #EEEEEE New #006633; */
div.relatedLinksContainer a,
div.relatedLinksContainer a:link,
div.relatedLinksContainer a:visited,
div.relatedLinksContainer a:active{
	background-color: #E9E8E1;
	padding: 3px 14px 2px 10px;
	display: block;
	color: #000000;
	text-decoration: none;
}

div.relatedLinksContainer a:hover{
	background-color: White;
}

#RolloverLabel_panel{
	width: 250px;
}

div.summaryBox,
#RolloverLabel_panel{
	margin-bottom: 5px;
	border: 1px solid #FF0000;
}

div.summaryBox div.body,
div.summaryBox div.header,
#RolloverLabel_divHeader,
#RolloverLabel_divContent{
	padding: 3px;
}

div.summaryBox div.header,
#RolloverLabel_divHeaderRow{
	background-color: #FFF200;
	border-bottom: 1px solid #FF0000;
/*	background: White url(../Images/thbg.gif) repeat-x scroll bottom; */
}

table.summaryTable{
	border-collapse: collapse;
}

table.summaryTable tr.header td{
	padding: 2px 5px 2px 5px;
}

table.summaryTable tr.footer td,
table.summaryTable tr.item td,
table.summaryTable tr.alternatingItem td{
	padding: 0px 5px 0px 5px;
}

div.textRegion{
	border: 1px solid black;
	overflow: auto;
	height: 550px;
}

/**********************************************************
 *                                                        *
 *  WORKSPACE                                             *
 *                                                        *
 **********************************************************/
 
.formContainer .formInputContainer{
	border: 0px solid #DADADA;
	background-color: white;
	margin-bottom: 5px;
	
}
div.formInputContainer table tr td{
	font-family: Verdana, Arial, sans-serif;
	font-size: 10px;
}
