﻿/* CSS Document */

.medtxt{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	text-decoration:none;
}



.statusbar_text { font-family: Arial; color: #000000; font-size: .11in; text-decoration: none }
#playlist_wrapper {  border: 1px solid #C1C100; background-color: #000000; text-align:center}
#playlist_hdr_text { font-family: Arial; color:#C1C100 }
.Song        { font-family: Arial; margin: 2 0;  }
span.SongArtist {
	font-size: .11in;
	font-style: italic;
	color: #CCCC00
}
span.SongTitle {
	font-size: .12in;
	font-weight: bold;
	color: #CCCC00
}

.signin_left_img{
	background-image: url('../../../images/HeaderLeft.gif');
	background-repeat: no-repeat;
	width: 9px;
}

.signin_right_img{
	background-image: url('../../../images/HeaderRight.gif');
	background-repeat: no-repeat;
	width: 9px;
}

.signin_back_img{
	background-image: url('../../../images/HeaderBg.gif');
	background-repeat: repeat-x;
}
	
}
.medtxtlnk{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	text-decoration:none;
	color: #FF6600;
}
:hover.medtxtlnk{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	text-decoration:none;
	color: #FFCC00;
}
.orangeline{
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #FF9900;
	border-bottom-color: #FF9900;
}
.orangelineleft{
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #FF9900;
} 	
.orangelineright{
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FF9900;
}
.orangelinetop{
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FF9900;
}
.padd{
padding:10px;
}

.profile_input { color: #000000; font-family: Arial; font-size: .12in; 
               border: 1px solid #663300; padding-left: 3px; padding-right: 
               3px; padding-top: 2px; padding-bottom: 2px }
.profile_text { font-family: Arial; color: #000000; font-size: .13in; }
.profile_cell { border: 1px dotted #996600 }
.profile_table { color: #FFFFFF; 
				border: 3px inset #663300; padding-left: 10px; padding-right: 
               10px; padding-top: 5px; padding-bottom: 5px; background-color: 
               #FFF9EA }
.usermenu_text { font-family: Arial; color: #000000; font-size: .13in; text-align: center; text-decoration:none }
.usermenu_table { color: #FFFFFF; border: 3px inset #663300; padding-left: 10px; padding-right: 
               10px; padding-top: 5px; padding-bottom: 5px; background-color: 
               #FFDF9D }