/* This stylesheet controls the appearance of the Sports PHool pages.
   You'll need some familiarity with CSS to make changes here */

/* Main page properties */
/* TODO perform html and css validation
   add background in body
   add yahoo reset
   make new images and add the template name in the filename
*/
body
{
background:#07060E url(img/new-bkg.jpg) no-repeat scroll center top;
	color: #000;
	font-family: Verdana, sans-serif;
	font-size: 1em;
	height: 100%;
	text-align: center;
}

/* Link properties */
a {
	text-decoration: underline;
}

#container
{
	background: #FFFFFF url(img/body.jpg) no-repeat 0px 175px;
	text-align: left;
	width: 998px;
	margin: 0px auto;
}

#header
{
	width: 100%;
	background: #E0E3F2 url(img/header-bkg-staccatoR.jpg) no-repeat right top;
	border: 1px solid #555;
	border-top: 0;
}

#logo
{
	float: left;
	overflow:hidden;
	height:220px;
}

#logo a
{
	position: relative;
	height: 220px;
	width: 582px;
	display: block;
	background: #E4E6F3 url(img/staccatologo.jpg) no-repeat;
}

#logo a span
{
	display: none;
}

#imagecycle
{
	float:right;
	background: #f4f4fa url("img/header_right.jpg");
	height:135px;
	width:193px;
}
#flashbanner
{
	float:right;
	background: #f4f4fa;
	height:200px;
	width:400px;
	margin-top: 10px;
	margin-right: 15px;
}

#navbar
{
	font-size: 14px;
	clear: both;
	width: 100%;
	height: 40px;
	background: #e0e4f2 url(img/nav-bg.gif) repeat-x left;
}

#mainmenu
{
	float:left;
}

#usernav
{
	padding:7px;
	float:right;
}
html #usernav a{
	color: #FFFFFF;
	margin: 0 3px;
	padding: 5px 10px;
	text-decoration: none;
	font-weight: bold;
}
html #usernav a:hover{
	text-decoration: underline;
	font-weight: bold;
}
#content
{
	clear: both;
	background: #FFFFFF url(img/body.jpg) no-repeat center top;
	overflow: hidden;
}

#content h2,
#content h3
{
	font-weight: bold;
	margin: 12px 0 12px 0px;
	padding: 0px;
}

#content h4
{
	font-weight: bold;
	margin: 24px 0 24px 5px;
}

#content h2
{
	font-size: 24px;
}

#content h3
{
	font-size: 18px;
}

a:link,
a:visited,
a:active {
	color: #000055;
}
a.menulink {
	color: #000000;
	font-size: 14px;
	font-weight: bold;
	text-decoration:none;
}
a:hover.menulink {
	text-decoration: underline;
}

#home {
	display: inline;
	font-size: .001em; /* probably ie hack */
	margin-left: 40px;
	text-indent: -1000em;
}

p.red {
	color: #f00;
	font-weight: bold;
}

.empty {
	background: #fff;
	border: none;
}

/* Miscellaneous page item properties */
h1 {
	font-style: normal;
}

h1, h2, h3 {
	color: #0000a5;
}

h1, h2, h3, h4 {
	font-family: Verdana;
}
h4 {
	color: #FF0000;
}

p, td, th {
	font-family: Verdana, sans-serif;
	font-size: 1em;
}
td{
	padding: 4px;
}
hr {
	color: #000;
	text-align: center;
	width: 70%;
}

code {
	color: #606;
}

input, select, textarea {
	font-family: monospace;
	font-size: 10pt;
}

li {
	margin-top: .5em;
}

/* STRONG is used for error messages */
strong {
	color: #c30;
}
big_red {
	color: #00aa00;
	font-size: 24px;
}
s_red {
	color: #FF0000;
}

/* Common table properties, used by Sports PHool content */
table {
}

/*th.content td {*/
.content_th {
	background: #3cc;
	border: none;
	border-bottom: 1px solid #000;
	border-right: 1px solid #3cc;
	color: #000;
	margin: 0;
	text-align: center;
	vertical-align: middle;
}
/*td.content td {*/
.content_td {
	background: #eee;
	border: none;
	border-bottom: 1px solid #000;
	border-right: 1px solid #333;
	margin: 0;
	text-align: center;
	vertical-align: bottom;
	padding: 4px;
}

