@charset "UTF-8";
/* CSS Document */

body {
	font:Verdana, Arial, Helvetica, sans-serif;
	background: #FFFFFF;
	margin-top: 7px;
	margin: 0;
	padding: 0;
	text-align: left; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:100;
	color:#333;
}
img {
	border: 0;
}
/* This is the title of all articles */
h1 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:16px;
	color:#000099;
	text-align:left;
	font-weight:bold;
	padding: 0;
	margin: 0;
}
h2 {
	font-size:larger;
	font-weight:400;
	color:#667;
	text-align:left;
}
/* This is the column name on all articles */
h3 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
	text-align:left;
	padding: 0;
	margin: 0;
	font-size:12px;
}
h4 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
	color:#333;
	padding: 2px 0 0 2px;
	margin: 0 0 0 15px;
}
h5 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
	color:#333;
	padding: 2px 0 0 0;
	margin: 0;
}
/* General link styles */
a:link, a:active, a:visited {
	text-decoration:none;
	color:#6666FF;
}
a:hover {
	text-decoration:underline;
	color:#6666FF;
}
form {
	margin:0;
	padding:0;
	display:inline;
}
input {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:small;
	border: solid #BBB 1px;
	padding: 2px;
}
.select {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:small;
	border: solid #999 1px;
	padding: 2px;
}
.button {
    background: #DDD;
	font-weight:bold;
	color: #444;
	border: solid #BBB 1px;
}
textarea {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:small;
}
table {
	font-size:inherit;
}
strong, b {
	font-weight: bold;
}

/* Container is the "big box" that holds everything. */
#container {
       width:920px;
       height: 300%;
       margin: 0 auto;
       overflow:visible;
}
#loginbox {
	font-family: arial, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color:#000;
	text-align:right;
	padding: 0;
	margin: 1px;
}
.schtb {
	font-family: arial, sans-serif;
	font-weight: bold;
	color:#777;
	margin:0;
	padding:0;
	border: 1px #666666 solid;
	font-size:11px;
	height:18px;
}
#searchbox {
	padding: 0;
	margin: 0 8px 0 0;
	height:47px;
	text-align:right;
}
#header {
	width:100%;
	margin: 5px 0 0 0;
	border:0;
}
/* left, center and right header content area widths defined in percent, so as to collapse and stretch properly within the header box, without breaking. */
/* headerLeft replaced 11/28/10 */
#headerLeft {
	float:left;
	position:absolute;
	top:10px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	text-align:center;
	padding:0;
	margin:0;
}
#headerLeft2 {
	float:left;
	position:absolute;
	top:0;
	padding:0;
	margin:0;
}
#rwd {
	position:absolute;
	top:55px;
	left:18px;
	height:15px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:bold;
}
#headerCenter {
	margin:0 auto;
	width:10px;
	margin-top:0;
	text-align:center;
}
#headerRight {
	margin:0;
}
#headerBottom {
	width:100%;
	height:9px;
}
#announcements {
	width:100%;
	height:24px;
	border:0;
	padding: 0;
	margin: 2px 0 0 0;
	background-color:#FFF;
	border-bottom: solid 1px #CCC;
	white-space:nowrap;
}
#siteWideMessage {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	float:left;
	height:22px;
	font-size:13px;
	width:96%;
	padding: 3px 10px 0 10px;
	text-align:center;
	overflow:hidden;
}
/* Not much needs to be done with the main content box, although it is imperative that the width be specified to 100%, in order for the three inner columns to work. */
#mainContent {
	width:100%;
}
#mC {
	width:100%;
}
/* Content columns. Note that their widths are set in percentages, rather than fixed-widths, so as to flexibly change when the browser window is changed.. */
/* Shortened names to help Flipboard 11/06/2011 */

