﻿/**************************************************
/* GENERAL STYLS OF PAGE */
/**************************************************/

body
{
	font: normal .83em tahoma, sans-serif;
	margin-bottom: 25px;
	color: #444444;
	background-color: #ffffff;
	background-image: url(images/greenTile.jpg);
	background-position: top left;
	background-repeat: repeat-x;
}
a
{
	color: #589A29;
	text-decoration: none;
}


h1
{
	font-size: 1.8em;
}
h2
{
	font-size: 1.5em;
}
h3
{
	font-size: 1.2em;
}
h4
{
	font-size: 1em;
}
h5
{
	font-size: .83em;
}
h6
{
	font-size: .80em;
}
h2, h3
{
	color: #444444;
}

ol
{
	margin-left: 35px;
	list-style: decimal;
}


/**************************************************
/* OUTSIDE WRAPPER */
/**************************************************/
#wrapper
{
}
/**************************************************
/* TOP GRAPHIC IMAGE */
/**************************************************/
#curveHeader
{
	margin-top: 25px;
	background-image: url(images/GrayTopCurve.png);
	background-position: top center;
	background-repeat: no-repeat;
}
/**************************************************
/* CONTENT CONTAINER */
/**************************************************/
#page
{
	margin: auto;
	width: 979px;
	border: solid 1px #cccccc;
	border-left: solid 1px #aaaaaa;
	border-right: solid 1px #aaaaaa;
	background-color: #ffffff;
	background-image: url(images/greenBarBackground.gif);
	background-position: top center;
	background-repeat: repeat-y;
}
/**************************************************
/* LOGO AND LOGIN/REGISTRATION AREA */
/**************************************************/
#header
{
	background-color: #ffffff;
	background-image: url(images/gsBannerBig.jpg);
	background-position: top left;
	background-repeat: no-repeat;
	padding: 0;
	margin: 0px;
	height: 106px;
}
#header img
{
	border: 0;
	margin: 0;
	padding: 0;
}
/**************************************************
/* LOGIN/REGISTRATION */
/**************************************************/
ul#loginRegister
{
	float: right;
	margin: 0;
	margin-top: 0px;
	padding: 0;
	padding-top: 15px;
	list-style: none;
	font-size: .82em;
	background-image: url(images/loginRegisterCorner.jpg);
	background-position: top right;
	background-repeat: no-repeat;
	height: 60px;
	width: 235px;
}
ul#loginRegister li
{
	text-align: center;
	margin-top: 5px;
	margin-bottom: 5px;
}
#loginRegister a
{
	margin-left: 20px;
	margin-right: 20px;
	padding: 3px;
	color: #589A29;
	font-weight: bold;
	text-decoration: none;
}
#loginRegister a:hover
{
	color: #222222;
	text-decoration: none;
}
#loginRegister a.login
{
	padding-left: 30px;
	background-image: url(images/ico-login.gif);
	background-position: left;
	background-repeat: no-repeat;
}
#loginRegister a.login:hover
{
	background-image: url(images/ico-login-over.gif);
	background-position: left;
	background-repeat: no-repeat;
}
#loginRegister a.register
{
	padding-left: 30px;
	background-image: url(images/ico-register.gif);
	background-position: left;
	background-repeat: no-repeat;
}
#loginRegister a.register:hover
{
	background-image: url(images/ico-register-over.gif);
	background-position: left;
	background-repeat: no-repeat;
}

/**************************************************
/* MAIN MENU COLORS AND STYLE - SEE JQUERYCSSMENU.CSS FOR MORE */
/**************************************************/
#menu
{
	margin-bottom: 15px;
	padding: 0;
	padding-top: 3px;
	clear: both;
	border-top: solid 1px #cccccc;
	background-color: #ffffff;
}

#menu LI
{
	padding-right: 0px;
	float: left;
	padding-bottom: 0px;
	margin: 0px;
	padding-top: 0px;
}

#menu a
{
	display: block;
	float: left;
	height: 18px;
	margin-right: 1px;
	padding: 10px 20px 0 20px;
	padding-right: 25px;
	background: #E9EED0;
	text-decoration: none;
	font-size: .8em;
	font-weight: bold;
	color: #589A29;
	background-image: url(images/nav-bg.gif);
	background-position: left;
	background-repeat: repeat-x;
}

#menu a:hover
{
	background: #DDE6AB;
	color: #2C2E22;
}

#menu ul.lower li
{
	clear: both;
}

#menu ul.lower a
{
	background: #ffffff;
}

#menu ul.lower a:hover
{
	background: #DDE6AB;
	color: #2C2E22;
}

/**************************************************
/* SIDE BAR AREA */
/**************************************************/
#sidebar
{
	float: left;
	width: 188px;
	overflow: hidden;
}

#sidebar ul
{
	margin: 0;
	padding: 0;
	list-style: none;
}

#sidebar img.advertisement
{
	margin-left: 10px;
	padding: 2px;
	border: solid 1px #666666;
	background-color: #ffffff;
}

#sidebar iframe
{
	margin-left: 10px;
	padding: 2px;
	border: solid 1px #666666;
	background-color: #ffffff;
}
/**************************************************
/* PROFILE SECTION */
/**************************************************/
#profileArea
{
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom: solid 1px #deebd1;
	overflow: auto;
}
#profileArea img
{
	float: left;
	margin-right: 15px;
	margin-left: 5px;
	border: solid 1px #dddddd;
}
#profileArea h3
{
	text-align: center;
}

#profileArea .logout
{
	color: #aa0000;
	font-weight: bold;
}

ul#profileObject label
{
	margin-left: 5px;
}
ul#profileObject input
{
	margin-left: 5px;
}

