@import "../theme/ui.all.css";


h1, h2 {
    color: #ba1001;
    font-size: 1.8em;
}

h3, h4 {
    margin: 4px 0px 4px 0px;
}


img {
    border:0;
}



/* panels */
.panel { width:90% }
.panel .menu { display: block; list-style: none; height: 20px; padding: 0; margin: 0; border-bottom: 1px solid #949494; }
.panel .menu li { display: inline; }
.panel .menu a:link, .panel .menu a:visited, .panel .menu a:active { 
	font: bold 10px/20px Arial, sans-serif;
	display: block; 
	float: left; 
	margin-right: 1px; 
	background-color: #949494;
	text-align: center;
	color: #fff;
	height: 20px;
	padding: 0 5px;
	border-style: solid;
	border-width: 1px 1px 0 1px;
	border-color: #949494;
	text-decoration: none;
	text-transform: uppercase;
}
.panel .menu a.active:link, .panel .menu a.active:visited, .panel .menu a.active:active, .panel .menu a.active:hover {
	background-color: #fff;
	border-style: solid;
	border-width: 1px 1px 0 1px;
	border-color: #949494;
	border-bottom: 1px solid #fff;
	height: 19px;
	color: #000;
}
.panel .content { 
	clear: both;
	overflow: auto;
	margin: 0;
	background-color: #fff; 
	padding: 15px; 
	color: #000; 
	border-style: solid;
	border-width: 0 1px 1px 1px;
	border-color: #949494;
}
.panel .content div.inactive, iframe.inactive { display: none; }



/* layout */
body { 
    font: normal 10pt/1.3 Helvetica, Arial, sans-serif;
    background: #fff;
    margin: 0;
}

#userinfo div, #content {
    width: 980px;
    margin: 0 auto;
}


#content { padding: 10px 0 0 0; }

#header {
  height: 96px;
  background: #eee url('../images/headerbg.png') 0 0 repeat-x;
}
#inner-header {
  background: transparent url('../images/logo.png') 0 20px no-repeat;
  width: 980px;
  height: 96px;
  margin: 0 auto;
}
#inner-header-left {
  width: 300px;
  float: left;
}
#inner-header-left a:link, #inner-header-left a:visited {
  width: 250px;
  height: 65px;
  display: block;
}
#inner-header-right {
  width: 680px;
  float: right;
}
#userinfo { height: 57px; width: 680px; text-align: right; padding: 5px 0; }
#userinfo div span { color: #999; }
#userinfo form { padding: 0; margin: 0; }
#navigation {
    height: 29px;
}
#navigation a:link, #navigation a:visited {
    display: block;
    padding: 0 8px;
    height: 29px;
    line-height: 29px;
    text-transform: capitalize;
    background-color: #bbb;
    color: #666;
    float: right;
    margin-left: 3px;
}
#navigation a:hover { background: #ccc; color: #fff; }
#navigation a.active:link, #navigation a.active:visited {
    background: #fff;
    color: #000;
}
#navigation a.active:hover { color: #000; }
#footer {
    width: 980px;
    padding-top: 45px;
    margin: 0 auto;
    clear: both;
    color: #c0c0c0;
    text-align: right;
}

#footer a:link, #footer a:visited, #footer a:active {
    color: #c0c0c0;
}

#footer a:hover {
    color: #9a0103;
}

.column { 
  float: left;
  border-top: 4px solid #9a0103;
  padding-top: 5px;
}

.half { 
  width: 485px;
}

.big { 
  width: 728px;
}

.small { 
  width: 242px;
}

.left { 
  margin-right: 10px;
}

.right {
}

/* nav */

#user-navigation {
    width: 228px;
    margin-top: 15px;
}

#user-navigation .link {
    clear: both;
    height: 30px;
    margin-right: -2px;
    font-weight: bold;
}

