/* NFL Draft Countdown Stylesheet */
body {
		font-family: Verdana;
		font-size: 12px;
		color: #818181;
		background: url(images/logo_bg.jpg) repeat #ffffff;
		margin: 0;
}

#wrapper {
	margin-left: auto;
	margin-right: auto;
	position: relative;
	width: 770px;
	background: #ffffff;
	border-left: 1px solid #999999;
	border-right: 1px solid #999999;
}

#centerAds {
	position: relative;
	width: 769px;
	height: auto;
	margin-left: auto;
	margin-right: auto;
}

.whitespace {
	text-align: justify;
}

.rounds {
	width: 575px;
	color: #3391b5;
	text-align: right;
	float: right;
}

.nospace {
	margin-right: -4px;
}

/* Mock Draft */
.mockHeader {
	width: 100%;
	height: 80px;
	background: url(images/2015mockdraft.jpg) no-repeat center top;
	text-align: right;
	padding-top: 10px;
}

.mockWrapper {
	width: 100%;
	height: auto;
	overflow: hidden;
	border: 1px solid #999999;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	padding: 2px;
}

.dolphins {
	width: 100%;
	height: 25px;
	border: 1px solid #df600f;
	background: #006b79 url(images/numberBG.png) left center no-repeat;
	padding-left: 5px;
	padding-top: 5px;
}

.dolphins span {
	color: #df600f;
}

.rams {
	width: 100%;
	height: 25px;
	border: 1px solid #cfa870;
	background: #18295a url(images/numberBG.png) left center no-repeat;
	padding-left: 5px;
	padding-top: 5px;
}

.rams span {
	color: #cfa870;
}

.falcons {
	width: 100%;
	height: 25px;
	border: 1px solid #b00030;
	background: #000000 url(images/numberBG.png) left center no-repeat;
	padding-left: 5px;
	padding-top: 5px;
}

.falcons span {
	color: #b00030;
}

.raiders {
	width: 100%;
	height: 25px;
	border: 1px solid #d1d1d1;
	background: #000000 url(images/numberBG.png) left center no-repeat;
	padding-left: 5px;
	padding-top: 5px;
}

.raiders span {
	color: #d1d1d1;
}

.chiefs {
	width: 100%;
	height: 25px;
	border: 1px solid #FABA34;
	background: #c60021 url(images/numberBG.png) left center no-repeat;
	padding-left: 5px;
	padding-top: 5px;
}

.chiefs span {
	color: #FABA34;
}

.jets {
	width: 100%;
	height: 25px;
	border: 1px solid #ffffff;
	background: #006030 url(images/numberBG.png) left center no-repeat;
	padding-left: 5px;
	padding-top: 5px;
}

.jets span {
	color: #ffffff;
}

.patriots {
	width: 100%;
	height: 25px;
	border: 1px solid #c60021;
	background: #004471 url(images/numberBG.png) left center no-repeat;
	padding-left: 5px;
	padding-top: 5px;
}

.patriots span {
	color: #c60021;
}

.saints {
	width: 100%;
	height: 25px;
	border: 1px solid #000000;
	background: #cfaf70 url(images/numberBG.png) left center no-repeat;
	padding-left: 5px;
	padding-top: 5px;
}

.saints span {
	color: #000000;
}

.bengals {
	width: 100%;
	height: 25px;
	border: 1px solid #000000;
	background: #f04a1e url(images/numberBG.png) left center no-repeat;
	padding-left: 5px;
	padding-top: 5px;
}

.bengals span {
	color: #000000;
}

.ravens {
	width: 100%;
	height: 25px;
	border: 1px solid #c0a03f;
	background: #331c6c url(images/numberBG.png) left center no-repeat;
	padding-left: 5px;
	padding-top: 5px;
}

.ravens span {
	color: #c0a03f;
}

