/*
CSS Imports
*/
@import url('/includes/style/log.css');
@import url('/includes/style/dialog.css');


/*
General Elements
*/
BODY, TD, TH, DIV, INPUT, TEXTAREA, SELECT {
	font-family: Tahoma,Arial;
	font-size: 11px;
	margin: 0;
}

A {
	color: #000000;
}

A:Hover {
	color: #000000;
}

h1 {
	font-size: 17px;
	font-weight: bold;
}

h2 {
	font-size: 13px;
	display: inline;
	font-weight: normal;
}

h3 {
	font-size: 11px;
	display: inline;
	font-weight: normal;
}




/*
Generic Classes
*/
.highlight1 {
	color: #FF9933;
}

.tableHeads {
	background-color: #aaddff;
}

.tableFooters {
    background-color: #aaddff;
}

.midtableHeads {
	background-color: #aaddff;
}

.row0 {
	background-color: #ffffff;
}

.row1 {
	background-color: #f0f0f0;
}

.row0.currentUser, .row1.currentUser {
    background-color: #e0e0ff;
}

tr.currentUser td, tr.currentUser td div {
    font-weight: bold;
}

.center {
	text-align: center;
}

.left {
	text-align: left;
}

.right {
	text-align: right;
}

.bold {
	font-weight: bold;
}

.italic {
	font-style: italic;
}

.error {
	color: red;
	font-weight: bold;
}
.clear {
	clear: both;
}
td.incorrect {
	background-color: #ff9999;
}
.unpaid-notice {
    padding: 10px;
    background-color: #ffd456;
    color: #000;
    border: #cc0000 2px solid;
    border-radius: 15px;
    -moz-border-radius: 15px;
    box-shadow: 5px 5px 5px #666;
    -moz-box-shadow: 5px 5px 5px #666;
    -webkit-box-shadow: 5px 5px 5px #666;
    width: 600px;
    margin: 0 auto;
    font-weight: bold;
}




/*
 * Logos
 */
div.logo {
	background-repeat: no-repeat;
	overflow: hidden;
	margin: 0px auto;
}
div.logo-small {
	background-image: url(/img/logo-small.png);
	width: 30px;
	height: 30px;
}
div.logo-medium {
	background-image: url(/img/logo-medium.png);
	width: 50px;
	height: 50px;
}
div.logo-large {
	background-image: url(/img/logo-large.png);
	width: 80px;
	height: 80px;
}
div.logo-small-inactive {
	background-image: url(/img/logo-small-inactive.png);
	width: 30px;
	height: 30px;
}
div.logo-medium-inactive {
	background-image: url(/img/logo-medium-inactive.png);
	width: 50px;
	height: 50px;
}
div.logo-large-inactive {
	background-image: url(/img/logo-large-inactive.png);
	width: 80px;
	height: 80px;
}



/*
 * Header area
 */
#divLoginFormContainer {
	margin-bottom: 10px;
	font-size: 13px;
}
#divHeaderWrapper {
	background: url(/img/headerBg.gif) repeat-x;
	background-color: #aaddff;
	border: blue 1px solid;
	text-align: center;
	padding: 4px;
	font-weight: bold;
	border-top-left-radius: 10px;
	-moz-border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	-moz-border-top-right-radius: 10px;
}
div.headerBlockArea {
	width: 960px;
	margin: 0 auto;
}
	div.headerBlockWrapper {
		width: 120px;
		height: 80px;
		float: left;
		margin-left: 7px;
		margin-right: 7px;
	}
		div.headerBlockLabel {
			font-weight: bold;
		}
		div.headerBlockDetail {
			/*
			border-top: #750fff 3px solid;
			border-left: #6e35c4 3px solid;
			border-bottom: black 3px solid;
			border-right: black 3px solid;
			background-color: #6e35c4;
			color: white;
			*/
			background: url(/img/headerBlockDetailBG.gif) repeat-x;
			padding: 2px;
			border-top: #ddd 3px solid;
			border-left: #ddd 3px solid;
			border-bottom: #666 3px solid;
			border-right: #666 3px solid;
			background-color: #aaa;
			color: #6e35c4;
			height: 50px;
		}
			div.headerBlockDetail div.content {
				margin-top: 15px;
				font-size: 13px;
			}


			


/*
 * Help
 */
div.help {
	float: right;
	margin-top: 2px;
	cursor: pointer;
}
#pageHelp ul {
	margin-top: 0;
}



h1.abouth1 {
	margin-top: 40px;
	border-bottom: #aaddff 2px solid;
}



/*
 * Nav bar
 */