#mainLeft {
	float:left;
	width:15%;
	padding: 10px 10px 10px 10px;
}
#mL {
	float:left;
	width:15%;
	padding: 10px 10px 10px 10px;
}
#mainRight {
	float:right;
	width:275px;
	padding: 10px 0 10px 0;
}
#mR {
	float:right;
	width:275px;
	padding: 10px 0 10px 0;
}
#mainCenter {
	margin:0 auto;
	width:60%;
	padding: 10px 10px 10px 10px;
}
#mCtr {
	margin:0 auto;
	width:60%;
	padding: 10px 10px 10px 10px;
}
#mainStoryLeft {
	float:left;
	width:616px;
	padding: 0 15px 10px 10px;
	margin: 4px 0 0 0;
	border-right: 1px solid #CCC;
}
#mSL {
	float:left;
	width:616px;
	padding: 0 15px 10px 10px;
	margin: 4px 0 0 0;
	border-right: 1px solid #CCC;
}
#mainStoryRight {
	float:left;
	width:60%;
	padding: 10px 10px 10px 10px;
}
#mSR {
	float:left;
	width:60%;
	padding: 10px 10px 10px 10px;
}
#fullWidth {
       float:left;
       width:100%;
       margin:0 auto;
}
#fullContainer {
	width:900px;
	margin: 0 auto;
    overflow:visible;
}
.comhld {
	width:741px;
}
#footer {
	/* Used to be the full width container, now fullContainer is.  Won't need some of this after cache is refreshed */
       float:left;
       text-align:center;
       width:100%;
       margin:0 auto;
       padding: 10px 0px 10px 0px;
}
/* portlette is the class that defines the box where the web owner puts their custom content. All dynamic content should be placed inside of any div designated with the class="portlette" */
#portlette {
	position:relative;
	width:100%;
	padding: 0;
	margin: 0 0 5px 0;/* border-bottom:#666666 thin solid; */
}
.portlettecl {
	position:relative;
	width:100%;
	padding: 0;
	margin: 0 0 5px 0;/* border-bottom:#666666 thin solid; */
}
.pll {
	position:relative;
	width:100%;
	padding: 0;
	margin: 0 0 5px 0;/* border-bottom:#666666 thin solid; */
}
/* dottedBox is an optional content box with a dotted outline. */
.dottedBox {
	border:#999999 1px dotted;
	padding: 5px 5px 5px 5px;
	background-color:#EEEEEE;
}
.TabbedPanels {
	margin: 0px;
	padding: 0px;
	float: left;
	clear: none;
	width: 100%; /* IE Hack to force proper layout when preceded by a paragraph. (hasLayout Bug)*/
}
/* This starts the CSS for the Spry Tabbed Panel.  I removed the remarks. */
/* SpryTabbedPanels.css - Revision: Spry Preview Release 1.4 */
/* Copyright (c) 2006. Adobe Systems Incorporated. All rights reserved. */
/* Horizontal Tabbed Panels */
.TabbedPanels {
	margin: 0 0 0 20px;
	padding: 0px;
	float: left;
	clear: none;
	width: 100%; /* IE Hack to force proper layout when preceded by a paragraph. (hasLayout Bug)*/
}
.TabbedPanelsTabGroup {
	margin: 0px;
	padding: 0px;
}
.TabbedPanelsTab {
	position: relative;
	top: 1px;
	float: left;
	padding: 4px 8px;
	margin: 0px 1px 10px 0px;
	font: 11px sans-serif;
	background-color: #DDD;
	list-style: none;
	border-left: solid 1px #AAA;
	border-bottom: solid 1px #CCC;
	border-top: solid 1px #CCC;
	border-right: solid 1px #CCC;
	-moz-user-select: none;
	-khtml-user-select: none;
	cursor: pointer;
	color:#000;
}
.TabbedPanelsTabHover {
	background-color: #D9D9FF;
}
.TabbedPanelsTabSelected {
	background-color: #F3F3F3;
	border-bottom: 1px solid #EEE;
}
.TabbedPanelsTab a {
	color: black;
	text-decoration: none;
}
.TabbedPanelsContentGroup {
	clear: both;
	border-left: solid 1px #AAA;
	border-bottom: solid 1px #AAA;
	border-top: solid 1px #CCC;
	border-right: solid 1px #CCC;
	background-color: #F3F3F3;
}
.TabbedPanelsContentGroup a {
	color: #667;
}
.TabbedPanelsContentGroup a:hover {
	color: #6666FF;
}
.TabbedPanelsContent {
	padding: 4px;
}
.TabbedPanelsContentVisible {
}
.VTabbedPanels .TabbedPanelsTabGroup {
	float: left;
	width: 10em;
	height: 20em;
	background-color: #F3F3F3;
	position: relative;
	border-top: solid 1px #CCC;
	border-right: solid 1px #CCC;
	border-left: solid 1px #AAA;
	border-bottom: solid 1px #AAA;
}
.VTabbedPanels .TabbedPanelsTab {
	float: none;
	margin: 0px;
	border-top: none;
	border-left: none;
	border-right: none;
}
.VTabbedPanels .TabbedPanelsTabSelected {
	background-color: #F3F3F3;
	border-bottom: solid 1px #CCC;
}
.VTabbedPanels .TabbedPanelsContentGroup {
	clear: none;
	float: left;
	padding: 0px;
	width: 30em;
	height: 20em;
}
#tabboxContainer {
	width:300px;
	display:block;
	margin: 0 0 5px 0;
}
.tbList {
	padding:0px;
	margin: 10px 0 10px 19px;
}
.tbList li {
	padding: 0 0 9px 0;
}
.thumbnail {
	position: relative;
	z-index: 0;
}
.thumbnail:hover {
	background-color: transparent;
	z-index: 50;
}
.thumbnail span {
	/*CSS for enlarged image*/ position: absolute;
	background-color: #FFFFFF;
	padding: 4px;
	left: -1000px;
	border: 1px dashed #35C042;
	visibility: hidden;
	color: black;
	text-decoration: none;
}
.thumbnail span img {
	/*CSS for enlarged image*/ border-width: 0;
	padding: 2px;
}
.thumbnail:hover span {
	visibility: visible; /*CSS for enlarged image on hover*/
	top: -10; /*position where enlarged image should offset vertically */
	left: 20px; /*position where enlarged image should offset horizontally */
}

