@charset "utf-8";
body {
	margin: 0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
}
div.container {
	background-color: #EAD9AB;
	}
div.tile {
	background-image: url(../images/bgtile.jpg);
	background-repeat: repeat-x;
	background-position: top;
}	
div.bgimage {
	background-image: url(../images/bgimage.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
a, a:link, a:visited {
	color:#0033CC;	
	text-decoration:none;
}	
a:hover {
	text-decoration: underline;
	}

#masthead {
	background-image: url(../images/qsl_masthead_2012.jpg);
	background-repeat: no-repeat;
	height: 231px;
	margin-bottom: 25px;
	}
#main {
	width: 1000px;
	margin: 0px auto;
	background-color:#FFFFFF;
	}
#leftcol {
	width: 145px;
	margin: 0px 10px 0px 5px;
	}
#menu {
	position: absolute;
	top: 203px;
	background: url(../images/menu-bg.png) repeat-x;
	width:1000px;


}

#menu ul li a {

	}	
#menu ul li a:hover {

	}		
		
#searchbox {
	margin: 10px 0px 0px 0px;
	background-color:#FFFFFF;
	width: 144px;
	}
#leftbanners {
	margin: 10px 0px 0px 0px;
	width: 144px;
	text-align:center;
	}		
#modulebox form, #searchbox form {
	padding: 0px;
	margin: 0px;
	}	
.moduleHeading, .searchHeading, .contentheading {
	padding: 5px;
	text-transform: uppercase;
	color:#000000;
	font-weight: bold;
	letter-spacing: 0.1em;	
	background-image: url(../images/headingbg.gif);
	background-repeat: repeat-x;
}	

.searchContent {
	width: 133px;
	padding: 5px;
	border-right: 1px solid #C79900;
	}
.moduleContent {
	padding: 5px;
	border-left: 1px solid #C79900;
	border-right: 1px solid #C79900;
	}
.moduleContentheadline {
	padding: 5px;
	border-left: 1px solid #C79900;
	border-right: 1px solid #C79900;
	min-height: 150px;
	}		
html * .moduleContentheadline {
	height: 150px;
	}	
.moduleinputbox {
	width: 95%;
	border: 1px solid #C79900;
	font-size: 12px;
	color:#333333;
}	
.moduleSeparator {
	border-bottom: 1px dotted #C79900;
	clear: both;
	margin-bottom: 10px;
}
	
.inputbox {
	border: 1px solid #C79900;
	font-size: 12px;
	color:#333333;
	}
#footer {
	font-size: 10px;
	margin: auto;
	padding: 7px 5px 10px 5px;
	width: 990px;
	background-image:url(../images/footertile.jpg);
	background-repeat:repeat-x;
	color:#FFFFFF;
	clear:both;
}
#footer a {
	color:#FFFFFF;
	}
.inputbutton {
	background-color: #EFEFEF;
	color: #910128;
	font-size: 11px;
	font-weight: bold;
	border: 1px solid #910128;
	margin-top: 5px;
	padding: 2px;
}	
#searchbox .inputbutton {
	float:right;
	}
.advsearch {
	font-size: 10px;
	padding: 10px 5px 0px 0px;
	}
/* Main Content Area */
#content {
	background-color:#FFFFFF;
	float:right;
	min-height: 400px;
	
}
* html div#content {
height: 400px;
}
		
#displaycontent { /* main content area except homepage */
	width:680px;
	float:left;
	}		
#news {
	width: 490px;
	float:left;
}
.newscontent {
	padding: 5px;	
	border-left: 1px solid #C79900;
	border-right: 1px solid #C79900;
	}
.newscontent h1, .clubarticle h1 {
	font-size: 18px;
	font-weight: normal;
	color: #910128;
	margin: 5px 0px 2px 0px;
	}
.newscontent p {

	}	
.newscontent h3 {
		color: #910128;
		font-size: 13px;
		margin: 0px 0px 10px 0px;
		}	
