/***********************************************/
/* Element Definitions                         */
/***********************************************/

body{
	font-family: Verdana, Arial, sans-serif;
	font-size: 0.8em;
	background-color: #fff;
}

/**************** heading styles ******************/

h1{
	font-size: 100%;
	font-weight: bold;
	margin: 0px 0px 3px 0px;
	padding: 0px;
}

h2{
	font-size: 90%;
	margin: 0px;
	padding: 0px;
}

h3{
	font-size: 80%;
	margin: 0px;
	padding: 0px;
}

h4{
	font-size: 80%;
	margin: 0px;
	padding: 0px;
}

h5{
	font-size: 70%;
	margin: 0px;
	padding: 0px;
}

table{
	font-size: 120%;
}

form{
	padding: 0;
	margin: 0;
}

.custombutton {
	width:auto;
	padding:0px 5px 0px 0px;
	margin:0;border:none;
	background:none;
	cursor:pointer;
	}
	
* html .custombutton {
	cursor:hand;
	} /* alternate cursor style for ie */

.invalidField{
	font-weight: bold;
	background-color: #ff5a00;
}

.masterform div{
	padding:5px 5px 5px 5px;
}



/**************** paragraph styles ******************/

p{
	font-size: 0.7em;
}

p.sfoto img{
	float: left;
	margin-left: 5pt;
	margin-right: 5pt;
	margin-top:1pt;
}

/**************** list styles ******************/

ul{
	font-size: 0.7em;
	list-style-type: square;
	text-align:justify;
}

ul.markless{
	list-style-type: none;
}

ul ul{
	font-size: 1em;
	list-style-type:circle;
}

ul ul ul{
	font-size: 1em;
 	color:#8B8C8C;
}



/***********************************************/
/* Layout Divs                                 */
/***********************************************/



#pageWrapper{
	width: auto;
   margin: 0 5%;
   padding: 0;
   border: 0;
   float: none !important;
   color: black;
   background: transparent none;
}


/************** #Page header styles **************/

#footer, #columnRight, #copyRNav, #mastHead, #headlines, #topSpacer, sep1, #sep2, #topSpacer2, #breadCrumb, #columnLeft, #navReg, #utilNav, .topBorder, .bottomBorder{
	display: none;
}

#columnCenter{
	float: left;
	padding:5pt;
	width: auto;
}


#column2Right{
	padding: 5pt;
}

#box{
	padding:5px 5px 5px 5px;
}

/**************** content elements ******************/

.content{
	margin: 0pt 0pt 10pt 0pt;
	width:480pt;
}

.content2{
	clear: both;
	background-color: #fff;
	padding: 5pt 0pt 5pt 5pt;
}

.feature{
	background-color:#fff;
	padding: 5px;
	border:none;
	}

.feature2{
	background-color:#fff;
	padding: 5px;
	border:none;
	}

.story{
	clear: both;
	padding: 5pt;
	border-bottom: 1pt dotted #CCCCCC;
	margin: 0pt 0pt 0pt 0pt;
	overflow:visible;

}

.righted2{

margin:0px;
float: right;
font-size:0.85em;
white-space:0px;
padding:0px 0px 0px 0px;
display:block;



}



a{
	color: #006699;
	font-size:0.85em;
}


/*************** footer styles **************/





/***********************************************/
/* Components                                  */
/***********************************************/

.sublinh{
border-bottom:1px dotted #cccccc;
clear:both;
}


.padded{
	margin-left:5pt;
	margin-right:5pt;
	text-align:justify;
}

.clearer{
 	clear: both;
	font-size: 0%;
	line-height: 0pt;
	height: 0;
}


.righted{
	float: right;

}

.topopag{
	text-align: right;
	padding: 3px 5px 0px 0px;
	border-top:1px dotted #ccc;
}







/**************** Zebra Table Styles ****************/


#playlist thead tr td{
		background-color:#CCCCCC;
		padding: 3px 0px 2px 0px;
		border: 1px solid #fff;
	}
	
	#playlist {
		border: 1px solid #666666;
	}

	
	#playlist tbody tr td {
		font-family: "lucida grande", verdana, sans-serif;
		font-size: 8pt;
		padding: 3px 8px;

	}
	
	#playlist tbody tr.selected td {
		background-color: #3d80df;
		color: #ffffff;
		font-weight: bold;

	}