﻿
/* Naming Rules ======================================================

* Layout styles: cmg_l_<style name>
* Module styles: cmg_<module name>
 
===================================================================*/


/* Base Styles ==================================================== 

* Base styles are the defaults. They are almost exclusively single
* element selectors but it could include attribute selectors,
* pseudo-class selectors, child selectors or sibling selectors.
* Essentially, base style says that wherever this element is on
* the page, it should look like this.

===================================================================*/


body {
    background: #e8e8e8;   
	color: #000;
	font-size: 12px; 
	font-weight: 600;
    margin: 0;
    padding: 0;
	font-family: "Titillium Web", Arial, Verdana, sans-serif;		
	-webkit-font-smoothing: subpixel-antialiased;
	-moz-osx-font-smoothing: grayscale;
}

strong {
	font-weight: bold;	
}

em {
	font-style: italic;	
}
	
a:link, a:active {
    color: #033f47;
    text-decoration: none;
	
}

a:hover {
	color: #fd4f00;
}

a:visited {
	color: #033f47;
}

h1, h1.article, h1.fpt, h1.articles, h1.inside, h1.f-inside, h1.box-rec, h1.teams { /*the descriptive big titles on the page*/
	font-weight: bold; 
	font-size: 24px; 
	line-height: 26px; 
	margin-top:0;
	margin-bottom:10px;
} 

h2, p.betting_header, .betting_header p {
  clear: left;
  /* background: #333; */
  color: #252424;
  display: block;
  font-size: 12px;
  line-height: 25px;
  margin: 0;
  padding: 10px 0 0 0px;
  text-transform: uppercase;
}

H3, .bar_header, .betting-section H2 {
background: #033f47 none repeat scroll 0 0;
    color: #fff;
    display: block;
    font-size: 12px;
    font-weight: bold;
    height: 25px;
    line-height: 25px;
    margin: 0;
    padding: 0 10px 0 10px;
    text-transform: uppercase;
	} 
	

/* tables */ 

table, table.data, table.datao, table.datac,  table.datalh, table.datasmall, table.databig {
width: 100%;
color: #000000;
margin-bottom: 15px;
padding: 0px;
}
  

tr.datahead, td.datahead, tr.datahead td {  /* the header row of the table */
background-color: #333;
color: #fff;
font-size: 13px;
}

table tr:last-child td.datahead {
	background-color: #fff;	
	text-align: right;
}

th, table.data td.datahl2, table.data tr.datahl2,  table.data td.datahl2b, table.data tr.datahl2b, table.data td.datahl2c, table.data td.datahl2br, table.datasmall td.dataheadsmall, table.datasmall td.dataheadsmallc { 
	background: #eeeeee none repeat scroll 0 0;
	border-bottom: none;
    font-weight: bold;
    height: 25px;
    line-height: 25px;
    padding: 0 5px;
    text-align: left;
    text-transform: uppercase;
    vertical-align: middle;
}

td {
    color: #333;
    padding: 5px 5px;
    text-align: left;
    vertical-align: top;
}

table.data td, table.datasmall td {
	border-bottom: 1px solid #ccc;	
}




/* Layout Styles ==================================================== 

* Layout styles divide the page into sections. Layouts hold one or
* more modules together. These are typically side bars, main content
* areas, heading or footing areas. They could be a set of styles
* that allow a dynamic grid design.
*
* State Rules: Along with layouts come state styles. These styles
* describe how modules look in different states; hidden, expanded,
* active or inactive, hover overs, clicked etc.

===================================================================*/



/* ============= overall page - legacy style names - will be refactred with new cmg_ prefix ========================*/


#container { /* holds the whole thing in - before header - after footer*/	
	padding: 0;
	margin:0;
	width: 987px;
	position: relative;
	margin:0px auto;
	text-align:left;
}

#content { /* main area between header and footer*/
	padding: 10px 8px;
	margin: 0;
	left: 1px;
	text-align:left; /*to uncenter the text*/
	float: left;
	width: 971px;
	background: #fff;
	}
	
	/* basic 2 column layout*/	