#loserpoolnav {
}
.navItem {
	width: 120px;
	height: 22px;
	border-left: #666 1px solid;
	border-right: #333 1px solid;
	float: left;
	cursor: pointer;
}
#navItemHome {
	background: url(/img/menu-home.gif) no-repeat;
}
#navItemHome:hover, #navItemHome.active {
	background: url(/img/menu-home-active.gif) no-repeat;
}
#navItemAbout {
	background: url(/img/menu-about.gif) no-repeat;
}
#navItemAbout:hover, #navItemAbout.active {
	background: url(/img/menu-about-active.gif) no-repeat;
}
#navItemPick {
	background: url(/img/menu-pick.gif) no-repeat;
}
#navItemPick:hover, #navItemPick.active {
	background: url(/img/menu-pick-active.gif) no-repeat;
}
#navItemTalk {
	background: url(/img/menu-talk.gif) no-repeat;
}
#navItemTalk:hover, #navItemTalk.active {
	background: url(/img/menu-talk-active.gif) no-repeat;
}
#navItemSchedule {
	background: url(/img/menu-schedule.gif) no-repeat;
}
#navItemSchedule:hover, #navItemSchedule.active {
	background: url(/img/menu-schedule-active.gif) no-repeat;
}
#navItemStats {
	background: url(/img/menu-stats.gif) no-repeat;
}
#navItemStats:hover, #navItemStats.active {
	background: url(/img/menu-stats-active.gif) no-repeat;
}
#navItemWinners {
	background: url(/img/menu-winners.gif) no-repeat;
}
#navItemWinners:hover, #navItemWinners.active {
	background: url(/img/menu-winners-active.gif) no-repeat;
}
#navItemPast {
	background: url(/img/menu-past.gif) no-repeat;
}
#navItemPast:hover, #navItemPast.active {
	background: url(/img/menu-past-active.gif) no-repeat;
}




/*
 * Table sorter stuff
 */

.midtableHeads th {
	font-weight: normal;
	cursor: default;
	text-align: center;
}

.tableHeads th {
	font-weight: normal;
	cursor: pointer;
	text-align: center;
}

.tableHeads a {
	font-weight: bold;
	text-decoration: none;
}

th.headerSortUp {
	font-weight: bold;
	background-image: url(/img/sortUp.gif);
	background-repeat: no-repeat;
	background-position: right;
	padding-right: 12px;
}
th.headerSortDown {
	font-weight: bold;
	background-image: url(/img/sortDown.gif);
	background-repeat: no-repeat;
	background-position: right;
	padding-right: 12px;
}



/*
 * Stats page tabs
 */
span#tabs {
	padding: 8px;
}
span.tab {
	cursor: pointer;
	padding: 4px;
	background-color: #d4aaff;
	border: #aa56ff 1px solid;
	margin: 0px;
	border-top-left-radius: 5px;
	-moz-border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	-moz-border-top-right-radius: 5px;
}
span.tabSelected {
	font-weight: bold;
	border: #3f007f 1px solid;
}
div.tabDiv {
	max-width: 1000px;
	max-height: 660px;
	overflow: auto;
}
table.statsTable {
	margin-right: 18px;		/* account for the scrollbar */
}


/*
 * Talk bubbles
 */
div.talk {
	border-collapse: collapse;
	border: #999999 1px solid;
	margin: 10px;
	width: 600px;
	margin-left: auto;
	margin-right: auto;
	background-color: #f6f6f6;
	border-radius: 5px;
	-moz-border-radius: 5px;
	box-shadow: 5px 5px 5px #ccc;
	-moz-box-shadow: 5px 5px 5px #ccc;
	-webkit-box-shadow: 5px 5px 5px #ccc;
}
div.talk.admin {
	border: #ffaa44 1px solid;
}
div.talk div {
	padding: 4px;
}
div.talk div:first-child {
	width: 140px;
	background-color: #e0e0e0;
	border-right: #c0c0c0 1px solid;
	float: left;
	border-top-left-radius: 5px;
	-moz-border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;
	-moz-border-bottom-left-radius: 5px;
}
div.talk.admin div:first-child {
	background-color: #ffffe0;
}
div.talk div:last-child {
	background-color: #f6f6f6;
	margin-left: 150px;
	margin-right: 5px;
	border-top-righ-radius: 5px;
	-moz-border-top-righ-radius: 5px;
	border-bottom-right-radius: 5px;
	-moz-border-bottom-righ-radius: 5px;
}




/*************** added 2012 ***************/

