
.sun_body
{
	background-color: White;
}

.sun_textbox
{		
	padding-left: 3;
	border: solid 1px silver;
	font-family: Tahoma;
	font-size: 11px;
	font-weight: normal;
	color: #404040;	
}

.sun_row
{
	padding-right: 5px;
	padding-left: 5px;
	font-weight: normal;
	font-size: 11px;
	padding-bottom: 2px;
	color: black;
	padding-top: 3px;
	font-family: Tahoma;
	background-color: #f7f7f7;
}

.sun_altrow
{
	font-weight: normal;
	font-size: 11px;
	color: black;
	font-family: Tahoma;
	background-color: #f7f7f7;
	padding: 3 5 2 5;	
}

.sun_commandbutton {font-family: Tahoma;font-size: 11px;font-weight: normal;}
	A.sun_commandbutton:link {text-decoration: underline;color: #000000;}
	A.sun_commandbutton:visited {text-decoration: underline;color: #000000;}
	A.sun_commandbutton:active {text-decoration: underline;color: #000000;}
	A.sun_commandbutton:hover {text-decoration: none;color: #BC050A;}



.sun_alttab
{
	background-color: white; /* rgb(188,5,10) */
}

.sun_tab
{
	background-color: rgb(220,220,220);
}

.sun_normal
{
	font-family: Tahoma;
	font-size: 11px;
	font-weight: normal;
	color: #000000;
} 

.sun_normalred
{
	font-family: Tahoma;
	font-size: 11px;
	font-weight: normal;
	color: red;
	font-weight: bold;
} 

.sun_header2
{
	font-family: Tahoma;
	font-size: 11px;
	font-weight: normal;
	color: #000000;
	font-weight: bold;
	
}

.sun_altheader2 {padding: 3 5 2 5;	font-family   : Arial, Helvetica; color: #BC050A;font-size: 11px;font-weight: bold; background-color: #DCDCDC;}

td.sun_altheader2 {padding: 3 5 2 5; font-family: Tahoma;font-size: 11px;font-weight:bold; color:black;}
td.sun_altheader2 A:link {text-decoration: underline;color: #000000;}
td.sun_altheader2 A:visited {text-decoration: underline;color: #000000;}
td.sun_altheader2 A:active {text-decoration: underline;color: #000000;}
td.sun_altheader2 A:hover {text-decoration: none;color: #BC050A;}

.sun_table
{
	border: solid 1px lightgray;
	background-color: #f7f7f7;
}

A.imgButton:link, A.imgButton:visited
{
	font-size: 12px;
	color: #BC050A;
	text-decoration: none;
	margin-right: 5px;
	margin-bottom: 1px;
	padding-top: 2px;
	padding-right: 3px;
	padding-left: 20px;
	border-right: whitesmoke 1px snow;
	font-weight: bold;
	height: 20px;
	vertical-align: middle;
	background-position: left center;
	background-repeat: no-repeat;			
}
A.imgButton:hover 
{
	color: Red;		
}



