body { background: #FFFFFF; color: #000000; font-family: Arial, sans-serif; font-size: 12px; letter-spacing: 1px; }
.entry { background-color: #404040; color: #FFFF66; text-align: center; }
.entry_selected { background-color: #FFFF00; color: #000000; text-align: center; font-weight: bold; }
a.entry { text-decoration: underline; background-color: #d3d3d3; color: #e98022; font-weight: bold; }
a.entry_selected { text-decoration: underline; background-color: #d3d3d3; color: #e98022; font-weight: bold; }
#header { 
            background-color: #151515;
            height: 60px;
            margin-left: auto;
            margin-right: auto;
}
.header_title {
            float: none;
            margin: 0 auto;
            position: relative;
            width: 1000px;
            font-family: Stencil Std;
            font-weight: bold;
            font-size: 45px;
            color: #FFFFFF;
            display: block;
}
.header_title2 {
            float: right;
            position: relative;
            font-family: Verdana;
            font-weight: bold;
            font-size: 16px;
            color: #FFFFFF;
}
#nav_box {
            position: relative;
            top: -35px;
            right: 50px;
            float: right;
            width: 60px;
            background-color: #25b100;
            -moz-border-radius: 5px;
            -webkit-border-radius: 5px;
            border-radius: 5px;
            border: 1px solid #ffffff; 
            padding: 5px;
            padding-left: 25px;
}
#nav_seperator {
                 margin-left: auto;
                 margin-right: auto;
                 height: 10px;
                 background-color: #e98022;
}
.week_selector { font-family: Verdana; font-size: 10px; color: #FFFFFF; text-align: center; background-color: #798b97; height: 40px; }
a.week_selector { text-decoration: underline; }
a.week_selector:hover { color: #FFFFFF; font-weight: bold; }
.week_selector_highlight { background-color: #d3d3d3; color: #e90822; }
.game_schedule1 { font-family: Verdana; font-size: 12px; color: #F8991D; text-align: center; background-color: #151515; }
.game_schedule2 { font-family: Verdana; font-size: 12px; color: #F8991D; text-align: center; background-color: #2e2e2e; }
.green_background {
       background-color: #25b100;
       color: #fff;
 }
 
 #navbar {  
     width: 1200px;
     height: 35px;
     font-size: 14px;
     text-align: center;
     margin-left: auto;
     margin-right: auto;
 }
 #navbar_outside {
     background: #d3d3d3;
     background: -moz-linear-gradient(top, #d3d3d3 0%, #798b97 100%);
     background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #d3d3d3), color-stop(100%, #798b97));
     background: -webkit-linear-gradient(top, #d3d3d3 0%, #798b97 100%);
     background: -o-linear-gradient(top, #d3d3d3 0%, #798b97 100%);
     background: -ms-linear-gradient(top, #d3d3d3 0%, #798b97 100%);
     background: linear-gradient(top, #d3d3d3 0%, #798b97 100%);
     filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='@top-color', endColorstr='@bottom-color', GradientType=0);

 }
 #navbar ul {
    list-style-type: none;
    height: auto;
    padding: 8px 0px;
    margin: 0px;
    overflow: hidden;
}

#navbar li {
    display: inline;
    padding: 20px;
}

#navbar li a {
    text-align: center;
    text-decoration: none;
    padding: 8px 8px 8px 8px;
    color: black;
}

#navbar li a:hover {
    background-color: #e98022;
    color: white;
}

#navbar li a:visited {
    text-decoration: none;
    color: black;
}
.login_head { font-family: Verdana; font-weight: bold; height: 50px; }
#login_box {
                 background-color: #d3d3d3;
                 -moz-border-radius: 15px;
                 -webkit-border-radius: 15px;
                 border-radius: 15px;
                 border: 2px solid #000; 
                 padding: 20px;
                 margin-left: auto;
                 margin-right: auto;
                 width: 450px;
                 height: 200px;
                 text-align: left;
                 color: #000;
}
.login_error_head { font-family: Verdana; font-weight: bold; color: red; font-size: 14px; height: 50px; }
.login_error_head2 { font-family: Verdana; font-weight: bold; font-size: 12px; height: 50px; }
.player_standings_head { background-color: #0f2645; font-family: Verdana; font-weight: bold; height: 50px; color: #ffffff; }
.player_standings_head2 { background-color: #798b97; font-family: Verdana; color: #000000; font-weight: bold; text-align: center; height: 50px; }
.player_standings_ROW1 { font-family: Verdana; font-size: 12px; color: #000000; text-align: center; background-color: #c6c6c6; height: 30px; }
.player_standings_ROW2 { font-family: Verdana; font-size: 12px; color: #000000; text-align: center; background-color: #ececec; height: 30px; }
.player_standings_ROWACTIVE { font-family: Verdana; font-size: 12px; font-weight: bold; color: #000000; text-align: center; background-color: #FFFF00; height: 30px; }
.pick_alive { border: 3px solid #4db53c; }
.pick_dead { border: 3px solid #d9534f; }
.selection_title { height: 25px; background-color: #798b97; font-size: 10px; color: #FFFFFF; }
.selection_game { background-color: #d3d3d3; }
.selection_game_right { width: 120px; }
a.selection_game { text-decoration: none; }
a.selection_game:hover { background-color: #ff0000; }
.selection_info_header { font-size: 14px; height: 25px; color: #e98022; font-weight: bold; }
#vs {
                position: relative;
                right: -119px;
                bottom: -125px;
}
#entry_box_main {
                width: 1000px;
                height: 75px;
                margin-left: auto;
                margin-right: auto;
}
#entry_box {
                 background-color: #d3d3d3;
                 -moz-border-radius: 15px;
                 -webkit-border-radius: 15px;
                 border-radius: 15px;
                 border: 1px solid #000000; 
                 padding: 7px;
                 margin-left: auto;
                 margin-right: auto;
                 width: 200px;
                 height: 30px;
                 text-align: center;
                 color: #000000;
}
#entry_box_multiple {
                 position: relative;
                 background-color: #d3d3d3;
                 -moz-border-radius: 15px;
                 -webkit-border-radius: 15px;
                 border-radius: 15px;
                 border: 1px solid #000000; 
                 padding: 7px;
                 margin-left: 15px;
                 margin-right: auto;
                 width: 200px;
                 height: 30px;
                 text-align: center;
                 float: left;
                 color: #000000;
}
#entry_box_multiple a {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    text-decoration: none; /* No underlines on the link */
    z-index: 10; /* Places the link above everything else in the div */
    background-color: #FFF; /* Fix to make div clickable in IE */
    opacity: 0; /* Fix to make div clickable in IE */
    filter: alpha(opacity=1); /* Fix to make div clickable in IE */
}
.highlight {  color: #000000; font-weight: bold; border: 1px solid #000000; background-color: #e98022; }
a.login { text-decoration: none; color: #ffffff; }
a.login:hover { color: #000000; font-size: 13px; }
#trailer { 
            background-color: #151515;
            height: 75px;
            margin-left: auto;
            margin-right: auto;
            float: bottom;
}
.trailer_title {
            float: none;
            margin: 0 auto;
            position: relative;
            width: 1000px;
            color: #FFFFFF;
}
a.footer { color: #798b97; }
a.footer:hover { background-color: #e98022; color: #ffffff; }
a.footer:visited { color: #798b97;  }
#index_start {
                width: 1000px;
                height: 1000px;
                margin-left: auto;
                margin-right: auto;
}
#twitter_feed {
                width: 400px;
                margin-left: 0;
                float: left;
}
#user_information_box {
                position: relative;
                width: 500px;
                height: 350px;
                float: right;
}
#user_information_box_right {
                width: 1000px;
                margin-left: auto;
                margin-right: auto;
                text-align: right;
                font-size: 14px;
                padding-top: 10px;
                color: #0f2645;
                
}
#user_info_entry {
                width: 200px;
                margin-left: auto;
                margin-right: auto;
                text-align: center;
                font-size: 14px;
                background-color: #c0c0c0;
                padding: 5px 5px 5px 5px;
}
#user_info_entry_status_active {
                width: 200px;
                margin-left: auto;
                margin-right: auto;
                text-align: center;
                font-size: 14px;
                background-color: #4db53c;
                color: #FFF;
                padding: 5px 5px 5px 5px;
}
#user_info_entry_status_eliminated {
                width: 200px;
                margin-left: auto;
                margin-right: auto;
                text-align: center;
                font-size: 14px;
                background-color: #d9534f;
                color: #151515;
                padding: 5px 5px 5px 5px;
}
#index_seperator_box {
                position: relative;
                width: 500px;
                height: 50px;
                float: right;
}
#league_summary_box {
                position: relative;
                width: 500px;
                height: 350px;
                float: right;
}
.league_summary_title {
                height: 50px;
                text-align: center;
                font-size: 18px;
                color: #FFF;
                background-color: #000;
                font-weight: bold;
                -moz-border-radius: 15px;
                -webkit-border-radius: 15px;
                border-radius: 15px;
                border: 1px solid #000;
                background: -moz-linear-gradient(top, #000000 0%, #798b97 100%);
                background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #000000), color-stop(100%, #798b97));
                background: -webkit-linear-gradient(top, #000000 0%, #798b97 100%);
                background: -o-linear-gradient(top, #000000 0%, #798b97 100%);
                background: -ms-linear-gradient(top, #000000 0%, #798b97 100%);
                background: linear-gradient(top, #000000 0%, #798b97 100%);
                filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='@top-color', endColorstr='@bottom-color', GradientType=0);
                
}
.league_summary_chart {
                margin-left: auto;
                margin-right: auto;
}
.league_summary_text {
                padding-left: 70px;
}
.user_information_title2 {
                height: 50px;
                font-size: 15px;
                font-weight: bold;
                padding-left: 50px;
                
}
.user_information_text {
                text-align: left;
                padding-left: 50px;
                
}
.user_information_logo {
                padding-left: 50px;
}
.orange_text {
                color: #F8991D;
}
.blue_text {
                color: #0000ff;
}
#rules_start {
                width: 800px;
                border: 2px solid #000;
                padding: 2px 2px;
                margin-left: auto;
                margin-right: auto;                
}
.rules_header {
                height: 25px;
                font-size: 16px;
                text-align: center;
                border: 1px solid #000;
                background-color: darkblue;
                color: white;
}
.rules_title {
                border-top: 2px solid #000;
                border-bottom: 2px solid #000;
                height: 25px;
                font-size: 13px;
                color: #FFF;
                background-color: #798b97;
                padding-left: 20px;
                padding-top: 5px;
                font-weight: bold;
                
                
}
.rules_paragraph {
                color: #808080;
}
.pic_border {
                border: thin solid #808080;
                padding: 1px 1px 1px 1px;
}
.summary_win {
                color: #4db53c;
                background-color: #d9d9d9;
}
.summary_loss {
                background-color: #c6c6c6;
                color: #d9534f;
                text-decoration: line-through;
}
.summary_tbd {
                background-color: #e6e6e6;
                color: #808080;
}
.meter { 
	height: 15px;
	position: relative;
	background: #808080;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	border-radius: 15px;
	padding: 6px;
	box-shadow: inset 0 -1px 1px rgba(255,255,255,0.3);
}
.meter > span {
  display: block;
  height: 100%;
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
  background-color: rgb(43,194,83);
  background-image: linear-gradient(
    center bottom,
    rgb(43,194,83) 37%,
    rgb(84,240,84) 69%
  );
  box-shadow: 
    inset 0 2px 9px  rgba(255,255,255,0.3),
    inset 0 -2px 6px rgba(0,0,0,0.4);
  position: relative;
  overflow: hidden;
}
.red-bar > span {
  background-color: #f0a3a3;
  background-image: linear-gradient(to bottom, #f0a3a3, #f42323);
}
.grey-bar > span {
  background-color: #c6c6c6;
  background-image: linear-gradient(to bottom, #c6c6c6, #999999);
}
#summary_page_start {
                width: 1000px;
                height: 850px;
                margin-left: auto;
                margin-right: auto;                
}
#summary_left_pane {
                float: left;
                width: 600px;
                height: 600px;
}
#summary_week_stats {
                position: relative;
                width: 300px;
                float: right;
}
#summary_overall_stats {
                position: relative;
                width: 300px;
                float: right;
                padding-top: 50px;
}