﻿.galleryImageThumb
{
	max-height:70px;
	max-width:70px;
	opacity:0.3;
	
	-moz-opacity:0.3;
	filter:alpha(opacity=30);
	border:none 0x transparent;
	
}

.hover
{
	opacity:1;
	-moz-opacity:1;
		filter:alpha(opacity=100);
	cursor:pointer;
}

.thumbnailGallery ul
{
	max-width:600px;
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	padding:0;
	margin:0;
}

.thumbnailGallery ul li
{
	height:75px;
	width:75px;
	display:block;
	float:left;
	
}



div.lakeInfo
{
	color:#696969;
	font-weight:normal;
	font-size:.7em;
	vertical-align:top;
	float:left;
	width:150px;	
	padding-right:5px;
	
}

div.lakeDirections
{
	color:#696969;
	font-weight:normal;
	font-size:.7em;
	vertical-align:top;
	height:60px;
	float:left;
	width:290px;
	height:250px;
	border-left:solid 1px #dcdcdc;
	margin-left:0px;	
	padding-left:5px;
}
div.lakeFooter
{
	font-size:.65em;
}

div.lakeInfo h4, div.lakeDirections h4
{
	margin:0 0 3px 0;
	padding:0;
}

div.topBuffer
{
	height:75px;
	min-height:75px;
	width:100%;
}

div.schedule
{
	background-color:#f5f5f5;
	border:solid 1px #dcdcdc;	
	clear:both;
	min-height:300px;
	margin-bottom:10px;
}

div.schedule div.scheduleLine
{
	margin: 2px 2px 2px 2px;
	background-color:White;
	clear:both;
}

div#both
{
	background-color:#f8f8f8;
	background-image:url( /content/pix/bg_100px_silverGradient.png);
	background-position:top;
	background-repeat:repeat-x;
	padding:0;
	margin:0;
}

div.contentLeftHolder
{
	background-color:transparent;
	margin:0;
	padding: 5px 5px 5px 5px;
	
	width:200px;
	float:left;
	min-height:301px;
	
}

div.content
{
	background-color:transparent;
	
	border-left:solid 10px #6AABCB;
	
	float:right;
	width:566px;	
	min-height:350px;
	
	padding:0px 7px 7px 7px;
}



img.loginImg
{
	height:12px;
	width:12px;
	padding: 2px 2px 0 0;
}

.nav a { z-index:10; }

div.headerLogo
{
	background-image: url( /Content/pix/cotm_logo.png );
	background-position:left;
	background-repeat:no-repeat;
	top:0px;
	position:absolute;
	left:0px;
	z-index:3;
	min-height:145px;
	min-width:400px;
	height:145px;
	widows:400px;
}

div.navMenu
{
	background-image: url( /Content/pix/menu_bg.png);
	background-position:right;
	background-repeat:no-repeat;
	width:645px;
	height:40px;
	position:absolute;
	top:125px;
	left:180px;
	color:White;
	font-weight:bold;
	font-size: small;
	padding-top: 20px;
	z-index:2;
	
}

div.navMenu a, div.navMenu a:visited, div.navMenu a:active
{
	text-decoration:none;
	color:#fff;	
	margin-right:5px;
	margin-left:5px;
}

div.navMenu a.selected
{
	color:#f6a828;
	border-bottom: solid 2px #f5f5f5;

}
div.navMenu a:hover
{
	color:#f6a828;	
}


div.pageHeader
{
	position: absolute;
	top:0;
	left:0;
	width:100%;
	height:75px;
	background-repeat: repeat-x;
	background-image: url( /Content/pix/bg_topDiv.gif);
	z-index:1;
	text-align:right;	
	padding-top:60px;
}
div.pageHeader span.Login
{
	
	padding-right:200px;
	color:Black;
	font-weight:bold;	
}

div.pageLogo
{
	z-index:2;
	position: absolute;
	top:0;
	left:0;
	width:540px;
	height:100px;
	background-image: url( /Content/pix/wmb_logo_top.png);
	background-repeat:no-repeat;	
	
}





/*----------------------------------------------------------
The base color for this template is #5c87b2. If you'd like
to use a different color start by replacing all instances of
#5c87b2 with your new color.
----------------------------------------------------------*/
body
{
    background-color: #6AABCB;
    font-size: .75em;
    font-family: Verdana, Helvetica, Sans-Serif;
    margin: 0;
    padding: 0;
    color: #696969;
    background-image: url( /Content/pix/bg_blue.jpg);
    background-repeat:repeat-x;
}

