body
{
	background-color: #124f68;
	color: #FFFFFF;
}

small
{
	display: block;
	font-size: 10px;
	margin-bottom: 5px;
}

.fr
{
	float: right;
}

.fl
{
	float: left;
}

.cb
{
	clear: both;
}

.cr
{
	clear: right;
}

.third
{
	padding-top: 15px;
	clear: right;
}

/* Headings */
h1
{
	font-size: 24px;
	color: #FFFFFF;
	
}

#main
{
	background-image: url(../images/bg.gif);
	background-position: top center;
	background-repeat: repeat-y;
	
	width: 940px;
	margin: 0px auto;
	padding: 0px 5px 0px 5px;
}

#page
{
	background-image: url(../images/menu.gif);
	background-position: 0px 235px;
	background-repeat: no-repeat;
}

#page.nologin
{
	background-image: url(../images/menu2.gif) !important;
}

#header #menu ul
{
	list-style-type: none;
	padding-left: 6px;
	height: 43px;
}

#header #menu li
{
	float: left;
}

#header #menu a
{
	font-size: 12px;
	text-transform: uppercase;
	color: #FFFFFF;
	text-decoration: none;
	padding: 14px 5px 14px 5px;
	display: block;
}

#header #menu a:hover
{
	background-image: url(../images/menu_over.gif);
	background-repeat: repeat-x;
}

#login
{
	width: 267px;
	position: absolute;
	margin-left: 650px;
	margin-top: 235px;
	padding: 6px 0px 0px 20px;
}

#login label
{
	width: 80px;
	display: block;
	float: left;
	text-transform: uppercase;
	color: #2b3900;
	text-align: right;
}

#login a
{
	color: #2b3900;
	text-decoration: none;
	margin-left: 10px;
}

#login .button
{
	background-image: url(../images/gradient.gif);
	border: 1px solid #445b00;
	text-transform: uppercase;
	color: #FFFFFF;
	float: right;
	font-size: 11px;
	margin: 0px 7px 0px 0px;
	padding: 1px 5px;
	font-weight: bold;
}

#login ul
{
	height: 65px;
}

#login ul a
{
	font-size: 14px;
	color: #FFFFFF;
	display: block;
	text-align: right;
	padding-right: 15px;
	line-height: 20px;
}

#login .field
{
	border: 1px solid #445b00;
	width: 170px;
	background-image: url(../images/menu_field.gif);
	background-position: top left;
	background-repeat: repeat-x;
}

/* This Week List */
#thisweek
{
	background-image: url(../images/today_bg.png);
	background-position: top left;
	background-repeat: no-repeat;
	
	height: 308px;
	width: 248px;
	margin-right: 10px;
	
	padding: 10px;
	overflow: auto;
	border: 1px solid #034956;
	
	white-space: nowrap;
}

.third
{
	margin-top: 26px;
}

.third h1
{
	margin-bottom: 5px;
}

#thisweek h3
{
	font-size: 16px;
	font-weight: bold;
	margin: 5px 0px;
}

#thisweek label
{
	font-weight: bold;
	display: block;
	float: left;
	color: #03323b;
	width: 65px;
	margin-left: 10px;
}

/* Front Calendar */
#calendar_new
{
	float: left;
	height: 407px;
	margin-top: 0px;
	margin-bottom: 10px;
	background-color: #6e9400;
}

#calendar_new #add
{
	background-color: #FFF;
	padding: 3px 10px;
	margin-right: 10px;
	float: right;
	color: #000;
}

#calendar_new #print
{
	background-color: #FFF;
	padding: 3px 10px;
	margin-right: 10px;
	float: right;
	color: #000;
}

#calendar_new h1
{
	text-align: center;
	padding-top: 17px;
	padding-bottom: 7px;
	margin: 0px;
}

#calendar_new table
{
	width: 635px;
	margin: 5px;
}

#calendar_new table tbody td.day
{
	border: 1px solid #486100;
	height: 45px;
	background-color: #5c7c00;
	vertical-align: top;
	width: 90px;
}

#calendar_new table tbody td.events
{
	border: 1px solid #d63e0c;
	background-color: #fcac00;
	background-image: none;
	color: #d63e0c;
}

#calendar_new table tbody td.day:hover
{
	border: 1px solid #FFFFFF;
	cursor: pointer;
}

#calendar_new table tbody td label
{
	float: right;
	margin-right: 3px;
	font-size: 14px;
	font-weight: bold;
}

#calendar_new table thead td
{
	text-align: center;
	font-size: 11px;
}

#calendar_new .arrow
{
	margin: 20px 10px 0px 10px;
}

#calendar_new ul
{
	list-style-type: none;
	margin: 0px 0px 5px 5px;
	width: 80px;
	height: 27px;
	overflow: hidden;
}

#calendar_new ul li
{
	white-space: nowrap;
	font-size: 10px;
}

#calendar_new .popup
{
	display: none;	
}

#calendar_new td:hover .popup
{
	display: block;
	position: absolute;
	width: 270px;
	color: #FFFFFF;
	margin-left: 80px;
	margin-top: -30px;
}

