/* Any styles that needs a hover, active or visited state can be created by adding a :hover, :active or :visited to the end of any style.
Make sure to duplicate style and add the suffix accordingly. You will NOT be able to view this style in Dreamweaver.

Last updated: 11/02/04
*/

/*********************
 Content Editor Styles
*********************/
.ceText2 { 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
}
.ceHeadline1 { 
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #902A90;
}
.ceHeadline2 {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #902A90;
 }
.ceLink1 { 
	color: #00A9EB;
}
.ceLink2 {
	color: #000000;
 }
.ceSmallText1 { 
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 10px;
	color: #333333;}
.ceSmallText2 { 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333333;}


.body {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	text-align: center;
	background:url(/images/body-bg.gif) repeat-x top #516896;
	margin-bottom:20px;
}
A {	
	color:#00A9EB;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 10px;

}/* Only specify color. */

A:hover {	
	color:#FFB509;

}/* Only specify color. */

select {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
} /* This style applies to all dropdown menus. */
input {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 11px;
	color: #555555;
} /* Only specify font face, size and color. This applies to all buttons, single line text boxes (input fields), checkboxes, and radio buttons. */
.textbox {
	color: #555555;
}/* Only specify background color, strokes. DO NOT specify size! This applies to all single line text boxes (input fields). */
.button {
	color: #ffffff;
	font-weight:bold;
	background-color: #00A9EB;
} /* Only specify background color, strokes. DO NOT specify size! This applies to all buttons. */
textarea { 
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
}/* This style applies to all multi-line comment areas. */

hr {
	color: #000000;
	background-color: #000000;
	height: 1px;
}
.bodyTable {
	text-align: left;
	vertical-align: top;
	width: 794px;
}
.Headline {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #902A90;
}
.SubHeadline {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	font-weight:bold;
}
.Text {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
}
.SubText {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
}
.CellBackground0 {
	background-color: #E3DCE3;
border:1px solid #cccccc;
}
.CellHeadline0 {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}
.CellText0 {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
}
.CellBackground1 {
	background-color: #F0F6F6;
	border:1px solid #cccccc;
}
.CellHeadline1 {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}
.CellText1 {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
}
.image {
	border: 1px solid #A36BA3;
} /*specify border color and style only.*/
.articleImageTable {
	padding: 0px 5px 5px 0px;
}
.ImageCaption {
	font-family:  Verdana, Arial,Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
}
.relatedLinksTable {
	border: 1px solid #cccccc;
	background-color: #F0F6F6;
} /* Can specify border size and color, background color and padding. */
.relatedLinksHeadline {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	font-weight:bold;
	color: #902A90;
	background:#E3DCE3;
	border-bottom:1px solid #cccccc;
} /* Font style, can include bg color for header background. */
.relatedLinks {
	color: #000000;
	padding:5px;
}.relatedLinks:hover {
	color: #1616B4;
	padding:5px;
}
.sectEntrySeparator {
	height: 3px;
}
.sectSeparatorH {
	height: 5px;
	width: 5px;
}
.sectSeparatorV {
	height: 0px;
	width: 1px;
}
.InsertAlignedRight { /* Specify padding for inserted images and tables that are aligned right. */
	padding: 3px 0px 3px 5px;
}
.InsertAlignedLeft { /* Specify padding for inserted images and tables that are aligned left. */
	padding: 3px 5px 3px 0px;
}

.cHeaderLink
{
	 color:#00A9EB;
font-family: Verdana,Arial , Helvetica, sans-serif;
	font-size: 10px;
}
#requestSong {
	width:140px;
	height:43px;
	background:url(/images/request_song_icon.jpg) no-repeat #531B55;
	vertical-align: middle;
}
#requestSong img{
	float:left;
	border:0px;
}
#requestSong a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #00BEFF;
	line-height:40px;
}
#requestSong a:hover {
	color:#fff;
}