/*  from old */



div.related{
	margin: 20px 40px;
}
div.related .title{
	color: #aa2222;
	font-size: 120%;
	font-weight: bold;

}

div.related div.content{
	margin: 20px;
}

div.realted .num {
	float: right;
	background-color: #888888;
	color: #ffffff;
	border-color:#333333;
	border-width:1px;
	border-style:solid;
}





/*FROM CAKE DEFAULT*/
/* Forms */
div.cakeform form {
	clear: both;
	margin-right: 20px;
	padding: 0;
	width: 95%;
}


div.cakeform form div {
	margin-bottom: 1em;
	padding: .5em;
	vertical-align: text-top;
}
div.cakeform form div.required {
	color: #333;
	font-weight: bold;
}
div.cakeform form div.optional, form div.input {
	color: #444;
}
div.cakeform form div.submit {
	border: 0;
	clear: both;
	margin-top: 10px;
	margin-left: 140px;
}
div.cakeform label {
	display: block;
	font-size: 110%;
	padding-right: 20px;
}
div.cakeform input, textarea {
	clear: both;
	display: block;
	font-size: 140%;
	font-family: "frutiger linotype", "lucida grande", "verdana", sans-serif;
	width: 100%;
}

div.cakeform textarea {
	height: 150px;
}

div.cakeform select {
	clear: both;
	font-size: 120%;
	vertical-align: text-bottom;
}
div.cakeform select[multiple=multiple] {
	width: 100%;
}
div.cakeform option {
	font-size: 120%;
	padding: 0 3px;
}
div.cakeform input[type=checkbox] {
	clear: left;
	float: left;
	margin: 0px 6px 7px 2px;
	width: auto;
}
div.cakeform input[type=submit] {
	display: inline;
	padding: 2px 5px;
	width: auto;
	font-size: 110%;
	vertical-align: bottom;
}
/* Notices and Errors */
div.message, p.error, div.error-message {
	color: #900;
	font-size: 140%;
	font-weight: bold;
	margin: 8px 10px;
	padding: 5px;
	text-align:center;
	background-color: #f5f4a7;
}
div.error-message {
	clear: both;
}
div.error em {
	font-size: 140%;
	color: #003d4c;
}
span.notice {
	background-color: #c6c65b;
	color: #fff;
	display: block;
	font-size: 140%;
	padding: 0.5em;
	margin: 1em 0;
}
a {
	background-color: inherit;
	color: #003d4c;
	text-decoration: underline;
}
a:hover {
	background-color: inherit;
	color: #003d4c;
	text-decoration:none;
}
a img {
	border:none;
}


/* ## Schedule ## */
.gameWin {
	color: #009900;
	}
.gameLoss {
	color: #990000;
	}
div.games {
	padding: 0 20px;
	}
div.games td {
	padding: 5px;
	}