ul#profileObject a
{
	color: #589A29;
	text-decoration: underline;
}
ul#profileObject a:hover
{
	color: #222222;
}



/**************************************************
/* BANNER AREA MAIN SECTION */
/**************************************************/
#main #advertisementBanner
{
	margin-top: 5px;
	text-align: center;
}

#main #advertisementBanner .adImage
{
	border: solid 1px #cccccc;
}
/**************************************************
/* MAIN CONTENT */
/**************************************************/
#main
{
	margin-left: 200px;
	padding-bottom: 25px;
	min-height: 680px;
	width: 750px;
	overflow: auto;
}
#main h2, p
{
	margin: 5px;
}

#main ul
{
	margin-left: 30px;
	list-style: square;
}
#main a
{
	color: #589A29;
	text-decoration: none;
}

#main a:hover, #landing .contentMain a:hover
{
	color: #000000;
	text-decoration: underline;
}
/**************************************************
/* MAIN CONTENT COLUMNS */
/**************************************************/
#main .column30, #landing .column30
{
	float: left;
	width: 26%;
	padding: 5px;
}

#main .column50, #landing .column50
{
	float: left;
	width: 46%;
	padding: 5px;
}

#main .column70, #landing .column70
{
	float: left;
	width: 66%;
	padding: 5px;
}

#main .column100, #landing .column100
{
	float: left;
	width: 96%;
	padding: 5px;
}

#landing .column100, #landing .column50
{
	text-align: center;
}
/**************************************************
/* LANDING PAGE LAYOUT */
/**************************************************/
#landing
{
	width: 976px;
	margin: auto;
	margin-top: -15px;
	overflow: hidden;
	height: 100%;
	background: #ffffff;
	border: solid 0px red;
	min-height: 500px;
}
/**************************************************
/* LOGIN AREA USING THE LANDING PAGE LAYOUT */
/**************************************************/

#login
{
	margin: auto;
	margin-top: 80px;
	margin-bottom: 25px;
	width: 200px;
	padding: 10px;
	background-color: #f5fcec;
	border: solid 1px #e2eed6;
}
#login h3, #login ul
{
	width: 200px;
	margin: auto;
}

#registrationText
{
	margin: auto;
	margin-top: 15px;
	margin-bottom: 25px;
	width: 500px;
}

#register
{
	margin: auto;
	margin-top: 20px;
	margin-bottom: 25px;
	width: 240px;
	padding: 10px;
	background-color: #f5fcec;
	border: solid 1px #e2eed6;
}
#register ul
{
	width: 240px;
	margin: auto;
}

/**************************************************
/* FOOTER AREA */
/**************************************************/
#footer
{
	float: left;
	width: 100%;
	margin-left: -1px;
	border: solid 1px #cccccc;
	border-bottom: 0;
	background-color: #ffffff;
}
#footer .copyright
{
	float: right;
	color: #939393;
}
#footer a
{
	font-size: .82em;
	color: #589A29;
	font-weight: bold;
}
#footer a:hover
{
	color: #222222;
}
/**************************************************
/* BOTTOM GRAPHIC FOOTER */
/**************************************************/
#curveFooter
{
	clear: both;
	background-image: url(images/GrayBottomCurve.png);
	background-position: bottom center;
	background-repeat: no-repeat;
}
/**************************************************
/* NOT A MEMBER REMINDER */
/**************************************************/
.notMemberMessage
{
	margin: 0;
	margin-top: -15px;
	height: 30px;
	background-color: #de7c00;
	color: #ffffff;
	border: solid 1px #de7c00;
	border-bottom: solid 2px #cccccc;
	text-align: center;
	font-weight: bold;
	font-size: 1.1em;
}

.notMemberMessage a
{
	color: #ffffff;
	text-decoration: underline;
}

#ParamutualResultdiv
{
	width: 500px;
}
.paramutualdetails
{
	padding-bottom: 10px;
}
.paramutualsubtotal
{
	padding-bottom: 10px;
	float:right;
	width:150px;
}
.paramutualsidebar
{
	float:right;
	width:140px;
}
.paramutualcontent
{
	float:left;
    width:300px;
}

#leagueprofile
{
	width: 500px;
	float: left;
}
.leagueinfosection
{
	padding: 10px 10px 20px 8px;
}
.leagueprofiletable
{
	margin: 0 0 8px 8px;
}
.leagueprofiletable .label
{
	padding-right: 0;
	width: 125px;
	color: Gray;
}
#leaguesidebar
{
	float: right;
}
.leaguesidebarsection
{
	border: 1px solid #D8DFEA;
}
.profileboxheader
{
	border-top: solid 1px #D8DFEA;
	background: #d9f1dc 0px 0px;
	padding: 5px 8px;
}
.leagueactions
{
	padding-bottom: 10px;
}
.titlebar
{
	padding: 10px 10px 12px;
}
.titlebar h2
{
	float: left;
}
.new_content
{
	float: right;
	margin: 7px 0 0 10px;
}
.section_content h5
{
	background-color: Green;
	background: url(images/smallGreen.gif) repeat-x;
	color: White;
	padding: 10px 10px 10px 10px;
	border: solid 1px #cccccc;
}
.twocolumn_header
{
	height: 60px;
	display: block;
}
.main_content
{
	display: block;
	position: relative;
}
.topright
{
	text-align: right;
	vertical-align: top;
}

.wizardsidebar
{
	background-color:#F7FFEF;
	font-size:0.9em;
	vertical-align:text-top;
	padding-right:10px;
}
.wizardsidebar a
{
	color:Black;	
}