.bills {
	width: 100%;
	height: 25px;
	border: 1px solid #bf001f;
	background: #06497e url(images/numberBG.png) left center no-repeat;
	padding-left: 5px;
	padding-top: 5px;
}

.bills span {
	color: #bf001f;
}

.broncos {
	width: 100%;
	height: 25px;
	border: 1px solid #df5f0f;
	background: #002e4d url(images/numberBG.png) left center no-repeat;
	padding-left: 5px;
	padding-top: 5px;
}

.broncos span {
	color: #df5f0f;
}

.panthers {
	width: 100%;
	height: 25px;
	border: 1px solid #000000;
	background: #0097c6 url(images/numberBG.png) left center no-repeat;
	padding-left: 5px;
	padding-top: 5px;
}

.panthers span {
	color: #000000;
}

.bears {
	width: 100%;
	height: 25px;
	border: 1px solid #df5f0f;
	background: #00233c url(images/numberBG.png) left center no-repeat;
	padding-left: 5px;
	padding-top: 5px;
}

.bears span {
	color: #df5f0f;
}

.lions {
	width: 100%;
	height: 25px;
	border: 1px solid #d1d1d1;
	background: #006ba5 url(images/numberBG.png) left center no-repeat;
	padding-left: 5px;
	padding-top: 5px;
}

.lions span {
	color: #d1d1d1;
}

.cardinals {
	width: 100%;
	height: 25px;
	border: 1px solid #ffffff;
	background: #940031 url(images/numberBG.png) left center no-repeat;
	padding-left: 5px;
	padding-top: 5px;
}

.cardinals span {
	color: #ffffff;
}

.texans {
	width: 100%;
	height: 25px;
	border: 1px solid #af0030;
	background: #183142 url(images/numberBG.png) left center no-repeat;
	padding-left: 5px;
	padding-top: 5px;
}

.texans span {
	color: #af0030;
}

.eagles {
	width: 100%;
	height: 25px;
	border: 1px solid #ffffff;
	background: #003a42 url(images/numberBG.png) left center no-repeat;
	padding-left: 5px;
	padding-top: 5px;
}

.eagles span {
	color: #ffffff;
}

.buccaneers {
	width: 100%;
	height: 25px;
	border: 1px solid #867864;
	background: #b50031 url(images/numberBG.png) left center no-repeat;
	padding-left: 5px;
	padding-top: 5px;
}

.buccaneers span {
	color: #ffffff;
}

.redskins {
	width: 100%;
	height: 25px;
	border: 1px solid #efc015;
	background: #8c001a url(images/numberBG.png) left center no-repeat;
	padding-left: 5px;
	padding-top: 5px;
}

.redskins span {
	color: #efc015;
}

.cowboys {
	width: 100%;
	height: 25px;
	border: 1px solid #A7A7A7;
	background: #00294a url(images/numberBG.png) left center no-repeat;
	padding-left: 5px;
	padding-top: 5px;
}

.cowboys span {
	color: #ffffff;
}

.steelers {
	width: 100%;
	height: 25px;
	border: 1px solid #f0c700;
	background: #000000 url(images/numberBG.png) left center no-repeat;
	padding-left: 5px;
	padding-top: 5px;
}

.steelers span {
	color: #f0c700;
}

.titans {
	width: 100%;
	height: 25px;
	border: 1px solid #8db0d3;
	background: #0f204f url(images/numberBG.png) left center no-repeat;
	padding-left: 5px;
	padding-top: 5px;
}

.titans span {
	color: #8db0d3;
}

.seahawks {
	width: 100%;
	height: 25px;
	border: 1px solid #5ad25a;
	background: #1d304c url(images/numberBG.png) left center no-repeat;
	padding-left: 5px;
	padding-top: 5px;
}

.seahawks span {
	color: #5ad25a;
}

.jaguars {
	width: 100%;
	height: 25px;
	border: 1px solid #dbbe46;
	background: #007a8c url(images/numberBG.png) left center no-repeat;
	padding-left: 5px;
	padding-top: 5px;
}

