/*
-----------------------------------------------
Copyright (c) SportsKnight Fantasy GM Inc.
Website: hockeyknight.com
Version: 0.2
Date: April 2008
----------------------------------------------- */


/* GENERAL
--------------------------------------------*/
.float_left {
	float: left;
}
.float_right {
	float: right;
}
.left {
	text-align: left;
}
.center {
	text-align: center;
}
.right {
	text-align: right;
}
.underline {
	border-bottom: 1px solid #111;
}


/* BODY
--------------------------------------------*/
body {
	margin: 0;
	padding: 0;
	background: #000 url(/images/grey_background.png) repeat 0 0;
	color: #D0C8C8;
}

/* TYPOGRAPHY
----------------------------------------------- */
h1, h2, h3, h4, h5, h6 {
	color: #fff;
}

p {
	margin: 0 0 .75em;
}

p, li {
	color: #bbb;
}

p.white {
	color: #fff;
}

p.small {
	margin-bottom: 0;
	font-size: .9em;
	color: #999;
}

input[type=text], input[type=password] {
	font-family: "Bitstream Vera Sans Mono", "Andale Mono", "Courier New", monospace;
}


/* ANCHORS
----------------------------------------------- */
a:focus,
a:hover {
	color: #fff;
}

a {
	outline: none;
	/* text-decoration: none; */
	color: #eee;
}

p a {
	color: #ddd;
}
a acronym {
	cursor: pointer;
}


/* BUTTONS
----------------------------------------------- */
.button {
	margin: 0;
	padding: 0;
	vertical-align: middle;
}



/* IMAGES
----------------------------------------------- */



/* HEADER
----------------------------------------------- */
.header {
	background: #6f0f12 url(/images/chevron.png) repeat-x 0 0;
	height:100px;
}

.header div.logo {
	margin-top: 20px;
	margin-bottom: 0;
	margin-left: 10px;
	height: 150px;
	width: 450px;
	float: left;
}

/* MAIN
----------------------------------------------- */
.main {
	background: #000 url(/images/red_black_gradient.png) repeat-x 0 0;
	border-top: 1px solid #822;
	border-bottom: 1px solid #822;
}

.main1 {
	border-right: 1px solid #822;
}

.main2 {
}

.main1 h2 {
	height: 29px;
	background: transparent url(/images/coming_soon.png) no-repeat 0 0;
}

.main2 h2 {
	height: 29px;
	background: transparent url(/images/subscribe_now.png) no-repeat 0 0;
}

.main3 {
	height: 507px;
	background: transparent url(/images/hockey_stick_puck.png) no-repeat 0 0;
	border-bottom: 1px solid #222;
}


/* FOOTER
----------------------------------------------- */
.footer {
	margin: 0;
	background-color: #000;
}

.footer p {
	padding: .5em 1em;
	height: 20px;
	color: #bbb;
	font-size: .9em;
}

.footer a {
	color: #ddd;
}
.footer a:active,
.footer a:focus,
.footer a:hover {
	color: #fff;
}

.navbar1 {
	text-transform: uppercase;
	background-color: #550000;
	/* background: #500 url(/images/nothing.png) fixed left top;*/
	border-top: 1px solid #c55;
	border-bottom: 1px solid #555;
}

ul.navtab1 {
	margin: 0;
	padding: 6px 4px;
	list-style-type: none;
	font: normal 11px/1.5 "Helvetica Neue", Helvetica, Arial, sans-serif;
	text-align: right;
	text-transform: uppercase;
	background-color: #eef;
}

ul.navtab1 li {
	margin: 0;
	padding: 0;
	display: inline;
}

ul.navtab1 li a {
	margin: 1px;
	padding: 3px;
	text-decoration: none;
	text-align: center;
	vertical-align: middle;
	color: #333;
	/* background: transparent url(/images/nothing.png) fixed center center;*/
	border-top: 1px solid #999;
	border-left: 1px solid #999;
	border-right: 1px solid #999;
	border-bottom: 1px solid #999;
}

ul.navtab1 li a:hover, ul.navtab1 li a:focus, ul.navtab1 li a:active {
	color: #fff;
	background: #666 url(/images/nothing.png) fixed center center;
	border: 1px solid #333;
}

ul.navtab1 li a.current {
	color: #111;
	background: #fff url(/images/nothing.png) fixed center center;
	border: 1px solid #000;
}

ul.navtab1 li a:hover.current, ul.navtab1 li a:focus.current, ul.navtab1 li a:active.current {
	color: #fff;
	/* background: #888 url(/images/nothing.png) fixed center center;*/
	border: 1px solid #000;
}

.logged_in_as {
	float: right;
	margin: 0;
	text-align: right;
	color: #ddd;
	padding-right: 5px;
}

h1, h2 {
	font-size: 1.35em;
	border-bottom: 1px solid #666;
	padding-bottom:2px;
}