/* The data cells for alternate rows */
tr.alt td {
	background: #eee;
}

tr.alt2 td
{
	background: #AAAAFF;
}

/* The data cells for the viewing player on the Leaderboard */
tr.player td {
	background: #BBBBBB;
	color: #0000FF;
	font-weight: bold;
}

/* The data cells for the viewing staff picks on the Leaderboard */
tr.staff td {
	color: #f00;
	font-weight: bold;
}

/* Properties for the page table: the one that holds all page content */
table.page {
	border: none;
	border-collapse: collapse;
	height: 100%;
	width: 100%;
}

/* Page table header cell in which the page header appears */
th.header {
	background: #eaebf7 url(img/headerl.png) no-repeat;
	border: none;
	height:140px;
	text-align: center;
	vertical-align: top;
}

th.header_nobg {
	background: #eaebf7;
	border: none;
	text-align: right;
	vertical-align: middle;
}

small.slogan {
	font-family: verdana;
	font-size: small;
	font-style: normal;
}

td.navcommon
{
	/*border-top: 1px solid #111;*/
	border-bottom: 1px solid #111;
	/*vertical-align: middle;*/
	background: #e0e4f2 url('img/navbar.jpg');
	height: 40px;
	font-size: 12px;
}

/* Page table data cell in which the main navigation appears */
/*td.mainnav {
	padding-left: 10px;
	color: #fff;
	text-align: left;
	border-left: 1px solid #555;
}*/

.menu
{
	float: left;
	list-style: none;
}

.menu li
{
	float: left;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFFFFF;
}

.menu a,
.welcome
{
	display: block;
	color: #ccccff;
	margin: 0 3px;
	padding: 5px 10px;
}

.menu a:hover,
.menu a:active,
.menu a:focus
{
	text-decoration: underline;
}

/* Page table cell in which the user's info appears */
/*td.username {
	color: #000;
	font-weight: bold;
	text-align: center;
	border-right: 1px solid #555;
}*/

/* Page table data cell in which the content of Sports PHool appears */
td.content {
	/*background: #e0e0e0 url(contentBG.png) no-repeat 100% 0%;*/
	border: none;
	padding: 2% 4%;
	text-align: left;
	vertical-align: top;
}

/* The DIV for existing user logins in signon.php */
div.login {
	border: 3px ridge #0000FF;
	width: 700px;
	line-height: 150%;
	padding: 1em;
}

/* The DIV for new user registrations in signon.php */
div.register {
	border: 3px ridge #0000FF;
	width: 700px;
	line-height: 150%;
	margin-top: 1em;
	padding: 1em;
}

/* A special class to apply to the currently viewed week in the weeks list
   See shared.php for its use */
.deadlink {
	background: #FFFFFF;
	color: #092F64;
	font-weight: bold;
}

/* The format for the list of weeks for switching views */
p.switchweek {
	border: 0px none;
	font-size: 12px;
	padding:10px 0 10px 10px;
	width:904px;
	background-color: #092F64;
	color: #FFFFFF;
	margin-top: 10px;
	margin-bottom: 10px;
	line-height: 180%;
}
span.switch{
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	padding-top: 10px;
	padding-bottom: 0px;
	margin-left: 5px;
}
p.switchweek a{
	padding:0 5px;
	font-weight: bold;
	color: #FFFFFF;
}
p.switchweek a:hover{
	padding:0 5px;
	background: #FFFFFF;
	color: #092F64;
	font-weight: bold;
	text-decoration: none;
}

.2222switchweek a {
	color: #666;
	text-decoration: none;
}

.22222switchweek a:hover {
	color: #fff;
	text-decoration: underline;
}

/* The Sports PHool notice at the bottom of each page */
p.phoolnotice {
	border-top: 2px solid #3cc;
	font-size: x-small;
	text-align: right;
}

p.phoolnotice a:link,
p.phoolnotice a:visited {
	color: #115a5d;
}

p.phoolnotice span {
	font-weight: bold;
}

.winner {
	color: #090;
}

.loser {
	color: #900;
}

/* the form button to confirm picks */
.confirmbutton
{
	margin: 20px 0 100px 180px;
	font-weight: bold;
	color: #FFFFFF;
	height: 40px;
	background-image: url(img/nav-bg.gif);
	background-repeat: repeat-x;
	background-position: left;
	padding-right: 8px;
	padding-left: 8px;
	border: 2px solid #FFFFFF;
	font-size: 16px;
}
.confirmbutton:hover {
	border: 2px solid #FFFF00;
	text-decoration: underline;
}

