/* ##### SCSENTINEL CUSTOM  ######## */

span.locator {
   font-size: 14px;
   color: #353535;
   text-transform: uppercase;
   padding-bottom: 10px;
}

span.subhead {
  font-size: 16px;
  font-weight: bold;
}

/*---------------Article Display---------------------------------*/
/*.articleTitle {
   color: #202020;
   font: Bold 22px arial, helvetica, sans-serif;
}*/

.articleTitle {
   padding-top: 20px;
   padding-bottom: 20px;
   color: #202020;
   font: 22px arial, helvetica, sans-serif;
}

.complexListingBox {
	font: normal 12px  arial, helvetica, sans-serif;
	line-height: 15px;
	padding-right: 2px;
	margin: 0px 0px 5px 0px;
                position: relative;              
}


.regionParent {
background-color: #ffffff;
}

.footerRegion {
background-color: #ffffff;
}

.yahooContentMatch {
background-color: #ffffff;
}


/* ---------------------------- DEFAULT BLOCK STYLES ---------------------------- */


/* ------- main freeform container */
.block {
	padding: 0 0 10px 0;
	font: normal 11px verdana, arial, helvetica, sans-serif;
	color: #333;
	clear: both;
	margin: 0 7px 10px 7px;
	background: #fff;
	}

.headOnly {
	padding: 0;
	margin-bottom: 0;
	}

/* ------- block container - for two blocks side by side */
.twinBlocks {
	float: left;
	clear: both;
	width: 100%;
	margin-bottom: 10px;
	}

/* ------- main freeform container inside of twinblocks */
.twinBlocks .block {
	float: left;
	width: 48%;
	padding: 1%;
	border: none;
	margin: 0;
	background-color: transparent;
	clear: none;
	}

/* ------- main freeform container inside of twinblocks - ie hack to set width */
*html .twinBlocks .block {
	width: 50%;
	}

.firstBlock {
	border-top: none;
	}

/* ---------------------------- TABS  ---------------------------- */

/* ------- default tab-set (unordered list) */
.block .tabs {
	float: left;
	display: block;
	width: 100%;
	margin: 0 0 10px 0;
	padding: 0;
	color: #000;
	list-style: none;
	}

/* ------- default tab */
.block .tabs li {
	float: left;
	margin: 0;
	padding: 0 5px;
	background-color: #fff;
	background-image: none;
	line-height: 12px;
	}

/* ------- first tab on left */
.block .tabs li.first {
	margin-left: 0px;
	border-left: none;
	padding-left: 0;
	}

/* ------- tab link */
.block .tabs li a:link,
.block .tabs li a:visited,
.block .tabs li a:active {
	color: #395270;
	margin: 0 0 0 0;
	padding: 0;
	}

/* ------- tab link - rollover state */
.block .tabs li a:hover {
	color: #6d3e32;
	}

.block .tabs li.bulletRaq {
	padding: 0 5px 0 8px;
	background-position: 5px 5px;
	}

.block .tabs li.bulletRaq a {
	margin: 0 0 0 3px;
	}

/* ---------------------------- END TABS  ---------------------------- */




/* ---------------------------- MAIN CONTENT ---------------------------- */

/* ------- main containter for freeform content (used within a 'block' container) - also see hack styles below  */
.block .contentblock {
	margin: 0 0 10px 0;
	}

/* ------- main header for content (needed to differentiate from main h1 tag) */
.block .contentblock h1 {
	background: none;
	border: none;
	}

/* ------- content headers */
.block .contentblock  h1,
.block .contentblock  h2,
.block .contentblock  h3,
.block .contentblock  h4,
.block .contentblock  h5 {
	margin: 0 0 3px 0;
	padding: 0;
	}

/* ------- used when a list is used after a floated item - to force a line-break */
.block .contentblock .clearList {
	margin:  0;
	padding: 10px 5px;
	clear: both;
	}

/* ------- forces floated elements to be contained within this class - also see hack styles below  */
.contentblock .clearfix {
	margin: 10px 0;
	}


/* ---------------------------- HEADERS  ---------------------------- */

/* ------- main block header container */
.block .header {
	}

/* ------- main block header & tabs header */
.block h1,
.block .tabs h1 {
	margin: 0;
	padding: 5px 0;
	font: bold 14px "Arial", Helvetica, Verdana, Sans-serif;
	color: #395270;
	background: none;
	height: auto;
	}

/* ------- main block header & tabs header - inside of twinblocks */
.twinBlocks .block h1 {
	background-image: none;
	background-color: transparent;
	padding: 3px 0 5px 3px;
	}

/* ------- alternate block header */
.block h1.alt {
	font: bold 14px "Arial", Helvetica, Verdana, Sans-serif;
        color: #466992;
	border-bottom: solid 1px #c3c3c3;
	}

/* ------- main block header (when in a header container) */
.block .header h1 {
	}

/* ------- main block header (when in an alternate header container) */
.block .headerAlt h1 {
	font: bold 14px "Arial", Helvetica, Verdana, Sans-serif;
	color: #395270;
	border-bottom: solid 1px #c3c3c3;
	}

/* ------- default header links */
.block h1 a:link,
.block h1 a:visited,
.block h1 a:active  {
	color: #395270;
	text-decoration: none;
	}

