@import "forms.css";

html, body {
    height: 100%;
}
body {
	margin: 0px;
	padding: 0px;
	background-color: #000066;
	color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
a {
	color: #FFFFFF;
	text-decoration: none;
	font-style: italic;
	font-size: 90%;
}

A.outside:link    {color: #FFFFFF; text-decoration: none; font-style: italic; font-size: 90%;}
A.outside:visited {color: #FFFFFF; text-decoration: none; font-style: italic; font-size: 90%;}
A.outside:active  {color: #ffffff; text-decoration: underline; font-style: italic; font-size: 90%;}
A.outside:hover   {color: #ffffff; text-decoration: underline; font-style: italic; font-size: 90%;}

.miniTitle {
	font-style: italic;
	color: #FF99FF;
}
.smallSubTitle {
	font-size: .9em;
	color: #DDDDDD;
	font-family: Padaloma, Garamond, Arial, sans-serif;
}
/*This is needed when the background is white*/
.specialLink {
	color: #6600FF;
}
.basicBlackText {
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.subTitle {
	font-size: 1.3em;
	color: #DDDDDD;
	font-family: Padaloma, Garamond, Arial, sans-serif;
}
.caption {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
}
.captionTitle {
	font-size: 0.9em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
}
#wrapper {
	width: 1150px;
	margin: 0px;
	padding: 0px;
	float: left;
	position: relative; /* real browsers */
/*  The following is supposed to fixe IE6; but it makes my IE8 unable to scroll beyond 1 page */
/*	height:100%;  IE6: treaded as min-height*/

	min-height:100%; /* real browsers */
}
#wrapper #logo {
	width: 132px;
	float: left;
	margin: 0px;
	padding: 0px;
}
#wrapper #header {
	width: 993px;
	margin: 0px;
	padding: 0px;
	background-image: url(../newimages/backgrounds/titleBackground.gif);
	height: 120px;
	background-repeat: no-repeat;
	float: left;
}
#wrapper #header #title {
	margin: 0px 0px 0px 22px;
	padding: 0px;
	width: 700px;
}
#wrapper #header #topNav {
	margin-left: 15px;
	margin-top: 12px;
	float: right;
}
#wrapper #header #topNav div {
	float: left;
	height: 36px;
	width: 110px;
	margin-left: 7px;
}
#wrapper #nav {
	float: left;
	clear: left;
	width: 135px;
	height: 330px;
	background-image: url(../newimages/backgrounds/navBG.gif);
	background-repeat: repeat-y;
	margin: 0px;
	padding: 0px;
}
#wrapper #nav ul {
	list-style-type: none;
	margin: 10px 0px 0px;
	padding: 0px;
}
#wrapper #nav li {
	padding: 0px;
	margin-left: 0px;
	list-style-type: none;
	margin-top: 8px;
}
#wrapper #nav a:hover {
	border-top: #FFFFFF;
	border-right: thick groove #FFFFFF;
	border-bottom: #FFFFFF;
	border-left: #FFFFFF;
}
#wrapper #spotlight {
	width: 485px;
	float: left;
	margin-top: 10px;
	border: medium outset #999999;
}
#wrapper #headlines {
	width: 380px;
	float: left;
	padding-top: 5px;
	border-left-width: thin;
	border-left-style: solid;
	border-left-color: #FFFFFF;
	height: 450px;
	padding-left: 15px;
	display: inline;
	overflow: auto;
	margin-left: 10px;
	margin-top: 10px;
	border-top-width: thin;
	border-top-style: solid;
	border-top-color: #FFFFFF;
}
/*This formatting is used on the contacts page.  As of 10/24/06, it is also used for photos*/
#wrapper #coaches {
	float: left;
	width: 900px;
	margin-top: 10px;
}
#wrapper #coaches ul {
	list-style-type: none;
	margin: 0px 0px 15px;
}
#wrapper #coaches li {
	list-style-type: none;
	display: inline;
	float: left;
	margin-left: 0px;
	margin-bottom: 25px;
	padding-left: 5px;
}
#wrapper #coaches #marinaWrestling {
	clear: left;
}
#sponsors {
	width: 1010px;
	background-color: #000000;
	margin-left: 10px;
	margin-top: 20px;
	height: 140px;
	clear: both;
	float: left;
}
#sponsors #topRow {
	height: 180px;
	background-color: #000000;
	width: 100%;
}
#sponsors #topLeftSponsor {
	float: left;
	width: 165px;
	margin-left: 5px;
	margin-top: 7px;
	height: 165px;
	background-image: url(../newimages/homeFooter/abcLogoBG.jpg);
	text-align: center;
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-position: left top;
	z-index: 99;
	background-color: #CCCCCC;
	display: inline;
}
#sponsors #topRightSponsor {
	width: 170px;
	float: right;
	margin-top: 7px;
	height: 68px;
}
#sponsors #sponsorTitle {
	width: 100%;
	float: left;
	height: 20px;
	text-align: center;
	font-family: Padaloma, Garamond, Arial, sans-serif;
	text-transform: uppercase;
	color: #FFFFFF;
	margin-bottom: 10px;
	margin-left: auto;
	margin-right: auto;
}
#sponsors #sponsorCenter {
	float: left;
	width: 650px;
	margin-bottom: 10px;
	background-color: #000000;
	margin-left: 15px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#sponsor1 {
	background-color: #000000;
	height: 77px;
	width: 160px;
	float: left;
	margin-right: 0px;
	margin-left: 0px;
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
}
#sponsors #sponsor2 {
	background-color: #000000;
	height: 77px;
	width: 160px;
	float: left;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 2px;
}
#sponsors #sponsor3 {
	background-color: #000000;
	height: 77px;
	width: 160px;
	float: left;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 2px;
}
#sponsors #sponsor4 {
	background-color: #000000;
	height: 77px;
	width: 160px;
	float: left;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 6px;
}

