/**
 * mainw.css - White stylesheet 
 */

/***********************************************************************
 * Elements
 **********************************************************************/
a:link {
	color: #BC2026;
	text-decoration: none;
}
a:visited {
	color: #BC2026;
	text-decoration: none;
}
a:hover {
	color: #BC2026;
	text-decoration: underline;
}
a:visited {
	color: #BC2026;
	text-decoration: none;
}

body {
	color: #77787B;
	margin: 0px;
	font-size: 12px;
	font-family: arial, helvetica, "sans serif";
	background-color: #FFFFFF;
}

td {
	font-size: 12px;
}

.smallertext {
	font-size: 10px;
	color: #77787B;
}
A.smallertext:link          { font-size: 10px;}
A.smallertext:active        { font-size: 10px;}
A.smallertext:visited       { font-size: 10px;}
A.smallertext:hover         { font-size: 10px;}

.whitetext { color: #FFFFFF; }
A.whitetext:link          { COLOR: #FFFFFF; TEXT-DECORATION: none}
A.whitetext:active        { COLOR: #FFFFFF; TEXT-DECORATION: none}
A.whitetext:visited       { COLOR: #FFFFFF; TEXT-DECORATION: none}
A.whitetext:hover         { COLOR: #FFFFFF; TEXT-DECORATION: underline}

.whitebold {
	color: #FFFFFF;
	font-weight:bold;
}

.redtext {
	color: #BC2026;
}

.columnchart {
	padding:18px 26px 18px 26px;
	border-style:solid;
	border-width:1px;
	border-color:#252624;
	line-height:24px;	
}

.columnchartleft {
	background-image: url(../images/ch_bot_left.gif);
	background-repeat: no-repeat;
	background-position: left bottom;	
}

.columnchartright {
	background-image: url(images/ch_bot_right.gif);
	background-repeat: no-repeat;
	background-position: right bottom;	
}


.blogrighthead {width:100%; font: bold 1.4em Arial, Helvetica, sans-serif; padding: 0 0 10px 0; margin: 0 0 12px 0; background: url(../images/oncall/underline.png) bottom repeat-x;}