.main_bar {
    border-radius: 10px;
    clear: both;
    float: left;
    padding: 10px;
    width: 630px;
}

.side_bar {
    float: right;
    padding: 0;
    width: 300px;
}

/*Header*/

#head{ /*the base header - this would be the same on every page of the site - in the include for the header*/
   padding: 0px; 
   clear:both;
   height: 64px;
   position: relative;
   width: 100%; 
   z-index:1;}
  
.allhead{ /*holds in the login-search, main header, navigation and sub nav*/
padding: 0px;
margin: 0px;
width: 100%;
font-size: 11px ;}

.headextra { /* holds the reviews links and "bet_guide_nav" */
background: url(//images.covers.com/covers/backgrounds/where_to_play_menu.jpg) top left repeat-x;
height: 25px;
padding: 0;
color: #fff;
font-size: 10px;
font-weight:bold;
z-index:2;
margin: 0;
_margin: 0;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
}

.headextra .right {padding:0;}

.headback { /* the image behind the header - change for section*/
height:100px;
width:100%;
background: none; 
}

.head-hold {
position:absolute;
top:6px;
right:5px;
padding:0; 
margin:0;
}

.bet_guide_nav {
float:left; 
margin-left: 0;
padding: 0;
}

.search {
float:right; 
background: #dcb82c;
width: 205px; 
height:25px;  
text-align:left; 
padding:0px; 
margin: 0px; 
padding-bottom: 0px; 
border-left: 1px solid #666;
-webkit-border-bottom-right-radius: 5px;
-moz-border-radius-bottomright: 5px;
border-bottom-right-radius: 5px;
-webkit-border-top-right-radius: 5px;
-moz-border-topright: 5px;
border-top-right-radius: 5px;
}

.search_field {
height: 15px;
margin: 2px 5px 0 4px;
width: 130px;
}


/* holding the covers logo - left side of header*/
.mainlogo {
	width: 333px;
	float: left;
	background: url(//images.covers.com/covers/header/covers_logo.png) no-repeat;
	height: 62px;
	z-index: 2;
	position: absolute;
	margin: 20px 0 0 10px;
}

.mainlogo a { /* link for logo*/
	display:block;
	width:auto;
	height:62px;
} 

.identifier{ /* the sport identifier in the header */
	width: 316px;
	height: 56px;
	margin: 0;
	position: absolute;
	top:-3px; /*changed - for 2 word sports, eg. college basketball - use top:2px*/
	left:140px;
	z-index: 1;
}

	

/*---------------------the following make up all the components of the footer-------------------------------*/
#footer {     
	background-color: #033f47; 
	width: 957px;
	color: #999;  
	font-size: 11px; 
	padding:30px 15px 0 15px;
	clear: both;
	-webkit-border-bottom-right-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-bottomright: 5px;
	-moz-border-radius-bottomleft: 5px;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
}

#footer a {
    color: #fff;
}
 
.footer-title {
font-size:12px; 
font-weight:bold; 
color:#a2a2a2;
}

/* links in footer*/
#footer a:link {
font-size:12px; 
padding: 0 0 0 20px;	
}

#footer a:before {
content: ">";
font-size:13px; 
color:#6a6969;
font-weight: bold!important;
padding-right: 5px;
}

#footer a:hover { COLOR: #fd4f00 text-decoration: none;}

#footer .spacerhalf {
	height: 15px;	
}

.disclaimer	{/*small print at botto mof footer*/
font-size:10px; 
color: #999; 
margin:0px; 
padding:0px 0 10px 0; 
width: 947px;
}


/* ============= responsive grid system used for layout - adapted from http://responsive.gs/ ========================*/

/* DEFAULT ROW STYLES */
.cmg_l_row { 
	margin-bottom: 10px;/* set according to preference*/ 
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box; 
} 


/* SELF CLEARING FLOATS - CLEARFIX METHOD */
.cmg_l_row:after, .cmg_l_col:after, .cmg_brick_content:after { 
	content: ""; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden; 
}

/* DEFAULT COLUMN STYLES */
.cmg_l_col { 
	display: block;
	float:left;
	width: 100%;
	margin-left: 2%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box; 
}

