/* Use this to set the background properties of the entire page */
/* background-color: #rrggbb */
/* background: url('http://myurl.com/image.gif'); */
/* for background, you can specify no-repeat, repeat-x, or repeat-y */
/* i.e.: background: url('http:...') no-repeat;
/* to set the background image to not scroll with the rest of the content: */
/* background-attachment: fixed; */
BODY
{
	background-color: #000000;
	color: #FFFFFF;
	font-size: 7pt;
	font-family: Verdana, Sans-Serif;
	margin-top: 0px;
}

/* change "color" here for master link color */
A
{
	color: #99CCFF;
	font-size: 7pt;
	text-decoration: none;
}

/* change "background" property to change logo image */
/* change "width" and "height" accordingly */
.logo
{
	background: url('images/front_logo_letters.gif') no-repeat;
	width: 181px;
	height: 60px;
	
}

TD
{
	font-size: 7pt;
	font-family:Verdana, Sans-Serif;
}

/* change "color" property to change the >> bullet color */
.bullet1
{
	color: #ff9933;
	font-weight: bold;
}
.bullet2
{
	color: #99FF99;
	font-weight: bold;
}
.bullet3
{
	color: #99CCFF;
	font-weight: bold;
}
.hilite
{
	color: #99CCFF;
}
.hilite2
{
	color: #99CCFF;
	font-weight: bold;
	text-decoration: underline;
}
.mediatype
{
	color: #FF99CC;
}
.enumeration
{
	color: #FFFFCC;
}
.title
{
	font-style: italic;
}
.label
{
	color: #FFFFCC;
}
.letterheader
{
	font-weight: bold;
	text-decoration: underline;
	display: block;
}
.bio
{
	font-style: italic;
}
.fruity
{
	color: #FF99FF;
	font-weight: bold;
}
.labelname
{
	color: #FFFFCC;
}
.justified
{
	text-align: justify;
}

/* set "background-color" property to change bg color of cells */
.contentsection
{
	margin-bottom: 10px;
	text-align: justify;
	padding: 0px;
}
.contentheader
{
	background-color: #000000;
	position: relative;
	margin: 1px 1px 3px 1px;
}
.contentheader h3
{
	color: #FFFFFF;
	font-size: 8pt;
	display: inline;
}
.contentbody
{
	padding: 5px;
	overflow: hidden;
}
.contentbody table
{
	/* position: relative; */
}
.contentfooter
{

	background-color: #000000;
	background-image: url('img/las3/fancy1.gif');
	background-repeat:  no-repeat;
	background-position: top center;
	text-align: center;
	height: 34px;
	clear: both;
	padding: 2px;
}
#footer
{
	text-align: center;
	position: absolute;
	top: 670px;
	left: 120px;
	clear: both;
}
#footerad, #footerad iframe
{
	width: 485px;
	height: 70px;
	border: 0px;
	margin: auto;
}
#content
{
	position: absolute;
	left: 0px;
	top: 0px;
	border: 1px dashed #FFFFFF;
}

#contentpanel
{
	width: 100%;
	margin-bottom: 10px;
	margin-right: 10px;
}
#contentpanel iframe
{
	width: 98%;
	height: 550px;
}

#leftcol
{
	position:absolute;
	left: 120px;
	top: 125px;
	width: 370px;
	height: 400px;
	overflow: auto;
	padding-left: 485px;
}

#leftcol div div.contentheader
{
	margin: 0px;
}

#centercol
{
	position: absolute;
	left: 120px;
	top: 125px;
	width: 470px;
	overflow: auto;
	height: 400px;
}

#centercol div div.contentheader
{
	margin: 0px;
}

#rightcol
{
	position: absolute;
	top: 540px;
	left: 120px;
	width: 860px;
}

#rightcol .contentsection
{
	width: 150px;
	margin-right: 10px;
	float: left;
	border: 1px dotted #C0C0C0;
}

#rightcol .contentheader
{
	text-align: left;
	border-bottom: 1px dashed #C0C0C0;
}

#rightcol .contentheader h3
{
	font-size: 6pt;
}

#rightcol .contentbody
{
	font-size: 7pt;
	height: 85px;
	overflow: auto;
}

#rightcol div.contentbody img
{
	width: 100%;
	height: 50px;
}

#header
{
}

#adzone3
{
	position: absolute;
	top: 0px;
	left: 191px;
	width: 300px;
	height: 60px;
}

#banner
{
	position: absolute;
	top: 0px;
	left: 538px;
	width: 470px;
	height: 60px;
	overflow: hidden;
}
#banner iframe
{
	width: 100%;
	height: 65px;
	border: 0px;
}
.headerpart
{
	text-align: center;
	margin-top: 2px;
	padding: 3px;
	color: #FFFFFF;
	clear: both;
}
.headerpart a
{
	color: #FFFFFF !important;
}

#nav1
{
	margin-top: 10px;
	padding: 3px;
	color: #000000;
	width: 100px;
	text-align: left;
	overflow: hidden;
}

#nav1 a
{
	display: block;
}