.nav-menu-button {
    -moz-box-shadow:inset 0px 1px 0px 0px #d197fe;
    -webkit-box-shadow:inset 0px 1px 0px 0px #d197fe;
    box-shadow:inset 0px 1px 0px 0px #d197fe;
    background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #a53df6), color-stop(1, #7c16cb) );
    background:-moz-linear-gradient( center top, #a53df6 5%, #7c16cb 100% );
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#a53df6', endColorstr='#7c16cb');
    background-color:#a53df6;
    border:1px solid #9c33ed;
    display:inline-block;
    color:#ffffff;
    font-family:Tahoma,Arial;
    font-size:13px;
    font-weight:bold;
    padding:4px 18px;
    text-decoration:none;
    text-shadow:1px 1px 0px #7d15cd;
}.nav-menu-button:hover {
    background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #7c16cb), color-stop(1, #a53df6) );
    background:-moz-linear-gradient( center top, #7c16cb 5%, #a53df6 100% );
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#7c16cb', endColorstr='#a53df6');
    background-color:#7c16cb;
    color:#ffff00;
}.nav-menu-button:active {
    position:relative;
    top:1px;
}

.nav-menu-button.active {
    color:#ffff00;
}

table.options th {
    background-color: #aaddff;
    font-size: 15px;
    font-weight: bold;
}

button.button {
    display: inline-block;
    background-color: #adf;
}

a.avatar, a.avatar img, div.help a, div.help a img {
    text-decoration: none;
    border: 0;
}
a.avatar img {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

/******* winner badges ********/
.winnerbadge-wrapper {
    display: inline-block;
    position: relative;
}
.winnerbadge-wrapper img {
    border: 0;
    cursor: pointer;
}
.winnerbadge-wrapper .year {
    position: absolute;
    font-weight: bold;
    cursor: pointer;
}
.winnerbadge-wrapper .year.pot1 {
    color: black;
    top: 6px;
    left: 3px;
}
.winnerbadge-wrapper .year.pot2 {
    color: black;
    top: 0px;
    left: 1px;
}
.winnerbadge-wrapper .year.pot3 {
    color: #7b0098;
    top: -6px;
    left: 4px;
}


/*
 * MOV Stuff
 */
.pickMov {
    /*
    float: right;
    margin-top: -10px;
    */
    position: absolute;
    top: -1px;
    right: -1px;
    font-weight: bold;
    font-size: 8px;
    color: green;
}
.pickMov.old {
    top: -11px;
}
/*
.movPlayer {
    background-image: url(/img/mov.png);
    background-repeat: no-repeat;
    background-position: right top;
}
*/
.pickMov.incorrect {
    color: black;
}

/*
 * Unique displays for top power/money
 */
.power1 {
    background: #fceabb; /* Old browsers */
    background: -moz-linear-gradient(top,  #fceabb 0%, #fccd4d 50%, #f8b500 51%, #fbdf93 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fceabb), color-stop(50%,#fccd4d), color-stop(51%,#f8b500), color-stop(100%,#fbdf93)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #fceabb 0%,#fccd4d 50%,#f8b500 51%,#fbdf93 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #fceabb 0%,#fccd4d 50%,#f8b500 51%,#fbdf93 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #fceabb 0%,#fccd4d 50%,#f8b500 51%,#fbdf93 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #fceabb 0%,#fccd4d 50%,#f8b500 51%,#fbdf93 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fceabb', endColorstr='#fbdf93',GradientType=0 ); /* IE6-9 */
}
.power2 {
    background: #d2dfed; /* Old browsers */
    background: -moz-linear-gradient(top,  #d2dfed 0%, #c8d7eb 26%, #bed0ea 51%, #a6c0e3 51%, #afc7e8 62%, #bad0ef 75%, #99b5db 88%, #799bc8 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#d2dfed), color-stop(26%,#c8d7eb), color-stop(51%,#bed0ea), color-stop(51%,#a6c0e3), color-stop(62%,#afc7e8), color-stop(75%,#bad0ef), color-stop(88%,#99b5db), color-stop(100%,#799bc8)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #d2dfed 0%,#c8d7eb 26%,#bed0ea 51%,#a6c0e3 51%,#afc7e8 62%,#bad0ef 75%,#99b5db 88%,#799bc8 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #d2dfed 0%,#c8d7eb 26%,#bed0ea 51%,#a6c0e3 51%,#afc7e8 62%,#bad0ef 75%,#99b5db 88%,#799bc8 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #d2dfed 0%,#c8d7eb 26%,#bed0ea 51%,#a6c0e3 51%,#afc7e8 62%,#bad0ef 75%,#99b5db 88%,#799bc8 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #d2dfed 0%,#c8d7eb 26%,#bed0ea 51%,#a6c0e3 51%,#afc7e8 62%,#bad0ef 75%,#99b5db 88%,#799bc8 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d2dfed', endColorstr='#799bc8',GradientType=0 ); /* IE6-9 */
}
.power3 {
    background: #f3e2c7; /* Old browsers */
    background: -moz-linear-gradient(top,  #f3e2c7 0%, #c19e67 50%, #b68d4c 51%, #e9d4b3 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f3e2c7), color-stop(50%,#c19e67), color-stop(51%,#b68d4c), color-stop(100%,#e9d4b3)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #f3e2c7 0%,#c19e67 50%,#b68d4c 51%,#e9d4b3 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #f3e2c7 0%,#c19e67 50%,#b68d4c 51%,#e9d4b3 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #f3e2c7 0%,#c19e67 50%,#b68d4c 51%,#e9d4b3 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #f3e2c7 0%,#c19e67 50%,#b68d4c 51%,#e9d4b3 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f3e2c7', endColorstr='#e9d4b3',GradientType=0 ); /* IE6-9 */
}
}