#user-navigation a:link, #user-navigation a:visited {
    width: 210px;
    display: block;
    text-transform: uppercase;
    padding: 6px 8px;
    margin-bottom: 2px;
    color: #000;
    background: #fff;
    border-top: 1px solid #e0e0e0;
    border-bottom: 1px solid #e0e0e0;
}

#user-navigation a:hover { background: #f7f7f7; }

#user-navigation a.active:link, #user-navigation a.active:visited {
    background: #ba1001;
    color: #fff;
    padding-left: 9px;
}

a:link, a:visited, a:active { font-weight: bold; color: #ba1001; text-decoration: none; }
a:hover { color: #a51306; }

/* general controls */
.error {
  color: red;
  font-weight: bold;
}
input[type="text"], input[type="password"] {
    border: 1px solid #777;
}

input[type="submit"] {
    border: 1px solid #333;
    background: #ba1001 url('../images/buttonbg.png') 0 0 repeat-x;
    color: #fff;
    font-weight: bold;
    text-transform: capitalize;
    font-size: 9pt;
    padding: 3px 8px;
    cursor: pointer;
}

input[type="submit"][disabled] {
    background-color: #aaa;
    border: 1px solid gray;
    cursor: default;
}

input[type="button"] {
    border: 1px solid #333;
    background: #ba1001 url('../images/buttonbg.png') 0 0 repeat-x;
    color: #fff;
    font-weight: bold;
    text-transform: capitalize;
    font-size: 9pt;
    padding: 3px 8px;
    cursor: pointer;
}

input[type="button"][disabled] {
    background-color: #aaa;
    border: 1px solid gray;
    cursor: default;
}

table.skinned { width: 100%; }
table.skinned tr th { background-color: #ddd; color: #000; text-transform: uppercase; text-align: center; padding: 2px; font-weight: normal; font-size: 0.9em; }
table.skinned tr th.alpha { text-align: left; }
table.skinned tr td { background-color: #fff; text-align: center; white-space: nowrap; }
table.skinned tr td.alpha { text-align: left; } 
table.skinned th.sort { cursor: pointer; }
table.skinned tr:hover td { background-color: #eee; } 

div#ToolTipDiv {
    Position: absolute;
    top: 100px;
    left: 100px;
    height: 50px;
    border: 3px ridge #ba1001;
    background-color: #eee;
    display: none;
    padding: 3px;
}

.clickable { cursor: pointer; }

input.search {
  font: normal 10pt/1 Helvetica, Arial, sans-serif;
  background: #fff url('../images/search_button.png') 0 0 no-repeat; 
  border: 1px solid #444; 
  height: 22px; 
  padding: 0 0 0 24px; 
}


/* dashboard */

#dashboard { border-top: 1px solid gray; }
#dashboard .entry {
    background: #fff;
    border-bottom: 1px solid gray;
}

#dashboard .entry:hover {
    background: #aaa;
    color: #fff;
}

#dashboard .entry div {
    padding: 10px; 
}

#dashboard .error {
    background: #ff3b3b;
}

#dashboard .warning {
    background: #fffa71;
}

#dashboard .entry .expand {
    display: inline-block;
    width: 38px;
    text-align: center;
}

#dashboard .entry .game {
    display: inline-block;
    width: 300px;
    font-weight: bold;
}

#dashboard .entry .information {
    display: inline-block;
}

#dashboard .entry .game a:link, #dashboard .entry .game a:visited {
    color: #000;
    text-decoration: none;
}

#dashboard .entry:hover .game a:link, #dashboard .entry:hover .game a:visited {
    color: #fff;
}

/* weekend pick em */
.weekendpickem {
    width: 600px;
}

.weekendpickem th {
    text-align: left;
    text-transform: capitalize;
}

.weekendpickem th, .weekendpickem td {
    padding: 2px;
}

.weekendpickem label {
    display: inline-block;
    background: transparent url('../images/weekendpickem.unselected.png') 0 0 no-repeat;
    width: 200px;
    height: 35px;
    text-align: center;
    line-height: 37px;
    cursor: pointer;
}