.jaguars span {
	color: #dbbe46;
}

.chargers {
	width: 100%;
	height: 25px;
	border: 1px solid #f3ce17;
	background: #002d45 url(images/numberBG.png) left center no-repeat;
	padding-left: 5px;
	padding-top: 5px;
}

.chargers span {
	color: #f3ce17;
}

.niners {
	width: 100%;
	height: 25px;
	border: 1px solid #bfa86f;
	background: #9d0624 url(images/numberBG.png) left center no-repeat;
	padding-left: 5px;
	padding-top: 5px;
}

.niners span {
	color: #bfa86f;
}

.packers {
	width: 100%;
	height: 25px;
	border: 1px solid #e0b800;
	background: #003121 url(images/numberBG.png) left center no-repeat;
	padding-left: 5px;
	padding-top: 5px;
}

.packers span {
	color: #e0b800;
}

.giants {
	width: 100%;
	height: 25px;
	border: 1px solid #bf1c4a;
	background: #181042 url(images/numberBG.png) left center no-repeat;
	padding-left: 5px;
	padding-top: 5px;
}

.giants span {
	color: #bf1c4a;
}

.vikings {
	width: 100%;
	height: 25px;
	border: 1px solid #efbf00;
	background: #240a67 url(images/numberBG.png) left center no-repeat;
	padding-left: 5px;
	padding-top: 5px;
}

.vikings span {
	color: #efbf00;
}

.colts {
	width: 100%;
	height: 25px;
	border: 1px solid #ffffff;
	background: #004b7f url(images/numberBG.png) left center no-repeat;
	padding-left: 5px;
	padding-top: 5px;
}

.colts span {
	color: #ffffff;
}

.browns {
	width: 100%;
	height: 25px;
	border: 1px solid #f26522;
	background: #3e220c url(images/numberBG.png) left center no-repeat;
	padding-left: 5px;
	padding-top: 5px;
}

.browns span {
	color: #f26522;
}

.desc {
	font-size: 15px;
	color: #000000;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	line-height: 18px;
	padding-top: 5px;
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom: 5px;
	margin: 0;
	text-align: justify;
}

.round23 {
	font-size: 13px;
	color: #000000;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: 750;
	line-height: 14px;
	padding-top: 3px;
	padding-right: 3px;
	padding-left: 3px;
	padding-bottom: 1px;
	margin: 0;
	text-align: center;
}

.blogdesc {
	font-size: 15px;
	color: #818181;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	line-height: 15px;
	padding-top: 5px;
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom: 5px;
	margin: 0;
	text-align: justify;
}

.updated {
	color: #000000;
	font-weight: normal;
	margin: 0;
	text-align: center;
	font-family: "Times New Roman", Georgia, Times, serif;
	font-size: 16px;
}

#rankingsBorder {
	width: auto;
	height: 100%;
	border-right: 1px solid #999999;
}

.mockLinks {
	color: #3391b5;
	text-decoration: none;
	margin: 0;
}

.scouting {
	font-size: 10px;
	color: #3391b5;
	margin: 0;
	text-align: center;
	width: 90px;
}

.number {
	font-size: 12px;
	color: #000000;
	margin: 0;
	font-family: Georgia, "Times New Roman", Times, serif;
}

.playerHead {
	width: 100%;
	height: 20px;
	float: left;
	color: #ffffff;
	font-family: Georgia, "Times New Roman", Times, serif;
	text-align: left;
}

.playerHead_rd2 {
	width: 95%;
	height: 20px;
	float: left;
	color: #ffffff;
	font-family: Georgia, "Times New Roman", Times, serif;
	text-align: left;
}

.playerHead_rd2 p {
	margin: 0;
	text-align: left;
	font-size: 12px;
	font-weight: bold;
}

label {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 13px;
	color: #000000;
	padding-right: 5px;
	padding-left: 2px;
	margin: 0;
}

