﻿/**/
body {
	margin: 0px;
	background-color: white; 
}
/*Passroids CSS information*/
#psr_score {
	display: inline;
	padding-left: 10px;
}
#psr_verify {
	display: inline;
	padding-left: 10px;
}
#psr_strength_notice {
	display: inline;
	padding-left: 10px;
}
.psr_Weak {
	color: #A52A2A;
}
.psr_Medium {
	color: #FFA500;
}
.psr_Strong {
	color: #3DBE5E;
}
.psr_Excellent {
	color: #416EC2;
}
/*whole week schdule info*/
.day {
	width: 101px;
	float: left;
	margin-right: 2px;
	font-size: 0.8em;
}
.day a {
	color: #fff;
	font-weight: 300;
}
.day a:hover {
	color: #000;
}
.current {
	background-color: #ffffff;
}
/*Daily Schedule Info*/
.todaysshows {
	border: 1px #33CCFF solid;
	padding: 5px;
	margin: 3px;
	height: 90px;
	width: 700px;
}
.times {
	font-size: 1.9em;
	float: right;
}
/*preload classes*/
.svw {
	width: 50px;
	height: 20px;
	background: #fff;
}
.svw ul {
	position: relative;
	left: -999em;
}
/*core classes*/
.stripViewer {
	position: relative;
	overflow: hidden;
	border: 5px solid #FF9933;
	margin: 0 0 1px 0;
}
.stripViewer ul {
	/* this is your UL of images */ 
margin: 0;
	padding: 0;
	position: relative;
	left: 0;
	top: 0;
	width: 1%;
	list-style-type: none;
}
.stripViewer ul li {
	float: left;
}
.stripTransmitter {
	overflow: auto;
	width: 1%;
}
.stripTransmitter ul {
	margin: 0;
	padding: 0;
	position: relative;
	list-style-type: none;
}
.stripTransmitter ul li {
	width: 20px;
	float: left;
	margin: 0 1px 1px 0;
}
.stripTransmitter a {
	font: bold 10px Verdana, Arial;
	text-align: center;
	line-height: 22px;
	background: #0099FF;
	color: #fff;
	text-decoration: none;
	display: block;
}
.stripTransmitter a:hover, a.current {
	background: #fff;
	color: #ff0000;
}
/*tooltips formatting*/
#tooltip {
	background: #fff;
	color: #000;
	opacity: 0.85;
	border: 5px solid #dedede;
}
#tooltip h3 {
	font: normal 10px Verdana;
	margin: 0;
	padding: 6px 2px;
	border: 0;
}
/*Ticker on Homepage*/
#news li {
	padding-left: 10px;
	color: #ffffff;
}
.newsticker {
	list-style-type: none;
	padding: 5px;
}
/*Global Red admin bar*/
#adminmode {
	width: 950px;
	height: 30px;
	clear: both;
	background: #FF3C2D;
	color: #FFFFFF;
	font-size: 1.0em;
	text-align: center;
	margin-top: 4px;
	padding-top: 3px;
}
/*Administrator Login*/
#login {
	background: url('../../images/loginimage.png') fixed center top no-repeat;
	background-color: black;
	padding-left: 100px;
	padding-top: 40px;
	font-family: "Trebuchet MS";
	font-size: 1.4em;
	text-align: center;
	height: 100%;
}
#login input {
	height: 35px;
	font-family: "Trebuchet MS";
	font-size: 1.0em;
	margin-bottom: 10px;
}
/*Formatting*/
img {
	background: #FF9933;
}
h1 {
	background: url('../../images/content.png') no-repeat;
	margin: 0;
	padding: 5px;
	font-size: 1.2em;
	color: white;
}
h2 {
	font-size: 1.2em;
	color: #FFFFFF;
	margin: 0px 0px -2px 0px;
	background-color: #FF9933;
}
h3 {
	font-size: 1.1em;
	color: #FFFFFF;
	margin: 0px 0px 5px 0px;
	background-color: #FF9933;
}
h4 {
	font-size: 1.2em;
	color: #FFFFFF;
	margin: 0px 0px -2px 0px;
	background-color: #00C5E0;
}
a {
	color: #0099FF;
}
p {
	margin-top: 0px;
	margin-bottom: 15px;
}
/*Contact Page Boxes*/
.contact {
	border: 3px #14C4FF solid;
	margin: 5px;
	padding: 5px 3px 5px 3px;
	width: 670px;
	height: 80px;
}
.contact img {
	border: 0;
	margin: 0;
	padding: 2px;
	background-color: #FFFFFF;
}
/*Blue Profile Boxes*/
.profilebox {
	width: 350px;
	margin-bottom: 10px;
	margin-right: 10px;
	float: left;
}
.profilebox a {
	color: #FFFFFF;
}
.profilemiddle {
	background: url('../../images/profileMiddle.png') repeat-y;
	padding-left: 5px;
	padding-right: 5px;
	height: 90px;
}
.profiletop {
	background: url('../../images/profileTop.png') no-repeat;
	height: 13px;
}
.profilebottom {
	background: url('../../images/profileBottom.png') no-repeat;
	height: 12px;
	clear: left;
}
/* Page Formatting */
#page {
	width: 955px;
	margin: auto;
	font-family: "Arial", Helvetica, sans-serif;
	padding-left: 5px;
	margin-top: -300px;
	background: url('../../images/bg2.png') white repeat-x;
}
#header {
	height: 150px;
	width: 950px;
}
#header2 {
	height: 300px;
	width: 100%;
	background: url('../../images/bg2sides.png') white repeat-x;
}
.logo {
	width: 570px;
	height: 125px;
	background: url('../../images/crushlogo2009toadd.png') no-repeat;
	float: left;
}
#footer {
	margin: 0px;
	height: 30px;
	width: 950px;
	clear: both;
	padding: 9px 10px 0px 10px;
	background: url('../../images/footer.png') no-repeat;
	font-size: 0.7em;
	text-align: center;
}
#footer a {
	color: #FFFFFF;
}
#compatible {
	width: 950px;
	font-size: 0.7em;
	text-align: center;
}
/*RDS Information*/
.rds {
	width: 400px;
	height: 90px;
	overflow: hidden;
	float: right;
	margin-top: 8px;
	margin-right: 5px;
	padding-left: 4px;
	font-size: 0.95em;
	background-color: white;
}
.rdsformating {
	color: #FF6600;
	font-weight: bold;
	float: left;
	width: 50px;
}
.rdscontent {
	color: #0099FF;
	width: 145px;
	height: 20px;
	overflow: hidden;
}
/* Menu Information */
#menu {
	background: url('../../images/crushmenu.png') no-repeat;
	font-size: 0.9em;
	width: 100%;
	float: left;
	margin-top: -20px;
}
#menu li a {
	display: block;
	padding: 6px 20px 6px 20px;
	text-decoration: none;
	color: white;
}
#menu li a:hover {
	color: black;
	background-color: orange;
}
#menu ul {
	margin: 0px;
	padding-left: 0;
	list-style: none;
}
#menu li {
	position: relative;
	vertical-align: bottom;
	float: left;
}
#menu ul ul {
	position: absolute;
	z-index: 500;
	top: auto;
	display: none;
}
#menu ul ul ul {
	top: 0;
	left: 100%;
}
#menu li:hover {
	cursor: pointer;
	z-index: 100;
}
#menu ul li ul li a:hover {
	width: 102px;
}