/* ------- default header links - rollover state */
.block h1 a:hover  {
	color: #8ba8be;
	text-decoration: underline;
	}

/* ------- subhead class - used as a class to an inline element (span for eg) nested inside of an h1 - see calendar for example */
.block h1 .sub {
	font: normal 12px verdana, arial, helvetica, sans-serif;
	margin: 0 10px;
	}

/* ------- item on right of header text */
.block h1 .headerLinkR {
	float: right;
	padding-top: 2px;
	}

/* ------- link on right of header text */
.block h1 .headerLinkR a {
	color: #404040;
	font: 'arial', helvetica, sans-serif;
	font-size: 11px;
	font-weight: regular;
	}

/* ------- item on right of alternate header */
.block h1.alt .headerLinkR {
	float: right;
	}

/* ------- link on right of alternate header text */
.block h1.alt .headerLinkR a {
	color: #404040;
	font: 'arial', helvetica, sans-serif;
	font-size: 11px;
	font-weight: regular;
	}

/* ------- sponsored logo container on right of header */
.block h1 .headerRSS {
	float: right;
	font: normal 9px verdana, arial, helvetica, sans-serif;
	color: #222;
	margin: 0;
	padding: 0;
	text-align: right;
	}

/* ------- sponsored logo image on right of header */
.block h1 .headerRSS img {
	border: none;
	float: none;
	width: 16px;
	heighht: 16px;
	margin: 0 0 0 4px;
	padding: 0;
	vertical-align: middle;
	}

/* ---------------------------- END HEADERS  ---------------------------- */



/* ------- secondary block header */
.block h2 {
	font: bold 14px verdana, arial, helvetica, sans-serif;
	color: #624735;
	margin: 10px 0 5px 0;
	padding: 0;
	}

/* ------- secondary block header - link */
.block h2 a:link,
.block h2 a:visited,
.block h2 a:active {
	color: #624735;
	}

/* ------- tertiary block header */
.block h3 {
	font: bold 12px verdana, arial, helvetica, sans-serif;
	color: #624735;
	margin: 10px 0 5px 0;
	}

.block h3 a:link,
.block h3 a:visited,
.block h3 a:active {
	color: #624735;
	}

/* ------- links */
.block a:link,
.block a:visited,
.block a:active {
	color: #395270;
	text-decoration: none;
	}

/* ------- links - rollover state */
.block a:hover {
	text-decoration: underline;
	color: #333;
	}

/* ------- alternate links */
.block a.alt {
	text-decoration: underline;
	}

/* ------- alternate links - rollover state */
.block a:hover.alt {
	text-decoration: none;
	}

/* ------- paragraph */
.block p {
	margin: 0 0 10px 0;
	}

/* ------- unordered list */
.block ul {
	margin: 0 0 10px 0;
	padding: 0 2px;
	list-style: none;
	}

