html {
    background:#FFFFF3 url(bg.gif) repeat;
}

a
{
    color: black;
}
a:hover
{
    color: #801B27;
}
body
{
    font-family: Verdana, Geneva, Arial, sans-serif;
    font-size:0.9em;
    line-height:1.1em;
    margin:0px;
    margin-bottom:20px;
}
h2 {font-size:1.2em;font-weight:bold;
margin:0;
padding:2px;}

p
{
    margin:4px 0px;
}
small
{
    font-size:0.8em;
}
strong {font-weight:bold;}

.center {text-align: center;}
.clear{clear:both;}
.inline {display:inline;}
.inline-block {display:inline-block;}
.pointer {cursor:pointer;}
.underline {text-decoration:underline;}

#topalert
{
	background-color:#FFD571;
	margin-bottom: 3px;
	padding: 3px;
}

#toprow
{
    background-color: #595959;
    color: white;
    font-size: 9pt;
    padding: 4px 5px;
    overflow: auto;
    text-align: left;
}

#toprow a
{
    color: white;
}

#login .validation-advice {
    display: inline;
    font-size: 8pt;
    margin: 2px 4px;
	color : white;
	font-weight: bold;
}

.logininput
{
    display:inline;margin-right: 5px;
}

.loginbutton
{
    background-color:#000000;border:1px solid #ffffff;color:#ffffff;padding:0px 3px;width:60px;
}

header {
background-color: #FFD571;
border-bottom: 3px solid #546678;
margin:auto;
padding: 6px 0;
width:950px;
}

#titlesection {
text-align: center;
}

#titlesection a
{
    text-decoration: none;
}

#titlesection a:hover
{
    color: black;
}

#titlesection .title
{
    font-size:36px;font-weight:bold;line-height:38px;height:36px;margin-bottom:0px;
}

#bd
{
	margin-bottom:6px;
}

#bd .title
{
	font-size:20px;
	font-weight:bold;
	line-height:24px;
}

#bd .topbar
{
	border:1px solid #595959;border-top:0px;clear:both;color:black;margin-bottom:4px;padding:2px;
}

.bar
{
    font-size:13px;
    line-height:17px;
    margin:6px 0px 1px 0px;
    text-align: center;
}

.bar a
{
    color: #202020;
    display:inline;
    font-weight: bold;
    padding: 0px 6px;
    text-decoration: none;
}

#sportbar
{
    background-color: #546678;
    color:white;
    font-size: 0.9em;
    padding: 0px 2px 2px 2px;
}

#sportbar .sport
{
    float:left;
    font-weight:700;
    margin-right:40px;
}

#sportbar .sportlink
{
    float:left;
    font-weight:500;
    margin-right: 10px;
}

#sportbar a
{
    color:white;
    font-weight:inherit;
    text-decoration:none;
}

#sportbar a:hover
{
    color: inherit;
}

#middle
{
	margin: 0 auto 6px;
    width:950px;
}

#middle .title
{
    font-size:1.2em;
    font-weight:bold;
    padding-bottom:6px;
    padding-top:2px;
}

.mygroups
{
    background-color: #FFFFF3;
    border: 1px solid #546678;
    border-top: 0px;
    margin-right:4px;
    padding: 2px;
    text-align: left;
}

.mygroups .default
{
    margin-bottom:6px;
    text-align:center;
}

.mygroups .gamename
{
    font-size:10pt;text-decoration:none;
}

.mygroups .sidebargame
{
    padding-bottom:3px;
}

.mygroups .sidebargroup
{
    padding-left:3px;
}

#groupheader
{
    margin: 4px 0px;
}
#groupheader a
{
    text-decoration:none;
}

th
{
    background: #546678;
    color: white;
    font-weight:bold;text-align:center;
}

th a
{
    color: white;
    text-decoration: none;
}

th a:hover
{
    color: white;
}

tr
{
    background: #FFD571;
}

tr.alternate
{
        background: #eeeeee;
}

table.center
{
	margin-left:auto; margin-right:auto;text-align:left;
}


.middle_column
{
	margin-left: 0px;
	float: left;
	margin-right: 6px;
}

footer {
margin:auto;
width:950px;
}

footer .content {
background-color:#f0f0f0;
border-radius:15px;
margin-bottom:6px;
}