#sponsors #alphaSponsors {
	width: 100%;
	height: 70px;
	padding-top: 10px;
	border-top: thick solid #000066;
	background-color: #000000;
}
#sponsors #alphaSponsors div {
	width: 175px;
	height: 55px;
	background-color: #000000;
	float: left;
	margin-right: auto;
	margin-left: 10px;
	text-align: center;
	color: #000000;
}
/*The following formatting just sets up a big div for "full-page" content.  One should suffice*/
#wrapper #wrestlingLinks {
	float: left;
	width: 580px;
	margin-top: 10px;
}
#wrapper #schedule {
	float: left;
	width: 600px;
	margin-top: 15px;
}

#wrapper #coaches #orhsWrestling {
	float: left;
	width: 100%;
	padding-top: 15px;
}
#wrapper #content {
	float: left;
	width: 560px;
	margin-top: 10px;
}
.centeredSubTitle {
	font-size: 130%;
	font-weight: bold;
	text-align: center;
	color: #99CCFF;
	border: medium outset #CC99FF;
}
#wrapper #wrestlingLinks div ul {
	list-style-type: none;
	margin: 0px 0px 0px 5px;
	padding: 0px;
}
#wrapper #wrestlingLinks #column1 {

	float: left;
	width: 290px;
	margin-left: 10px;
	margin-top: 5px;
}
#wrapper #wrestlingLinks #column2 {

	float: left;
	width: 245px;
	margin-left: 10px;
	margin-top: 5px;
}
#wrapper #content #schedule {
	margin: 0px;
	padding: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.simpleSubTitle {

	font-size: 120%;
	font-weight: bold;
	text-align: left;
	color: #99CCFF;
	border: medium outset #CC99FF;
}
#wrapper #contentModule {
	list-style-type: none;
	margin-top: 50px;
}
#wrapper #content #contentModule ul {
	list-style-type: none;
}
#wrapper #lowerContent {
	clear: left;
	margin: 0px;
	padding: 0px;
}
#wrapper #lowerContent ul {
	list-style-type: none;
	margin: 0px;
}
#wrapper #lowerContent li {
	display: inline;
	float: left;
	margin-top: 15px;
	margin-left: 10px;
}
.basicWhiteTex {

	color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
#wrapper #coaches #edhWrestlingClub table td{
	padding-right: 3px;
	padding-left: 3px;
}
.basicBlackTextSmall {
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 80%;
}
#sponsors #alphaSponsors a {
	color: #000000;
}
#wrapper #spotlight table {
	border: medium ridge #91BBE3;
}
.top_border {
	border-top-width: thin;
	border-top-style: solid;
	border-top-color: #FFFFFF;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.basicWhiteTextSmall {
	color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 75%;
	text-align: left;
}
.border {
	border: thin solid #00FFCC;
	padding: 5px;
}
#sponsors #alphaSponsors #sponsorA {
	background-color: #000000;
}
#sponsors #alphaSponsors #sponsorB {
	background-color: #000000;
	margin-left: 25px;
}
#sponsors #alphaSponsors #sponsorC {
	background-color: #000000;
	margin-left: 25px;
}
#sponsors #alphaSponsors #sponsorC a {
	background-color: #000000;
}
#sponsors #alphaSponsors #sponsorD {
	background-color: #000000;
	margin-left: 25px;
}
.clear {
	margin: 0px;
	padding: 0px;
	clear: both;
}
#wrapper #wrestlingClub {

	float: left;
	width: 720px;
	margin-top: 10px;
}
#wrapper #wrestlingClub #scrolling {
	overflow: auto;
	height: 550px;
	font-size: 75%;
}
#wrapper #content #edhTourney {
	width: 700px;
	float: left;
	margin-top: 10px;
	border: medium outset #999999;
}
#wrapper #coaches #webmeister {
	clear: left;
}
#wrapper #coaches #rollingHillsWrestling {
	clear: left;
	height: 450px;
}
#wrapper #coaches #coachPhoto {
	clear: left;
}
h3 {
	text-decoration: underline;
}
#wrapper #content li {
	margin-bottom: 5px;
	margin-top: 10px;
}
.left {
	float: left;
}
#edhTourney #captionRight {
	margin-left: 220px;
}
#clubSecretary {
	float: right;
	margin-right: 30px;
}
#wrapper #clubOfficers {
	width: 600px;
	float: left;
	margin-top: 10px;
	position: relative;	
}
#wrapper #coaches #edhWrestlingClub #clubOfficers #captionBelow {
	clear: left;
	padding-top: 20px;
	width: 40%;
	float: left;
}
#wrapper #coaches #edhWrestlingClub #clubOfficers #left {
	float: left;
	width: 177px;
}
#wrapper #coaches #edhWrestlingClub #clubOfficers #captionRightBelow {
	padding-top: 20px;
	position: relative;
}
#clubEmail      {
	float: right;
	display: inline;
	padding-left: 5px;
	font-size: 90%;
	margin-left: -13px;
	width: 274px;
	margin-right: 30px;
	border: thin solid #00ffcc;
}