#codeblue
{
	position: absolute;
	top: 350px;
	left: 5px;
	overflow: auto;
	width: 100px;
	background-color: #000000 !important;
	color: #FFFFFF !important
	border: 1px dashed #303030;
	text-align: left
}
#codeblueheader
{
	font-weight: bold;
	margin-top: -5px;
	color: #FFFFFF;
}
#getyourhoodon
{
	background-color: #FFFFCC;
}
#getyourhoodonheader
{
	font-weight: bold;
	color: #003399;
}
#positionsopen
{
	color: #FFFFFF;
}
#positionsopenheader
{
	font-weight: bold;
	color: #FFFFFF;
}
#featuresheader, #pollsheader
{
	border-bottom: 1px solid #C0C0C0;
}
.featuresection
{
	clear:both;
	margin-bottom: 5px;
}
.featureimg
{
	width: 100px;
	border: 0px; 
	margin-bottom: 5px;
	margin-right: 3px;
	float: left;
}

.featuresummary
{
	float: left; 
	width: 335px;
	margin-bottom: 10px;
}

/* change the feature category color here with the "color" property */
.featurecategory
{
	color: #80A6BB;
	display: inline;
	font-size: 8pt;
}

/* change the "color" property to change the color of the feature date/author */
.featuredate
{
	color: #FFFFCC;
}

/* change "color" property to change the color of the feature title */
.featuretitle
{
	/* color: red; */
	font-weight: bold;
}
#fieldnotescontent, #stickerscontent, #mailerscontent, #worldwidecontent, #bookscontent
{
	text-align:justify;
}
#musicreviews, #fieldnotes, #activecauses, #cinema
{
	width: 346px;
	height: 35px;
	overflow: hidden;
	behavior: url('js/hover.htc');
}

#musicreviews:hover, #fieldnotes:hover, #activecauses:hover, #cinema:hover
{
	height: auto;
	border: 1px dashed #C0C0C0
}

#musicreviews .contentheader
{
	background-image: url('img/las3/fancy1.gif') !important;
	background-color: #000000;
	background-repeat: no-repeat;
	height: 35px;
	text-align: center;
	padding-top: 18px;
	
}

#musicreviews h3, #fieldnotes h3, #activecauses h3, #mp3 h3, #columns h3, #cinema h3
{
	font-size: 10pt;
}

#books h3
{
	display: none;
}
#books .contentheader
{
	background: #000000 url("images/front_print-review.gif") no-repeat;
	height: 50px;
}
#bookscontent a
{
	font-weight: bold;
}
#fieldnotes .contentheader
{
	background: #000000 url("img/las3/fancy1.gif") no-repeat !important;
	height: 35px;
	width: 335px;
	text-align: center;
	font-weight: normal;
	padding-top: 18px;
}
#activecauses .contentheader
{
	background: #000000 url("img/las3/fancy1.gif") no-repeat !important;
	height: 35px;
	text-align: center;
	padding-top: 18px;
}
#mp3
{
	position: absolute;
	left: 0px;
	top: 0px;
	width: 350px;
	display: none;
}
#mp3 .contentheader
{
	background: #000000 url("images/front_mp3.gif") no-repeat;
	height: 50px;
}
.mp3td
{
	background-color: #52595A;
	text-align: left;
}
.mp3td td
{
	background-color: #52595A;
}
#columns .contentheader
{
	background: #000000 url("images/front_columns.gif") no-repeat;
	height: 50px;
}
#cinema .contentheader
{
	background: #000000 url("img/las3/fancy1.gif") no-repeat;
	height: 35px;
	text-align: center;
	padding-top: 18px;
}
#cinema h3
{
	font-size: 8pt;
}

#newsheader2
{
	border: solid 1px #666666;
	text-align: center;
	width:100%;
	padding: 2px;
}
#news
{
	width: 100%;
	text-align: justify;
}
ˆ#news .contentheader
{
	color: #FFFFFF;
}

.ratingshead
{
	background-color: #99CCFF;
	color: #000000;
	margin-top: 10px;
	margin-left: 10px;
	margin-right: 10px;
	margin-bottom: 2px;
	font-weight: bold;
	text-align: center;
}
#ratings
{
	text-align: justify;
}
.ratingnumber
{
	color: #99CC00;
	font-weight: bold;
}
.ratingname
{
	color: #FFCC66;
	font-weight: bold;
ˆ}

.polloption
{
	font-weight: bold;
	color: #000000;
}

.polltext
{
	font-weight: bold;
}

.searchdiv
{
	height: 27px;
}

.searchdiv form
{
	font-size: 7pt;
	margin-bottom: -10px;
}

.searchdiv input
{
	width: 50px;
}

.button
{
	width: 50px;
}

.match
{
	font-weight: bold;
	color: #000000;
}

.pollclosed
{
	font-weight: bold;
	color: #80A6BB;
}

#freebiespagecontent
{
	width: 600px;
	margin-left: 15px;
}

.otherarticlesheader
{
	font-size: 12pt;
	font-weight: bold;
}

.otherarticlessubhead
{
	font-weight: bold;
	font-size: 10pt;
	border-bottom: 1px solid black;
	padding-left: 3px;
	color: #ff9933;
	margin-top: 10px;
}

.otherarticlesdiv
{
}

#stylemonkey
{
}

.albumreviewimg
{
	height:40px;
	width:40px;
	float:left;
	margin-right:3px;
	border:0px
}

.albumreviewinfo
{
	float:left;
	text-align:left;
	width:70px;
}

#adzone3 img
{       
	margin-left: 20px;
}
