body {
  background-color:aliceblue;
  font:Arial, Helvetica, sans-serif;
  background-image:url(../images/stripe.gif);
  xbackground-repeat:repeat-y;
}

ul {
  margin-bottom: 0;
}

form {
  margin-bottom: 0;
  margin-top: 0;
}

a {
  text-decoration: none;
  color: blue;
}
a:hover {
  xtext-decoration: underline;
  color: blue;
}

.banner {
  background-color: #ffffe0;
  padding-left: 4px;
  padding-top: 4px;
  padding-right: 4px;
  width: 500 px;
  xborder-top: 3px solid #cccccc;
  xborder-right: 3px solid #cccccc;
  xborder-left: 3px solid #333333;
  border: 1px solid black;
}

.contenttable {
  background-color: #ffffe0;
  xborder-top: 3px solid #cccccc;
  xborder-right: 3px solid #cccccc;
  xborder-left: 3px solid #333333;
  xborder-bottom: 3px solid #333333;
  border: 1px solid black;
  width: 100%;
}

.menucolumn {
  width: 18%;
}
.contentcolumn {
  width: 82%
}
.contentcolumnright {
  width: 20%
}

/* buttons */
.abutton {
  background-image: url(../images/gradientblue.gif);
  padding: 3px 3px 3px 3px;
  background-repeat:repeat-x;
  border-top: 2px solid #EEEEEE;
  border-right: 2px solid #666666;
  border-bottom: 2px solid #666666;
  border-left: 2px solid #EEEEEE;
  text-decoration: none;
  color: #0000dd;
}
.abutton:hover {
  color:#666666; 
  text-decoration: none;
}


/* rounded rectangles */

/* top row */
.td_ulc {
  background-image: url(../images/ulc2.gif);
  background-repeat: no-repeat;
  width: 18px;
  height: 18px;
}
.td_top {
  background-image: url(../images/top2.gif);
  background-repeat: repeat-x;
  height: 18px;
}
.td_urc {
  background-image: url(../images/urc2.gif);
  background-repeat: no-repeat;
  width: 18px;
  height: 18px;
}

/* content rows  */
.td_leftside {
  background-image: url(../images/ls2.gif);
  background-repeat: repeat-y;
}
.td_content {
  font-size: 14px;
}
.td_rightside {
  background-image: url(../images/rs2.gif);
}

/* bottom row */
.td_llc {
  background-image: url(../images/llc2.gif);
  width: 18px;
  height: 18px;
}
.td_bottom {
  background-image: url(../images/bottom2.gif);
}
.td_lrc {
  background-image: url(../images/lrc2.gif);
  width: 18px;
  height: 18px;
}

/* special td */
.td_box {
  padding:2px;
  text-align: center;
}

/* menu items */
.menuitem {
  color: black;
  text-decoration: none;
}
.menuitem:hover {
  color: blue;
}
.menuselected {
  xbackground-color: #ffffa0;
  xborder: 1px solid black;
  xpadding: 2px;
  color: blue;
}

.menuitemrowa {
  xborder-bottom: 1px solid black;
  background-image:url(../images/menubackground.gif);
  border:1px solid black;
}

.menuitemrowb {
  xborder-bottom: 1px solid black;
  background-image:url(../images/menubackground.gif);
  border:1px solid black;
}

/* registration table that holds players and coaches */
.registrationrowa {
  font-size: 13px;
  background-color: #ffffa0;
}
.registrationtitlea {
  background-color: #ffffa0;
  font-size: 13px;
  font-weight: bold;
}

.registrationrowb {
  font-size: 13px;
  background-color: #e0e088;
}
.registrationtitleb {
  background-color: #e0e088;
  font-size: 13px;
  font-weight: bold;
}

.registrationinput {
  font-size: 12px;
}

/* teams pages */
.teamsDivisionHeader {
  background-color: #227722;
  color: #ffffff;
  text-transform: uppercase;
  font-weight: bold;
}
.teamsDivisionHeader a {color: white;}

.teamsDivisionColumnHeader {
  background-color: #227722;
  border-bottom: 1px solid black;
  color: #ffffff;
}

.teamsTeamDetail {
  background-color: #ffffa0;
  border-bottom: 1px solid black;
}

/* Schedule table */
.scheduleHeader {
  background-color: #227722;
  color: #ccccff;
  font-weight: bold;
}
.scheduleDetailRow0 {
  background-color: #ffffa0;
  border-bottom: 1px solid black;
}
.scheduleDetailNoBorderRow0 {
  background-color: #ffffa0;
}
.scheduleDetailRow1 {
  background-color: #e0e088;
  border-bottom: 1px solid black;
}
.scheduleDetailNoBorderRow1 {
  background-color: #e0e088;
}
/* Game table */
.gameHeader {
  background-color: #227722;
  color: #ccccff;
  font-weight: bold;
}
.gameDetailRow0 {
  background-color: #ffffa0;
  border-bottom: 1px solid black;
}
.gameDetailRow1 {
  background-color: #e0e088;
  border-bottom: 1px solid black;
}
/* Game table */
.forumHeader {
  background-color: #227722;
  color: #ccccff;
  font-weight: bold;
}
.forumDetailRow0 {
  background-color: #ffffa0;
  border-bottom: 1px solid black;
}
.forumDetailRow1 {
  background-color: #e0e088;
  border-bottom: 1px solid black;
}
.forumNavigationDisabled {
  color:#888888;
}

