body, td, th, div, p, ol, ul, input, textarea, select {
	font-family: Verdana, Arial, Helvetica;
	font-size: 11px;
	color: #000033;
}
.sidegrad {
	background: #1179CD url(../img/bg_side.gif) bottom center repeat-x;
}
h1 {
	color: #116A91;
	font-size: 24px;
}
h1.btn1mid {
	color: #FFFFFF;
	font-size: 11px;
	padding: 4px;
	margin: 0px;
}
h2 {
	font-size: 18px;
}
h3 {
	font-size:16px;
	font-weight: normal;
}
h4 {
	font-size:12px;
	font-weight: bold;
}
.crumb {
	font-size: 11px;
	text-transform: lowercase;
}
.mLink {
	letter-spacing: -2px;
}
.button, .button a, .button_up, .button_up a {
	color: #FFFFFF;
	text-decoration: none;
}
.menubutton {
	background: #FFFFFF url(../img/buttons/bg.gif) repeat-x; font-weight: normal; padding-bottom: 3px; height: 21;
}
.menubutton_up {
	background: #FFFFFF url(../img/buttons/bg_up.gif) repeat-x; font-weight: bold; height: 32;
}
/* Buttons */
.btn1left {background: #fff url(../img/hdr_left.gif) top right no-repeat; width:7px; height:21px}
.btn1right {background: #fff url(../img/hdr_right.gif) top left no-repeat; width:7px; height:21px}
.btn1mid {background: #fff url(../img/hdr_middle.gif) repeat-x; font-weight: bold; color: #FFFFFF;}
.btn1mid a, .btn1mid a:hover {font-weight: bold; color: #FFFFFF; text-decoration: none}

.btn12left {background: #fff url(../img/hdr2_left.gif) top right no-repeat; width:5px; height:32px}
.btn12right {background: #fff url(../img/hdr2_right.gif) top left no-repeat; width:5px; height:32px}
.btn12mid {background: #fff url(../img/hdr2_middle.gif) repeat-x; font-weight: bold; color: #FFFFFF}
.btn12mid a, .btn1mid a:hover {font-weight: bold; color: #FFFFFF; text-decoration: none}

.btn13left {background: #fff url(../img/hdr3_left.gif) top right no-repeat; width:5px; height:47px}
.btn13right {background: #fff url(../img/hdr3_right.gif) top left no-repeat; width:5px; height:47px}
.btn13mid {background: #fff url(../img/hdr3_middle.gif) repeat-x; font-weight: bold; color: #FFFFFF}
.btn13mid a, .btn1mid a:hover {font-weight: bold; color: #FFFFFF; text-decoration: none}


.btn2left {background: #fff url(../img/bts_left.gif) top right no-repeat; width:7px; height:21px}
.btn2right {background: #fff url(../img/bts_right.gif) top left no-repeat; width:7px; height:21px}
.btn2mid {background: #fff url(../img/bts_middle.gif) repeat-x; font-weight: bold; color: #000033}
.btn2mid a, .btn1mid a:hover {font-weight: bold; color: #000033; text-decoration: none}

.btn3left {background: #fff url(../img/btw_left.gif) top right no-repeat; width:7px; height:21px}
.btn3right {background: #fff url(../img/btw_right.gif) top left no-repeat; width:7px; height:21px}
.btn3mid {background: #fff url(../img/btw_middle.gif) repeat-x; font-weight: bold; color: #000033}
.btn3mid a, .btn1mid a:hover {font-weight: bold; color: #000033; text-decoration: none}

.tablehead {
	background-color: #116A91; color: #FFFFFF; font-weight: bold;
}
.tablehead2 {
	background-color: #006666; color: #FFFFFF; font-weight: bold;
}
.tablesubhead {
	background-color: #C8D4D9; 
}
.eventTitle  {
	color: #006666; font-weight: bold;
}
.tablematrix, .tablematrix td, .tablematrix th {
	font-size: 10px;
}
.logintable {
	border: 1px solid #116A91; padding: 2px;
}
.logintable td {
	padding: 2px;
}
.logintable td {
	padding: 2px;
}

.listtable {
	border: 1px solid #116A91;
}
.listth {
	text-align: left;
	border-top: 1px solid #006666;
}
.listtd {
	border-left: 1px solid #CCCCCC;
	border-top: 1px solid #006666;
}
.error {
	position: relative;
	border: 1px solid #CC0000;
	color: #CC0000;
	font-weight: bold;
	text-align: center;
	left: 50%;
	margin-left:-200px;
	width: 400px;
	padding: 6px;
}