/*

*/

/* import ahoy */
@import url("freestylin.css"); 




body{
	background-color:#444953;
	background-color:white;
}


/*	GENERAL COLOURS	-	For adding to other classes for styling		*/
.fundraisers, .fundraisers a{
	color:blue;
}
.players, .players a{
	color:green;
}
.corporate, .corporate a{
	color:purple;
}


/*  TOP MENU  */

#topMenuContainer{
	min-width:800px;
	text-align:center;
	
	background-color:white;
	border-bottom:5px solid #ccc;
}

#topMenu{
	width:800px;
	text-align:left;
	height:50px;
	margin:0px auto;
}

.topMenuLinks{
	padding-top:20px;
	line-height:1;
}

.topMenuLink{
	display:inline;
	
	font-size:12px;
	
	padding-right:35px;
}
.topMenuLink a{
	text-decoration:none;
}

.topMenuLogo{
	padding-top:3px;
	float:right;
}



/*  HEADER  */

#headerContainer {
	min-width:800px;
	text-align:center;	
	
	border-top:0px solid white;
	border-bottom:5px solid white;
	background-color:#ff960d;
	
	background-image:url(/images/gui/grads/orange.png);
	background-position:bottom;
	background-repeat:repeat-x;
	
}

#headerSecondBackground{
	background-image:url(/images/gui/headers/weather_header.png);
	background-position:center;
	background-repeat:no-repeat;
}

#header{
	text-align:left;
	width:800px;
	height:173px;
	margin:0px auto;
	overflow:hidden;
}

.headerIcon{
	float:right;
	margin-left:30px;
}

.headerText{
	padding-top:15px;
	
}
.headerText h1, .headerText h2{
	font-family:tahoma, verdana, arial;
	color:white;
	margin-bottom:10px;
}
.headerText h1{
	font-size:20pt;
	font-weight:normal;
}
.headerText h2{
	height:60px;
}

.headerLowMenuBar{
}

.headerTextInput{
	width:150px;
	height:13px;
	font-size:10px;
	padding:2px;
	text-transform:uppercase;
}


/*  Main Content Area  */

#mainContainer{
	min-width:800px;
	text-align:center;	
	
	/*border-bottom:5px solid white;*/
	background-color:white;
	
	background-image:url(/images/gui/grads/grey_white.png);
	/*background-image:none;	/**/
	background-position:top;
	background-repeat:repeat-x;
}

#main{
	text-align:left;
	width:800px;
	min-height:400px;
	margin:0px auto;
}

#content{
	width:auto;
	padding-top:35px;
	padding-bottom:80px;
	overflow:hidden;
}

.infoTable{
	width:100%; 
	border:0px solid black; 
	border-collapse:collapse; 
	border-spacing:1px;
}
.infoTable, th, .infoTable td{
	vertical-align:top;
	border:0px solid silver;
}
.infoTable th{
	height:40px; 
	background-color:;
	text-align:center;
}
.infoTable td{
	height:40px;
	background-color:;
}


.underlineTitle{
	padding-bottom:5px;
	margin-bottom:10px;
	border-bottom:1px dotted silver;
}

.title_icon{
	float:left;
	margin-right:15px;
	padding-top:2px;
}

li{
	font-size:11px;
}

ul{
	margin:0px;
	padding:0px;
}
li{
	margin-bottom:10px;
	padding:0px;
	padding-left:20px;
	margin-left:15px;
}


.read_more{
	font-size:11px;
}


/* table styles */
.tabular_style{
	width:520px;
	margin-left:1px;
	border:1px solid silver;
}

.tabular_style th {
	background:#CCCCCC;
	text-align:center;
}

.tabular_style td {
	border:1px solid silver;
	text-align:center;
	
}


/*	form styles	*/
.form_style p{
	font-size:11px;
}


.form_style input[type="submit"]{
	font-size:11px;
	padding:3px;
	border:1px solid silver !important;
}

.form_style input[type="text"]{
	width:230px;
	height:13px;
	
	font-size:11px;
	
	padding:3px;
	
	border-width:0px !important;
	
	margin:3px 0px;
}
.form_style input[type="text"]:focus, .form_style textarea:focus{
	background-color:#fffbd4;
	border-width:0px  !important;
}

.textInputTitle, .textareaInputTitle{
	float:left;
	width:80px;
	height:13px;
	
	font-size:11px;
	
	background-color:white;
	color:silver;
	
	padding:3px;
	padding-left:5px;
	padding-right:0px;
}
.textareaInputTitle{
	height:100px;
}

.form_style .row{
	overflow:hidden;
	clear:both;
	margin-bottom:15px;
	background-color:white;
	border:1px solid silver !important;
}

.form_style .row:hover{
	
}

.form_style textarea{
	width:230px;
	height:100px;
	
	font-size:11px;
	font-family:Arial, Verdana, Helvetica, sans-serif;
	
	margin:0px; 
	padding:3px;
	margin:3px 0px;
	
	border-width:0px !important;
}

/*	LEFT MENU	*/

#leftMenu{
	float:left;
	width:170px;
	height:300px;
	margin-top:40px;
	margin-right:35px;
	border-right:1px solid #fff;
	
	
	
}

.leftMenuGroup{
	font-size:12px;
	margin-bottom:15px;
}

.leftMenuCategory{
	font-weight:bold;
	margin-bottom:3px;
}
.leftMenuCategory a{
	text-decoration:none;
	color:#232323;
}

.leftMenuLink{
	margin-bottom:3px;
}
.leftMenuLink a{
	text-decoration:none;
}


/*  Footer  */

#footerContainer{
	min-width:800px;
	text-align:center;	
	
	/* background-color:#ddd;	/**/
}

#footer{
	text-align:right;
	width:800px;
	height:130px;
	margin:0px auto;
	padding:10px 0px;
	margin-bottom:40px;
	overflow:hidden;
	font-size:12px;
	border-top:1px solid #ddd;
	border-bottom:1px solid #ddd;
}

.small_print{
	font-family:Arial, Verdana;
	font-size:10px !important;
}


.footer_join_buttons{
	height:130px;
	float:right;
	padding-left:20px;
	border-left:1px dotted #eee;
	margin-left:20px;
}
.footer_gif{
	width:150px;
	height:130px;
	float:left;
	padding-left:20px;
	border-left:1px dotted #eee;
	margin-left:20px;
}

.bottomFooter {
	width:800px;
	font-size:8px !important;
	text-align:center;
}

.ad_text {
	font-size:11px !important;
	margin-top:45px;
	margin-left:5px;
	text-align:center;
}

.footer_text {
	margin-top:30px;
}