.newscontent ul {
	margin: 0px 20px;
	padding: 0px;
	}	
.newscontent li {
	padding-bottom: 5px;
	}	
.newsfooter {
	background-image: url(../images/newsboxbtm.jpg);
	background-repeat:no-repeat;
}	
.subnewsphoto {
	float:left;
	margin: 0px 10px 10px 0px;
	}		
.date {
	color: #666666;
	font-size: 10px;
	padding: 3px;
	background-color: #EFEFEF;
	margin-bottom:10px;
	}
.newscontent .date {
	background:none;
	margin-bottom: 0px;
	}		
.readmore, .next, .prev {
	background-color: #C79900;
	color: #000000;
	font-size: 11px;
	font-weight: bold;
	border: 1px solid #000000;
	margin-bottom: 5px;
	padding: 3px;
}
.next, .prev {
	width: 40px;
	}	
.prev2 { /* spacer when previous link not present in gallery */
	width: 40px;
	margin-bottom: 5px;
	padding: 3px;
	float:left;	
}
.next2 { /* spacer when previous link not present in gallery */
	width: 40px;
	margin-bottom: 5px;
	padding: 3px;
	float:right;	
}		
.readmore a, .next a, .prev a, .readmore a:visited, .next a:visited, .prev a:visited {
	color: #000000;
	text-decoration:none;	
}		
.readmore, .next {
	float: right;
	}
.prev {
	float:left;
	}	
			
.pagination {
	color:#CCCCCC;
	font-size: 11px;
	margin: 10px;
	text-align: center;
	}	
#modulebox {
	width: 180px;
	margin: 0px 0px 0px 10px;
	float:left;
	}
#sponsors {
	float: left;
	width: 145px;
	margin: 0px 0px 7px 10px;
	}		

.moduleContent ul {
	margin: 5px 10px 0px 20px;
	padding: 0px;
	}
.moduleContent ul li {
	margin-bottom: 3px;
	}	
.sponsorslogos, .qsllogos {
	text-align: center;
	}	
.qsllogos {
	padding-top: 10px;
	}	
.rightColSeparator {
	background-image:url(../images/rightcolbtm.jpg);
	background-repeat: no-repeat;
	width: 145px;
	height: 13px;
}
a:visited {
	color:#003399;
	}			
#pathway {
	padding: 3px;
	font-size: 10px;
	color:#98012E;
	width:1000px;
	margin:auto;
	}
#pathway a, #pathway a:visited, #pathway a:link {
	color:#98012E;
	text-decoration: none;
}		
#pathway a:hover, #pathway a:active {
	color:#98012E;
	text-decoration: underline;
	}
/* Find your club */
.clubmap {
	float:left;
	padding: 5px;
	margin: 0px 10px 10px 0px;
	}
#findclub {
	padding: 10px 10px 50px 10px;
	border: 1px solid #C79900;
	margin-bottom: 10px;
	zoom: 1; 
	}		
#findclub h2 {
	margin: 5px 0px;
	font-size:14px;
	color:#910128;
	}


/* Gallery Section */
.galleryphoto {
	margin: 5px 0px;
	}
.gallery_caption {
	font-size: 11px;
	text-align:center;
	}
.gallery_menu {
	width:185px;
	float:right;
	text-align:left;
	}				
.gallery_nav {
	text-align: center;
	margin: 5px 0px;
	font-size: 11px;
	color:#999999;
	}
.gallery_nav p {
	margin: 0px;
	padding-top:5px;
	}			
.gallery_menu h1 {
	margin: 5px 0px;
	font-size:14px;
	color:#910128;
	text-align: center;	
	}		
.gallery_menu ul {
	margin: 0px;
	padding: 5px 0px 5px 20px;
	}
.gallery_menu li {
	margin: 0px 0px 5px 0px;
	list-style-type: circle;
	}	
.gallery_active, .gallery_active a {
	color:#66CC00;
	}		