/* RESET MARGINS */
.cmg_l_col:first-child { margin-left: 0; } /* all browsers except IE6 and lower */

/* COLUMN WIDTHS */
.cmg_l_span_1 { width: 6.5%; }
.cmg_l_span_2 { width: 15.0%; }
.cmg_l_span_3 { width: 23.5%; }
.cmg_l_span_4 { width: 32.0%; }
.cmg_l_span_5 { width: 40.5%; }
.cmg_l_span_6 { width: 49.0%; }
.cmg_l_span_7 { width: 57.5%; }
.cmg_l_span_8 { width: 66.0%; }
.cmg_l_span_9 { width: 74.5%; }
.cmg_l_span_10 { width: 83.0%; }
.cmg_l_span_11 { width: 91.5%; }
.cmg_l_span_12 { width: 100%; }


/* Module Styles ==================================================== 

* Module styles are reusable modular parts of the design. They are
* callouts, tooltips, bricks, product lists, dialogs, menus, tabs
* and so on.
*
* State Rules: Along with modules come state styles. These styles
* describe how modules look in different states; hidden, expanded,
* active or inactive, hover overs, clicked etc.

===================================================================*/

/* Bricks --------------------------------- */

.cmg_brick {
	padding: 0 0 5px 0;
    margin: 0 0 10px 0;
    background: #033f47; /* default covers blue */
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;

}

.cmg_brick_header {
	color: #fff;
	font-size: 17px;
	text-transform: uppercase;
	line-height: 20px;
	height: 20px;
	padding: 5px 10px 5px 10px;
	margin: 0px;
}

.cmg_brick_title  {
    float: left;
	letter-spacing: 0.015em;
}

.cmg_brick_title_extra {
	font-size: 12px;
	float: right;
	line-height: 25px;
	margin: 0 10px 0 0;
	color: #fff;
	text-transform: none;	
}

.cmg_brick_content {
	margin: 5px 5px 0 5px;		
	padding: 10px 10px 10px 10px;
	background: #fff;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;	
	min-height:	200px;	
}

.cmg_dialog .cmg_brick_content {
	min-height: inherit;
}

.cmg_section_header {
	color: #fff;
	font-size: 12px;
	text-transform: uppercase;
	height: 25px;
	line-height: 25px;
	padding: 0px 10px;
	margin: 0px 0 10px  0;
	width: 100%;
	border-radius: 5px;	
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box; 
	background: #5b7186; /* default covers blue */
	
}


/*--------------------------------Forms--------------------*/
	
.cmg_control_group {
	clear: both;
	width: 100%;
	margin: 0 0 10px 0;
}

.cmg_control_group > label 
{
	width:110px;
    line-height: 20px;
    float: left;
    font-weight: bold;
	font-size: 11px;
	color: #333;
	text-align: left;
}

.cmg_control_group > label:after 
{
    content: ":";
}

.cmg_control_group.cmg_inline > .cmg_controls
{
    margin:0px; 
	padding: 0px!important;   
}

.cmg_controls label.cmg_checkbox, .cmg_controls label.cmg_checkbox a:link {
	font-size: 11px;
	line-height: 20px;
	font-weight: normal;
	vertical-align: top;
}

.cmg_controls 
{
    margin-left: 115px;
    padding-left: 15px;
	line-height: 23px;
	color: #333;
}