.copyright {
  text-align:center;
  font-size:x-small;
  color:#888888;
}

.imgbutton {
  border-left: 1px solid #cccccc;
  border-top: 1px solid #cccccc;
  border-right: 1px solid #000000;
  border-bottom: 1px solid #000000;
}

/* box containing information messages */
.info_msg {
  border:1px solid black;
  padding: 4px;
  background-color: #ffffa0;
  color: black;
}

/* box containing error messages */
.error_msg {
  border:1px solid black;
  padding: 4px;
  background-color: #ffffa0;
  color: red;
}

/* box containing coach message on team page */
.coach_msg {
  border:1px solid black;
  padding: 4px;
  background-color: #ffffa0;
  color: black;
}

/***** CHU styles *****/

div#offset{
	padding-top: 5px;
	padding-bottom: 5px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	xwidth: 800px;
	background: #FFFFFF;
	border:  1px solid #000000;
}

div#header{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	color: #20008c;
	letter-spacing: 0.05cm;
	padding-top: 1px;
	padding-bottom: 1px;
	height: 140px;
	background: #FFFFFF;
	border: none;
}

	div#headertext{
	float: center;
	padding-top: 24px;
	padding-bottom: 24px;
	padding-left: 2px;
	padding-right: 2px;
	margin-left: 2px;
	margin-right: 4px;
	xwidth: 630px;
	background-image: url('20tile.jpg');
	border: none;
}

div#headericon{
	float: right;
	padding-top: 4px;
	padding-bottom: 4px;
	padding-left: 22px;
	padding-right: 2px;
	margin-left: 2px;
	margin-right: 2px;
	width: 130px;
	border: none;
}

div#middle{
	padding-top: 1px;
	padding-bottom: 1px;
	border:  none;

}

div#menu{
	float: left;
	padding-top: 4px;
	padding-bottom: 4px;
	padding-left: 8px;
	padding-right: 4px;
	margin-left: 6px;
	margin-right: 2px;
	width: 130px;
	border:  3px solid #aaa0fe
}
	
	div#menu ol{
		list-style:none;
		margin: 0;
		padding: 0;
		font-size: 14px;
		padding-bottom: 2px;
	}
		div#menu li{
			padding-bottom: 4px;
		}
				
div#body{
	xfloat: right;
	padding-top: 4px;
	padding-bottom: 4px;
	padding-left: 4px;
	padding-right: 4px;
	margin-left: 2px;
	margin-right: 2px;
	xwidth: 630px;
	height: auto;
        min-height: 400px;
	xbackground: #FFFFFF;
	background-image: url('http://rs.leaguepartner.com/img/uch_water10.jpg');
        background-position: top center;
	background-repeat: no-repeat;
	border: none;
}
	
	div#footer{
	margin-top: 3px;
	padding: .7em;
	text-align:center;
	font-size: .7em;
	line-height: 1.3em;
	background-color: #dddddd;
	
}
div#center{
  text-align:center;
}	

a.noborder{
        border-style: none;
}

img.noborder{
	border-style: none;
}

#dh{
	margin: 5px;
	color: white;
	background-color: red;
	font-size:xx-small;
	vertical-align:top;
	text-transform: uppercase;
	border-style: solid;
	border-width: thin;
	border-color: red;
}


/* Survey styles */
.surveyBox {
  text-align: center;
}
.surveyTitle {
  font-size:18px;
  font-weight: bold;
  text-align: center;
  border: 1px solid black;
  width: 80%;
  padding: 3px;
  background-color: #ccccff;
}
.surveyInstructions {
  font-size:16px;
  width: 80%;
  border-left: 1px solid black;
  border-right: 1px solid black;
  border-bottom: 1px solid black;
  background-color: #dddddd;
  padding: 3px;
  text-align: left;
}
.surveyQuestion1 {
  font-size:14px;
  text-color:#4444ff;
  padding: 3px;
  text-align: left;
  width: 80%;
  border-left: 1px solid black;
  border-right: 1px solid black;
  border-bottom: 1px solid #aaaaaa;
  background-color:#fffff0;
  
}
.surveyAnswer1 {
  font-size: 14px;
  text-color:#8888ff;
  text-align: left;
  width: 80%;
  padding: 3px 3px 3px 20px;
  border-left: 1px solid black;
  border-right: 1px solid black;
  border-bottom: 1px solid black;
  background-color:#fffff0;
}
.surveyQuestion2 {
  font-size:14px;
  text-color:#4444ff;
  padding: 3px;
  text-align: left;
  width: 80%;
  border-left: 1px solid black;
  border-right: 1px solid black;
  border-bottom: 1px solid #aaaaaa;
  background-color:#ffffe8;
}
.surveyAnswer2 {
  font-size: 14px;
  text-color:#8888ff;
  padding: 3px 3px 3px 20px;
  text-align: left;
  width: 80%;
  border-left: 1px solid black;
  border-right: 1px solid black;
  border-bottom: 1px solid black;
  background-color:#ffffe8;
}
.surveyTextArea {
  width:100%;
  height: 100px;
}