@import "youtube.css";

body
{
    margin: 0;
    background-color: #AFDAEB;
}

#menubar A 
{
	color: white;
	text-decoration: none;
}

#menubar A:Hover 
{
	text-decoration: underline;
}

.link
{
	cursor: pointer;
}

.link:hover
{
	text-decoration: underline;
}

div
{    
    font-family: Tahoma;
    font-size: 11px;    
    border: 0;
}

#wrapper
{
    width: 100%;
    height: auto;   
}

#topbar
{
    width: 100%;
    height: 20px;
    
    background-image: url(../images/topbar.gif);
}

#header
{
    width: 100%;
    height: 130px;
    
    background-image: url(../images/headerbg.gif);    
}

#headerContent
{
    margin-left: auto;
    margin-right: auto;
    
    width: 460px;    
    
    padding-top: 30px;
    
    background-image: inherit; 
}

#menubar
{
    width: 100%;
    height: 30px;
    
    background-image: url(../images/header7.gif);    
}

#announcement
{
    width: 100%;
    height: 70px;
    
    background-color: #303030;
}

#announcementText
{
    margin-left: auto;
    margin-right: auto;
    padding-top: 15px;
    width: 450px;
    
    font-family: "Trebuchet MS";
    font-size: 30px;
    color: #EEEEEE;
    text-align: center;
    
    background-color: inherit;
    
}

.shadow
{
    background-color: #9FD1D0;
    height: 5px;
    width: 100%;
}

.column
{
    float: left;
    
    width: 33%;
    text-align: center;
    
    background-color: #AFDAEB;   
}

.block
{
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
    margin-bottom: 20px;
    
    padding: 5px;
    
    width: 95%;
    min-height: 200px;
        
    background-color: #9FD1D0;
    
    text-align: left;
}

.blockBody
{    
    width: 99%;
    min-height: 200px;
    
    border: 1px solid #8F8F8F;
	background-color: white;
    
}

.blockHeader1
{
    width: 100%;
    height: 30px;
    
    background-image: url(../images/header1.gif);
}

.blockHeader2
{
    width: 100%;
    height: 30px;
    
    background-image: url(../images/header2.gif);
}

.blockHeader3
{
    width: 100%;
    height: 30px;
    
    background-image: url(../images/header3.gif);
}

.blockTitle
{
    margin-left: auto;
    margin-right: auto;
    padding-top: 7px;
    
    color: white;
    font-weight: bold;
    width: 98%;
}

.blockTitle h1
{
	color: white;
    font-weight: bold;
    width: 98%;
	font-size: 11px;
	display: inline;
}

.blockContent
{
    margin-left: auto;
    margin-right: auto;
    padding-top: 5px;
    
    width: 98%;	
}

.radioLogo
{	
	margin-left: 0;
    margin-right: 0;
	
	top: 0;
	left: 0;
	
	background: #f0f0f0 none repeat scroll 0 0;
	padding: 3px;
	
	cursor: pointer;
	border: 1px solid #8F8F8F;
	width: 90px;
	height: 60px;
}

.radioLogoContainer
{
	margin-left: 5px;
    margin-right: 5px;
    margin-top: 5px;
    margin-bottom: 5px;
	
	padding: 5px;   
	
	width: 100px;
	height: 70px;
	
	float: left;
}

.titleIcon
{
	float: left;
	margin-right: 5px;
}

#searchInput
{
    background-image: url(../images/search.gif);
    background-repeat: no-repeat;
    width: 200px;
    height: 25px;
}

input[type=text]#artist
{
    font-family: Tahoma;
    font-size: 14px;    
    font-weight: bold;
	
	background-image: url(../images/user.png);
	background-repeat: no-repeat;
	background-position: 2px center;
	
	border: 1px solid #8F8F8F;
	
	padding-left: 25px;
	padding-top: 3px;
    
    width: 200px;
	height: 20px;
	float: left;
}

input[type=text]#song
{
    font-family: Tahoma;
    font-size: 14px;    
    font-weight: bold;
	
	background-image: url(../images/music.png);
	background-repeat: no-repeat;
	background-position: 2px center;
	
	border: 1px solid #8F8F8F;
	
	padding-left: 25px;
	padding-top: 3px;
    
    width: 200px;
	height: 20px;	
}

#songSuggestions
{
	width: 215px;

	clear: both;

	margin-left: 20%;
	margin-top: 10px;

	padding: 5px;
	
	border: 1px solid #8F8F8F;
}

.inputLabel
{
	width: 20%;
	float: left;
	padding-top: 5px;
}
