/* Default CSS Stylesheet for a new Web Application project */

BODY
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

H1, H2, H3, H4, H5, TH, THEAD, TFOOT
{
    /*COLOR: #003366;*/
	color: #555555;
}

A
{
	/*font-size: small;*/
	color: #BF6160;
	text-decoration: underline;	
}

A:hover
{
	/*font-size: small;*/
	color: #999999;
	text-decoration: underline;
}

UL LI
{
	list-style-image: url(images/icon.gif);
	list-style-type: square;
}	

UL LI LI	{	
	list-style-type:	disc;
	}	

UL LI LI LI	{	
	list-style-type:	circle;
	}	
	
OL LI	{	
	list-style-type:	decimal;
	}	

OL OL LI	{	
	list-style-type:	lower-alpha;
	}	

OL OL OL LI	{	
	list-style-type:	lower-roman;
	}	

TD.CtrlLabelBg
{
	color: #003366;
	background-color: aliceblue;
}
TD.CtrlItemBg
{
	/*color: #006d80;*/
	background-color: white;
}

.TopText
{
	color: #bf6160;
	text-decoration: none;
}
.TopText A
{
	/*font-size: small;*/
	color: #BF6160;
	text-decoration: none;
}
.TopText A:hover
{
	/*font-size: small;*/
	color: #999999;
	text-decoration: underline;
}
.TablePager
{
	font-weight: bold;
	background-position-y: bottom;
	background-image: url(images/table_line.gif);
	color: white;
	background-repeat: repeat-x;
	background-color: #BA2026;
}
.TablePager A
{
	color: white;
	text-decoration: underline;
}
.TablePager A:hover
{
	color: #E6CFCF;
}
.TablePager A:visited
{
	color: white;
}
.TableHeader
{
	color: white;
	font-weight: bold;
	/*font-size: small;*/
	background-image: url(images/table_line.gif);
	background-position-y: bottom;
	background-repeat: repeat-x;
	background-color: #BA2026;
	padding: 4px;
}
.TableHeader A
{
	color: white;
	text-decoration: underline;
}
.TableHeader A:hover
{
	color: #E6CFCF;
}
.TableHeader A:visited
{
	color: white;
}
.TableItem
{
	color: #666666;
	/*font-size: small;*/
	background-color: #ffffff;
	background-image: url(images/table_line.gif);
	background-position-y: bottom;
	background-repeat: repeat-x;
	padding: 4px;
}
.TableItem A
{
	color: #CB7573;
}
.TableItem A:hover
{
	color: #999999;
}
.TableItem A:visited
{
	/*color: #999999;*/
}
.TableAlternatingItem
{
	color: #666666;
	/*font-size: small;*/
	background-color: #E6CFCF;
	background-image: url(images/table_line.gif);
	background-position-y: bottom;
	background-repeat: repeat-x;
	padding: 4px;
}
.TableAlternatingItem A
{
	color: #CB7573;
}
.TableAlternatingItem A:hover
{
	color: #999999;
}
.TableAlternatingItem A:visited
{
	/*color: #999999;*/
}

.TextSubTitle
{
	/*font-size: small;*/
	color: #BA2026;
	text-decoration: none;
}
.TextSubTitle A
{
	color: #BF6160;
	text-decoration: underline;
}
.TextSubTitle A:hover
{
	color: #999999;
	text-decoration: underline;
}
.TextSubTitle A:visited
{
	/*color: #BF6160;*/
	text-decoration: underline;
}
.TextHighLight
{
	color: #CB7573;
}

.TextSilver
{
	/*font-size: small;*/
	color: #bbbbbb;
	text-decoration: none;
}
.TextSilver A
{
	color: #bbbbbb;
	text-decoration: underline;
}
.TextSilver A:hover
{
	color: #CB7573;
	text-decoration: underline;
}
.TextSilver A:visited
{
	/*color: #bbbbbb;*/
	text-decoration: underline;
}
.TextGray
{
	color: #666666;
	/*font-size: small;*/
}
.TextGray A
{
	color: #CB7573;
	text-decoration: underline;
}
.TextGray A:hover
{
	color: #666666;
}
.TextGray A:visited
{
	/*color: #CB7573;*/
}
.BodyBg
{
	/*background-color: #CC908F;*/
	BACKGROUND-IMAGE: url(images/bg.gif); 
	BACKGROUND-REPEAT: repeat-x;
	color: #666666;
}
.TableTitle
{
	background-color:#BF6160;
	FONT-WEIGHT: bold;
	FONT-SIZE: large;
	COLOR: #ffffff;
}
.ListItem
{
	color: #666666;
	background-position-y: bottom;
	background-image: url(images/table_line.gif);
	MARGIN-bottom: 20px;
	MARGIN-top: 20px;
	MARGIN-right: 20px;
	MARGIN-left: 20px;
	background-repeat: repeat-x;
}
.ListItem A
{
	color: #CB7573;
}
.ListItem A:hover
{
	color: #999999;
}
.ListItem A:visited
{
	/*color: #CB7573;*/
}
