/*   Start Design Specific CSS Tags     */

/* General */
a { text-decoration: none; color: #0000CC; }
a:hover	{ text-decoration: underline; }
body { background-color:#000000; font-size: 12px; font-family:arial, helvetica;}
a.mainmenuNav { color: #0000CC; }

/* Content */
.c_text { font-size:12px; color:#333333; }
.odd { background-color:#EFEFEF; font-size:11px; }
.even { background-color:#E4E4E4; font-size:11px;}
.contentDark { background-color:#fafafa; }
.tintedBackground {
  background: #fafafa;
}
.search_head { color: #000000; }

/* Left Col */
.l_col_sides { background-color: #303030; background-repeat: no-repeat;}
.l_col_center { background-color: #8E8E8E; background-repeat: no-repeat;}

/*
.l_trans { font-size:10px; filter: alpha(opacity=50); -moz-opacity:0.5; -khtml-opacity: 0.5; opacity: 0.5; }
.l_trans2 {	font-size:10px; filter: alpha(opacity=20); -moz-opacity:0.2; -khtml-opacity: 0.2; opacity: 0.2; }
.l_notrans { position:relative; }
*/
.l_trans { font-size:10px; }
.l_trans2 {	font-size:10px;;}
.l_notrans { }
td.l_menuItem { }
td.l_menuItemActive { }
.leftmenuNav { font-size: 10px; }
a:hover.leftmenuNav { font-size: 10px; text-decoration: none; }

/* Right Col */
.r_col { background-color: #303030; }
.r_login { background-color: #8E8E8E; }
a.rightmenuNav { color:#000000; }
a.rcMiscLink { color: #eee; }

td.rcBackground { background: #999; }

/* Header */
.t_banner { background-color: #595959; }

/* Footer */
.footer { color: #999999; }
.footer a { color: #FFFFFF; }

.info
{
	background: #FFFF8C;
}

.required
{
	background: #C93509;
	color: white;
	font-weight: bold;
}

input.required
{
	background: #ffffff;
	color: black;
	font-weight: normal;
}

select.required
{
	background: #ffffff;
	color: black;
	font-weight: normal;
}

textarea.required {
	background: #ffffff;
	color: black;
	font-weight: normal;
}

.textAreabg {
  background-image: url('/images/tback.gif');
  font-family:arial;
  font-size:12px;
}

/*    End Design Specific CSS Tags    */