#bottomrow
{
    border-top:1px solid #595959;
    font-size: 9pt;
    padding:4px;
}

table
{
    border: 0px;
    border-collapse: collapse;
	border-spacing: 0px;
	font-size: 10pt;
	margin: 4px 0px;
}
th, td
{
    border: 1px solid #546678;
	padding: 2px;
}
form
{
    display: inline;
    margin: 0px;
    padding: 0px;
}
input.textbox
{
    border: 1px solid black;
    padding: 1px;
}
.main
{
    margin: 0px auto;
    text-align: center;
    top: 0px;
    width: 1000px;
}

.topnav
{
    float: right;
}

.submystuff
{
    display: inline;
    font-size: 9pt;
}

.content_old
{
    margin-bottom: 4px;
    margin-left: 160px;
    margin-right: 200px;
    padding: 2px;
    text-align: left;
}

.gameblock
{
    margin-bottom: 6px;
}
.gameblocktopbar
{
    background-color: #546678;
    color: white;
    font-weight:bold;
    padding: 2px 3px;
}
.gameblockgamelink
{
    color: white;
    font-size: 10pt;
    font-weight: bold;
    text-decoration: none;
}
.gameblockgamelink:hover
{
    color: white;
}
.gameblockviewpicks
{
    color: white;
    font-size: 9pt;
}
.gameblockviewpicks:hover
{
    color: white;
}
.gameblockmiddle
{
    background-color:#FFFFF3;
    border:1px solid #546678;
    border-top:0px;
    clear:both;
    font-size:9pt;
    padding:2px 3px;
}

.whitetable tr
{
    background-color:white;
}

.graytable tr
{
	background-color:#F0F0F0;
}

.cleartalbe th, .cleartable td
{
	border:0;
}

.cleartable tr
{
	background-color: transparent;
}

.graybox
{
    background:#eee;border:1px solid #ccc;font-size:.8em;margin:4px;padding:3px;text-align:left;
}

.info
{
    cursor:pointer;
}

table.center {margin-left:auto; margin-right:auto;}

.rightad
{
	float:right;
	margin: 6px 0px 0px 6px;
}

.rightmost {margin-right:0;}

.teamTipClass {cursor: pointer;}

/*YUI Panel*/
.yui-panel {
	background-color:#F0F0F0;
}
.yui-panel .hd {
	background-color:#546678;
	color: #fff;
	font-weight: bold;
	height: 20px;
	padding: 4px;
}
.yui-panel .bd {
	padding: 4px;
}
.mask {
    -moz-opacity: 0.8;
    opacity:.80;
    filter: alpha(opacity=80);
    background-color:#222;
}

.yui-dialog .ft, 
.yui-simple-dialog .ft {
	text-align:center;
}
.yui-dialog .container-close {
	background: transparent url(http://icecreamhelmet.com/scripts/yui/build/assets/skins/sam/sprite.png) no-repeat scroll 0 -300px;
	cursor: pointer;
	height: 15px;
	position: absolute;
	right: 6px;
	top: 5px;
	width: 25px;
}

.yui3-js-enabled .yui3-overlay-loading {
    top:-1000em;
    left:-1000em;
    position:absolute;
}

.yui3-overlay-content {
    padding:3px;
    border:1px solid #000;
    background-color:#aaa;
}

.yui3-overlay-content .yui3-widget-hd {
    padding:5px;
    border:2px solid #aa0000;
    background-color:#fff;
}

.yui3-overlay-content .yui3-widget-bd {
    padding:5px;
    border:2px solid #0000aa;
    background-color:#fff;
}

.yui3-overlay-content .yui3-widget-ft {
    padding:5px;
    border:2px solid #00aa00;
    background-color:#fff;
}

#bottomrow .left
{
    float:left;text-align:left;width:200px;
}

#bottomrow .center
{
    margin:0px 200px;
}

#bottomrow .right
{
    float:right;height:10px;text-align:right;width:200px;
}

.gameuserinfobox .makepickslink
{
	background-color:#FFD571;
	border:1px solid #546678;
	border-radius:6px;
	float:right;
	font-size:11px;
	font-weight:bold;
	margin-left:4px;
	padding:1px 2px;
}

