
/* Styles for the Details Screen */

TD.DetailBanner
{
	font-size: 11px;
	background-color: #B7B7FF;  
	color: black;  
	font-weight:BOLD; 
	line-height: 17px;  
	font-family:tahoma, verdana, arial, sans-serif;  align: left;  
	display:inline;
	padding:5px;
}

.DetailSummary
{
 	color: white; 
	background-color: #000040;
	line-height: 13px;
	padding:5px;
	font-weight:bold;	
}

TR.Details
{
	background-color: #ccccff;
	font-size: 11px;
	Color: black;
	line-height: 13px;
	font-family: tahoma, verdana, arial, sans-serif;
	text-align: left;
	border-top: 1px solid rgb(255,255,255); 
	border-bottom: 1px solid rgb(153,153,204)
	
}

TD.DetailDataValue
{

	font-size: 11px;
	Color: black;
	line-height: 13px;
	font-family: tahoma, verdana, arial, sans-serif;
	text-align: left;
	border-top: 1px solid rgb(255,255,255); 
	border-bottom: 1px solid rgb(153,153,204)
	
}

TD.DetailDataCaption
{
	font-size: 11px;
	Color: black;
	font-family: tahoma, verdana, arial, sans-serif;
	text-align: left;
	border-top: 1px solid rgb(255,255,255); 
	border-bottom: 1px solid rgb(153,153,204);
	font-weight: bold;
	width:20%;
	padding-left:10px;
	white-space:nowrap;
}



/* End Styles for the Details Screen */

BODY
{
	font-family: tahoma, verdana, arial, sans-serif;
	font-size: 11px;
	background-color:#c5c5f8;
	/* #b0b0ef #000040 #c5c5f8 rgb(0,0,102) #000033 */
}
TABLE 
{
	font-family: tahoma, verdana, arial, sans-serif
	font-size: 11px; 
	line-height: 10pt; 
}

TD
{
    	font-size: 11px;
    	line-height: 13px;
}

.groupHeader
{
    	font-weight: bold;
    	font-size: 13px;
    	background-color: #000033;
    	color: white;
    	text-align: center
}
.dealHeader
{
	color:white;
	text-align:center;
    	font-size: 12px;
	font-weight: bold;
	padding:5px;
	background-color:#000033;
	border: 1px solid white;
}
.columnHeader
{
    	border-bottom: 1px solid white;
	text-align:center;
    	font-family: tahoma, verdana, arial, sans-serif;
	font-weight: bold;
}


/* notification Row Styles */
.resultsRowEven
{
    BACKGROUND-COLOR: #c5c5f8;
}
.resultsRowOdd
{
    BACKGROUND-COLOR: #b0b0ef;
}

/* Login Styles */
 
.username
{
}

.password
{
}

.usernameLabel
{
    	font-weight: normal;
    	color: white;
    	font-family: tahoma, verdana, arial, sans-serif;
}
.passwordLabel
{
    	font-weight: normal;
    	color: white;
    	font-family: tahoma, verdana, arial, sans-serif;
}

.loginTable
{
    	background: none transparent scroll repeat 0% 0%
    	font-weight: normal;
    	color: white;
    	font-family: tahoma, verdana, arial, sans-serif;
}

.outerLoginTable
{
    	margin-top: 9px;
    	margin-left: 9px;
    	background-color: #000431
}

.loginText
{
    	font-weight: normal;
    	color: white;
    	font-family: tahoma, verdana, arial, sans-serif;
    	text-align: center;
}

.passwordChangeText
{
    	text-align: center;
}

.loginForm
{
	border: #ffffff thin solid;
	padding: 10px;
	color: white;

	margin-left: 25px;
	margin-right: 25px;
	margin-bottom: 10px;

	text-align: left;
}
.logonButton
{
	color:white;
	border: #ffffff 1px solid;
	background-color: #000033;
}

/* Form element Styles */

.submitButton
{
	color:white;
	border: #ffffff 1px solid;
	background-color: #000033;
	width: 100px;
	height: 25px;
}
.submitButtonDisabled
{
	color:white;
	border: #ffffff 1px solid;
	background-color: #c0c0c0;
	width: 100px;
	height: 25px;
    	font-family: tahoma, verdana, arial, sans-serif;
	text-align:center;
}
/* Form element Styles */