#calendar_new td:hover .popup .content
{
	background-image: url(../images/popup_bg.gif);
	background-position: top left;
	background-repeat: repeat-y;
	
	padding: 0px 20px 3px 30px;
}

#calendar_new .popup ul
{
	width: auto;
	height: auto;
	margin: 0px;
	overflow: visible;
}

#calendar_new .popup ul li
{
	white-space: normal;
	font-size: 12px;
}

#calendar_new .popup ul li h3
{
	font-weight: bold;
	font-size: 14px;
	margin-bottom: 5px;
}

#calendar_new .popup a
{
	color: #FFFFFF;
}

#calendar_new .popup p, #calendar_new .popup small
{
	padding-left: 10px;
}

/* Competition */
#competition
{
	/* background-image: url(../images/competition.png); */
	background-color: #6e9400;
	border: 1px solid #405600;
	
	background-repeat: no-repeat;
	background-position: top left;
	width: 472px;
	margin: 10px;
	float: right;
	
	padding: 20px;
	border: 1px solid #405600;
}

#competition p
{
	margin-bottom: 16px;
}

/* Posters */
#posters
{
	background-image: url(../images/posters.png);
	background-repeat: no-repeat;
	background-position: top left;
	width: 878px;
	height: 207px;
	clear: both;
	padding: 20px;
	margin: 10px;
	border: 1px solid #034956;
	overflow: auto;
}

#posters img
{
	margin: 0px 13px;
}

/* Forms */
form label
{
	display: block;
	width: 100px;
	float: left;
	padding: 2px;
	margin-bottom: 3px;
}

form .field
{
	padding: 2px;
	margin-bottom: 3px;
}

form .button
{
	padding: 5px 10px;
	background-image: url(../images/gradient.gif);
	border: 1px solid #445b00;
}

form .validation-error
{
	margin-left: 105px;
	color: #CC0000;
	margin-bottom: 5px;
	padding-left: 25px;
	
	background-image: url(../images/validation-error.gif);
	background-repeat: no-repeat;
	background-position: 5px -1px;
}

form .invalid
{
	border: 1px solid #CC0000;
}

form .check
{
	width: auto;
	float: none;
	display: inline;
	padding: 0px;
	margin: 0px;
	margin-left: 100px;
}

form .first
{
	margin-left: -5px;
}

form .check input
{
	margin: 4px;
}

form .check span
{
	margin-top: -3px;
}

.thumb
{
	margin-bottom: 10px;
}

#poll
{
	background-color: #088aa2;
	width: 382px;
	float: left;
	margin-bottom: 10px;
	padding: 10px;
	
	background-image: url(../images/rdc.gif);
	background-position: bottom left;
	background-repeat: no-repeat;
}

#poll p
{
	font-size: 18px;
	margin-left: 55px;
	padding-top: 5px;
}

#poll .button
{
	margin-right: 9px;
}

#poll #card
{
	width: 197px;
	float: right;
}

#card h2
{
	font-weight: normal;
	font-size: 28px;
	text-align: center;
}

#card span
{
	color: #034956;
	font-size: 14px;
	padding-left: 5px;
}

#card img
{
	margin: 5px 0px 0px 5px;
}

#news
{
	float: right;

	width: 515px;
	margin-right: 10px;
}

#news .date
{
	float: left;
	font-style: normal;
	font-size: 14px;
	font-weight: bold;
	color: #03323b;
	margin-right: 10px;
}

#news h3
{
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 5px;
}

#news p
{
	margin-left: 70px;
	color: #043b45;
}

#q
{
	float: left;
	color: #97cc00;
	font-size: 36px;
	font-weight: bold;
}

#directoryList h2 a
{
	font-size: 16px;
}

/* Small Calendar */
#calendar_small
{
	float: left;
	height: 307px;
	margin-top: 0px;
	margin-bottom: 10px;
	background-color: #6e9400;
}

#calendar_small h1
{
	text-align: center;
	padding-top: 17px;
	font-size: 16px;
	padding-bottom: 7px;
	margin: 0px;
}

#calendar_small table
{
	width: 450px;
	margin: 5px;
}

#calendar_small table tbody td.day
{
	border: 1px solid #486100;
	height: 45px;
	background-color: #5c7c00;
	vertical-align: top;
	width: 90px;
}

#calendar_small table tbody td.events
{
	border: 1px solid #d63e0c;
	background-color: #fcac00;
	background-image: none;
	color: #d63e0c;
}

#calendar_small table tbody td.day:hover
{
	border: 1px solid #FFFFFF;
	cursor: pointer;
}

#calendar_small table tbody td label
{
	float: right;
	margin-right: 3px;
	font-size: 14px;
	font-weight: bold;
}

#calendar_small table thead td
{
	text-align: center;
	font-size: 11px;
}

#calendar_small .arrow
{
	margin: 20px 10px 0px 10px;
}

#calendar_small ul
{
	list-style-type: none;
	margin: 0px 0px 5px 5px;
	width: 20px;
	height: 27px;
	overflow: hidden;
}

#calendar_small ul li
{
	white-space: nowrap;
	font-size: 10px;
}