/* This sheet is organized from top to bottom as you go down the page visually. */

/*
The outer shell sets font styling, etc. and also
sets a 100% width division that allows the page 
to be centered in both IE and Firefox.
 */
body {
	text-align: center; /* IE hack */
	padding: 0px;
	margin: 5px;
	background-color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;	
}

/* 
The "main" div allows the page to be centered in
Firefox. Without this, the page gets centered in
IE but left-justified in FF.
*/
#main {
	margin-left: auto;
	margin-right: auto;
	width:893px;
	position: relative;
	padding-top: 90px;
}

a {
	color:#6699CC;
	text-decoration:none;
}

a:hover {
	text-decoration:underline;
	color:#336699;
}

/* Header area */

#logo
{
	float: left;
	height: 65px;
}

#topNav {
	float:right;
	height: 20px;
	font-size:smaller;
}

#topNav a {
	color:#4858b0;
	text-decoration: none;
}

#topNav a:hover {
	text-decoration: underline;
}

#searchForm
{
	text-align: right;
	float:right;
	clear:right;
	height: 45px;
	width: 600px;
}


#subMenu {
	background-color:#dddddd;
	padding: 12px 8px 8px 8px;
	margin-bottom:10px;
	font-size:smaller;
	clear: both;
}

#subMenu a {
	color:#4858b0;
	padding-left:20px;
	padding-right:20px;
	text-decoration: none;
}

#subMenu a:hover {
	text-decoration: underline;
	color:#000000;
}

#header
{
	margin: 0;
	padding:0 0 0 36px;
	list-style:none;
	clear: both;
	background:url("http://www.expertvillage.com/im/tab-bg.gif") repeat-x;
	height: 25px;
	width: 857px;
}

#header li
{
	float:left;
	background:url("http://www.expertvillage.com/im/tab.gif") no-repeat;
	padding:0;
	margin:0;
	text-align:center;
	width:165px;
	height: 25px;
}

#header a
{
	display:block;
	padding:5px 0px 4px 0px;
	text-decoration:none;
	font-weight:bold;
	color:#ffffff;
	font-size:12px;
}

#header a:hover
{
	color:#000000;
}

#header .on
{
	background:url("http://www.expertvillage.com/im/tab-on.gif") no-repeat;
	margin:0;
}

#header .on a
{
	color:#4858B0;
}

#header .on a:hover
{
	color:#000000;
}
      
#top
{
	position: absolute;
	top: 0px;
	left: 0px;
	height: 95px;
}

/* Main Body styles -- stuff not in the headers or footers */

#mainBody {
	padding: 0px 5px 5px 5px;
	text-align:left;
	font-size:12px;
	line-height:150%;
	clear: both;
}

#mainBody h1 {
	color:#000000;
	margin-bottom:5px;
	margin-top:5px;
	font-size:large;
}

#mainBody h2 {
	color:#336699;
	margin-bottom:5px;
	font-size:medium;
	margin-top:0px;
}

#leftNav {
	color:#ffffff;
	padding-left:20px;
	padding-top:15px;
}

#leftNav a {
	display:block;
	color:#ffffff;
	text-decoration:none;
	font-weight:bold;
}

#leftNav a.current {
	display:block;
	color:#000000;
	text-decoration:none;
	font-weight:bold;
}

#leftNav a:hover {
	text-decoration:underline;
}

#leftNav a.current:hover {
	text-decoration:underline;
}

#vfc-rightcolumn {
	width: 700px;
	float:right;
}

/* common rounded box styles */

.box
{
    margin-bottom: 10px;
    clear: both;
    background-color: #dddddd;
    border-bottom: 1px solid #ffffff; /* IE hack */
}