legend {
	background-color: #490A0B;
	color: white;
	border: 1px solid #E6C81E;
	padding: 2px 4px;
}

/* Table things */
table {
	background-color: #fff9cd;
	border-top: 1px solid #7C1F1F;
	border-bottom: 1px solid #7C1F1F;
}

table.team_info a, table.team_info a:hover, table.team_info a:visited {
	color: #333;
}

caption {
	color: #6B2E2E;
	font-weight: bold;
	padding: 0 2px;
}

th, thead th {
	background: #490A0B;
	color: #DDD;
}

td {
	vertical-align: top;
	color :#222;
}

.accepted {
	background-color: #88CD02;
	color: #333;
}

.rejected {
	background-color: #CC0028;
	color: #ddd;
}
tr.record_odd {
	background-color: #fff9cd;/*lemonchiffon*/
	color: black;
}

tr.record_odd:hover, tr.record_even:hover {
	background-color: #E5F0FF;
}

table.no_hover tr.record_odd:hover {
	background-color: #fff9cd;/*lemonchiffon*/
}
table.no_hover tr.record_even:hover {
	background-color: #ffffe5;/*lightyellow*/
}

tr.record_even {
	background-color: #ffffe5;/*lightyellow*/
	color: black;
}

.fresh_trade {
	background-color: #87CEFA;
	color: black;
}

tbody tr.record_odd a, tbody tr.record_even a, tbody tr.fresh_trade a {
	color: black;
}

.ul_lineup_stats, .ul_action_links {
	margin-left: 3px;
	list-style-type: none;
}

.ul_lineup_stats li, .ul_action_links li {
	margin: 0 5px;
	padding: 1px 0;
	display: inline;
}

/* Flash blocks
--------------------------------------------*/
.flash_notice,
.flash_warning,
.flash_error {
	border: 2px solid #999;
}

.flash_notice p,
.flash_warning p,
.flash_error p {
	margin: .5em .75em;
}

.flash_notice p {
	color: #060;
}
.flash_warning p {
	color: #700;
}
.flash_error p {
	color: #fff;
}
.flash_notice {
	background-color: #dcffdc;
}
.flash_notice a {
	color: #000;
}


.flash_warning {
	background-color: #ff9;
}

.flash_error {
	background-color: #b00;
}

.flash_error p {
	font-weight: bold;
}

.required_field {
	color: #b00;
}

.table_index_leagues td {
	vertical-align: middle;
}

.dashboard_links {
	margin: 0;
	padding: 7px 5px;
	font: bold 12px/1.5 "Helvetica Neue", Helvetica, Arial, sans-serif;
	text-transform: capitalize;
	border-bottom: 1px solid #555;
}

.dashboard_links li {
	margin: 0;
	padding: 0;
	display: inline;
	padding-right: 10px;
}

.owner {
	background-color: #FEDCDD;
}
.owner td {
	font-weight:bold;
}

.scr {
	background:#5A1719 none repeat scroll 0%;
	border:1px solid #B3B3B3;
	display:block;
	height:225px;
	overflow-x:hidden;
	overflow-y:scroll;
	padding:5px;
	position:relative;
}

.scr p {
	font-size: x-small;
}

.xie6 fieldset legend {float: left; position: relative; margin-top: -.95em /* equals actual line-height minus 0.35em */;}

.login_box {
	height:507px;
	background-image: url(/images/hockey_stick_puck.png);
	background-position: center center;
	background-repeat: no-repeat;
}

.home_box {
	height:255px;
	background-image: url(/images/hockey_stick_puck_sm.jpg);
	background-position: bottom right;
	background-repeat: no-repeat;
}

.forum_table td, .forum_table td a {
	color: #222;
}

.fieldWithErrors {
  background-color: red;
}

caption a {
	color: #6B2E2E;
}

tr.noplayer td {
	color: #aaa;
}

tr.noplayer td a {
	color: #aaa;
}


fieldset.sorry, fieldset.sorry p {
	background-color: #FFF;
	color:black;
}


.ads {
	border:1px solid #DDDDDD;
	height:125px;
	margin:0 0 15px;
	padding:5px;
	width:308px;
}

.ads img {
	float:left;
	margin:0 5px 0 0;
}

.ads img.last {
	margin:0;
}

#user_info {
	top:10px;
	height:20px;
	background-color: #fff9cd;/*lemonchiffon*/
}

#user_info li a {
	color: #111111;
}

span.loading {
	background: url(/images/ajax-loader.gif) no-repeat;
/*	text-indent: -999px;*/
}

.cell_odd {
	background-color: #E6DFB3;
}

.cell_even {
	background-color: #CCC066;
}

.at_home {
	color: #000;
	background-color: #eef;
}

tr.playing_tonight td {
	background-color: #EBFFE5;
}