.weekendpickem .right label {
    background: transparent url('../images/weekendpickem.unselected_right.png') 0 0 no-repeat;
}
.weekendpickem .selected {
    background: transparent url('../images/weekendpickem.selected.png') 0 0 no-repeat;
    color: #fff;
    font-weight: bold;
}

.weekendpickem .right .selected {
    background: transparent url('../images/weekendpickem.selected_right.png') 0 0 no-repeat;
}

.wpe tr td {
	border-bottom: 1px dotted #000;
	padding: 2px 0;
	cursor: pointer;
}

.wpe tr.selected td {
	background: #ffea91;
}

.results_popup {
	border-right: 2px solid #ccc;
}

.results_popup .rank {
	color: #fff;
	background: #8a0008 url('../images/results_arrow.png') 0 -4px no-repeat;
	padding: 4px 0 4px 16px;
}

.results_popup .results {
	border-top: 2px solid #b0000b;
	border-bottom: 2px solid #ccc;
	padding: 5px;
	margin-left: 8px;
}

/* crosscanada */
.playerpick { background: transparent url('../images/green_add_button.png') 0 0 no-repeat; padding-left: 20px; }
.crosscanadapicks { width: 230px; float: left; margin-right: 10px; }
.crosscanadapicks h4 { border-bottom: 1px solid #ba1001; }
.pick { margin-bottom: 1px; }
.chosen, .playerdel { background: transparent url('../images/red_remove_button.png') 0 0 no-repeat; padding-left: 20px; }
.unchosen { background: transparent url('../images/gray_empty_slot.png') 0 0 no-repeat; padding-left: 20px; }

/* register form */
#register {
    font-size: 1.5em;
    line-height: 32px;
}
#register input[type="text"], #register input[type="password"] {
    border: 1px solid #aaa;
    font-size: 1.2em;
    height: 30px;
    width: 238px;
}
#register input[type="submit"] {
    background: transparent url('../images/register_form_submit.png') 0 0 no-repeat;
    width: 130px;
    height: 32px;
    border: none;
    color: #555;
}
#register label {
    color: #555;
}
#register .field {
    clear: both;
    padding-bottom: 5px;
    height: 32px;
}
#register .label {
    float: left;
    width: 180px;
    padding-right: 15px;
    text-align: right;
}
#register .input {
    float: left;
    width: 240px;
}
#register .info {
    float: left;
    padding-left: 40px;
    width: 394px;
    color: #fff;
    height: 34px;
    font-size: 0.7em;
    background: transparent url('../images/register_form_error.png') 10px 0 no-repeat;
}

/* latest winners control */
#winners {
  background: #ddd;
  margin-top: 3px;
}
#winners .winner {
  border-top: 1px solid #999;
  padding: 5px 12px;
  color: #444;
}
#winners h3 {
  font-size: 1.3em;
  padding: 5px 12px;
}
#winners .date {
  color: #ba1001;
  font-weight: bold;
}

/* game ticker control */
#gameticker {
  overflow: hidden;
  width: 242px;
}
#gameticker #gamespace {
  height: 211px;
  width: 2000px; 
}
#gameticker #gamespace img {
    padding: 0;
    margin: 0;
}
#gameticker #ticker {
  background-color: #bf0707;
  color: #fff;
  position: relative;
  text-align: center;
  height: 20px;
}
#gameticker #ticker a {
  padding: 1px 4px;
  color: #fff;
  font: bold 10px/20px Verdana, sans-serif;
}
#gameticker #ticker a.active {
  background: #fff;
  color: #000;
}
#gameticker #ticker #left {
  position: absolute;
  left: 20px;
}
#gameticker #ticker #right {
  position: absolute;
  right: 20px;
}

/* game picker */
#gamepicker {
}
#gamepicker #gameimage {
  width: 40000px;
}
#gamepicker #gameselector {
  width: 980px;
  overflow: hidden;
}
#gamepicker #gameselector .game {
  float: left;
}

/* game custom fields */
.game_custom_field {
    margin-right: 5px;
}


