/*
   CSS Document
   NFL Beat Writers Blogs
   This version used fixed pixel widths.
*/

body {
	margin: 0 auto;
	border: 0;
	width: 796px;
	font-family: Helvetica, sans-serif;
	font-style: normal;
	font-size: 100%;
	color: #000000;
	background-color: #FDF5E6;
	background-image: url('gray_chk.png');
	background-repeat: repeat;
}

h2, h3, h4 {
	text-align: center;
 }

a {
	color: #00008B;
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
}

a:visited {
	color:#483D8B;
}

a:hover {
	color: #C0001D;
	text-decoration: underline;
}

#wrapper {
	margin: 0;
	padding: 2px;
	background: #FDF5E6;
}

div#header {
	margin: 0;
    float: left;
	padding: 2px;
    font-size: medium;
	background-color: #C0C0C0;
}

#header h3 {
  margin: 0;
  text-align: center;
  font-family:  "Times New Roman", serif;
  font-size: 240%;		/*  2.0em;   */
  font-weight: bold;
  color: DarkBlue;
 }

#header h4 {
  margin: 7px 0 0 0;
  text-align: center;
  font-family:  "Times New Roman", serif;
  font-size: 160%;		/*  1.4em;  */
  font-weight: normal;
  color: #C0001D;
}

p.sub-head {
  margin: 0;
  font-family: "Times New Roman", serif;
  font-size: 120%;		/*  1.0em;  */
  font-weight: normal;
  color: DarkBlue;
 }

div#uForm {
	clear: both;
	display: block;
    float: left;
    padding-top: 8px;
	width: 100%;
	background-color: #C0C0C0;
}

div#year {
   float: left;
   padding-left: 24px;
}

div#rounds {
   float: left;
   padding-left: 12px;
}

div#title {
   float: left;
   padding-left: 96px;
   font-weight: bold;
}

div#content {
	clear: both;
	display: block;
    float: left;
	visibility: visible;
	width: 100%;
	background-color: #C0C0C0;
}

div#footer {
	clear: both;
	display: block;
    float: left;
	width: 100%;
	text-align: center;
}

table#draft {
   /* table-layout: fixed;  */
    padding: 8px 14px 8px 24px;
    font-family: Helvetica, sans-serif;
    font-size: 85%;
    border-spacing: 2px 3px;
    color: #000000;
 }

tr.bgLite {
   background-color: #FDF5E6;
 }

tr.bgDark {
   background-color: #EEE9DF;
 }

td.center-50 {
   width: 50px;
   text-align: center;
}

td.left-110 {
   width: 110px;
   padding-left: 6px;
   text-align: left;
}

td.left-210 {
   width: 210px;
   padding-left: 6px;
   text-align: left;
}

a.menu {
   display: block;
   border: 0;
   padding-left: 0;
   padding-top: 7px;
   padding-bottom: 7px;
   text-decoration: none;
   color:#2D73B9;
   background-color: White;
 }

a.menu:link,  a.menu:active,
a.menu:focus, a.menu:visited {
   text-decoration: none;
   color: #4682B4;
 }

a.menu:hover {
   background-color: #0000FF;
   color: Red;		/* #F1F5F8; */
   text-decoration: none;
 }

.title {
  color: #00008B;
  font-size: 1.2em;
  font-weight: bold;
  font-style: normal;
 }

.smalltext {
	font: 0.9em Tahoma, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: Black;
	text-decoration:none;
}

a.smallwhitetext {
	font: 0.8em Tahoma, Helvetica, sans-serif;
	font-size: 11px;
	font-weight:bold;
	color: #FFFFFF;
	text-decoration:none;
}

a.smallwhitetext:hover{
	text-decoration:underline;
}