/* Start V2 Sprites */
.repr { 
	height: 15px;
	width: 18px;
	background-image: url('/images/spritehV2.gif');
	background-position: 0 -1px;
	background-repeat: no-repeat;
	margin: 0 2px 0 1px;
	display:inline-block;
	vertical-align:middle;	
}
.emai { 
	height: 15px;
	width: 15px;
	background-image: url('/images/spritehV2.gif');
	background-position: -17px 0;
	background-repeat: no-repeat;
	margin: 1px;
	margin: 0 2px 0 1px;
	display:inline-block;
	vertical-align:middle;	
}
.twee { 
	height: 16px;
	width: 16px;
	background-image: url('/images/spritehV2.gif');
	background-position: -34px -1px;
	background-repeat: no-repeat;
	margin: 0 1px 0 1px;
	display:inline-block;
	vertical-align:middle;	
}
.shar { 
	height: 16px;
	width: 16px;
	background-image: url('/images/spritehV2.gif');
	background-position: -51px -1px;
	background-repeat: no-repeat;
	margin: 0 1px 0 1px;
	display:inline-block;
	vertical-align:middle;	
}
.prin { 
	height: 15px;
	width: 16px;
	background-image: url('/images/spritehV2.gif');
	background-position: -68px 0;
	background-repeat: no-repeat;
	margin: 0 2px 0 1px;
	display:inline-block;
	vertical-align:middle;	
}
.chec { 
	height: 15px;
	width: 16px;
	background-image: url('/images/spritehV2.gif');
	background-position: 0 -18px;
	background-repeat: no-repeat;
	margin: 0 2px 0 1px;
	display:inline-block;
	vertical-align:middle;	
}
.ecks { 
	height: 15px;
	width: 16px;
	background-image: url('/images/spritehV2.gif');
	background-position: -18px -18px;
	background-repeat: no-repeat;
	margin: 0 2px 0 1px;
	display:inline-block;
	vertical-align:middle;	
}
.repl { 
	height: 15px;
	width: 16px;
	background-image: url('/images/spritehV2.gif');
	background-position: -36px -17px;
	background-repeat: no-repeat;
	margin: 0 1px 0 1px;
	display:inline-block;
	vertical-align:middle;	
}
.repo { 
	height: 15px;
	width: 16px;
	background-image: url('/images/spritehV2.gif');
	background-position: -53px -18px;
	background-repeat: no-repeat;
	margin: 0 2px 0 1px;
	display:inline-block;
	vertical-align:middle;	
}
.plus { 
	height: 15px;
	width: 16px;
	background-image: url('/images/spritehV2.gif');
	background-position: -70px -18px;
	background-repeat: no-repeat;
	margin: 0 2px 0 1px;
	display:inline-block;
	vertical-align:middle;	
}
.edit { 
	height: 15px;
	width: 16px;
	background-image: url('/images/spritehV2.gif');
	background-position: -2px -33px;
	background-repeat: no-repeat;
	margin: 0 2px 0 1px;
	display:inline-block;
	vertical-align:middle;	
}
.thup { 
	height: 15px;
	width: 16px;
	background-image: url('/images/spritehV2.gif');
	background-position: -20px -34px;
	background-repeat: no-repeat;
	margin: 0 2px 0 1px;
	display:inline-block;
	vertical-align:middle;	
}
.thdn { 
	height: 15px;
	width: 16px;
	background-image: url('/images/spritehV2.gif');
	background-position: -38px -34px;
	background-repeat: no-repeat;
	margin: 0 2px 0 1px;
	display:inline-block;
	vertical-align:middle;	
}
.hig5 { 
	height: 15px;
	width: 16px;
	background-image: url('/images/spritehV2.gif');
	background-position: -54px -34px;
	background-repeat: no-repeat;
	margin: 0 2px 0 1px;
	display:inline-block;
	vertical-align:middle;
}
.minu { 
	height:16px;
	width:16px;
	background-image: url('/images/spritehV2.gif');
	background-position: -71px -34px;
	background-repeat: no-repeat;
	margin: 0 2px 0 1px;
	display:inline-block;
	vertical-align:middle;
}
.hear { 
	height:15px;
	width:16px;
	background-image: url('/images/spritehV2.gif');
	background-position: -1px -49px;
	background-repeat: no-repeat;
	margin: 0 2px 0 1px;
	display:inline-block;
	vertical-align:top;	
}
.dnar { 
	height:16px;
	width:16px;
	background-image: url('/images/spritehV2.gif');
	background-position: -16px -48px;
	background-repeat: no-repeat;
	margin: 0 2px 0 1px;
	display:inline-block;
	vertical-align:middle;	
}
.redstar { 
	height:16px;
	width:16px;
	background-image:url('/images/spritehV2.gif');
	background-position:0 -63px;
	background-repeat:no-repeat;
	margin:0;
	display:inline-block;
	vertical-align:top;	
}
.bluestar { 
	height:16px;
	width:16px;
	background-image:url('/images/spritehV2.gif');
	background-position:0 -79px;
	background-repeat:no-repeat;
	margin: 0;
	display:inline-block;
	vertical-align:top;	
}
.bronzestar { 
	height:16px;
	width:16px;
	background-image: url('/images/spritehV2.gif');
	background-position:0 -95px;
	background-repeat:no-repeat;
	margin:0;
	display:inline-block;
	vertical-align:top;	
}
.silverstar { 
	height:16px;
	width:16px;
	background-image:url('/images/spritehV2.gif');
	background-position:0 -111px;
	background-repeat: no-repeat;
	margin:0;
	display:inline-block;
	vertical-align:top;	
}
.goldstar { 
	height:16px;
	width:16px;
	background-image: url('/images/spritehV2.gif');
	background-position:0 -127px;
	background-repeat: no-repeat;
	margin:0;
	display:inline-block;
	vertical-align:top;	
}
.platinum { 
	height:16px;
	width:16px;
	background-image:url('/images/spritehV2.gif');
	background-position:-16px -63px;
	background-repeat: no-repeat;
	margin:0;
	display:inline-block;
	vertical-align:top;	
}
.sapphire { 
	height:16px;
	width:16px;
	background-image:url('/images/spritehV2.gif');
	background-position:-16px -79px;
	background-repeat:no-repeat;
	margin:0;
	display:inline-block;
	vertical-align:top;	
}
.ruby { 
	height:16px;
	width:16px;
	background-image:url('/images/spritehV2.gif');
	background-position:-16px -96px;
	background-repeat:no-repeat;
	margin:0;
	display:inline-block;
	vertical-align:top;	
}
.emerald { 
	height:16px;
	width:16px;
	background-image:url('/images/spritehV2.gif');
	background-position:-16px -112px;
	background-repeat:no-repeat;
	margin:0;
	display:inline-block;
	vertical-align:top;	
}
.diamond { 
	height:16px;
	width:16px;
	background-image:url('/images/spritehV2.gif');
	background-position:-16px -128px;
	background-repeat:no-repeat;
	margin:0;
	display:inline-block;
	vertical-align:top;	
}
.diamond2x { 
	height:16px;
	width:32px;
	background-image:url('/images/spritehV2.gif');
	background-position:0 -142px;
	background-repeat: no-repeat;
	margin:0;
	display:inline-block;
	vertical-align:top;	
}
.diamond3x { 
	height:16px;
	width:48px;
	background-image:url('/images/spritehV2.gif');
	background-position:0 -157px;
	background-repeat:no-repeat;
	margin:0;
	display:inline-block;
	vertical-align:top;	
}
.kacy { 
	height:16px;
	width:16px;
	background-image:url('/images/spritehV2.gif');
	background-position:-33px -63px;
	background-repeat:no-repeat;
	margin: 0;
	display:inline-block;
	vertical-align:top;	
}
.emailverified { 
	height:16px;
	width:16px;
	background-image:url('/images/spritehV2.gif');
	background-position: -33px -79px;
	background-repeat:no-repeat;
	margin:0;
	display:inline-block;
	vertical-align:top;	
}
.emailnotverified { 
	height:16px;
	width:16px;
	background-image:url('/images/spritehV2.gif');
	background-position:-33px -95px;
	background-repeat:no-repeat;
	margin:0;
	display:inline-block;
	vertical-align:top;	
}
.halloffame { 
	height:16px;
	width:16px;
	background-image: url('/images/spritehV2.gif');
	background-position: -33px -112px;
	background-repeat: no-repeat;
	margin: 0;
	display:inline-block;
	vertical-align:top;	
}
.picavail { 
	height:16px;
	width:16px;
	background-image:url('/images/spritehV2.gif');
	background-position:-33px -127px;
	background-repeat:no-repeat;
	margin:0;
	display:inline-block;
	vertical-align:top;	
}
.blogavail { 
	height:16px;
	width:16px;
	background-image:url('/images/spritehV2.gif');
	background-position:-33px -142px;
	background-repeat:no-repeat;
	margin:0;
	display:inline-block;
	vertical-align:top;	
}
.indexpert { 
	height:16px;
	width:16px;
	background-image:url('/images/spritehV2.gif');
	background-position:-51px -63px;
	background-repeat: no-repeat;
	margin:0;
	display:inline-block;
	vertical-align:top;	
}
.sendemail { 
	height:16px;
	width:20px;
	background-image: url('/images/spritehV2.gif');
	background-position:-49px -79px;
	background-repeat:no-repeat;
	margin:0;
	display:inline-block;
	vertical-align:top;	
}
.bioavail { 
	height:16px;
	width:16px;
	background-image:url('/images/spritehV2.gif');
	background-position:-50px -95px;
	background-repeat:no-repeat;
	margin:0;
	display:inline-block;
	vertical-align:top;	
}
.online { 
	height: 16px;
	width: 16px;
	background-image:url('/images/spritehV2.gif');
	background-position:-51px -111px;
	background-repeat:no-repeat;
	margin:0;
	display:inline-block;
	vertical-align:top;	
}
.stars0 { 
	height:13px;
	width:70px;
	background-image: url('/images/spritehV2.gif');
	background-position:0 -173px;
	background-repeat:no-repeat;
	margin:0 2px 0 1px;
	display:inline-block;
	vertical-align:top;
}
.stars1 { 
	height:13px;
	width:70px;
	background-image:url('/images/spritehV2.gif');
	background-position:0 -185px;
	background-repeat:no-repeat;
	margin:0 2px 0 1px;
	display:inline-block;
	vertical-align:top;
}
.stars2 { 
	height:13px;
	width:70px;
	background-image:url('/images/spritehV2.gif');
	background-position:0 -199px;
	background-repeat:no-repeat;
	margin:0 2px 0 1px;
	display:inline-block;
	vertical-align:top;
}
.stars3 { 
	height:13px;
	width:70px;
	background-image:url('/images/spritehV2.gif');
	background-position:0 -211px;
	background-repeat:no-repeat;
	margin:0 2px 0 1px;
	display:inline-block;
	vertical-align:top;
}
.stars4 { 
	height:13px;
	width:70px;
	background-image:url('/images/spritehV2.gif');
	background-position:0 -224px;
	background-repeat:no-repeat;
	margin:0 2px 0 1px;
	display:inline-block;
	vertical-align:top;	
}
.stars5 { 
	height:13px;
	width:70px;
	background-image:url('/images/spritehV2.gif');
	background-position:0 -237px;
	background-repeat:no-repeat;
	margin: 0 2px 0 1px;
	display:inline-block;
	vertical-align:top;
}
.stars6 { 
	height:13px;
	width:70px;
	background-image:url('/images/spritehV2.gif');
	background-position:0 -250px;
	background-repeat:no-repeat;
	margin:0 2px 0 1px;
	display:inline-block;
	vertical-align:top;
}
.stars7 { 
	height:13px;
	width:70px;
	background-image:url('/images/spritehV2.gif');
	background-position:0 -263px;
	background-repeat:no-repeat;
	margin:0 2px 0 1px;
	display:inline-block;
	vertical-align:top;
}
.stars8 { 
	height:13px;
	width:70px;
	background-image:url('/images/spritehV2.gif');
	background-position:0 -276px;
	background-repeat:no-repeat;
	margin:0 2px 0 1px;
	display:inline-block;
	vertical-align:top;
}
.stars9 { 
	height:13px;
	width:70px;
	background-image:url('/images/spritehV2.gif');
	background-position:0 -289px;
	background-repeat:no-repeat;
	margin:0 2px 0 1px;
	display:inline-block;
	vertical-align:top;
}
.stars10 { 
	height:13px;
	width:70px;
	background-image:url('/images/spritehV2.gif');
	background-position:0 -302px;
	background-repeat: no-repeat;
	margin:0 2px 0 1px;
	display:inline-block;
	vertical-align:top;	
}
.spkr {
	height:16px;
	width:18px;
	background-image: url('/images/spritehV2.gif');
	background-position: -67px -47px;
	background-repeat: no-repeat;
	margin: 0 3px 0 0;
	display:inline-block;
	vertical-align:middle;
}
/* Start Chrome Drop Down Menu */
.chromestyle {
	font-weight: bold;
}
.chromestyle:after { /*Add margin between menu and rest of content in Firefox*/
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.chromestyle ul {
	/*background: url(chromebg.gif) center center repeat-x; /*THEME CHANGE HERE*/
	padding:0;
	margin:0;
	text-align: right; /*set value to "left", "center", or "right"*/
	height: 20px;
	color: #000000;
	font-family: arial, sans-serif;
	font-size: 14px;
	font-weight: bold;
}
.chromestyle ul li {
	display: inline;
	height: 18px;
}
.chromestyle ul li a {
	color: #000000;
	padding: 0 0 0 11px;
	text-decoration: none;
}
.chromestyle ul li a:hover, .chromestyle ul li a.selected { /*script dynamically adds a class of "selected" to the current active menu item*/
	text-decoration: underline;
	text-indent: right;
}
/* ######### Style for Drop Down Menu ######### */
.dropmenudiv {
	vertical-align:bottom;
	position:absolute;
	top: 0;
	border: 1px solid #BBB; /*THEME CHANGE HERE*/
	font-family: arial, sans-serif;
	font-size: 12px;
	font-weight: bold;
	line-height:20px;
	z-index:100;
	background-color: white;
	width: 150px;
	margin: 0 20px;
	visibility: hidden;
}
.dropmenudiv a {
	width: auto;
	display: block;
	text-indent: 3px;
	border-bottom: 1px solid #BBB; /*THEME CHANGE HERE*/
	padding: 2px 0;
	text-decoration: none;
	font-weight: bold;
	color: black;
}
* html .dropmenudiv a { /*IE only hack*/
	width: 100%;
}
.dropmenudiv a:hover { /*THEME CHANGE HERE*/
	background-color: #F0F0F0;
}
.authorImageList {
	float: left;
	list-style-type: none;
	display: inline;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
}
.authorImageList li {
	padding: 3px 11px 3px 0;
	margin:0;
}
#breadcrumbs, #breadcrumbs a {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small;
	margin: 0 0 7px 0;
	padding: 0;
}
#wrngMSG {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size:x-large;
	color:#C00;
	text-align:center;
}
.vListOptions {
	float: right;
	list-style-type: none;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:x-small;
	padding: 15px 0 5px 5px;
}
.vListOptions li {
	color:#333;
	padding: 2px;
	margin: 1px;
	border-style:solid;
	border-width:1px;
	border-color:#999;
	vertical-align:middle;
}
.vListOptions li a {
	color:#333;
}
.hListOptions {
	list-style-type: none;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:x-small;
	padding: 2px 0 5px 0;
	margin: 1px;
	text-align:center;
}
.hListOptions li {
	color:#333;
	display: inline;
	padding: 4px 4px 4px 2px;
	margin: 1px;
	border-style:solid;
	border-width:1px;
	border-color:#999;
	background:#FFF;
}
.hListOptions li a {
	color:#333;
}
.smallText {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:x-small;
}
.authorList {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	list-style-type: none;
	padding: 0 0 5px 0;
	margin: 0;
}
.authorList li {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	list-style-type: none;
	padding: 0 0 0 0;
	margin: 0;
}
#medRectAdBoxRight {
	float:right;
	border-top: solid 1px #CCC;
	border-bottom: solid 1px #CCC;	
}
#medRectAdBoxCol {
	margin: 2px 0 5px 0;
	padding:0;
}
.eoaAd {
	text-align:center;	
}
.edbox {
	border: solid 2px #FF0000;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin: 0 0 10px 18px;
	width: 185px;
}
.edboxul {
	margin: 0 0 0 -24px;
}
.ratingbox {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}
.infoList {
	padding: 0 0 15px 17px;
	margin: 0 0 0 15px;
}
.infoList li {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#777777;
	list-style-type: disc;
	padding: 0 0 0 5px;
	margin: 0;
}
.infoList li a {
	color:#777777;
}
.infoList li a:hover {
	text-decoration:underline;
	color:#6666FF;
}
.list1 {
	padding: 0 0 15px 0;
	margin: 0 0 0 15px;
}
.list1 li {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#777777;
	list-style-type: none;
	padding: 0 0 0 5px;
	margin: 0;
}
.list1 li a {
	color:#777777;
}
.list1 li a:hover {
	text-decoration:underline;
	color:#6666FF;
}
.list1s {
	padding: 0 0 15px 0;
	margin: 0 0 0 15px;
}
.list1s li {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#777777;
	list-style-type:none;
	padding: 3px 0 0 5px;
	margin: 0;
}
.list1s li a {
	color:#777777;
}
.list1s li a:hover {
	text-decoration:underline;
	color:#6666FF;
}
.biobox {
	padding:10px;
	margin: 10px 0 15px 0;
	background-color:#F3F3F3;
	text-align:left;
	color:#333;
	border-top: solid 1px #CCC;
	border: solid 1px #CCC;
	-moz-border-radius: 17px;
	border-radius: 17px;
	clear:both;
}
.prevnexttop {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
	color:#333;
	width:100%;
	text-align:left;
	margin: 0 0 3px 0;
}
.prevnextbot {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
	color:#333;
	width:100%;
	text-align:right;
	margin: 10px 0 15px 0;
}
.bkcomments1 {
	width:98%;
	border : 1px solid #CCC;
	margin: 4px;
	padding:0;
	background-color: #F7F7F7;
	-moz-border-radius: 7px;
	border-radius: 7px;
}
.bkcomments2 {
	width:98%;
	border : 1px solid #CCC;
	margin: 4px;
	padding:0;
	background-color: #FBFAE4;
	-moz-border-radius: 7px;
	border-radius: 7px;
}
.bkcomments3 {
	width:98%;
	border : 1px solid #CCC;
	margin: 4px;
	padding:0;
	background-color: #FAEAEB;
	-moz-border-radius: 7px;
	border-radius: 7px;
}
.commTB {
	width:97%;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:small;
	margin:6px 6px 6px 0;
}
.comAdBox {
	width:728px;
	height:90px;
	margin: 0 0 0 4px;
}
.startHidden {
	display:none;
}
.ComOpts {
	list-style-type: none;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:x-small;
	padding: 2px 0 5px 3px;
	margin: 1px;
}
.ComOpts li {
	color:#333;
	display: inline;
	padding: 4px 4px 4px 2px;
	margin: 0;
	border-style:solid;
	border-width:1px;
	border-color:#999;
	background-color:#FFF;
	vertical-align:middle;
}
.ComOpts li a {
	color:#333;
}
.cmpic {
	border:#888 solid 1px;
	padding:0;
	margin:2px 5px 0 2px;
	height:28px;
	width:28px;
	vertical-align: middle;
	float:left;
}
.comby {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	height:34px;
	padding:1px;
	margin:0;
}
.comText {
	padding:0;
	margin:1px 2px 2px 7px;
}
.rb1 {
	width:100%;
	height:7px;
	border-top:solid 1px #DE4231;
	border-right:0;
	border-bottom:solid 1px #365EBD;
	border-left:0;
	padding:0;
	margin:0;
}
.rb2 {
	width:100%;
	height:5px;
	border-top:solid 1px #FFCC33;
	border-right:0;
	border-bottom:solid 1px #438CDF;
	border-left:0;
	padding:0;
	margin:0;
}
.rb3 {
	width:100%;
	height:3px;
	border-top:solid 1px #E2A900;
	border-right:0;
	border-bottom:solid 1px #2FA93A;
	border-left:0;
	background-color:#34BD41;
	padding:0;
	margin:0;
}
.lvcom {
	width:100%;
	margin: 15px 0 15px 0;
}
#fs {
	font-size:13px;
	float:right;
}
#fs1 {
	font-size:13px;
}
#fs2 {
	font-size:15px;	
}
#fs3 {
	font-size:18px;	
}
.cenmsg {
	text-align:center;
	margin: 7px 0 9px 0;
}
.ftrli {
	list-style-type: none;
	text-align:center;
	margin: 0;
	padding: 0;
}
.ftrli li, .ftrli li a{
	display:inline;	
	font-size:12px;
	padding: 3px;
	margin: 0;
	line-height: 20px;
}
.attn1 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #BB0000;
	font-weight: bold;
	padding: 0 6px 0 6px;
	background-color: #FFFF00;
}
.commResTA {
	width:97%;
	margin: 4px;
}
.pageDisclaimer {
	padding: 10px 0 10px 0;
	font-weight:bold;
	font-size:smaller;
}
.infobox {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	width:246px;
	text-align:center;
	margin: 2px 2px 10px 18px;
	padding: 4px;
	background-color:#F3F3F3;
	border: solid 1px #CCC;
}
#lttd {
	text-align: left;
}
#cttd {
	text-align: center;
}
#rttd {
	text-align: right;
}
#rcbf {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	border: solid 1px #900;
	background-color: #FFF;
}
.rcbtable {
	border-collapse: collapse;
	border-spacing: 0;
	z-index:1;
}
.rcbtitle {
	font-weight: bold;
	color: #0066CC;
	text-align: center;
}
.rcbtl {
	height: 9px;
	width: 15px;
	background-color: #F7F7F7;
	background-image: url('/images/spritehV2.gif');
	background-position: 0 -336px;
	background-repeat: no-repeat;
}
.rcbtc {
	height: 9px;
	background-color: #F7F7F7;
	background-image: url('/images/spritehV2.gif');
	background-position: -20px -317px;
}
.rcbtr {
	height: 9px;
	width: 15px;
	background-color: #F7F7F7;
	background-image: url('/images/spritehV2.gif');
	background-position: -28px -336px;
	background-repeat: no-repeat;
}
.rcbml {
	width: 15px;
	background-color: #F7F7F7;
	background-image: url('/images/spritevV2.gif');
	background-position: -65px 0px;
}
.rcbmc {
	background-color: #E6E6E6;
	vertical-align: top;
}
.rcbmr {
	width: 15px;
	background-color: #F7F7F7;
	background-image: url('/images/spritevV2.gif');
	background-position: -90px 0px;
}
.rcbbl {
	height: 13px;
	width: 15px;
	background-color: #F7F7F7;
	background-image: url('/images/spritehV2.gif');
	background-position: 0 -360px;
	background-repeat: no-repeat;
}
.rcbbc {
	height: 13px;
	background-color: #F7F7F7;
	background-image: url('/images/spritehV2.gif');
	background-position: -20px -319px;
}
.rcbbr {
	height: 13px;
	width: 15px;
	background-color: #F7F7F7;
	background-image: url('/images/spritehV2.gif');
	background-position: -28px -360px;
	background-repeat: no-repeat; 
}

