/* CSS Document */
body, HTML {
	background-color: #006699;
	margin: 0;
	padding: 0px;
	background-image:url(../images/bglines.gif);
	text-align: center;
}

.success {
	color: green;
}

.error {
	color: red;
}

#loading {
	display: none;
	width: 300px;
	height: 26px;
	font-family: Arial;
	font-size: 12px;
	color: white;
	background-color: green;
	left: 260px;
	top: 0px;
	position: fixed;
	z-index: 10;
	text-align: center;
	padding-top: 10px;
}

#maindiv {
	font-family: Arial, Helvetica, sans-serif;
	background-color: white;
	width: 820px;
	overflow: none;
	padding: 10px;
	min-height: 500px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
}

#leaderboard {
	width: 820px;
	height: 110px;
	background-color: #006699;
	margin-bottom: 0px;
	background-image: url(../images/topbannerbg.gif);
}

#logo {
	float: left;
	width: 200px;
	height: 85px;
	margin-top: 10px;
	margin-left: 5px;
	background-image: url(../images/logo.gif);
}

#leaderboardcontainer {
	float: left;
	margin-top: 10px;
	margin-left: 15px;
	width: 490px;
	height: 90px;
}

h1 {
	font-size: 30px;
	color: #006699;
}

h2 {
	color: #006699;
}

h4 {
	color: #006699;
	font-size: 16px;
	padding-top: 5px;
	padding-bottom: 5px;
	margin: 0px;
}

#navigation {
	background-color: #006699;
	height: 20px;
	width: 820px;
	margin-bottom: 5px;
	border-bottom: 1px solid #003366;
	background-image: url(../images/topbannerbg.gif);
}

ul#navigation {
	text-align: left;
	list-style: none;
	padding: 0px;
	margin: 0 auto;
	width: 100%;
	font-size: 12px;
}

ul#navigation li {
	float: right;
	display: inline;
	margin: 0;
	padding: 3px 5px;	
	border-left: 1px solid #003366;
}

ul#navigation li a {
	display: inline;
	text-decoration: none; 
	padding: .25em; 
	color: white;
}

ul#navigation li a:hover {
	color: #99FF00;
}

p.error {
	color: #FF0000;
	font-size: 12px;
}

#submit {
	border: 2px solid #006699;
	font-weight: bold;
	font-color: #006699;
	background-color: #FFFFFF;
	cursor: pointer;
}

#delete {
	border: 2px solid #CC0000;
	font-weight: bold;
	font-color: #006699;
	background-color: #FFFFFF;
	cursor: pointer;
}

a {
	color: #333333;
}

a:hover {
	color: #FF6600;
}

#login h4 {
	color: #ECECEC;
}

#login {
	width: 300px;
	border: 1px solid #006699;
	float: right;
	overflow: auto;
	padding: 5px;
	margin-bottom: 10px;
	color: #ECECEC;
	background-color: #006699;
	background-image: url(../images/loginbg.jpg);
	background-position: bottom;
	background-repeat: repeat-x;
}

/*Check on these things...*/

#title {
	width: 100%;
	float: left;
	text-transform: uppercase;
}

#linkback {
	width: 100px;
	height: 20px;
	position: absolute;
	top: 125px;
	left: 700px;
}

#linkback a {
	font-size: 12px;
	color: #006699;
}

#lessontext {
	font-size: 12px;
	line-height: 18px;
	width: 485px;
	min-height: 650px;
	padding: 5px;
	float: left;
	border-right: 1px solid #006699;
}

#lessontext a {
	color: #006699;
}

#media {
	float: right;
	padding-left: 5px;
	padding-top: 5px;
	width: 315px;
	height: auto;
	overflow: auto;
}

#media em {
	font-size: 11px;
}

#audio {
	width: 100%;
	border: 1px solid #006699;
	padding: 5px;
	text-align: center;
}

#videos {
	width: 100%;
	border: 1px solid #006699;
	padding: 5px;
	text-align: center;
}

label, p.label {
	width:100px;
	float:left;
	text-align:right;
	margin-right:5px;
	font-size: 12px;
}

#profilecount {
	width: 300px;
	padding: 5px;
	color: #006699;
	font-size: 18px;
	text-align: center;
}

#searchitem {
	width: 450px;
	border: 1px solid #006699;
	margin-bottom: 10px;
	height: 110px;
	padding: 5px;
}

#friendphoto {
	width: 75px;
	float: left;
	height: 100px;
	border: 1px solid #003366;
}

#friendinfo {
	width: 250px;
	float: right;
	height: 110px;
	text-align: right;
	
}

input#friendadd {
	border-right: 1px solid #000000;
	border-bottom: 1px solid #000000;
	background-color: #006699;
	height: 25px;
	color: #FFFFFF;
	font-size: 12px;
	cursor: pointer;
}

/*****Radio******/
#radiojuke {
	padding-top: 165px;
	padding-left: 55px;
	width: 300px;
	height: 300px;
	background-image: url(../images/harmonicaspaceradio.jpg);
	background-repeat: no-repeat;
	overflow: auto;
}

#playerjuke {
	width: 275px;
	height: 30px;
	overflow: auto;
} 

/* Force width of text area to 100% */

#textareaforce textarea{
	width: 98%;
}

#orangebg {
	padding: 5px;
	border: 3px solid #FF6600;
	overflow: auto;
}

/* Bottom Navigation*/

#bottomnavigation {
	width: 820px;
	background-color: white;
	text-align: center;
	color: #666666;
	font-size: 11px;
	clear: both;
	padding-top: 30px;
	padding-bottom: 15px;
}

#bottomnavigation a {
	color: #666666;
	text-decoration: none;
}

#bottomnavigation a:hover {
	color: #ff6600;
}

/*Advertising Page*/

#ratecard {
	border: 2px dashed #006699;
	font-size: 12px;
	font-color: #333333;
	width: 500px;
	overflow: auto;
	padding: 10px;
	margin-left: 150px;
}

#ratecardrow {
	width: 460px;
	overflow: auto;
	padding: 10px;
	border-bottom: 1px solid #333333;
}

#price {
	color: #FF6600;
	font-weight: bold;
	width: 100px;
	overflow: auto;
	float: right;
}

a.external{
	padding-right:12px;
	background:url(../images/ico_external.gif) no-repeat 100% 50%;
}

li a.external {
	background: none;
}

#search img {
	max-width: 500px;
}

#newstopics {
	display: none;
}
