/* corporatesports.css */

/* Generic Classes */

* { font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif; }

body { background: #000154; }

h4 { color: #eee;
	margin-bottom: 10px; }

a { color: #B7BFDF;
	text-decoration: none; }
a:hover { color: #eee;
	text-decoration: underline; }

/* Temporary Classes */

.highlight { color: #f00;
	border: 2px Dashed #c00;
	font-weight: 800; }

/* Semi-Generic + Custom Classes */

.center { text-align: center; }

div.clear { clear: both;
	font-size: 1px;
	height: 1px;
	overflow: hidden;
	content: '.'; }

p#affiliations { border: 3px Solid #00478D;
	background: #fff;
	padding: 5px;
	text-align: center;
	color: #555; }
p#affiliations img { border: none;
	margin: 2px 5px; }

td.body_copy, td.tablep { font-size: 0.8em;
	line-height: 125%;
	color: #eee; }
p.tablep { margin: 5px;
	color: #fff;
	font-size: 0.8em; }
td.whitep { color: #eee;
	font-size: 0.8em; }
tr.odd td { background: #2B4582; }

table#calendar thead tr th { padding: 5px 10px 7px;
	background-color: #7286b1;
	border-bottom: 3px solid #000154;
	color: #fff;
	font-size: 0.8em;
	text-transform: uppercase;
	text-align: left;
	letter-spacing: 2px; }
table#calendar tr td { text-align: left; }

ul#menu { list-style: none;
	margin: 6px 0px;
	padding: 0px 0px 1px;
	font-size: 0.8em;
	text-align: center; }
ul#menu li { display: inline; }

ul#menu li a { color: #fff;
	padding: 5px 13px 7px;
	background: url('../images/menu-bg.jpg') repeat-x left top;
	border-right: 1px Solid #eee;
	border-bottom: 1px Solid #eee;
	border-left: 1px Solid #eee;
	text-decoration: none;
	text-align: center;
	font-weight: 100; 
}
	
ul#menu li a:hover { background: #002B6C;
	border-right: 1px Solid #2B4582;
	border-bottom: 1px Solid #2B4582;
	border-left: 1px Solid #2B4582; }

div#clubs {color: #eee; width: 300px; float: left; }
div#clubs ul#players {list-style-type: none; padding: 0px; margin: 0px;}
div#clubs ul#players h3 {padding-left: 35px; padding-bottom: 1px; font-size: 16px; margin: 20px 0px 5px 0px;}
div#clubs ul#players h3:hover {text-decoration: underline; cursor: pointer;}
div#clubs ul#players li {}
div#clubs ul#players li div.acc-section{overflow: hidden;}
div#clubs ul#players li div.acc-section div.acc-content{margin-left: 35px;}
div#clubs ul#players li div.acc-section div.acc-content p {font-size: 0.8em; padding: 0px; margin: 3px 0px;}

div#rightContent {color: #eee; width: 400px; float: left; }
div#rightContent h4 {font-size: 16px;}
div#rightContent {font-size: 0.8em;}

ul#utility { list-style: none;
	
	font-size: 0.8em;
	text-align: right;
	margin: 0px 5px 6px; }
	
ul#utility li { display: inline;}
ul#utility li a { color: #fff;
	border-left: 1px Solid #fff;
	padding: 2px 5px 3px 7px; display: inline;}
ul#utility li#utility_first a { border: 0; }
ul#utility li a:hover { text-decoration: underline; }

ul#gallery { margin: 0px;
	padding: 0px;
	list-style: none; }
ul#gallery li { display: inline; }
ul#gallery li a img { border: 1px Solid #eef;
	margin: 3px; }

a.frame { float: right; }
a.frame img { border-width: 1px; }

h5
{
	color: #fff;
}

div.registerNow
{
	margin: 0px auto;
	height: 28px;
	background: url('../images/menu-bg.jpg') repeat-x top left;
	border: 1px Solid #eee;
	width: 150px;
}

.registerNow a
{
	display: block;
	text-decoration: none;
	text-align: center;
	font-size: 16px;
	padding: 4px 5px 5px 5px;
	margin: 0px auto;
	color: #eee;
}

.registerNow a:hover
{
	color: #000154;
	text-decoration: none;
}

div#error
{
	border: 2px solid red;
	background-color: #ffbbbb;
	color: black;
}

#error p
{
	margin: 4px 0px 4px 5px;
}

#register h1, #confirmRegistration h1
{
	font-size: 16px;
}

#confirmRegistration h2
{
	font-size: 15px; 
	padding-top: 15px; 
	color: #888;
	text-decoration: underline;
}

#confirmRegistration p
{
	margin: 4px 0px 4px 0px;
}

#confirmRegistration b
{
	color: #888;
}

#confirmRegistration p.details
{
	color: #888;
}

#register div#form
{
	width: 100%;
	padding-top: 20px;
}

#register div#form h2
{
	padding: 0px;

	margin: 0px;
	font-size: 14px;
	/*background-color: #777;*/
	background: url(../images/menu-bg.jpg) repeat-x ;
	padding: 6px 5px;
	border-bottom: 1px solid #fff;
}

#form div.field
{
	padding: 10px 5px 0px 5px;
	font-size: 14px;
}

#form .field label.text
{
	float: left;
	padding: 0px;
	margin: 0px;
	width: 90px;
}

#form .field input.long
{
	width: 250px;
}

#form .field input.medium
{
	width: 125px;
}

#form .field input.short
{
	width: 62px;
}

#form .field select
{
	width: 65px;
}

#form .field label:hover
{
	cursor: pointer;
}

div .submit
{
	clear: both;
	padding: 25px 0px;
	text-align: center;
}

.submit input
{
	padding: 3px 7px;
}

.error
{
	border: 1px solid red;
	/*background-color: #FFF380;*/
}