/* depreciated with ac360 5/26/11 */
.rcb2tl {
	height: 10px;
	width: 15px;
	background-color: #F7F7F7;
	background-image: url('/images/spritehV2.gif');
	background-position: 0 -375px;
	background-repeat: no-repeat;
}
.rcb2tc {
	height: 10px;
	background-color: #F7F7F7;
	background-image: url('/images/spritehV2.gif');
	background-position: -63px -475px;
}
.rcb2tr {
	height: 10px;
	width: 13px;
	background-color: #F7F7F7;
	background-image: url('/images/spritehV2.gif');
	background-position: -28px -375px;
	background-repeat: no-repeat;
}
.rcb2ml {
	width: 15px;
	background-color: #F7F7F7;
	background-image: url('/images/spritevV2.gif');
	background-position: -112px 0px;
}
.rcb2mc {
	background-color: #E6E6E6;
	vertical-align: top;
}
.rcb2mr {
	width: 13px;
	background-color: #F7F7F7;
	background-image: url('/images/spritevV2.gif');
	background-position: -134px 0px;
}
.rcb2bl {
	height: 14px;
	width: 15px;
	background-color: #F7F7F7;
	background-image: url('/images/spritehV2.gif');
	background-position: 0 -401px;
	background-repeat: no-repeat;
}
.rcb2bc {
	height: 14px;
	background-color: #F7F7F7;
	background-image: url('/images/spritehV2.gif');
	background-position: -63px -483px;
}
.rcb2br {
	height: 14px;
	width: 13px;
	background-color: #F7F7F7;
	background-image: url('/images/spritehV2.gif');
	background-position: -28px -401px;
	background-repeat: no-repeat;
}