a:link
{
    color: #034af3;
    text-decoration: underline;
}
a:visited
{
    color: #505abc;
}
a:hover
{
    color: #1d60ff;
    text-decoration: none;
}
a:active
{
    color: #12eb87;
}

p, ul
{
    margin-bottom: 20px;
    line-height: 1.6em;
}

/* HEADINGS   
----------------------------------------------------------*/
h1, h2, h3, h4, h5, h6
{
    font-size: 1.5em;
    color: #000;
   
}

h1
{
    font-size: 2em;
    padding-bottom: 0;
    margin-bottom: 0;
}
h2
{
    padding: 0 0 10px 0;
}
h3
{
    font-size: 1.2em;
}
h4
{
    font-size: 0.9em;
    color:#F6A828;
}
h5, h6
{
    font-size: 0.9em;
}

/* this rule styles <h2> tags that are the 
first child of the left and right table columns */
.rightColumn > h1, .rightColumn > h2, .leftColumn > h1, .leftColumn > h2
{
    margin-top: 0;
}

/* PRIMARY LAYOUT ELEMENTS   
----------------------------------------------------------*/

/* you can specify a greater or lesser percentage for the 
page width. Or, you can specify an exact pixel width. */
.page
{
    width: 804px;
    /*background-image: url(/content/pix/bg_wrapper.png);*/
    background-repeat:repeat-y;
    min-height:650px;
    margin-left: auto;
    margin-right: auto;
    margin-top:15px;
    border: solid 0px #666666;
    background-color:transparent;
    padding:0 4px;
    
}

#header
{
    position: relative;
    margin-bottom: 0px;
    color: #000;
    padding: 0 0px 0 0;
    border: solid 1px #DCDCDC;
    height:155px;
    background-color:#f8f8f8;
	background-image:url( /content/pix/bg_100px_silverGradient.png);
	background-position:top;
	background-repeat:repeat-x;
    
}

p#logo, h1#logo
{
    font-weight: bold;
    font-size: 24px !important;
    padding: 10px 0;
    margin: 0;
    color: #FFF;
    border: none;
    line-height: 2em;
    font-family: Arial, Helvetica, sans-serif;
}

#logo a
{
    color: #FFF;
    text-decoration: none;
    font-size: 32px !important;
}

#main
{
    padding: 30px 0px 15px 0px;
    background-color: transparent;
    margin-bottom: 30px;
    _height: 1px; /* only IE6 applies CSS properties starting with an underscrore */
}

#footer
{
    color: #999;
    padding: 5px 0 0 0;
    text-align: center;
    line-height: normal;
    width:100%;
    clear:both;
    background-color:#cccccc;
    margin-top:5px;
    
}

#footer p
{
    padding: 5px 0;
    margin: 0;
    font-size: .9em;
}

/* TAB MENU   
----------------------------------------------------------*/
ul#menu
{
    border-bottom: 1px #5C87B2 solid;
    padding: 0 0 2px;
    position: relative;
    margin: 0;
    text-align: right;
}

ul#menu li
{
    display: inline;
    list-style: none;
}

ul#menu li a
{
    padding: 10px 20px;
    font-weight: bold;
    text-decoration: none;
    line-height: 2.8em;
    background-color: #e8eef4;
    color: #034af3;
}

ul#menu li a:hover
{
    background-color: #FFF;
    text-decoration: none;
}

ul#menu li a:active
{
    background-color: #a6e2a6;
    text-decoration: none;
}

ul#menu li.selected a
{
    background-color: #FFF;
    color: #000;
}

/* MISC  
----------------------------------------------------------*/
.clear
{
    clear: both;
}

.blogTitle
{
	font-weight:bold;
	color:Navy;
	text-transform:lowercase;
	margin:0 0 0 0;
}

.blogText
{
	font-size:smaller;
	border-top:solid 1px #dcdcdc;
	margin-bottom:10px;
	width:500px;
}

/* TABS */
.tabDiv
{
}

div.scheduleLine div.col1
{
	float:left;
	width:100px;
	
}
div.scheduleLine div.col2
{
	float:left;
	width:100px;
	
}
div.scheduleLine div.col3
{
	float:left;
	width:100px;
	
}
div.scheduleLine div.col4
{
	float:left;
	width:150px;
	
}


