/*** GENERAL ***/
* {margin: 0; padding: 0;}

body {
	background: #e3e3e3;
	font-family: "Lucida Grande", Arial, Helvetica, Verdana, sans-serif;
	font-size: 12px;	
}

la {color: #122f9d; outline:none;}
da {color: #0e2aac; outline:none;}
a {color: #112ea5; outline:none;}
da {color: #03c; outline:none;}

img {border:0;}

li {list-style:none;}

.clear {clear: both;}
.left {float: left;}
.right {float: right;}


a.noline {text-decoration: none;}
a.noline:hover {text-decoration: underline;}
a.visit:visited {color: #551a8b;}

.blk {color: #000}
.gry {color: #999;}
.gry a {color: #999;}
.gry a:hover {color: #112ea5;}

.date {color: #999; font-size: 11px;}

h1 {font-size: 18px; font-weight: bold;}

.alert {
	font-size: 15px; 
	background-color: #ffffb9; 
	border: 1px solid #F2C800;
	text-align: center;
	padding: 6px 0;
	margin-bottom: 15px;
}

.pagination {font-size: 15px; margin: 6px 0;}

/*** Full-width layout 672+324 ***/
#page {
	position: relative;
    margin: 0 auto;
    min-width: 840px;
    max-width: 996px;
    padding-bottom: 15px;
}

#content {
    position: relative;
    clear: both;
    margin-bottom: 12px;
    background: #fff;
    border: 1px solid #ccc;
    overflow: hidden;
}

#mainCol {
	background: #fff;
    float: left;
    display: inline;
    margin-right: -326px;
    width: 100%;
    overflow: hidden;
}

#mainColWrap {
    margin-right: 324px;
    padding: 15px;
    overflow: hidden;
    --border-right: 1px solid #ccc;
}

#rightCol {
    float: right;
    display: inline;
    position: relative;
    width: 324px;
	overflow: hidden;
	border-left: 1px solid #ccc;
}

.rightMod {
	margin-left: 15px;
	font-size: 11px;
}

#footer {clear: both; text-align: center; color: #666;}
#footer .links a {padding: 0 12px;}
#footer .links {margin-bottom: 8px;}
#footer .copy {font-size: 11px;}

/*** Rounded Corners ***/
.corner {position: absolute; width: 6px; height: 6px; background: url(/img/sprite_core.png) no-repeat; }
.TL { top: 0; left: 0; background-position: -98px -36px; }
.TR { top: 0; right: 0; background-position: -92px -36px; }
.BL { bottom: 0; left: 0; background-position: -98px -30px; }
.BR { bottom: 0; right: 0; background-position: -92px -30px; }


/*** Menu ***/
#menu {
	background-color: #153e83;
	position: relative;
	display: block;
	height: 30px;
	padding: 0 7px;
	margin-bottom: 6px;
}
.menuCol {color: #7e99c3;}

#menu a {color: #fff; text-decoration: none;}

#menu a:hover {text-decoration: underline;}

/* the rest of menu */
#menuCore a {}
#menuCore { display: inline; }
#menuCore a {font-weight: bold; padding-right: 7px; padding-left: 7px; }

/* logo */
#menuLogo {width: 96px; margin-right:0px;}

#menuLogo span {
	background: transparent url(/img/sprite_core.png) no-repeat 0 -30px;
	display: block;
	width: 92px;
	height: 18px;
}
#menuLogo a {
	display: block;
	padding: 5px 0;
}

.menuList { display: inline; }

.menuList li {
	display: inline;
	float: left;
}

.menuList li a {
	display: block;
	padding-top: 7px;
	padding-bottom: 7px;
}

.menuList div { padding-top: 7px; padding-bottom: 7px; }

.menuMain {margin-left: 8px}

.menuDrop span { 
	background: transparent url(/img/sprite_core.png) no-repeat right -31px;
	padding-right: 10px;
}

#menuRel {color: #fff;}

#menuRel div {margin-right: 5px;}

#menuRel .menuTitle {margin-left: 30px;}

#menuRight {float: right; margin-right: 6px;}


/*** Dropdown ***/
#dropdown {
	display: none;
	position: absolute;
	top: 32px;
	left: 153px;
	z-index: 9;
	font-size: 11px;
}

#dropTabs li {
	float: left;
	background-color: #e3e3e3;
	border: 1px solid #153e83;
	border-bottom-width: 0;
	margin-right: 1px;
	position: relative;
	top: 4px;
}

#dropTabs li a {
	display: block;
	padding: 3px 15px;
	color: #000;
	text-decoration: none;
}