.box .header
{
    border-bottom: 1px solid #dddddd; /* IE hack */
    padding-left: 10px;
    background-image: url(http://www.expertvillage.com/im/box-round-TL.gif);
    background-repeat: no-repeat;
    background-position: top left;
}

.box .header h1, .box .header h2, .box .header div
{
    text-transform: capitalize;
    color: #336699;
    font-weight: bold;
    padding: 0px;
    margin: 0px !important;
    background-image: url(http://www.expertvillage.com/im/box-round-TR.gif);
    background-repeat: no-repeat;
    background-position: top right;
}

.box .header h1, .box .header h2, .primaryBox .header div
{
    padding: 5px 0px 5px 0px;
}

.box .content
{
    border: 1px solid #dddddd;
    background-color: #ffffff;
}

.box .content a
{
	text-decoration: none;
}

.box .content a:hover
{
	text-decoration: underline;
}

.box .content hr
{
	clear: both;
	background-color: #ffffff;
	color: #ffffff;
	border-width: 0px;
	border-bottom: 1px dashed #dddddd;
	margin: 0px;
	height: 1px;
	width: 100%; /* safari hack */
}

.box .footer
{
    padding: 0px 5px 0px 5px;
    color: #336699;
    font-weight: bold;
    text-align: right;
    clear: both;
    background-color: #dddddd;
}

.box .footer a
{
    color: #336699;
    text-decoration: none;
}

.primaryBox
{
    background-color: #6D9FC7;
}

.primaryBox .header
{
    border-bottom: 1px solid #6D9FC7; /* IE hack */
    background-image: url(http://www.expertvillage.com/im/primarybox-round-TL.gif);
}

.primaryBox .header h1, .primaryBox .header div
{
    color: #ffffff !important;
	font-size: large;
    background-image: url(http://www.expertvillage.com/im/primarybox-round-TR.gif);
}

.primaryBox .content
{
    background-color: #ebebeb;
    border-color: #6D9FC7;
}

.primaryBox .content a
{
	color: #6699CC;
}

.primaryBox .content hr
{
	color: #6D9FC7;
	background-color: #6D9FC7;
	border-width: 0px;
}

.primaryBox .footer
{
    background-color: #6D9FC7;
    color: #ffffff;
}

.primaryBox .footer a
{
    color: #ffffff;
}

.singleBox
{
/* IE6 hacks to fix bleeding */
	float: left;
	width: 883px;
}

.singleBox .content
{
    background-color: #ffffff;
}

.paddedBox .content
{
	padding: 10px 10px 0px 10px;
}

.paddedBox .footer
{
	margin-top: 10px;
}

/* all category grid listing */

.catBox
{
    clear: both;
    padding: 10px 10px 0px 0px;
}
.catBox .cat
{
    float: left;
    width: 125px;
    margin: 0px 0px 10px 10px;
}
.catBox br
{
    clear: both;
    line-height: 1px; /* IE hack */
}

/* Index/Home Page */
#homeLeftColumn {
	width:554px;
	float: left;
}

#homeRightColumn {
	width:320px;
	float: right;
}

#videoHeaderStrip {
	width:100%;
	padding-top:3px;
	padding-bottom:3px;
	margin-bottom:5px;
	line-height:normal;
	text-align:left;
	float:left;
	font-size:10px;
}

#videoHeaderStrip img {
	padding:3px;
	border:1px solid #cccccc;
	margin:2px;
}

#videoHeaderStrip a {
	color:#6699CC;
	font-size:10px;
	text-decoration:none;
}

#videoHeaderStrip a:hover {
	text-decoration:underline;
	color:#336699;
}

#videoHeaderStrip h1 {
	font-size:24px;
	color:#336699;
	text-align:left;
}

#catBox {
	width:100%;
	padding-top:3px;
	padding-bottom:3px;
	margin-bottom:5px;
	line-height:normal;
	text-align:left;
	float:left;
	font-size:10px;
}

#catBox img {
	padding:3px;
	border:1px solid #cccccc;
	margin:2px;
}

#catBox a {
	color:#6699CC;
	font-size:12px;
	text-decoration:none;
}

#catBox a:hover {
	text-decoration:underline;
	color:#336699;
}