#menu ul ul, #menu ul li:hover ul ul, #menu ul ul li:hover ul ul {
	display: none;
}
#menu ul li:hover ul, #menu ul ul li:hover ul, #menu ul ul ul li:hover ul {
	display: block;
	width: 143px;
	background: black;
	color: white;
}
/* Content Formatting */
#content {
	width: 730px;
	float: right;
	font-size: 0.9em;
	margin-bottom: 10px;
	margin-right: 5px;
	margin-top: -70px;
}
.contenttext {
	margin-top: 0px;
	padding: 4px 4px 4px 4px;
}
.subcontent {
	width: 360px;
}
.subheader {
	background: url('../../images/subheader.png') no-repeat;
	margin: 0px;
	padding: 5px 0px 5px 6px;
	font-size: 1.2em;
	font-weight: bold;
	color: white;
}
.line {
	border-bottom: 1px solid #33CCFF;
}
/*Slideshow Inforamtion*/
#slideshow {
	height: 300px;
	width: 730px;
	overflow: hidden;
	margin-bottom: -10px;
}
#slideshow img {
	border: 0;
	margin: 0;
	padding: 0;
}
/*Crush Schedule Page Table*/
td.topcol1 {
	background: #FFB949;
}
td.topcol2 {
	background: #FFB949;
}
td.topcoldate {
	background: #FF8235;
}
/* Sidebar */
#sidebar {
	width: 200px;
	float: left;
}
.bar {
	font-size: 0.8em;
	margin-top: 0px;
	padding-left: 5px;
	padding-right: 5px;
}
.bar2 {
	padding-bottom: 0px;
	border-left: 1px #FF6E03 solid;
	border-right: 1px #FF6E03 solid;
}
.bar3 {
	border-bottom: 1px #FF6E03 solid;
	height: 11px;
	padding-bottom: 4px;
	margin-bottom: 7px;
}
#sidebar ul {
	list-style: none;
	text-align: left;
	margin: 0px 10px 8px 0;
	padding: 0;
	text-decoration: none;
}
#sidebar li {
	list-style: none;
	padding: 4px 0 4px 0px;
	margin: 0 2px;
	border-bottom: 1px solid #D2E8F7;
}
#sidebar h1 {
	border-top: 1px #FF6E03 solid;
	background-image: url('../../images/top.png');
	background-repeat: no-repeat;
	background-color: #FF6E03;
	margin: 0px;
	padding: 5px 0px 5px 5px;
	font-size: 1.1em;
	color: white;
}
#sidebarplaying {
	width: 200px;
	clear: left;
}
#sidebarplaying h1 {
	background-image: url('../../images/top.png');
	background-repeat: no-repeat;
	margin: 0px;
	padding: 5px 0px 5px 5px;
	font-size: 1.1em;
	color: white;
}
/* Webcam fix */
.iefix {
	margin-top: 2px;
	margin-bottom: 2px;
}
/*Miniplayer Window*/
#playerPage {
	width: 500px;
	margin: auto;
	color: #FFFFFF;
}
.playerHeader {
	background-image: url('../../images/playerTop.png');
	background-repeat: no-repeat;
	height: 21px;
}
.playerMiddle {
	background: url('../../images/playerMiddle.png') repeat-y;
	padding-left: 47px;
}
.playerFooter {
	background: url('../../images/playerBottom.png') no-repeat;
	height: 20px;
	text-align: center;
}
/*Extra CSS*/
#listenbox {
	background-image: url('../../images/listen.png');
	width: 720px;
	height: 500px;
}
.optionlisten {
	width: 200px;
	height: 160px;
	margin: 20px;
	float: left;
	text-align: center;
	color: #000000;
}
}