#dropTabs .selected {
	background-color: #fff;
	border: 2px solid #153e83;
	border-bottom-width: 0;
	top: 2px;
}

#dropTabs .selected a {
	padding-top: 4px;
	padding-bottom: 4px;
	color: #112ea5;
	font-size: 12px;
	font-weight: bold;
}

#dropTabs .selected a:hover {text-decoration: underline;}

#dropCon {
	clear: both;
	background-color: #fff;
	border:2px solid #153e83;
	overflow: hidden;
	padding: 10px 0;
}

#dropNFL {width: 520px;}


#dropCon h4 {
	background-color: #e3e3e3;
	border: 1px solid #ccc;
	text-align: center;
	font-weight: bold;
	font-size: 11px;
	padding: 2px 0;
}

#dropCon .conference {
	background: transparent url(/img/dropline.png) repeat-y scroll left top;
	width: 50%;
	margin: 0 0 0 -1px;
	float: left;
}

#dropCon .conference div {
	padding: 0 10px;
}

#dropCon ul {
	float: left;
	width: 50%;
	margin: 6px 0;
	white-space: nowrap;
}

.division {color: #000;}
.division:hover {color: #112ea5;}

/*** Team Logo and H1-H3 ***/

.title {color: #999; font-size: 10px;}

#teamHead {height: 60px; width: 100%; margin-bottom: 12px;}
#teamHead .logo {width: 300px; float: left; margin-right: 20px;}
#teamHead .title {position: relative; top: 44px;}


#divHead {width: 100%; margin-bottom: 12px; font-size: 40px; font-weight: bold;}
#divHead .logo {width: 230px; float: left;}
#divHead a {float:left; margin-top: 4px;}
#divHead .title {clear: both; margin-left: 112px; padding-top: 4px;}


#leagueHead {height: 100px; width: 100%; margin-bottom: 12px;}
#leagueHead .logo {width: 205px; float: left;}
#leagueHead .title {position: relative; top: 82px;}


.feedPage h1 {font-size: 10px; font-weight:normal; display: inline;}
.feedPage #mainCol h3 {font-weight: normal;}
#rightCol h2 {color: #bf001b; font-size:18px; font-weight:normal; margin: 12px 0 12px;}
.feedPage #rightCol h3 {font-size: 11px; font-weight: bold; display: inline;}


/*** MAIN NEWS ***/
#newsMod {
	width: 100%;
	clear: both;
}

#newsMod td {
	padding-bottom: 20px;
}

.newsImgCon {
	display: inline;
	float: left;
	overflow: hidden;
}

.newsTop .newsImgCon {
	margin-right: 15px;
}

.newsTop h3 {
	font-size: 18px;
}

.newsTopDetail {
	display: inline;
}

.newsTopDetail .gry {
	font-size: 11px;
}

.newsTopDetail .newsDesc {
	font-size: 13px;
	padding-top: 4px;
}


.newsIco {
	width: 24px;
	padding-top: 2px;
}

.newsInfo {
	display: inline;
	float: left;
	width: 80%;
}

.newsInfo h3 {
	font-size: 15px;
}

.newsInfo .gry {
	font-size: 11px;
}

#newsMod .date {
	display: inline;
	float: right;
	padding-top: 3px;
}


.newsDetail {
	clear: both;
	width: 95%;
	padding-top: 4px;
}

.newsDetail .newsImgCon  {
	margin-right: 10px;
}

.newsDetail p {
	display: inline;
}

#newsMod .related {margin-top: 4px;}

/*** VIDEOS ***/
#videoMod {
	padding-right: 2px;
}

#videoMod ul {
	position: relative; /*for IE to allow overflow to work*/
	overflow: auto;
	--max-height: 310px;
	max-height: 388px;
	border-bottom: 1px solid #ccc;
}

#videoMod li {
	clear: both;
	height: 60px;
	margin-bottom: 18px;
}

#videoMod li .thumb80 {
	display: inline;
	float: left;
	margin-right: 10px;
}

.thumb80 {
	width: 80px;
	height: 60px;
	position: relative;
}

.thumb80 .icon {
	display: none;
	background: #fff;
	position: absolute;
	left: 0;
	bottom: 0;
	padding: 1px;
}

.thumb80 .duration {
	background: #000;
	color: #fff;
	opacity: 0.7;
	position: absolute;
	right: 0;
	bottom: 0;
	padding: 0 2px;
}

.videoDesc {
	overflow: hidden;
	height: 54px;
}