.alphaStrip {
	text-align:left;
	width:100%;
}

.alphaStrip a {
	background-color:#cccccc;
	color:#336699;
	text-decoration:none;
	font-weight:bold;
	font-size:14px;
	padding:5px;
	border-right:1px solid #6699CC;
	margin:1px;
}

.alphaStrip a:hover {
	background-color:#336699;
	color:#ffffff;
	text-decoration:none;
}

#topBanner {
	margin: 10px 0px 10px 0px;
	text-align:center;
	clear: both;
}

form
{
	margin: 0px;
	padding: 0px;
}

#bigVideoContainer {
	font-weight:normal;
	margin: 0px;
}

#bigVideoLeft {
	float:left;
	width:320px;
	margin: 0px;
	padding: 5px 0px 5px 5px;
	clear: left;
}

#bigVideoRight {
	float:right;
	width:210px;
	border:1px solid #cccccc;
	padding: 5px 0px 5px 5px;
	margin: 5px;
	background-color:#ffffff;
	font-size:10px;
	clear: right;
}

#bigVideoRight a {
	color:#6699CC;
	text-decoration:none;
}

#bigVideoRight a:hover {
	text-decoration:underline;
	color:#336699;
}

#bigVideoRight .aClassText
{
	width: 194px;
}

#bigTextContainer {
	font-weight:normal;
	float:left;
	margin:0px 0px 5px 4px;
	padding:0px;
	width:98%;
	padding-right:2px;
}

#bigTextLeft {
	float:left;
	padding:0px 0px 0px 0px;
	margin:5px 0px 0px 0px;
}

#bigTextRight {
	float:right;
	width:210px;
	height:225px;
	border:1px solid #cccccc;
	padding:5px 0px 5px 5px;
	margin:5px 0px 5px 0px;
	background-color:#ffffff;
	font-size:10px;
}

#bigTextRight a {
	color:#6699CC;
	text-decoration:none;
}

#bigTextRight a:hover {
	text-decoration:underline;
	color:#336699;
}

#bookmarking {
	clear: both;
}

#bookmarking img {
	padding:1px;
}

#bookmarking a:hover {
	background-color:#6699CC;
}

#videoScrollBox {
	width:97%;
	border:1px solid #cccccc;
	background-color:#ffffff;
	padding:3px;
	margin:0px 0px 5px 3px;
	line-height:normal;
	text-align:left;
	float:left;
}


#videoScrollBox img {
	padding:3px;
	border:1px solid #cccccc;
	margin:2px;
}

#videoScrollBox a {
	color:#6699CC;
	font-size:10px;
	text-decoration:none;
}

#videoScrollBox a:hover {
	text-decoration:underline;
	color:#336699;
}

#videoScrollBox h1 {
	font-size:18px;
	color:#336699;
	text-align:left;
}

#terms {
	margin-left:50px;
	margin-right:150px;
	border-bottom:1px dashed #cccccc;
	font-size:10px;
	line-height:normal;	
	text-align:justify;
	padding-bottom:20px;
}

#featur-edVideos {
	background-color: #6D9FC7;
	color: #fff;
	padding:0px;
	font-weight:bold;
	margin: 0px;
	margin-bottom:10px;
	border-bottom: 1px solid white;
}

#feat-uredVideos hr {
	clear: both;
	border-width: 0px;
	color: #6699cc;
	background-color: #6699cc;
	height: 2px;
}

#feat-uredVideos a {
	color:#6699CC;
	font-size:12px;
	text-decoration: none;
}

#featu-redVideos a:hover {
	text-decoration: underline;
}


/* ROUNDED BOXES */
/* Footer rounded corner styling */
.roundcont {
		 width: 100%;
		 background-color: #DFE9F5;
		 color: #fff;
		 float:left;
		 margin-top:5px;
}

.fixedroundcont {
		 width: 250px;
		 background-color: #DFE9F5;
		 color: #fff;
}