.confirmbutton2
{
	margin: 20px;
	font-weight: bold;
	color: #FFFFFF;
	height: 40px;
	background-image: url(img/nav-bg.gif);
	background-repeat: repeat-x;
	background-position: left;
	padding-right: 8px;
	padding-left: 8px;
	border: 2px solid #FFFFFF;
	font-size: 16px;
}
.confirmbutton2:hover {
	border: 2px solid #FFFF00;
	text-decoration: underline;
}



#bonuspickstable
{
	text-align: center;
}

.bonuspick
{
	font-weight: bold;
	font-size: 16px;
	padding-bottom: 3px;
}

.loginmsg
{
	font-weight: bold;
}
.loginmsg2
{
	font-weight: bold;
	color: #44FF44;
}
#rssfeds{
	margin-top: 30px;
}
#rssright{
	float: right;
	width: 430px;
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	border: 1px double #CCCCCC;
	padding: 10px;
}
#rssleft{
	float: left;
	width: 430px;
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	border: 1px double #CCCCCC;
	padding: 10px;
}
#rssleft ul li{
	padding: 0px 0px 10px;
	margin-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #333333;
}
#rssright ul li{
	padding: 0px 0px 10px;
	margin-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #333333;
}

#nflphotos{
	float: right;
	width: 430px;
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	border: 1px double #CCCCCC;
	padding: 10px;
}
#nflphotos img{
	padding: 10px;
	float: left;
}

#nflphotos ul li{
	padding: 0px 0px 10px;
	margin-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #333333;
}

 #creditfooter {
visibility:hidden;
}
.feedTitle{
	font-size: 16px;
	font-weight: bold;
	color: #0000A5;
	padding-bottom: 10px;
}
.headline{
	font-weight: bold;
	padding-bottom: 4px;
	font-size: 11px;
	margin-bottom: 3px;
}
.headline a:hover{
	font-weight: bold;
	padding-bottom: 4px;
	text-decoration: none;
}
.date{
	font-size: 10px;
	font-weight: bold;
	margin-top: 2px;
	margin-bottom: 2px;
}
#clearboth{
	clear: both;
	margin-top: 10px;
	margin-bottom: 10px;
	padding-top: 25px;
}
#nflpool{
	float: left;
	width: 430px;
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	border: 1px double #CCCCCC;
	padding: 10px;
}
#nflpool ul li{
	padding: 0px 0px 10px;
	margin-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #333333;
}


#rsstablefeds{
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	border: 1px double #CCCCCC;
	padding: 10px;
}
#rsstablefeds ul li{
	padding: 0px 0px 10px;
	margin-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #333333;
}
.helppage{
	margin: 0px;
	padding: 0px;
	font-size: 14px;
	line-height: 120%;
}
.helpblock{
	margin: 20px 0px 0px;
	padding: 10px;
	border: 1px dotted #CCCCCC;
	background-color: #FFFFFF;
}
#content .helppage h3{
	font-size: 18px;
	font-weight: bold;
	color: #A5060A;
	margin: 20px 0px;
	padding: 0px;
}
#content .helppage h4{
	font-size: 14px;
	font-weight: bold;
	color: #A5060A;
	margin: 10px 0px;
	padding: 0px;
}
#content .helppage p{
	padding: 0px;
	margin-bottom: 10px;
	font-size: 12px;
	line-height: 160%;
}
#content .helppage a:link{
	font-weight: bold;
	color: #3C66A0;
	font-size: 12px;
}
#content .helppage a:hover{
	font-weight: bold;
	color: #5F89C2;
	text-decoration: none;
	font-size: 12px;
}
#content .helppage strong{
	font-weight: bold;
	color: #A5060A;
	font-size: 12px;
}
#content .helppage ul li{
	list-style-image:none;
	list-style-position:outside;
	list-style-type:square;
	margin:0 0 0 15px;
	padding:0;
	font-size: 12px;
	line-height: 170%;
}
#content .helppage ul {
	list-style-type: none;
	margin: 0px 0px 20px 0px;
	padding: 0px 0px 0px 0px;
	}