.ac360 {
	clear:both;
	float:right;
	padding:7px;
	background-color:#E6E6E6;
	border:#222 3px double;
	-moz-radius:12px;
	-moz--radius:12px;
	border-radius:12px;
	border-radius:12px;
	-moz-box-shadow:2px 2px 0 #333;
	-webkit-box-shadow:2px 2px 0 #333;
	box-shadow:2px 2px 0 #333;
}

.divleft {
	text-align: left;
}
.divcenter {
	margin: 0;
	padding: 0;
	text-align: center;
}
.divright {
	text-align: right;
	float: right;
}
.alignright {
	text-align: right;
}
.h5bx {
	height: 45px;
	width: 48px;
	background-color: #F7F7F7;
	background-image: url('/images/spritehV2.gif');
	background-position: 0 -418px;
	background-repeat: no-repeat;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight:bold;
	color:#000;
	text-align:center;
	padding: 7px 0 0 0;
	margin: 4px;
}
.age {
	font-family: arial, sans-serif;
	color: #777;
	font-size: 10px;
	font-style: italic;
}
.listing {
	padding: 7px 0 7px 0;
}
.listing a {
	font-weight:bold;
}
.rss1 {
	height: 23px;
	width: 23px;
	background-color: #F7F7F7;
	background-image: url('/images/spritehV2.gif');
	background-position: -52px -145px;
	background-repeat: no-repeat;
	margin: 4px;
	display:inline-block;
	vertical-align:middle;
}
.rctow {
	margin: 10px 0 10px 19px;	
}
.InContentAd {
	margin:0;
	float:right;
}
.EndContentAd {
	margin:0;
}
.RightColumnAd {
	margin: 25px 0 0 18px;
	display:block;
	clear:both;
}
.errmsg {
	color: red;
	font-weight: bold;
}
#lgfrm {
	width: 400px;
	border: solid #CCC 1px;
	margin: 2px;
	padding: 30px;
	background-color:#F3F3F3;
}
#rcRatings {
	display:block;
	margin:0;
}
#buttonSlots {
	margin:0 0 8px 18px;
	width:260px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#CCC;
}
.sidebar {
	margin:10px 0 8px 18px;
}
.imgButtonAd {
	border:0;
	margin:1px;
	padding:0;
	display:inline;
}
.btadlnk {
	font-size:smaller;
	color:#CCC;	
}