.playerHead p {
	margin: 0;
	text-align: left;
	font-size: 13px;
	font-weight: bold;
}

.statsHead {
	width: 125px;
	height: 20px;
	float: right;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	text-align: right;
	padding-right: 10px;
}

.statsHead p {
	margin: 0;
	text-align: right;
	padding-right: 3px;
	font-size: 11px;
	color: #ffffff;
	font-weight: bold;
	padding-top: 2px;
}

/* Newsletter Emails */

.browseTR0
{
	font-size: 12px;
	color: #000000;
	font-family: Verdana;
	text-align: left;
	background-color: #ffffff;
	padding: 5px;
	height: 20px;
}

.browseTR1
{
	font-size: 12px;
	color: #000000;
	font-family: Verdana;
	text-align: left;
	background-color: #eef9ff;
	padding-left: 5px;
	height: 20px;
}

.browseTbl
{
	width: 500px;
}

.heading {
	border-bottom: 1px solid #999999;
	padding: 10px;
}

#viewEmails {
	width: 500px;
	height: 100%;
	border: 1px solid #999999;
	background: #ffffff;
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
	padding: 5px;
}

.date {
	text-align: center;
}

.email {
	text-align: left;
	padding-left: 10px;
}

/* Newsletter Emails */

#headerLinks {
	width: 768px;
	margin-left: auto;
	margin-right: auto;
	background: url(images/header.jpg) no-repeat;
	height: 142px;
	border-right: 1px solid #999999;
	margin-bottom: -30px;
}

#header {
	position: relative;
	width: 768px;
	margin-left: auto;
	margin-right: auto;
	background: url(images/header.jpg) no-repeat;
	height: 142px;
}

#countdown {
	
}

a:link, a:visited, a:active {
		color: #3391b5;
		text-decoration: none;
}
a:hover {
		color: #3391b5;
		text-decoration: underline;
}
.topbar2 {
		font-size: 12px;
}

.picks {
	border: 0;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	text-align: center;
}

.gray {
	color: #cccccc;
}

.footer {
		font-size: 9px;
		color: #FfFFFF;
}
.footer:link, .footer:visited, .footer:active {
		color: #ffffff;
		font-size: 9px;
		text-decoration: none;
}
.footer a:hover {
		color: #ffffff;
		font-size: 9px;
		text-decoration: underline;
}
.black {
		color: #000000;
}
.disclaimer, .small {
		font-size: 9px;
}

.smallw { 
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; 
	font-size: 12px;	    	
	line-height: 18px; 
	font-style: normal; 
	font-weight: normal;
	color: #ffffff;
	text-decoration: none; 
}

.smallsm { 
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 14px; 
	font-style: normal;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
}

.style1 {
	color: #3290B4;
	font-weight: bold;
}

.style2 {
	color: #FFFFFF;
	font-weight: bold;
}

.bioheader {
	color: #FFFFFF;
	font-size: 14px;
	font-weight: bold;
}
	
.bioswn {
	color: #3290B4;
	font-size: 12px;
	font-weight: bold;
}

.scoutreport {
	font-size: 14px;
	color: #818181;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	line-height: 15px;
	padding-top: 5px;
	padding-right: 4px;
	padding-left: 0px;
	padding-bottom: 5px;
	margin: 0;

}

#days {
	position: absolute; 
	width: 40px; 
	height: 17px;  
	text-align: center;
	top: 95px;
	left: 23px;
}

#hours {
	position: absolute;
	width: 40px;
	height: 17px;
	left: 75px;
	top: 95px;
	text-align: center;
}

#min {
	position: absolute;
	width: 40px;
	height: 17px;
	left: 125px;
	top: 95px;
	text-align: center;
}

#sec {
	position: absolute;
	width: 40px;
	height: 17px;
	left: 176px;
	top: 95px;
	text-align: center;
}