.cmg_controls.cmg_required {
	background-image: url(//images.covers.com/covers/icons/form_required_star.png);
	background-repeat: no-repeat;
	background-position: left;
}

.cmg_controls input[type="text"], 
.cmg_controls input[type="password"],
.cmg_controls select
{    
    width: 175px;
	display: block;
	background-color: #FFFFFF;
    border: 1px solid #CCC;
    color: #333;
    font-size: 9pt;
    vertical-align: middle;
}

.cmg_controls select {
	display: inline-block;
    width: 177px;	
}

.cmg_controls .cmg_select_inline {
    width: auto!important;	
}

.cmg_captcha img#cap 
{
    height: 30px;
    width: 100px;   
	margin-right: 5px;
}


/* Buttons --------------------------------- */

/* all buttons*/



a.btn:active,a.btn-m:active {color: #ffffff;; text-decoration: none;}

.cmg_btn, .btn {
    background: #033f47 url(//images.covers.com/covers/buttons/scrim_buttons.png) 0 -1px repeat-x;
	border: none;
    color: #333333;
    cursor: pointer;
    display: inline-block;
    margin: 0 10px 0 0;
    padding: 0px 5px;
    text-align: center;  
    vertical-align: middle!important;
	text-transform: uppercase;
	min-width: 40px;
	line-height: 18px!important;
	height: 18px!important;
	font-size: 11px!important;
}

.btn { /* legacy buttons */
	min-width: 20px;
}

.cmg_btn a:link, .cmg_btn a:active, .cmg_btn a:visited {
	color: #fff!important;
}

.btn_1 {
    background: url(//images.covers.com/covers/buttons/scrim_buttons.png) repeat-x scroll left top #033f47;
	border: none;
    border-radius: 0;
    color: #FFFFFF!important;
}

.cmg_btn_primary {/* Standard gray button with gradient */
	background-color: #033f47;
    background-repeat: repeat-x;  
    color: #FFFFFF!important;
}

.cmg_btn_info  {/* Provides extra visual weight and identifies the primary action in a set of buttons */
	background-color: #49AFCD;  
    color: #FFFFFF!important;
}
 
.cmg_btn_success { /* Used as an alternative to the default styles */
	background-color: #5BB75B;    
    color: #FFFFFF!important;
}
 
.cmg_btn_warning { /* Indicates a successful or positive action */
	background-color: #FAA732;   
    color: #FFFFFF!important;
}
  
.cmg_btn_danger { /* Indicates a dangerous or potentially negative action */
	background-color: #DA4F49;   
    color: #FFFFFF!important;
}
  
.cmg_btn_inverse  {/* Alternate dark gray button, not tied to a semantic action or use */
  	background-color: #363636;
    
    color: #FFFFFF!important;
}

.cmg_btn_link { /* Deemphasize a button by making it look like a link while maintaining button behavior */
	border-color: transparent;
    border-radius: 0 0 0 0;
    color: #0088CC;
    cursor: pointer;
}

.cmg_btn:hover, 
.cmg_btn_primary:hover, 
.cmg_btn_info:hover, 
.cmg_btn_success:hover, 
.cmg_btn_warning:hover,  
.cmg_btn_danger:hover, 
.cmg_btn_inverse:hover,
.cmg_btn_link:hover, 
a.btn:hover,
a.btn-m:hover {
  color: #ffffff;
  background: #fd4f00 url(//images.covers.com/covers/buttons/scrim_buttons.png) top left repeat-x!important;
}

.cmg_btn:visited, 
.cmg_btn_primary:visited, 
.cmg_btn_info:visited, 
.cmg_btn_success:visited, 
.cmg_btn_warning:visited,  
.cmg_btn_danger:visited, 
.cmg_btn_inverse:visited,
.cmg_btn_link:visited, 
a.btn:link, 
a.btn:visited,
a.btn-m:link, 
a.btn-m:visited {
  color: #ffffff;
}

.cmg_btn_close {
	position: relative;
	top: 0px;
	*top: -30px;
	float: right;
	color: #FFF;
	background: url(//images.covers.com/covers/buttons/icon_close.png) top left no-repeat;
	height: 0px;
	padding-top: 20px;
	width: 20px;
	overflow: hidden;
	border: none;
}

.cmg_btn_close a {
	border: none;
}

.cmg_disabled, .cmg_disabled:hover, .cmg_disabled:active { /* Disabled button */
background: #999!important;	
}

.cmg_hidden {
    border: 0 none;
    height: 0;
    width: 0;
    padding: 0;
    margin: 0;
    overflow: hidden; 
}

.cmg_centered {
	text-align: center;
	margin: 0 auto;
}


/* Text modules --------------------------------- */

.cmg_help {
	margin: 10px 0 0 0;
	color: #777777;
	font-size: 11px;
}

.cmg_muted {
	color: #777777;
	font-size: 12px;
}

.cmg_error {
	font-size: 11px;
	color: #C00;
	padding-right: 5px;	
	margin: 10px 0 0 0;
}

.cmg_error .field-validation-error {
    color: #ff0000;
	border: none;
	float: none;
	width: auto;
	text-align:left;
	padding: 0px;
	margin: 0px;
	font-weight: normal;
}

a.page_link {
    background: url(//images.covers.com/experts2012/icons/arrow_icon.png) no-repeat scroll 4px 5px transparent;
    font-size: 11px;
    margin: 0 10px 10px 0;
    padding: 1px 0 0 13px;
    text-decoration: none;
    vertical-align: bottom;
	white-space:nowrap;
	color: #666;
}



/* Popup Dialogs ----------------------*/


cmg_dialog .ui-widget input, .cmg_dialog .ui-widget select, .cmg_dialog .ui-widget textarea, .cmg_dialog .ui-widget button {
}

.cmg_dialog .ui-widget-content {
	color: #333;
	z-index: 3000;
}

.ui-widget-overlay { /* unable to use cmg_dialog to target this as it's outside the div structure ----------------------*/
    background: #000;
    opacity: 0.8;

}

.cmg_dialog.ui-dialog .ui-dialog-content {
	padding: 0px!important;
}

/* tool tip Dialogs ----------------------*/

.cmg_tooltip {
    background-color: #FFFFFF;
    border: 4px solid #033f47;
	box-shadow: 2px 5px 10px 2px #333333;
}

.cmg_tooltip .qtip-content {
	padding: 15px!important;	
}

.cmg_tooltip .qtip-content h1 {
	line-height: 25px;
    margin: 10px 0 !important;
}

.cmg_tooltip .cmg_close_button {
	float: right;
	height: 0px;
	width: 15px;
	padding: 15px 0 0 0;
	background:#033f47 url(https://images.covers.com/covers/icons/icon_close.png) 2px -1px no-repeat;
	overflow: hidden;
	position: relative;
	cursor: pointer;
}

/* tab navigation in brick header ----------------------*/

.cmg_brick_tabs {
	margin-top: -13px;
	margin-right: -10px;	
}

.cmg_brick_tabs ul li {
	list-style: none;
	display: inline;
}

.cmg_brick_tabs li {
	padding: 5px 10px 6px 10px;
	border-bottom: none;
}

.cmg_brick_tabs ul li a:link, .cmg_brick_tabs ul li a:visited {
	color: #fff;
}

.cmg_brick_tabs ul li a:hover {
    color: #fd4f00;
}

.cmg_brick_tabs li.cmg_active {
	color: #333!important;
	padding-bottom: 11px;
	/*background: #FFF url(//images.covers.com/covers/menus/tab_arrow.png) center 26px no-repeat;*/
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
}

.cmg_brick_tabs li.cmg_active a, .cmg_brick_tabs li.cmg_active a:active, .cmg_brick_tabs li.cmg_active a:visited {
	color: #333!important;
}

/* tab navigation in brick ----------------------*/

.cmg_tabs  { /* .cmg_l_col in place to protect existing live styles ----------------------*/
	margin: -10px 0 0 0;
	position: relative;
	left: -40px;
}

.cmg_tabs li {
    display: inline-block;
}

.cmg_tabs li a {
	color: #333333;
	text-transform: uppercase;
    background: #f2f2f2;
    border-bottom: none;
    font-size: 11px;
    padding: 3px 7px 2px;
	border-radius: 0px;
}

.cmg_tabs li.cmg_active a {
    background: #0055A4;
    color: #fff;
}

.cmg_tabs li.cmg_active {
	padding-bottom: 10px;
    /*background: url(//images.covers.com/covers/menus/tab_arrow_green.png) center 16px no-repeat;*/
	border-bottom: none;
}
		
.cmg_tabs li a:hover { 
	background: #fd4f00;
    color: #fff;
}

/* ----------------- popup styles ----------------------*/
 
.cmg_dialog .ui-dialog-titlebar {
	display: none;	
}

.cmg_dialog.ui-widget-content {
	background: none;	
	border: none;
}

/* ----------------- ad unit styles ----------------------*/

.ad-975 {
	min-height: 48px;
	left: -2px;
    position: relative;
    top: -6px;
}

/* ----------------- user pm msg display ----------------------*/
#numUnreadMessagesPopUp {
    background: none repeat scroll 0 0 #333;
    border-radius: 2px;
    font-size: 11px;
    padding: 1px 3px;
    position: relative;
    top: -3px;
}


/* text ads before footer*/
.adban 
{
list-style: none;
padding: 0;
margin: 0;
}

.adban li, .adban li.none { /*text ads at the bottom of the matchup page*/
display: inline;
list-style-type: none;
width: 22%;
float: left;
border-right: 1px #888787 dashed;
margin-right: 10px;
padding: 0 5px;
display:block;}

.adban li.none {
border-right: 0px;
margin-right: 0px;}
  
fieldset.adbanner{
	background-color:#fff;
	border:0px solid #888787;
	margin-top:0px;
	width: 945px;
	position:relative;
	display:block;
	padding: 0px 10px 5px 10px;
	font-size: 11px;}

fieldset.adbanner legend{	
	background-color:#f0f0f0;
    border:1px solid #888787;
    color:#000;
	font-weight:bold;
    padding:2px 5px;
	margin:0px 0px 5px 0px;
	position:relative;
	top: -3px;
	font-size: 11px;
	display:none;} 

.adban-hold	{
	background-color:#fff; 
	width:100%; 
	padding-bottom:15px; 
	clear:both; 
	margin-top:15px;}	

.adban_728 {
	margin: 0 0 0 120px;
}

/* ----------------- yardbarker badge ----------------------*/
a.yardbadge {
	float: right;
	position: relative;
	top: 0px;
	right: 0px;
}

a.yardbadge:before {
	display: none;
	}
	
/*jquery widget overwrite*/	

.ui-widget {
	font-family: "Titillium Web", Arial, Verdana, sans-serif!important;		
}

/*power rankings overwrite*/
.PowerRankings .main_bar {
    padding: 0px;
	width: 660px;
}

table.cmg_power_rankings th {
	text-align: center;
	background: #e1e1e1;
	font-weight: bold;	
	padding: 0 5px;
	height: 25px;
}

table.cmg_power_rankings th.cmg_th_alt {
	background: #ececec;
}

table.cmg_power_rankings td {
	border-bottom: 1px solid #ccc;
    padding: 5px;
    text-align: left;
}

table.cmg_power_rankings th:first-child {
	width: 30px;	
}

table.cmg_power_rankings th:nth-child(2) {
	width: 65px;	
}

table.cmg_power_rankings th:nth-child(5) {
	width: 60px;	
}

table.cmg_power_rankings th:nth-child(6) {
	max-width: 50px;
	line-height: 20px;	
}

table.cmg_power_rankings td:nth-child(6) { text-align: center;}
table.cmg_power_rankings td:nth-child(5) { text-align: center;}
table.cmg_power_rankings td:nth-child(3) { text-align: center;}


.side_bar .ui-slider-tab-content div a:first-child {
    /*display: inline-block!important;*/
    /*width: 100px;*/
}


#capper_ranked_picks_list div a:first-child {
    /*display: inline!important;*/
    /*width: 100px;*/
}


#top_selling_picks_list div a:first-child {
    /*display: inline!important;*/
    width: 100px;
}

#latest_picks_list div a:first-child {
    /*display: inline!important;
    width: 100px;*/
}


#matchupLogos th {background-color:white; border-bottom:1px solid #eee;padding-bottom:5px;}

td.datahead a, td.datahead a:visited{
    color:#fff!important;
}

tr.datahead td a, tr.datahead td a:visited{
    color:#fff!important;
}

.cmg_competition_name {
    background-color:#033f47!important;
}

.covers-coversMessages-messageBody a {
    font-weight: bold;
    text-decoration: underline!important;
}