/* begin scroller css */
:focus {
  -moz-outline-style:none;
}
/*
	root element for the scrollable.
	when scrolling occurs this element stays still.
*/
.scrollable {

	/* required settings */
	position:relative;
	overflow:hidden;
	width: 830px;
	height:120px;
	margin: 7px 0 0 0;

	/* custom decorations */
	border:1px solid #ccc;
	background:url(/images/h300.png) repeat-x;
}

/*
	root element for scrollable items. Must be absolutely positioned
	and it should have a extremely large width to accomodate scrollable items.
	it's enough that you set the width and height for the root element and
	not for this element.
*/
.scrollable .items {
	/* this cannot be too large */
	width:20000em;
	position:absolute;
	clear:both;
}

.items div {
	float:left;
	width:880px;
	display:inline;
}

/* single scrollable item */
.scrollable img {
	float:left;
	margin:0;
	background-color:#fff;
	padding:2px;
	border:1px solid #ccc;
	width:90px;
	height:100px;
	
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
}

/* active item */
.scrollable .active {
	border:2px solid #000;
	position:relative;
	cursor:default;
}
/* this makes it possible to add next button beside scrollable */
.scrollable {
	float:left;	
}

/* prev, next, prevPage and nextPage buttons */
a.browse {
	background:url(/images/hori_large.png) no-repeat;
	display:block;
	width:30px;
	height:30px;
	float:left;
	margin:40px 10px;
	cursor:pointer;
	font-size:1px;
}