/* Events Section */
.event_prev, .event_next {
	width:75px;
	text-align:center;
	margin: 0px 5px;
	background-color: #910128;
	color: #EFEFEF;
	font-size: 12px;
	font-weight: bold;
	border: 1px solid #EFEFEF;
	padding: 3px;
}
.event_prev {
	float:left;
}
.event_next {
	float:right;
	}	
.event_prev a, .event_next a, .event_prev a:visited, .event_next a:visited {
	color: #EFEFEF;
	text-decoration:none;
}	
.event_month {
	float:left;
	width: 100%;
	text-align:center;
	margin:15px 0px;
	}
.event_month h1 {
	font-size: 18px;
	margin:0px;
	}	
.eventlist {
	padding:5px;
	}
.eventlist h2 {
	margin: 0px 0px 5px 0px;
	font-size:14px;
	}		
.eventlist p {
	margin: 0px;
	}	
.eventphoto, .blogphoto {
	float:left;
	margin-right:10px;
	}			
.blogphoto {
	float:left;
	margin: 5px 10px 5px 0px;
	}				
.eventdates {
	color:#910128;
	font-size:14px;
	font-weight: bold;
	}	
.eventinfo {
	margin-bottom: 10px;
	}	
.eventcontactinfo {
	float:right;
	padding: 5px;
	margin: 0px 0px 10px 10px;
	border: 1px solid #C79900;
	line-height: 1.5;
	zoom: 1; 
}	
/* COMPETITION SECTION */
.comp_dates {
	color: green;
	font-size: 14px;
	font-weight: bold;
	}			
#compbox h3 {
	color: blue;
	}
/* POLL SECTION */
.displaypoll form {
	margin: 5px 0px;
	}
.displaypoll td {
	font-size: 12px;
	}
.poll_results_btn, .poll_vote_btn {
	margin: 5px;
	}	
.poll_results_btn {
	float:right;
	}
.poll_vote_btn {

	}
/* Poll Results */
.poll_option_name {
	width: 300px;
	margin: 5px 10px 10px 0px;
	float:left;
	height: 15px;	
	}
.poll_result_graph {
	float:left;
	margin: 5px 10px 10px 0px;
	width: 220px;
	}
.poll_result {
	height: 11px;
	margin: 2px 0px;
	}	
.poll_result_percentage {
	float:left;
	margin: 5px 10px 10px 0px;
	height: 15px;	
	text-align:right;
	width: 30px;
	}	
.poll_results_votes {
	float:left;
	margin: 5px 0px 10px 0px;
	height: 15px;
}		
#pollresults {
	border: 1px solid #C79900;
	padding: 10px;
	zoom: 1; 

	}
/* Search Results */
.searchresult h4 {
	margin: 10px 0px 5px 0px;
	}
.searchresult p {
	margin: 0px;
}
/* DOCUMENT SECTION */
.docheading {
	padding: 5px;
	background-color: #EFEFEF;
	color:#666666;
	font-weight:bold;
	font-size: 13px;
	margin-bottom: 10px;
}	
.doclink {
	padding-top: 5px;
	margin: 0px;
	float:left;
}	
.docdesc {
	font-size: 11px;
	margin: 0px 0px 0px 35px;
	clear:left;
	}
.doccategories, .documents {
	margin-bottom: 10px;
	}
.backbutton {
	font-size:11px;
	color:#666666;
	font-weight:bold;
	margin: 10px 0px;
}
.backbutton a {
	text-decoration:none;
	color:#666666;
}
.backbutton a:hover {
	color:#999999;
}					
/* Headlines Mod */
#headlines {
 width: 170px;
 height: 150px;
 overflow: hidden;
}	
#upcomingevents {
	z-index:100;
	background-color:#FFFFFF;
	}
* html div#headlines {
	height: 150px;
	}
#headlines ul {
	margin: 0px;
	padding: 0px;
	}
