body { 
	color: #101010; 
	font-size: 11px; 
	font-family: verdana, arial, sans-serif; 
	background: #fff url(graphics/back_gradient.png) repeat-x; 
	margin: 0 0 0 0;
}
#pageheader
{
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	width: 700px;
	height: 74px;
	display: block;
}
#mainboxwrappertop
{
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	width: 528px;
	height: 14px;
	background: url("graphics/mainbox_top.png") no-repeat bottom;
}
#mainboxwrappermiddle
{
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	width: 528px;
	background: url("graphics/mainbox_middle.png") repeat-y; 	
	height: auto;
}
#mainboxwrapperbottom 
{
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	width: 528px;
	height: 14px;
	background: url("graphics/mainbox_bottom.png") no-repeat top; 
}
#mainboxcontent
{
	width: 500px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	text-align: left;
}
#rclogo
{
	width: 100px;
	height: 24px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	background: url("graphics/rc_logo_color.bmp") no-repeat top; 
	cursor: hand;
}
#basblogo
{
	width: 129px;
	height: 17px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	background: url("graphics/basb_logo.png") no-repeat top; 
	cursor: hand;
}
.tableBorder { 
	border: 1px solid #aaa; 
	border-collapse: collapse;
}
.tableNoBorder { 
	border: none; 
	border-collapse: collapse;
}
.tdLightGrey { 
	border: none; 
	background: #f5f5f5;
	padding: 12px; 
}
.noteBox { 
	border: 2px solid #aaa; 
	background: #FFFFD5;
	padding: 7px;
}
.tdSmallGrey { 
	font-size: 10px; 
	color: #303030;
}
.tdVerySmallGrey { 
	font-size: 9px; 
	color: #303030;
}
.tdSmallRed { 
	font-size: 9px; 
	color: #cc0000;
}
a { 
	color: #101010; 
	font-family: verdana, arial, sans-serif; 
	text-decoration: underline;
}
a:hover  { 
	color: #f5f5f5; 
	background-color: #222;
}
.aClean {
	text-decoration: none;
        background-color: Transparent;
}
.aClean:hover {
	text-decoration: none;
        background-color: Transparent;
}
input { 
	font-size: 11px; 
	color: #101010; 	
	font-weight: bold;
	font-family: verdana, arial, sans-serif; 
	background-color: #fff;
	border: solid 1px #bbb;
}
.inputNoBorder { 
	font-size: 10px; 
	color: #101010; 	
	font-weight: bold;
	font-family: verdana, arial, sans-serif; 
	background-color: #fff;
	border: none;
}
select { 
	color: #101010; 
	font-size: 9px; 
	font-family: verdana, arial, sans-serif; 
	background-color: #fff; 
	border: solid 1px #bbb; 
	font-weight: bold;
}
.selectTicket { 
	color: #101010; 
	font-size: 9px; 
	font-family: verdana, arial, sans-serif; 
	background-color: #fff; 
	border: solid 1px #bbb; 
	font-weight: bold; 
	width: 40px;
}
h2 { 
	font-size: 22px; 
	color: #101010; 
	margin-top: 0px;
	padding-top: 0px;
}
h3 { 
	font-size: 18px; 
	color: #101010; 
	margin-top: 0px;
	padding-top: 0px;
}
h5 { 
	font-size: 13px;  
	margin-top: 0px;
	padding-top: 0px;
}
.dontShow {
	display: none;
}
.tdNavClosed {
	background: url(graphics/navigate_closed.png);
	height: 43px;
}
.tdNavOpen {
	background: url(graphics/navigate_open.png);
	height: 43px;
}
.tdSmallNavClosed {
	background: url(graphics/navigate_closed_small.png);
	height: 19px;
}
.tdSmallNavOpen {
	background: url(graphics/navigate_open_small.png);
	height: 19px;
}
.whiteOnRed {
	background-color: #f00; 
	color: #fff;
	font-weight: bold;
}
.boldOnYellow {
	background-color: #FFFFC0; 
	font-weight: bold;
}
.boldGreen {
	color: #339933; 
	font-weight: bold;
}
.boldRed {
	color: #cc0000; 
	font-weight: bold;
}
.boldBlack {
	color: #000; 
	font-weight: bold;
}
.italicStd {
	font-weight: normal;
	font-style: italic;
}