/* right */
a.right 				{ background-position: 0 -30px; clear:right; margin-right: 0px;}
a.right:hover 		{ background-position:-30px -30px; }
a.right:active 	{ background-position:-60px -30px; } 


/* left */
a.left				{ margin-left: 0px; } 
a.left:hover  		{ background-position:-30px 0; }
a.left:active  	{ background-position:-60px 0; }

/* disabled navigational button */
a.disabled {
	visibility:hidden !important;		
} 	

.scrollable .screle {
	float:left;
	margin:5px 2px 2px 2px;
	padding:2px;
	border:0;
	width:200px;
	height:105px;
	font-size:11px;
	color:#888;
	
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
}

.scrollable a {
	font-family: arial, sans-serif;
	color:#000;
	font-weight:bold;
	text-decoration:none;
} 
.scrollable a:hover {
	font-weight:bold;
	text-decoration:underline;
}
.scrollable a:active {
	font-weight:bold;
	text-decoration:none;
}
.scColNam {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#000;
	font-weight:bold;
	text-transform:uppercase;
}
/* end scroller css */

.InQuote {
	float:left;
	width:200px;
	margin:3px 10px 3px 0;
	padding:7px;
	border: 1px solid #666;
	background-color:#EEE;
	font-weight:bold;
	font-size:14px;
	color:#555;
	text-align:center;
	overflow:hidden;
}