#headlines li {
	margin: 0px 0px 15px 15px;
	padding: 0px;
	list-style-type:square;
}	
#headlines li a {
	text-decoration: none;
	}
#headlines li a:hover {
	text-decoration: underline;
	}										
/* General CSS */	
.blueHighlight {
	color:#0033CC;
	}	
.dottedLine {
	border-bottom: 1px dotted #C79900;
	clear: both;
	padding: 5px;
	height:7px;
	margin-top:10px;
	}
.dottedLine2 {
	border-bottom: 1px dotted #C79900;
	margin: 5px;
	height:7px;
	}	
.smalltxt {
	font-size:10px;
	}
.required, .error {
	color:#FF0000;
}
.confirm {
	color:#009900;
	background-color: #DAFEC5;
	padding: 5px;
	}
h3 {
	color:#910128;
	font-size:14px;
	}			
.team_name {
	margin-top:20px;
	font-weight: bold;
	font-size:11px;
	}		

.qsllogos img {
	padding: 10px;
	}
#fixtures h1 {
	font-size: 18px;
	font-weight: normal;
	margin: 0px;
	padding: 10px 0px;
	}

.goldBorder, .clubGames {	
	border: 1px solid #C79900;
}
div.goldBorder {
	padding: 5px;
	}
table.goldBorder tr td {
	border-bottom: 1px #000000 dotted;
	padding:5px;
	}
.tableHeader {
	background-color:#000000;
	color:#FFFFFF;
	font-weight: bold;
	padding: 3px;
	}	
.club_logo {
	float:left;
	width: 80px;
	text-align:center;
}		
table.clubDirectory tr td {
	border-bottom: 1px dotted #C79900;
	padding: 5px;
}
table.clubDirectory tr td img {
	margin: 5px;
	}
.component {
	padding: 10px 10px 50px 10px;
		border: 1px solid #C79900;
		zoom:1;
		}	
#contentitem {
		border: 1px solid #C79900;
		zoom:1;
		}
.pagecontent {
	padding: 0px 10px 50px 10px;
	}	
#contentitem .backbutton {
	padding-left:10px;
	}
			
.clear
{
     clear: both;
     display: block;
     overflow: hidden;
     width: 0;
     height: 0;
}
div.teamdetails {
	line-height: 1.5;
	float:left; 
	width:180px;
	padding:5px 0px 5px 10px;	
	}
div.teamdetails h1 {
	font-size: 16px;
	font-weight:bold;
	color:#000000;
	margin:0px;
	}	
.playerprofile {
	float:left;
	width:125px;
	height:150px;
	margin: 0px 5px 5px 0px;
	text-align:center;
	zoom:1;
}	
.playerprofile td {
	text-align:center;
	}
.playerprofile td a {
	font-size: 12px;
	}	
.playerprofile td img, .playerinfo img {
	border: 1px solid #000000;
	}
.playerphoto {
	min-height:100px;
}
* html .playerphoto {
	height: 100px;
	}	
.subHeading {
	font-size: 11px;
	background-color: #EAD9AB;
	border: 1px solid #000000;
}
.clubarticle {
	width:460px;
	float:left;
	}
.clubGameinfo {
	font-size: 11px;
}
.clubGamematch {
	color:#003399;
	}
.caption {
	color:#666666; 
	padding:3px;
	font-size:10px;
	}
.banner {
	padding-bottom: 15px;
	}	
td.postponement {
	color:#990000;
	padding:0px 2px;
	margin: 0px;
	}
td.postponement ul {
	margin:0;
	padding: 0;
}
td.postponement ul li {
	margin: 0 0 0 15px;
	padding:0;
	}	
#fourfourtwo {
	width: 180px;

}
.fourfournews {
	text-align:center;
	height:30px;
	padding:3px;
	background-color: #FFF7D7;
	}
.fourfournews a {
	color:#000000;
	}
.fourfournews a:hover {
	color:#0033CC;
	}		
	