#wrapper #content table {
	width: 700px;
}
#wrapper #content #contentModule li {
	list-style-type: none;
	display: inline;
	float: left;
	margin-right: 15px;
}
#wrapper #content #contentModule ul {
	display: inline;
	list-style-type: none;
}
#wrapper #content #contentModule {
	width: 700px;
	clear: left;
}
#wrapper #coaches #rollingHillsWrestling #smallCoaches {
	width: 350px;
	float: right;
	height: 325px;
	padding: 15px;
}
#wrapper #coaches #rollingHillsWrestling #smallCoaches li {
	padding-right: 5px;
	padding-left: 5px;
	width: 90px;
	margin-top: 10px;
	display: inline;
	margin-bottom: 10px;
	height: 125px;
}
#wrapper #coaches #rollingHillsWrestling #smallCoaches ul {
}
#wrapper #specialHeadline {
	float: left;
	clear: right;
	margin-top: 5px;
	margin-bottom: 10px;
	width: 800px;
}
#wrapper #specialLinks {
	float: left;
	clear: left;
	margin-top: 10px;
	margin-left: 10px;
}
#wrapper #temporary {
	width: 800px;
	margin-top: 125px;
	margin-right: 100px;
	margin-left: 150px;
	padding-left: 25px;
}
#wrapper #temporary p {
	width: 350px;
	white-space: nowrap;
}
.borderNoBottom {
	padding: 5px;
	border: thin solid #00FFCC;
}
#wrapper #funRunPay {
	float: left;
}
#wrapper #funRunForm {
	float: left;
	width: 650px;
}
.buttonLike {
	font-size: 100%;
	font-weight: bold;
	text-align: center;
	color: #99CCFF;
	border: medium outset #CC99FF;
	width: 800px;
}
#wrapper #coaches #edhWrestlingClub #mission {
	border: thin double #0000CC;
	padding: 10px;
	margin-bottom: 15px;
}
#marinaSchedule {
	width: 800px;
	float: left;
}
#marinaSchedule #marinaTitle {
	width: 460px;
	float: left;
}
#marinaSchedule #marinaPhoto {
	float: right;
	width: 180px;
	font-size: 85%;
	font-style: italic;
}
#marinaSchedule #marinaChart {
	float: left;
	width: 600px;
}
#wrapper #signup {
	width: 835px;
	float: left;
	margin-left: 25px;
	padding: 0px;
	margin-right: 0px;
}
#wrapper #signup #signupform #formLeft {
	width: 325px;
	float: left;
	margin: 0px;
	padding: 0px;
}
.submit input {
	color: #000000;
	background-color: #ffa20f;
	border: 2px outset #d7b9c9;
	margin-left: 10.3em;
	width: 4em;
	float: left;
}
#wrapper #signup #signupform fieldset {
	border: 1px solid #781351;
}
#wrapper #signup #signupform legend {
	color: #FFFFFF;
	background-color: #0066FF;
	padding-top: 2px;
	padding-right: 6px;
	padding-bottom: 2px;
	padding-left: 6px;
	border: 1px solid #781351;
}

#wrapper #signup #signupform #formRight {
	width: 460px;
	float: right;
	margin: 0px;
	padding: 0px;
}
#wrapper #signup #signupform form {
}
#wrapper #signup #signupform select {
	background-color: #fee3ad;
}
#wrapper #signup #signupform input {
	background-color: #fee3ad;
	color: #781351;
	border: 1px solid #781351;
	box-shadow: rgba(0,0,0, 0.1) 0px 0px 8px;  
    -moz-box-shadow: rgba(0,0,0, 0.1) 0px 0px 8px;  
    -webkit-box-shadow: rgba(0,0,0, 0.1) 0px 0px 8px;  
}
#wrapper #signup #signupform #formRight label {
	width: 12em;
	display: block;
	float: left;
	text-align: right;
	margin-right: 0.5em;
}
#wrapper #signup #signupform #formLeft label {
	width: 8em;
	display: block;
	float: left;
	text-align: right;
	margin-right: 0.5em;
}
#wrestlingClub #club h3 {
	margin-bottom: 0px;
}
#wrestlingClub #club .MsoNormalTable {
	margin-top: 0px;
}

