/* Start of CMSMS style sheet 'ladies_league' */
/*
---------------------------------
//General
---------------------------------
*/

body 
{
	background: url(../images/bg.png) repeat-x;
	background-color:#dadada;
	text-align: center;
	font: 12px Arial, sans-serif;
	line-height: 17px;
	color:#333333;
}

p
{
	color:#333333;
margin-bottom:16px;
}

a 
{
	color:#666666;
}

a:hover
{
	text-decoration:none;
	color:#333333;
}

.more
{
	text-align: right;

}

.fl
{
	float:left;
}

.fr
{
	float:right;
}

.clear 
{
	clear: both;
}

h1
{
	display:none;
}

h2
{

}

h3
{

}

h4
{

}


#contentContainer li
{

margin-bottom:5px;
}

#contentContainer ul, #contentContainer ol
{
margin-bottom:16px;
margin-left:25px;
}

/* CONTAINERS */

#container 
{
	text-align: left;
	margin: auto;
	width: 909px;
	position:relative;
}

#top
{
	height:180px;
}

.logo
{
	width: 300px;
	height: 100px;
	position:absolute;
	top: 55px;
	margin-left: 300px;
}

#login
{
	background: url(../images/login_bg.png) no-repeat;
	height: 101px;
	width: 257px;
	position:absolute;
	margin-left: 550px;
	margin-top:36px;
	
}

.loginfieldContainer
{
	background: url(../images/input.png) no-repeat;
	height: 33px;
	width: 108px;
	float:left;
	margin-left: 1px;
}

#login input.inputfield
{
	background:transparent;
	border:0;
	height:20px;
	width: 75px;
	padding: 10px;
	padding-top: 11px;
	float:left;
	margin-left:10px;
	color:#fff;
	font-family:Tahoma,arial, verdana, sans-serif;
	font-size: 11px;
}

#login input.submit
{
	background:url(../images/button_go.png) no-repeat;
	border:0;
	height:26px;
	width:26px;
	margin-top: 6px;
	margin-left: 5px;
	cursor:pointer;
}

#login .loginForgotPassword
{
	background:url(../images/forgot_pass.png) no-repeat;
	height:16px;
	width: 142px;
	border:0;
	cursor:pointer;
	margin-left: 8px;
	margin-bottom:5px;
}

#login .loginNewUser
{
	background:url(../images/new_user.png) no-repeat;
	height:16px;
	width: 142px;
	border:0;
	cursor:pointer;
	margin-left: 8px;
}

#login a
{
	display:block;
	color:#bfbfbf;
	margin-left:90px;
	font-size:11px;
	text-decoration:none;
	line-height:13px;
}

#menu
{
	position:relative;
	z-index:1;
}

h2.title
{
	font-size: 15px;
	color:#666666;
	font-family:Arial, Helvetica, sans-serif;
	text-transform:uppercase;
	
	background: url(../images/header_bg.png) repeat-x;
	position:absolute;
	left:0;
	top:0;
	width:598px;
	margin-left:1px;
	margin-top:252px;
	height:40px;
	padding-left:30px;
	padding-top: 12px;
}

h2.newsTitle
{
	font-size: 15px;
	color:#666666;
	font-family:Arial, Helvetica, sans-serif;
	text-transform:uppercase;
	
	background: url(../images/header_bg.png) repeat-x;
	position:absolute;
	left:0;
	top:0;
	width:598px;
	margin-left:1px;
	margin-top:252px;
	height:40px;
	padding-left:30px;
	padding-top: 12px;
}


#contentContainer
{
	width: 909px;
	margin-top: 70px;
	z-index:-1;
}

#primaryContent
{
	background-color:#f4f4f4;
	padding: 30px;
	width: 568px;
	min-height:300px;
	border:1px solid #a4a4a4;
	float:left;

}

p.primaryContentHeading
{
	color:#333333;
	font-weight:bold;
	font-size: 13px;
	margin-top: 10px;
	margin-bottom:10px;
}

.contentOptions
{
	width: 600px;
	height:20px;
	margin-bottom: 20px;
	margin-top: 10px;
}

.contentOptions a, .contentOptions a:visited, .contentOptions a:active
{
	text-decoration: none;
	background-color:#cccccc;
	padding:2px;
	padding-left:5px;
	padding-right:5px;
	display:block;
	float:left;
	text-align:center;
	margin-right: 5px;
	color:#FFFFFF;
	
}

.contentOptions a:hover
{
	color: #CFD1FF;
	background-color:#999999;
}



#secondaryContent
{
	width:264px;
	float:left;
	margin-left:15px;
}


.seasons
{
	background-color:#f4f4f4;
	border-bottom:1px solid #a4a4a4;
	border-left:1px solid #a4a4a4;
	border-right:1px solid #a4a4a4;
	height:40px;
	text-align:center;
	padding-top: 10px;
}

h3.seasonsHeading
{
	font-size: 11px;
	color:#666666;
	font-family:Arial, Helvetica, sans-serif;
	text-transform:uppercase;
	
	background: url(../images/header_bg.png) repeat-x;
	width:247px;
	height:28px;
	padding-left:15px;
	padding-top: 12px;
	border-top:1px solid #a4a4a4;
	border-left:1px solid #a4a4a4;
	border-right:1px solid #a4a4a4;
}

/* SPONSOR*/

#sponsor
{
margin-top:5px;
}


#footer
{
	text-align: center;
	margin-top: 15px;
	margin-bottom: 15px;
	width:909px;
	text-align:center;
	float:left;
}

/* NEWS */

.newsHeadline h2 a
{
font-size:14px;
color:#333333;
text-decoration:none;
}

.newsItem
{
	padding-left: 220px;
	position:relative;
	height: 180px;
}

.newsImage
{
	float:left;
	margin-right: 10px;
	padding: 3px;
	border: 1px solid #acacac;
	position:absolute;
	top:0;
	left:0;
	
}

.newsImageDetail
{
	float:right;
	margin-left: 10px;
	padding: 3px;
	border: 1px solid #acacac;
	top:0;
	left:0;
	
}

.newsDetail
{
position:relative;
}

.newsbullet
{
	float:left; 
	margin-right: 5px;
	margin-left: 5px;
	position:absolute;
}

.newsHeadline
{
	background-color:#cccccc;
	padding: 5px;
	padding-left: 70px;
	margin-bottom: 18px;
	margin-top: 0px;
}

#NewsPostDetailSummary
{
margin-bottom:20px;
}







/* End of 'ladies_league' */