/*  ------- default list items */
.block ul li {
	background: transparent url(http://extras.mnginteractive.com/live/media/site580/2007/1120/20071120__bulletRed.gif) no-repeat 0 6px;
	line-height: 14px;
	padding: 0 0 0 10px;
	margin: 0 0 3px 0px;
	}

/*  ------- list items with a black bullet */
.block ul.bulletBlack li,
.block ul li.bulletBlack,
.block ul.bulletRaq li.bulletBlack,
.block ul.bulletNone li.bulletBlack,
.block ul.bulletRSS li.bulletBlack {
	background: transparent url(http://extras.mnginteractive.com/live/media/site580/2007/1120/20071120__bullet_black_sm.gif) no-repeat 0 6px;
	}

/*  ------- list items with no bullet */
.block ul.bulletNone li,
.block ul li.bulletNone,
.block ul.bulletRaq li.bulletNone,
.block ul.bulletBlack li.bulletNone,
.block ul.bulletRSS li.bulletNone {
	background-image: none;
	padding: 0;
	}

/*  ------- list items with RSS icon */
.block ul li.bulletRSS,
.block ul.bulletRSS li,
.block ul.bulletRaq li.bulletRSS,
.block ul.bulletBlack li.bulletRSS,
.block ul.bulletNone li.bulletRSS {
	background: transparent url(http://extras.mnginteractive.com/live/media/site580/2007/1120/20071120__bullet_rss.gif) no-repeat 0 2px;
	padding: 0 0 0 20px;
	margin: 0 0 5px 0px;
	}

/*  ------- list items with raquo ( > ) icon */
.block ul li.bulletRaq,
.block ul.bulletRaq li,
.block ul.bulletNone li.bulletRaq,
.block ul.bulletBlack li.bulletRaq,
.block ul.bulletRSS li.bulletRaq {
	background: transparent url(http://extras.mnginteractive.com/live/media/site580/2007/1120/20071120__arrow.gif) no-repeat 0 3px;
	padding: 0 0 0 12px;
	}

/*  ------- list items for the LATEST HEADLINES */
.block ul li.latest,
.block ul.latest li,
.block ul.bulletNone li.latest,
.block ul.bulletBlack li.latest,
.block ul.bulletRSS li.latest {
	height: 16px;
	border-bottom: solid 1px #e0e0e0;
	background: url(http://extras.mnginteractive.com/live/media/site580/2007/1120/20071120__latestBG.gif) 0 0 repeat-x;
	margin: 0;
	padding: 5px 10px;
	}

.block ul li.latest a,
.block ul.latest li a,
.block ul.bulletNone li.latest a,
.block ul.bulletBlack li.latest a,
.block ul.bulletRSS li.latest a {
	height: 16px;
	color: #fff;
	display: block;
	padding: 0;
	}

.block ul li.latest a:hover,
.block ul.latest li a:hover,
.block ul.bulletNone li.latest a:hover,
.block ul.bulletBlack li.latest a:hover,
.block ul.bulletRSS li.latest a:hover {
	color: #395270;
	}

.block .latestDate {
	float: left;
	color: red;
	padding-right: 6px;
	}

/*  ------- main header inside a list */
.block ul h1 {
	background: none;
	margin: 0;
	padding: 0;
	font: bold 11px verdana, arial, helvetica, sans-serif;
	border: none;
	color: #000;
	}

/*  ------- default list link */
.block li a {
	color: #000;
	margin: 0;
	padding: 2px 0;
	}

/*  ------- one pixel solid line divider */
.block .hr {
	border-top: 1px solid #ccc;
	margin: 10px;
	}

.block a.more {
	white-space: nowrap;
	}


/* ---------------------------- IMAGES ---------------------------- */

/*  ------- default image (thumbnail) */ 
.block img {
	float: left;
	margin: 0 12px 0 0;
	width: 50px;
	border: 1px solid #c4c5ca;
	}

/* ------- thumbnail images used in "special sections" */ 
.block img.specialSection {
	float: left;
	margin: 0 20px 0 0;
	width: 150px;
	border: 1px solid #719fb7;
	}

/*  ------- large thumbnail images */ 
.block img.bigthumb {
	width: 100px;
	}

/*  ------- large & medium image containers */ 
.block .contentblock .image-med,
.block .contentblock .image-large {
	display: block;
	float: left;
	width: 100%;
	text-align: center;
	}

/*  ------- large & medium images - shared styles */ 
.block .contentblock p.image-med img,
.block .contentblock p.image-large img {
	float: none;
	margin: 0;
	padding: 0;
	border: 0;
	}

/*  ------- large image */ 
.block .contentblock .image-large img {
	width: 300px;
	}

/*  ------- medium image */ 
.block .contentblock .image-med img {
	width: 140px;
	}

/*  ------- 80 pixel wide thumbnail */ 
.block img.thumb80 {
	float: none;
	margin: 0 auto 5px auto;
	width: 80px;
	border: none;
	}


/* ---------------------------- COLUMNS ---------------------------- */

/*  ------- class added to "contentblock cols" container to declare that two columns are meant to be used */ 
.block .cols2 {
	}

/*  ------- class added to "contentblock cols" container to declare that three columns are meant to be used */ 
.block .cols3 {
	}

/* X------- class added to "contentblock cols" container to declare that six columns are meant to be used */ 
.block .cols4 {
	}

/* X------- class added to "contentblock cols" container to declare that six columns are meant to be used */ 
.block .cols5 {
	}

/* X------- class added to "contentblock cols" container to declare that six columns are meant to be used */ 
.block .cols6 {
	}

/*  ------- general styles for all columns */ 
.block .col {
	float: left;
	}

/*  ------- plain style for columns without divider lines or backgrounds */ 
.block .plain .col {
	background-image: none;
	}

/*  ------- styles for all 2 column columns */ 
.block .cols2 .col {
	margin-right: 2%;
	padding-right: 2%;
	width: 46%;
	}

/*  ------- styles for all 3 column columns */ 
.block .cols3 .col {
	margin-right: 2%;
	padding-right: 2%;
	width: 30%;
	}

/* X------- styles for all 4 column columns */ 
.block .cols4 .col {
	margin-right: 2%;
	padding-right: 2%;
	width: 21%;
	}

/* X------- styles for all 5 column columns */ 
.block .cols5 .col {
	margin-right: 1%;
	padding-right: 2%;
	width: 17%;
	}

/* X------- styles for all 6 column columns */ 
.block .cols6 .col {
	margin-right: 1%;
	padding-right: 2%;
	width: 14%;
	}

/* IE box model hacks (old doctype) - doesn't recognize padding % */
*html .block .cols2 .col {
	width: 48%;
	}
*html .block .cols3 .col {
	width: 32%;
	}
*html .block .cols4 .col {
	width: 23%;
	}
*html .block .cols5 .col {
	width: 19%;
	}
*html .block .cols6 .col {
	width: 16%;
	}
/* END IE hacks */

/*  ------- general styles for all final columns */ 
.block .cols2 .last,
.block .cols3 .last,
.block .cols4 .last,
.block .cols5 .last,
.block .cols6 .last {
	margin-right: 0;
	padding-right: 0;
	background-image: none;
	}

/*  ------- styles for final 2 column column */ 
.block .cols2 .last {
	width: 50%;
	}

/*  ------- styles for final 3 column column */ 
.block .cols3 .last {
	width: 32%;
	}

/* X------- styles for final 3 column column */ 
.block .cols4 .last {
	width: 25%;
	}

/* X------- styles for final 3 column column */ 
.block .cols5 .last {
	width: 20%;
	}

/* X------- styles for final 3 column column */ 
.block .cols6 .last {
	width: 15%;
	}

/* X------- styles for final 3 column column */ 
.block .cols6 .last {
	width: 15%;
	}



/*  ------- images in columns get special treatment */ 
.block .col img {
	float: none;
	display: block;
	clear: both;
	}

/*  ------- list blocks that are columns are treated slightly differently */ 
.block ul.col {
	margin: 0;
	padding: 0;
	width: auto;
	}

/*  ------- list items in a column */ 
.block .col li {
	display: block;
	width: auto;
	}

/*  ------- list item links in a column */ 
.block .col li a {
	color: #000;
	}

/*  ------- list item header links in a column */ 
.block .col li h1 a {
	color: #000;
	}

/* ---------------------------- END COLUMNS ---------------------------- */




/* ---------------------------- MISC - generic styles ---------------------------- */

/*  ------- adds a 10px space above this element */ 
.block .spacer,
.block .contentblock .spacer,
.block .contentblock.spacer {
	padding-top: 10px;
	}

/*  ------- variation for list items to allow for bullets as background images */ 
.block li.spacer,
.block .contentblock li.spacer,
.block .contentblock .col li.spacer {
	margin-top: 10px;
	padding-top: 0;
	}

/*  ------- sets a fixed height and allows for scrollable content if necessary */ 
.block .scrolling {
	height: 120px;
	border: 1px solid #ccc;
	overflow: auto;
	padding: 10px;
	margin: 0;
	background: #fff;
	}

/*  ------- containter specific to housing a list.  Different margins from standard contentblock.  Used for blog entries. */ 
.block .listBlock {
	margin: 0 0 5px 0;
	}

/*  ------- listBlock paragraph */ 
.block .listBlock p {
	font: normal 11px Arial, Helvetica, sans-serif;
	color: #333;
	}

/*  ------- time and date stamp found in some blog entries */ 
.block .dateStamp {
	font: normal 10px Arial, Helvetica, sans-serif;
	color: red;
	}

/*  ------- allows paragraph tags to flow into each other - Used for some blog entries. */ 
.block .inline p {
	display: inline;
	}

/*  ------- right justifies content */ 
.block .right {
	text-align: right;
	padding: 0;
	margin: 0;
	display: block;
	}

/*  ------- right justified link */ 
.block .right a {
	font: bold 10px 'arial', helvetica, sans-serif;
	color: #404040;
	}

.block .right a:hover {
	color: #8ba8be;
	}

/*  ------- standard 'more' link */
.block .more a {
	font: bold 11px 'arial', helvetica, sans-serif;
	color: #6d3e32;
	padding: 0 12px 0 0;
	background: url(http://extras.mnginteractive.com/live/media/site580/2007/1120/20071120__arrow.gif) right 2px no-repeat;
	}

/*  ------- removes margins and padding */ 
.block .tight {
	margin: 0;
	padding: 0;
	}

/*  ------- removes top and bottom margins and padding from list items */ 
.block .tight li {
	margin-top: 0;
	margin-bottom: 0;
	padding-top: 0;
	padding-bottom: 0;
	}

/*  ------- sets font size in tables.  Necessary to override global styles. */ 
.block table {
	font-size: 11px;
	}

/*  ------- center justifies content */ 
.block .center {
	text-align: center;
	}

/*  ------- small font size - gray color */ 
.block p.sml {
	font: normal 9px verdana, arial, helvetica, sans-serif;
	color: #333;
	}


/* ---------------------------- FORMS ---------------------------- */

/*  ------- assigned to an input - forces a line break */ 
.block .btn {
	display: block;
	margin: 10px 0;
	}

/*  ------- styles applied to a textarea form element */ 
.block textarea {
	font: normal 10px verdana, arial, helvetica, sans-serif;
	color: #333;
	padding: 5px;
	border: 1px solid #ccc;
	}

/*  ------- ask the expert header uses an image vs text as a header */ 
.block h1.askExpert {
	padding: 2px 0 5px 5px;
	height: 30px;
	}
/*  ------- ask the expert image */ 
.block h1.askExpert img {
	width: 180px;
	height: 30px;
	border: 0;
	margin: 0;
	}
/*  ------- ask the expert - header links */ 
.block h1.askExpert span {
	padding-top: 17px;
	float: left;
	}

/* --------------------------------------------------------------------------------------------------
hack for floated elements in freeforms containers - makes the box expand for fit content in firefox */

.header:after,
.footer:after,
.headerAlt:after,
.contentblock:after,
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	}
	
.header,
.footer,
.headerAlt,
.contentblock,
.clearfix {
	display: inline-block;
	}

/* Hides from IE-mac \*/
* html .header,
* html .footer,
* html .headerAlt,
* html .contentblock,
* html .clearfix { height: 1%; }

.header,
.footer,
.contentblock,
.headerAlt,
.clearfix { display: block; }
/* End hide from IE-mac */

/* END clearfix hack
------------------------------------------------------------------------------------------------- */

/* ---------------------------- BLOCK2 STYLES ---------------------------- */

/* ------- block2 freeform container - appended to block */
.block2 {
	margin: 0 0 0px 0;
	border-top: none;
	padding: 4px 0 0 0;
	border: none;
	}

/* ------- block container - for two blocks side by side style3 */
.twinBlocks2 {
	border: none;
	}

/* ---------------------------- HEADERS  ---------------------------- */

/* ------- block2 header & tabs header */
	
	
	
.block2 h1 {
	padding: 5px 6px;
	background: url(http://extras.mnginteractive.com/live/media/site580/2007/1120/20071120__block2Head.gif) 0 0 repeat-x;
	font: bold 14px "Arial", Helvetica, Verdana, Sans-serif;
	color: #fff;
	height: 15px;
	}

.block2 h1 .headerSponsor {
	color: #000;
	}

.block2 h1 a:link,
.block2 h1 a:visited,
.block2 h1 a:active {
	color: #fff;
	}

/* ------- alternate block header */
.block2 .headerAlt h1 {
	color: #000;
	background: transparent;
	}

/* ------- sponsored logo image on right of header */
.block2 .headerSponsor img {
	padding-bottom: 6px;
	}

.block2 h1 .headerLinkR a {
	color: #fff;
	background-image: none;
	}

/* ---------------------------- TABS  ---------------------------- */
/* ------- default tab-set (unordered list) */
.block .tabs {
	color: #000;
	margin: 0;
	background: #ccc;
	}

/* ------- default tab */
.block .tabs li {
	float: left;
	margin: 0;
	padding: 5px 5px;
	background: #ccc;
	background-image: none;
	height: 15px;
	}

/* ------- first tab on left */
.block .tabs li.first {
	margin-left: 0;
	border-left: none;
	padding-left: 3px;
	border-left: solid 1px #ccc;
	}

.block .tabs li.selected {
	background: #fff;
	}

/* ------- tab link */
.block .tabs li a:link,
.block .tabs li a:visited,
.block .tabs li a:active {
	font-size: 10px;
	color: #000;
	margin: 0;
	padding: 0;
	}

/* ------- tab link - rollover state */
.block .tabs li a:hover {
	color: #6d3e32;
	}

.block .tabs li.bulletRaq {
	padding: 0 5px 0 8px;
	background-position: 5px 5px;
	}

.block .tabs li.bulletRaq a {
	margin: 0 0 0 3px;
	}

/* ---------------------------- END TABS  ---------------------------- */

/* ---------------------------- MAIN CONTENT ---------------------------- */

/* ------- main containter for freeform content (used within a 'block2' container) */

.block2 .contentblock {
	background: url(http://extras.mnginteractive.com/live/media/site580/2007/1120/20071120__block2Body.gif) 0 bottom repeat-x;
	padding: 8px;
	margin: 0 0 5px 0;
	border: solid 1px #ccc;
	border-top: none;
	}
	
.block2 h1 .headerLinkR {
	background: none;
	padding-right: 0;
	}
	
.block2 h2 {
	font: bold 12px "Arial", verdana, sans-serif;
	color: #000;
	}
	
.block2 h2 a:link,
.block2 h2 a:visited,
.block2 h2 a:active {
	font: bold 12px "Arial", verdana, sans-serif;
	color: #000;
	}
	
.block2 h3 {
	font: bold 14px "Arial", verdana, sans-serif;
	color: #175780;
	}	
	
.block2 h3 a:link,
.block2 h3 a:visited,
.block2 h3 a:active {
	color: #175780;
	}


/* ---------------------------- BLOCK2 STYLES ---------------------------- */

/* ------- block3 freeform container - appended to block */
.block3 {
	margin: 0 0 10px 0;
	border-top: none;
	padding: 2px;
	border: none;
	}

/* ------- block container - for two blocks side by side style3 */
.twinBlocks2 {
	border: none;
	}

/* ---------------------------- HEADERS  ---------------------------- */

/* ------- block3 header & tabs header */
	
.block3 h1 {        
	font: bold 18px "Arial", Helvetica, Verdana, Sans-serif;
	color: #624735;
	height: 15px;
	}

.block3 h1 .headerSponsor {
	color: #000;
	}

.block3 h1 a:link,
.block3 h1 a:visited,
.block3 h1 a:active {
	color: #624735;
	}

/* ------- alternate block header */
.block3 .headerAlt h1 {
	color: #624735;
	background: transparent;
	}

/* ------- sponsored logo image on right of header */
.block3 .headerSponsor img {
	padding-bottom: 6px;
	}

.block3 h1 .headerLinkR a {
	color: #000;
	background-image: none;
	}

/* ---------------------------- TABS  ---------------------------- */
/* ------- default tab-set (unordered list) */
.block .tabs {
	color: #000;
	margin: 0;
	background: #ccc;
	}

/* ------- default tab */
.block .tabs li {
	float: left;
	margin: 0;
	padding: 5px 5px;
	background: #ccc;
	background-image: none;
	height: 15px;
	}

/* ------- first tab on left */
.block .tabs li.first {
	margin-left: 0;
	border-left: none;
	padding-left: 3px;
	border-left: solid 1px #ccc;
	}

.block .tabs li.selected {
	background: #fff;
	}

/* ------- tab link */
.block .tabs li a:link,
.block .tabs li a:visited,
.block .tabs li a:active {
	font-size: 10px;
	color: #000;
	margin: 0;
	padding: 0;
	}

/* ------- tab link - rollover state */
.block .tabs li a:hover {
	color: #6d3e32;
	}

.block .tabs li.bulletRaq {
	padding: 0 5px 0 8px;
	background-position: 5px 5px;
	}

.block .tabs li.bulletRaq a {
	margin: 0 0 0 3px;
	}

/* ---------------------------- END TABS  ---------------------------- */


/* ----- Polls ----- */


table .pollsBox {
	background:  url(http://extras.mnginteractive.com/live/media/site6/2007/1210/20071210__latestBG.gif) repeat-x top;
	margin: 0;
	padding: 0;
  width: 310px;
  font-family: arial, helvetica, verdana, sans-serif;
 margin-left: 7px;
 margin-bottom: 10px;
  font-size: 10pt;
  border-left: 1px solid #cccdcf;
  border-right: 1px solid #cccdcf;
  border-bottom: 1px solid #cccdcf;
}

.pollsQuestion,
.pollsAnswer, 
 pollsResult { 
  background: transparent;
  font-family: Arial, helvetica, verdana, sans-serif;
  font-size: 10pt;
  color: #000000;
  padding-left: 10px;
  margin-bottom: 5px;
}
.pollsQuestion {
  font-weight: bold;
  text-align: center;
}
.pollsAnswer {
  font-weight: normal;
}

.pollsSubmit {
  text-align: center;
  padding-top: 5px;
  padding-bottom: 5px;
}

.pollsHead {
  font-family: Arial, helvetica, verdana, sans-serif;
  font-size: 11pt;
  font-weight:bold;
  background: #fff url(http://extras.mnginteractive.com/live/media/site6/2007/1210/20071210__block2Head.gif) repeat-x;
	color: #fff;
	height: 25px;	
}
/*
.pollsViewResults {

  margin-top: 5px;
  background-color: #262b7f;
  font-family: arial, helvetica, verdana, sans-serif;
  font-size: 8pt;
  font-weight: bold;
  color: #ffffff;
}
*/
/* END POLLS */

/* -----TOP LISTINGS ------ */

.TLDetailBox{
    padding:0px 0px 0px 0px;
    border-style:none;
    border-width:0px;
    text-align:center;
    vertical-align:top;
}

.TLDetailHeader{
    padding:0px 0px 0px 0px;
    border-style:none;
    border-width:0px;
    text-align:center;
    vertical-align:top;
}

.TLDetailFooter{
    padding:0px 0px 0px 0px;
    border-style:none;
    border-width:0px;
    text-align:center;
    vertical-align:top;
}

.TLDetailBody{
    padding:0px 0px 0px 0px;
    border-style:none;
    border-width:0px;
    text-align:center;
    vertical-align:top;
}

.TLDetailLink{
    font-family:verdana,arial,sans-serif;
    font-size:10px;
    color:#444;
    text-decoration:none;
}

.TLDetailOptions{
    font-family:verdana,arial,sans-serif;
    font-size:8px;
    color:#11A;
    text-decoration:underline;
    font-style:normal;
}

.TLDetailTitle{
    font-family:verdana,arial,sans-serif;
    font-size:14px;
    color:#000;
    text-decoration:none;
}

.TLDetailDescription{
    font-family:verdana,arial,sans-serif;
    font-size:10px;
    color:#000;
    text-decoration:none;
}

.TLBox{
    font-family:verdana,arial,sans-serif;
    font-size:10px;
    color:#000;
    text-decoration:none;
    border: none;
    background-color:#ffffff;
    text-align:left;
    width: 160px;
    margin-top: 5px;
}

.TLBoxHeader{
    font-family:verdana,arial,sans-serif;
    font-size:10px;
    text-decoration:none;
    border-style:none;
    border-width:0px;
    background-color:#b1afb0;
    text-align:center;
    border-top: 4px solid #b1afb0;
}

.TLBoxImage{
    border-style:none;
    border-width:0px;
    text-align:center;
   padding: 0px;
}

.TLBoxContent{
    font-family: Arial, helvetica, sans-serif;
    font-size:10px;
    color:#000;
    text-decoration:none;
    border-left: 1px solid #b1b1b1;
    border-right: 1px solid #b1b1b1;
    background-color: #ffffff;
    text-align:left;
    text-ident:none;
    width: 160px;
    margin-bottom:0px;
}

.TLBoxTabTable{
    font-family: Arial, helvetica, sans-serif;
    font-size:10px;
    color:#000;
    text-decoration:none;
    border-style:none;
    border-right: 1px solid #b1b1b1;
    border-left: 1px solid #b1b1b1;
    background-color:#ffffff;
    text-align:left;
    width: 160px;
    height: 25px;
}

.TLBoxTab{
    font-family: Arial, helvetica, sans-serif;
    font-size:10px;
    font-variant:normal;
    font-weight:bold;
    text-decoration:none;
    border-style:none;
    border-width:0px;
    background-color:#b2b0b1;
    text-align:left;
    color: #ffffff;
}

.TLBoxTabSelected{
    font-family: Arial, helvetica, sans-serif;
    font-size:10px;
    font-variant:normal;
    font-weight:bold;
    text-decoration:none;
    border-style:solid;
    border-width:0px;
    background-color:#ffffff;
    text-align:left;
    color:#000000;
}

.TLBoxTabSelected .TLBoxTabLink {
  color: #000000;
}

.TLBoxTabLink{
    font-family: Arial, helvetica, sans-serif;
    font-size:10px;
    font-variant:normal;
    font-weight:bold;
    color:#ffffff;
    text-decoration:none;
    text-align:center;
}


.TLBoxType{
    /*
    font-family: Arial, helvetica, sans-serif;
    font-size:10px;
    font-variant:small-caps;
    font-weight:bold;
    color:#666;
    text-decoration:none;
    text-align:left; */
    display: none;
}

.TLBoxTitle{
    font-family: Arial, helvetica, sans-serif;
    font-size:11px;
    font-variant:normal;
    font-weight:normal;
    color:#000000;
    text-decoration:none;
    text-align:left;
    padding-left: 15px;
    background: url(http://extras.mnginteractive.com/live/media/site200/2007/0710/20070710__bullet_red.gif) no-repeat 8px 5px;
    letter-spacing: 1px;
}

.TLBoxTitle a,
.TLBoxTitle a:visited {
  text-decoration: none;
}
a.TLBoxTitle:hover {
  text-decoration: underline;
}

.TLBoxCompany{
    font-family: Arial, helvetica, sans-serif;
    font-size:10px;
    font-weight:normal;
    color:#222;
    text-decoration:none;
    text-align:left;
    text-indent:15px;
    padding-left: 10px;
}

.TLBoxAllListings{
    font-family: Arial, helvetica, sans-serif;
    font-size:12px;
    font-variant:normal;
    font-weight:bold;
    color:#ffffff;
    text-decoration:none;
    text-align:center;
    text-transform: lowercase;
    border-style:none;
    border-width:0px;
    background-color:#aa0c0b;
    height: 25px;
}

.TLBoxAllListings a {
  padding-top: 6px;
  border: none;
  background: transparent;
}

.TLBoxAllListings a:hover {
  padding-top: 6px;
  border: none;
  background: transparent;
  text-decoration: underline;
}

.TLBoxFooter{
    font-family: Arial, helvetica, sans-serif;
    font-size:10px;
    text-decoration:none;
    border-style:none;
    border-width:0px;
    background-color:#ffffff;
    text-align:center;
    width: 160px;
}

.TLBoxRule{
    color:#ffffff;
    border: 0px solid #ffffff; 
    height: 0px;
}


.TLALLError{
    color: #999;
    font-family: verdana,arial,sans-serif;
    font-size: 10px;
}

.TLAllTable{
    border-style: none;
    border-width: 1px;
    border-color: #000;
    text-align: left;
}

.TLAllListingTable{
    border-style: none;
    border-width: 1px;
    border-color: #000;
    text-align: left;
}

.TLAllListingCell{
    border-style: none;
    border-width: 1px;
    border-color: #000;
    text-align: center;
}

.TLAllTypeHeading {
    border-style: none;
    border-width: 1px;
    border-color: #000;
    text-align: left;
}

.TLAllTypeSubHeading {
    border-style: none;
    border-width: 1px;
    border-color: #000;
    text-align: left;
}

.TLAllTypeName{
    font-family: verdana,arial,sans-serif;
    font-size: 14px;
    color: #906;
    font-weight: bold;
    display: none;
}

.TLAllSubTypeName{
    font-family: verdana,arial,sans-serif;
    font-size: 12px;
    color: #22A;
    font-weight: bold;
}

.TLAllListingTitle{
    font-family: verdana,arial,sans-serif;
    font-size: 10px;
    color: #888;
    font-variant: small-caps;
    font-weight: bold;
    text-decoration: underline;
}

.TLAllListingText{
    font-size: 10px;
    color: #008;
    font-weight: normal;
}

.TLBoxEmpty {
  padding-left: 10px;
  font-family: Arial, helvetica, sans-serif;
}

  
/* Section Headers */

.sectionHeader {
  font-family: Arial, helvetica, vedana, sans-serif;
  font-weight: bold;
  color: #000000;
  margin-left: 5px;
  margin-right: 5px;
  margin-top: 15px;
  margin-bottom: 5px;
  border-bottom: 1px solid #a2a1af;
}

.altSectionHeader {
  font-family: Arial, helvetica, vedana, sans-serif;
  font-weight: bold;
  color: #c91c20;
  margin-left: 5px;
  margin-right: 5px;
  margin-top: 15px;
  margin-bottom: 5px;
  border-bottom: 1px solid #a2a1af;
}

.sectionHeader h1,
.altSectionHeader h1 {
  font-size: 14pt;
  margin-bottom: 4px;
}

.clHeader {
  border-bottom: 1px solid #a2a1af;
}


#creditfooter img {
 display: none;
}


/* BEGIN Most Popular Default Styles */
 
.mostViewedBox A { text-decoration: none; }
.mostTabsBox { margin: 0; padding: 0; font-weight: bold; }
.mostTabsBox LI{ float:left; padding:5px 5px 5px 5px; list-style:none; }
.mostTabsBox LI A { color:#000; }
.mostHeader { padding:8px 15px 0px 7px; }
.mostNote { float:left; }
.mostRss { float:right; }
.mostClear { clear:both;margin:0;padding:0; }
.mostTab { background:#999; }
.mostTabSelected { background:#ccc; }
.mostTabBody { border:solid 3px #ccc; }
 
/* END Most Popular Default Styles */






.mostViewedBox {
	color: #000;
	display: block;
	font: normal 12px arial,helvetica,sans-serif;
	margin: 0;
	padding: 0;
	width: 100%;
	position: relative;
	background: url(http://extras.mnginteractive.com/live/media/site580/2007/1120/20071120__headBG.gif) repeat-x 0 0;
	padding: 0;
	}

.mostViewedBox a:active {
	outline: none !important;
	}

.mostViewedBox a:focus { 
	-moz-outline-style: none;
	}

ul.mostTabsBox {
	height: 20px;
	margin: 0;
	list-style-image: none;
	list-style-position: outside;
	list-style-type: none;
	clear:both;
	width: 160px;
	clear: both;
	padding: 0 40px 0 2px;
	}


.mostTabsBox li {
	float: left;
	white-space: nowrap;
	line-height: 11px;
	margin: 0;

	padding: 0;
	background: url(http://extras.mnginteractive.com/live/media/site580/2007/1120/20071120__tabOffRight.gif) no-repeat right 3px;
	}

.mostTabsBox li a {
	margin: 0;
	padding: 7px 2px 6px;
	font-weight: bold;
	float: left;
	text-decoration: none;
	color: #fff;
	background: url(http://extras.mnginteractive.com/live/media/site580/2007/1120/20071120__tabOffLeft.gif) no-repeat left 3px;
	}

.mostTabsBox li a:hover {
	color: #fff;
	}

.mostTabsBox li.mostTabSelected {
	margin: 0;

	padding: 0;
	background: url(http://extras.mnginteractive.com/live/media/site580/2007/1120/20071120__tabOnRight.gif) no-repeat right 3px;
	color: #6d685f;
	}

.mostTabsBox li.mostTabSelected a:link, 
.mostTabsBox li.mostTabSelected a:visited, 
.mostTabsBox li.mostTabSelected a:active {
	color: #6d685f;
	padding: 7px 2px 6px;
	text-decoration: none;
	}

.mostTabsBox li.mostTabSelected a:link, 
.mostTabsBox li.mostTabSelected a:visited, 
.mostTabsBox li.mostTabSelected a:active {
	background:transparent url(http://extras.mnginteractive.com/live/media/site580/2007/1120/20071120__tabOnLeft.gif) no-repeat left 3px;
	}

.mostTabsBox li.mostTabSelected a:hover {
	text-decoration: none;
	}

.mostHeader {
	clear: both;
	padding: 5px;
	font: normal 11px arial,helvetica,sans-serif;
	color: #666;
	}

.mostNote {
	padding-bottom: 6px;
	}

.mostRss img {
	vertical-align: middle;
	border: none;
	}

.mostTabBody {
	margin: 0pt 0pt 2px;
	padding: 8px;
	border: 1px solid #CCCDCF;
	border-top: none;
	background: #fff url(http://extras.mnginteractive.com/live/media/site580/2007/1120/20071120__block2Body.gif) 0 bottom repeat-x;
	}

.mostTabBody ol {
	padding: 0 0 0 30px;
	margin: 0;
	}

.mostTabBody li {
	font-weight: bold;
	color: #0d3766;
	margin-bottom: 5px;
	}

.mostTabBody li a {
	font-weight: normal;
	color: #333;
	text-decoration: none;
	}

.mostTabBody li a:hover {
	text-decoration: underline;
	}

/*--------Styles for Top Story Complex Listing---------*/
.layout5FeatureItemBox {
  width: 327px;
}

/* ---------------------------- FOOTER ---------------------------- */

/* ------ Section Title & footer yahoo buttons, rss buttons, images, etc. */
.footer img,  .sectionBox_Yahoo img {
  border: 0px;
  vertical-align: bottom;
}
/*  ------- footer lists */
.footer ul {
	text-align: center;
	margin: 0;
	padding: 0;
	}

/*  ------- footer top-list */
.footer ul.top {
	border-top: 3px solid #ccc;
	padding: 5px 0;
	
	}

/*  ------- footer list-items */
.footer li {
	display: inline;
	padding: 0 0px;
	margin: 0;
	}

/*  ------- footer last link in list */
.footer li.last a:link,
.footer li.last a:visited,
.footer li.last a:active {
	border: none;
	}

/*  ------- footer container */
.footer {
	font: normal 9pt arial, helvetica, sans-serif;


        color: #000000;
        text-decoration: none;
        border-top: 2px solid #cccccc;
	}

.footer table {
  font-family: arial, helvetica, verdana, sans-serif;
  font-size: 9pt;
  font-weight: normal;
  color: #000000;
  text-decoration: none;
}

/*  ------- footer links */
.footer a:link,
.footer a:visited,
.footer a:active {
  font-family: arial, helvetica, verdana, sans-serif;
  font-size: 9pt;
  font-weight: normal;
  color: #000000;
  text-decoration: none;
}

.footer a:hover {
  font-family: arial, helvetica, verdana, sans-serif;
  font-size: 9pt;
  font-weight: normal;
  color: #000000;
  text-decoration: underline;
}

caption {
  width: 190px;
  text-align: left;
}

#scs_instory_container {
  border: 1px solid #A6A6A6;
  padding: 5px;
  font-size: 10px;
  float: right;
  clear: both;
}