#secureNav{
/*	position: relative;
	width: 100%; */
/*	min-width: 640px;*/
/*	height: 32px;
	color: #910202;
	padding: 0px;
	margin: 0px;
	background-image:  url("../../images/glbnav_background.gif");
	color: #ffffff;
	font-size: 16px;
	font-weight: bold;
	float:left;*/
}



#secureLink{
/*	position: absolute;
	top: 6px;
	height: 22px;
	padding: 0px;
	margin: 0px;
	left: 10px;
	z-index: 100;*/
}

#secureNav a:link,
#secureNav a:visited{
	font-size: 11px;
	padding-left: 25px;
	font-weight:normal;
}



#content
{
	padding: 0px;
}

#secureContent{
	padding: 15px;
	float: left;
}

#content img{
	padding: 0;
}




form label{
	font-size:small;
	font-weight: normal;
}


.mainHead{
font-weight:bold; font-size:20px; padding: 20px 0 5px 0;
}
.subHead{
font-size:12px;
}
td.picked{
font-weight:bold;
}
td.historyStyle{
	vertical-align: top;
	padding:0 10px;
}


/**************** form styles *****************/

.register {
	/*display: block;*/
	width: 250px;
	/*float: left;*/
	margin-bottom: 10px;
}

label.register {
	text-align: right;
	padding-right: 20px;
	margin-bottom: 10px;
	display:block;
	width: 180px;
}

br {
	/*clear: left;*/
}

/********************* end **********************/


.errormsg{
	color: red;
	padding: 2px 5px;
	border: 1px solid red;
	background-color: lightgrey;
	margin-right: 10px;
	margin-top: 5px;
	font-size:12px;
}

.disabled, .disabled td label, .disabled td input{
	color: #999999;
}


/*************** Standings Page ***************/
.pane {
 margin: 0px;
 padding: 0px;
 float: none;
 width: 325px;
}
.heading {
 background-image: url(images/standingsTitle.png);
 background-repeat: repeat-x;
 background-color: #99bbe8;
 color: #ffffff;
 border: 1px solid #red;
 font-weight: bolder;
 /*float: left;*/
 padding: 3px;
 font-size: 11px;
 /*width:325px;*/
}
.body{
 border: 1px solid #555;
 /*padding: 3px;*/
 width: 329px;
/* height: 300px;*/
 /*float:left;*/
}
.title {
 /*float: left;*/
}
.openclose {
 float: right;
 padding: 0px 4px;
 font-size: 12px;
 font-weight: bolder;
 text-decoration: none;
 margin: 0px;
 color: #ffffff;
}
.openclose:hover {
 border: 1px solid #ffffff;
 color: #ffffff;
 margin: -1px;
 text-decoration:none;
}