#warningMessage	{
	font-size:16px;
	font-weight:bold;
	color:#900;
	text-align:center;
}

#topSoc {
	height:100px;
	padding:5px 0 0 0;
}

#fbMsg {
	font-size:smaller;
	margin:5px 0 0 0;
}

/* Popup from FB */
#popbox {
	width:60%;
	border:#777 solid 1px;
	background-color:#CCC;
	opacity:0.9;
	filter:alpha(opacity=90);
	padding:5px;
	position:absolute;
	left:20%;
	top:25px;
	font-family:Verdana, Geneva, sans-serif;
	-moz-border-radius:15px;
	border-radius:15px;
	background:url(/images/gradblu.png) repeat;
	z-index:1;
}
.popboxTitle {
	font-size:18px;
	font-weight:bold;
	padding:0 40px 2px 30px;
	color:#FFF;
}

.popboxText {
	font-size:16px;
	clear:both;
	padding:0 10px 0 30px;
	color:#FF9;
}

.closex {
	float:right;
	font-family:Arial;
	font-size:16px;
	font-weight:bold;
	padding:1px;
	margin:0;
	border:#000 1px solid;
	height:22px;
	width:22px;
}
.rtPopup {
	float:right;
	clear:both;
	color:#FFF;
	margin:0 25px 0 0;
}

a.popLink:link {
	color:#FF0;
}
a.popLink:visited {
	color:#FF0;
}
a.popLink:hover {
	color:#FFF;
}
/* End Popup from FB */
	