.tabDiv ul {
		list-style: none;
		padding: 0;
		margin: 0;
		background: white;
		float: left;
		width: 100%;
    }
    
	.tabDiv li {
		float: left;
		margin: 0 1em 0 0;
    }
    
	.tabDiv a {
		text-decoration: none;
		display: block;
		padding: 0 0.5em;
		font-weight: bold;
		color: black;
		border-bottom: 0.5em solid #dcdcdc;
		color: #dcdcdc;
    }
	
	.tabDiv a:hover {
		color: #77aadd;
		border-color: #77aadd;
	}
	
	.tabDiv #selected a {
		color: #6699CC;
		border-color: #6699CC;
	}
	
	.tabDiv {
		clear: both;
		color: white;
		padding: 1em;
	}
	
	#standingsMenu ul
	{
		list-style-type:none;
		list-style-image: none;
		margin:0 0 0 0;
		padding:0 0 0 0;
	}
	
	#standingsMenu ul a
	{
		text-decoration:none;
		font-size:11px
	}
	#standingsMenu ul a:hover
	{
		text-decoration:none;
		font-weight:bold;
		
		color:#F69237;
	}
	

#filterDialog
{
	padding:4px 4px 4px 4px;
	font-size: x-small;
}



/* tables */
table.tablesorter {
	background-color: transparent;
	margin:10px 0pt 15px;
	font-size: 8pt;
	width: 100%;
	text-align: left;
}
table.tablesorter thead tr th, table.tablesorter tfoot tr th {
	background-color: transparent;
	border: 0px solid ;
	font-size: 8pt;
	padding: 4px;
}
table.tablesorter thead tr .header {
	
	cursor: pointer;
}
table.tablesorter tbody td {
	color: #3D3D3D;
	padding: 4px;
	background-color: transparent;
	vertical-align: top;
	border:solid 1px #dcdcdc;
	
}
table.tablesorter tbody tr.odd td {
	background-color:#dcdcdc;
}


table.tablesorter thead tr .headerSortDown, table.tablesorter thead tr .headerSortUp {
	background:#3487C5 url(/content/theme/images/3487c5_1x400_textures_02_glass_75.png) repeat-x scroll 50% 50%;
border:1px solid #79B7E7;
color:#F5f5f5;
}

table.tablesorter thead tr
{
	background:#003366 url(/content/theme/images/003366_1x100_textures_04_highlight_hard_55.png) repeat-x scroll 50% 50%;
	font-family:Lucida Grande,Lucida Sans,Arial,sans-serif;
	font-size:1.1em;
	height:35px;
	color:#f5f5f5;
}
table.tablesorter thead th span  
{
	background-position:right center;
	background-repeat:no-repeat;
	padding-right:16px;
}
table.tablesorter thead th.headerSortUp span {
	background-image: url(/content/pix/asc.gif);	
}
table.tablesorter thead th.headerSortDown span{
	background-image: url(/content/pix/desc.gif);}



#cLeft ul
{
	list-style:none;
	list-style-image: none;
	padding:0;
	margin:0;
}

#cLeft ul li
{
	margin-left:5px;
	width:190px;
}
#cLeft ul li p
{
	
	padding-left:5px;
	margin:0;	
}

#cLeft ul li a
{
	width:100%;
	border-bottom:solid 1px #dcdcdc;
	color:Navy;
	font-weight:bold;
	text-decoration:none;
	margin:4px 0 0 0;
}
#cLeft ul li a.loadResults
{
	font-weight:normal;
	border:none 0px transparent;
}


#rules { padding:0 5px 5px 5px;  }
#rules span.heading
{
	font-size:.9em;
	color:Navy;
	font-weight:bold;
}




div.sponsorLink
{
	color:#696969;
	font-weight:normal;
	vertical-align:top;
	float:left;
	width:200px;	
	padding-right:5px;	
}

div.sponsorDesc
{
	color:#696969;
	font-weight:normal;
	vertical-align:top;
	float:left;
	width:190px;
	min-height:40px;
	border-left:solid 1px #dcdcdc;
	margin-left:0px;	
	padding-left:5px;
}

.premiere img, .sponsor img { margin:5px 10px; }