.bottomfiller {
	 width: 100%;
	 background-color: #DFE9F5;
	 color: #fff;
}

.roundtop { 
	background: url(http://www.expertvillage.com/im/square.gif) no-repeat top left; 
	width:15px;
	float:left;
}
.roundtopright { 
	background: url(http://www.expertvillage.com/im/square.gif) no-repeat top right; 
	float:right;
	width:15px;
}

.roundbottom {
	background: url(http://www.expertvillage.com/im/square.gif) no-repeat top left; 
	background-position: 0px -64px ;
	width:15px;
	float:left;
}

.roundbottomright {
	background: url(http://www.expertvillage.com/im/square.gif) no-repeat top right; 
	background-position: -73px -64px ;
	width:15px;
	float:right;
}

/* for medium blue rounded corner box */
.fixedroundcont2 {
	width: 175px;
	background-color: #6D9FC7;
	color: #fff;
	float:left;
	margin-right:10px;
}

.bottomfiller2 {
	 width: 100%;
	 background-color: #6D9FC7;
	 color: #fff;
}

.roundtop2 { 
	background: url(http://www.expertvillage.com/im/square2.gif) no-repeat top left; 
	width:15px;
	float:left;
}
.roundtopright2 { 
	background: url(http://www.expertvillage.com/im/square2.gif) no-repeat top right; 
	float:right;
	width:15px;
}

.roundbottom2 {
	background: url(http://www.expertvillage.com/im/square2.gif) no-repeat top left; 
	background-position: 0px -64px ;
	width:15px;
	float:left;
}

.roundbottomright2 {
	background: url(http://www.expertvillage.com/im/square2.gif) no-repeat top right; 
	background-position: -73px -64px ;
	width:15px;
	float:right;
}

/* End medium blue box */

/* Variable width rounded corners in medium blue. */
.roundedBlueBox {
	width:100%;
	background-color: #6D9FC7;
	color: #fff;
	padding:0px;
	font-weight:bold;
	float:left;
	margin-bottom:5px;
}

/* Variable width rounded corners in gray. */
.roundedGrayBox {
	background-color: #cccccc;
	clear: both;
	color: #336699;
	padding:0px;
	font-weight:bold;
	margin-bottom: 8px;
	border-bottom: 1px solid white; /* IE hack */
}

.roundedGrayBox h2
{
	padding-top: 5px;
}

.bottomfillergray {
	 width: 100%;
	 background-color: #cccccc;
	 color: #fff;
}

.roundtopgray { 
	background: url(http://www.expertvillage.com/im/square-gray.gif) no-repeat top left; 
	width:15px;
	float:left;
}
.roundtoprightgray { 
	background: url(http://www.expertvillage.com/im/square-gray.gif) no-repeat top right; 
	float:right;
	width:15px;
}

.roundbottomgray {
	background: url(http://www.expertvillage.com/im/square-gray.gif) no-repeat top left; 
	background-position: 0px -64px ;
	width:15px;
	float:left;
}

.roundbottomrightgray {
	background: url(http://www.expertvillage.com/im/square-gray.gif) no-repeat top right; 
	background-position: -73px -64px ;
	width:15px;
	float:right;
}

/* End gray box */
/* END ROUNDED BOXES */

.roundedContent {
	background-color:#EBEBEB;
	border:1px solid #6699CC;
	color:#000000;
	font-weight:normal;
	margin:0px;
	padding:0px;
	clear: both;
}

.grayContentHolder {
	background-color:#ffffff;
	border:1px solid #cccccc;
	color:#000000;
	font-weight:normal;
	margin:0px;
	padding:0px;
}

.grayContentHolder hr {
	clear: both;
	background-color: White;
	color: White;
	border-width: 0px;
	border-bottom:1px dashed #cccccc;
	margin: 0px;
	height: 1px;
}

.grayContentHolder .btmLink
{
	clear: both;
	text-align: center;
	background-color:#cccccc;
	margin: 0px;
	padding: 0px;
}

#homeRightColumn .grayContentHolder p
{
	float: left;
	margin: 0px;
	width: 150px;
	padding: 0px 5px 0px 5px;
}

.grayHomeRightContent {
	margin: 5px;
	clear: both;
}

.grayHomeRightContent a {
	color:#6699CC;
	text-decoration:none;
}

.grayHomeRightContent a:hover {
	text-decoration:underline;
	color:#336699;
}

.homeRightContentRightColumn {
	width:225px;
	float:right;	
	margin-top:0px;
}

.homeRightContentRightColumn a {
	color:#6699CC;
	text-decoration:none;
}

.homeRightContentRightColumn a:hover {
	text-decoration:underline;
	color:#336699;
}


.favList
{
    clear: both;
    padding: 10px 0px 0px 0px;
}
.favList .favVideo
{
    float: left;
    overflow: hidden;
    width: 170px;
    margin: 0px 5px 10px 5px;
    height: 135px;
    text-align: center;
}
.favList .favVideo img
{
    width: 130px;
}
.favList .favExpert
{
    float: left;
    overflow: hidden;
    width: 170px;
    margin: 0px 5px 10px 5px;
    height: 100px;
}
.favList .favExpert img
{
    float: left;
    width: 56px;
}
.favList .tools
{
    margin: 0px 0px 0px 0px;
    padding: 0px 6px 3px 6px;
    border-top: 1px dashed #cccccc;
    clear: both;
    text-align: center;
}
.nofavmsg
{
    text-align: center;
}

.featuredPreview
{
	background: url(http://www.expertvillage.com/im/videoBG.jpg);
	width: 176px;
	height: 162px;
	margin: 10px;
	padding: 5px;
	float: left;
	clear: left;
}

.featuredInfo
{
	width: 320px;
	float: left;
	clear: right;
	padding: 5px 10px 5px 0px;
}

.videoContainer {
	background-image: url(http://www.expertvillage.com/im/videoBG.jpg);
	width:176px;
	height:162px;
	margin:10px;
	padding:5px;
	color:#6699CC;
	font-weight:bold;
	font-size:12px;
	float:left;
	clear: left;
}

.videoRightColumn {
	width:328px;
	float:right;
	clear: right;
	padding: 5px 10px 5px 0px;
}

img.corner {
   width: 15px;
   height: 15px;
   border: none;
   display: block !important;
}


.formLabel {
	font-size:smaller;
	font-weight:bold;
	text-align:right;
}

/* Fields */

.aClassText {
font-family: Verdana, Arial, Helvetica, sans-serif;	
font-size:12px;
border-top-color:#6699CC;
border-right-color:#6699CC;
border-bottom-color:#6699CC;
border-left-color:#6699CC;
border-top-style:solid;
border-right-style:solid;
border-bottom-style:solid;
border-left-style:solid;
border-top-width:1px;
border-right-width:1px;
border-bottom-width:1px;
border-left-width:1px;
margin-top:1px;
margin-right:1px;
margin-bottom:1px;
margin-left:1px;
padding:2px;
}

.aClassSelect {
font-family: Verdana, Arial, Helvetica, sans-serif;	
font-size:12px;
border-top-color:#6699CC;
border-right-color:#6699CC;
border-bottom-color:#6699CC;
border-left-color:#6699CC;
border-top-style:solid;
border-right-style:solid;
border-bottom-style:solid;
border-left-style:solid;
border-top-width:1px;
border-right-width:1px;
border-bottom-width:1px;
border-left-width:1px;
margin-top:1px;
margin-right:1px;
margin-bottom:1px;
margin-left:1px;
}

#searchForm
{
	margin: 5px 0px 0px 0px;
	padding: 0px;
	vertical-align: middle;
}

#searchForm input, #searchForm select
{
	font-family: Verdana, Arial, Helvetica, sans-serif;	
	font-size:12px;
}

#footer 
{
	height: 48px;
	padding: 0px 0px 0px 40px;
	color: #336699;
	font-size: 10px;
	text-align: center;
    clear: both;
    background: #DFE9F5 url(http://www.expertvillage.com/im/ftr-bg-l.gif) no-repeat top left;
}

#footer div {
	height: 37px;
	padding: 11px 40px 0px 0px;
    background: #DFE9F5 url(http://www.expertvillage.com/im/ftr-bg-r.gif) no-repeat top right;
}

#footer p
{
	width: 700px; 
	margin: 0px auto 0px auto; 
	padding: 0px 0px 0px 0px; 
	clear: both;
}

#footer a {
	color:#CC9933;
	font-weight:bold;
	text-decoration:none;
}

#footer a:hover {
	text-decoration:underline;
}

#footer .alt a
{
	color: #3366FF;
}

ul.icons {
	list-style-image: url(http://www.expertvillage.com/im/tv.gif);
	margin-left: 1.25em; 
	padding-left: 1.25em;
	position:relative;
	left:-1.25em;
}

ul.iconsText {
	list-style-image: url(http://www.expertvillage.com/im/page.gif);
	margin-left: 1.25em; 
	padding-left: 1.25em;
	position:relative;
	left:-1.25em;
}

 
/* ------------------------------------------------- */
/* Legacy "Ryan Era" styles for text site */
/* ------------------------------------------------- */
.leftnav_links {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFFFFF;
}

.leftnav_links:visited {color: #FFFFFF; text-decoration: none }
.leftnav_links:link {color: #FFFFFF; text-decoration: none }
.leftnav_links:hover {color: #FF9900; }
.leftnav_links:active {color: #FFFFFF; text-decoration: none }

.catsmall {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #4B7EB5;
}

.catsmall:visited {color: #4B7EB5; text-decoration: none }
.catsmall:link {color: #4B7EB5; text-decoration: none }
.catsmall:hover {color: #8BAED5; }
.catsmall:active {color: #4B7EB5; text-decoration: none }

.catSubhead {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
}
.interviewTitle {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #6999AF;
	font-size: 18px;
}
.interviewIntro {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #4E517C;
	font-weight: normal;
}
.articleTitle {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #F28300;
	font-size: 16px;
}
.interviewArticle {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #4E517C;
}
.interviewArticle:visited {color: #4E517C; text-decoration: none }
.interviewArticle:link {color: #4E517C; text-decoration: none }
.interviewArticle:hover {color: #8E91AC; }
.interviewArticle:active {color: #4E517C; text-decoration: none }

.bioheader {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #4F87C0;
	font-weight: bold;
}
.biotext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #386A9C;
}
.interviewSideHead {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #4F87C0;
}
.interviewRelated {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #4B7EB5;
}

.interviewRelated:visited {color: #4E517C; text-decoration: none }
.interviewRelated:link {color: #4E517C; text-decoration: none }
.interviewRelated:hover {color: #8E91AC; }
.interviewRelated:active {color: #4E517C; text-decoration: none }

a.sitemap {
	color: #ffffff;
	font-weight: bold;
	text-decoration: none;
	background: url("../avproducts/im/cat_largeheaders.gif");
	width: 205px;
	height: 22px;
	padding-top: 8px;
	padding-left: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	display:block;
	float:left;
	margin-bottom:10px;
}
a.sitemap:hover {
	text-decoration:underline;
}

a.articleTitle {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #336699;
	font-size: 16px;
	text-decoration:none;
}

a.articleTitle:hover {
	text-decoration:underline;
}

a.blueBox {
	color:#ffffff;
	text-decoration:none;
	font-size:12px;
}

a.blueBox:hover {
	text-decoration:underline;
}

img.bookmark {
	border: none;
	padding: 0px;
	margin: 0px;
	vertical-align: middle;
}

/* Table markups */
table.comments {
	font-size:10px;
	width:100%;
	background-color:#ffffff;
}

tr.commentHeader {
	background-color:#E2EBF3;
}

td.commentBody {
	border:1px dashed #cccccc;	
}

tr.header {
	background-color: #336699;
	color:#ffffff;
	font-weight:bold;
}


img.fxpt {
	padding:3px;
	background-color:#ffffff;
	margin:3px;
	border:1px solid #ccccCC;
	float:left;
}

/* rating stars styles */

.ratingArea
{
    clear: both;
    vertical-align: middle;
}
.rating
{
    cursor: hand;
    height: 15px;
    width: 75px;
    font-size: 0px;
    float: left;
    margin-right: 8px;
}
.rating-label
{
    float: left;
}
.notrated
{
    background-image: url(http://www.expertvillage.com/im/rating-notrated.gif);
}
.noninteractive
{
    cursor: auto;
}
.rating-full, .rating-half, .rating-empty, .rating-off, .user-rating-full, .user-rating-empty
{
    width: 15px;
    height: 15px;
    float: left;
    font-size: 0px;
}
.rating-full
{
    background-image: url(http://www.expertvillage.com/im/rating-full.gif);
}
.rating-half
{
    background-image: url(http://www.expertvillage.com/im/rating-half.gif);
}
.rating-empty
{
    background-image: url(http://www.expertvillage.com/im/rating-empty.gif);
}
.user-rating-full
{
    background-image: url(http://www.expertvillage.com/im/user-rating-full.gif);
}
.user-rating-empty
{
    background-image: url(http://www.expertvillage.com/im/user-rating-empty.gif);
}
.rating-off
{
    background-image: none;
}

/* series thumb grid stytles */
.seriesThumbs
{
    background-color: #ffffff;
    border: 1px solid #cccccc;
    margin: 0px 5px 5px 5px;
    padding: 0px 5px 5px 5px;
    clear: both;
    width: 530px;
}
.seriesThumbs h3
{
    margin: 5px 5px 0px 5px;
    color: #6D9FC7;
}
.seriesThumbs .item
{
    margin-top: 5px;
    text-align: center;
    width: 106px;
    height: 103px;
    float: left;
    overflow: hidden;
    border-bottom: 1px solid #ffffff;
    font-size: 10px;
    line-height: 12px;
    font-family: Verdana, Arial, Sans-Serif;
    color: #333333;
}
.seriesThumbs .item a
{
    color: #6699cc;
    text-decoration: none;
}
.seriesThumbs .item img
{
    width: 100px;
    border: 1px solid #cccccc;
}
.seriesThumbs .current
{
    background-color: #ffcc33;
    border-color: #ffcc33;
}
.seriesThumbs .current img
{
    border: 1px solid #ffcc33;
}

/* image scroller styles */
.ScrollArea
{
    background-color: #ffffff;
    border: 1px solid #cccccc;
    clear: both;
    margin: 0px 5px 5px 5px;
    width: 540px;
}
.ScrollArea h3
{
	margin: 5px 5px 0px 5px;
    color: #6D9FC7;
}
#Scroll
{
    border-collapse: collapse;
}
#Scroll a
{
    color: #6699cc;
    font-family: Verdana, Arial, Sans-Serif;
    text-decoration: none;
    font-size: 12px;
}
#Scroll td
{
    padding: 5px;
    vertical-align: top;
    text-align: center;
}
#ScrollPrev div, #ScrollNext div
{
    border: 1px solid #cccccc;
    padding: 3px;
}
#ScrollPrev a, #ScrollNext a
{
    font-size: 0px;
}
#Scroll .ScrollItem
{
    display: block;
    padding: 3px;
    border: 1px solid #cccccc;
    margin-bottom: 4px;
}
#Scroll img
{
    border-width: 0px;
}
#Scroll .ScrollItem img
{
    width: 130px;
}
#Scroll .ScrollItemVisible
{
    width: 138px;
    text-align: center;
}
#Scroll .ScrollItemInvisible
{
    display: none;
}


