@charset "utf-8";
/* CSS Document */

.followingshow {
	font-size:9pt;
	color:#666;
}
.followingshow a {
	font-size:11pt;
	font-weight:bold;
	color:#151515;
	text-decoration:none;
}
.followingshow a:hover {
	text-decoration:underline;
}
.followingshowinfos {
	text-align:right;
}
.currentshowtime {
	color:#666;
	font-size:8pt;
}
.currentshowtitle {
	color:#151515;
	font-size:14pt;
	font-weight:bold;
}
.currentshowtitle a {
	color:#151515;
	text-decoration:none;
}
.currentshowtitle a:hover {
	color:#151515;
	text-decoration:underline;
}
.currentshowinfos {-size:10pt;
	font-weight:normal;
}
.playingnowartist {
	font-size:12pt;
	font-weight:bold;
}
.playingnowtitle {
	font-size:12pt;
	font-weight:normal;
}
.partnerdiv {
	list-style:none;
	background:#FFF;
	text-align:center;
	height:100px;
}
.partnerdiv ul {
	list-style-type: none;
	background: #FFF;
	padding: 0px;
	margin: 0;
}
.showtitle {
	font-size:16pt;
	color:#333;
	font-weight:bold;
}
.lastplayedTable {
	width:100%;
}
tr.d0 {
	background-color:#EAF0FB;
}
tr.d1 {
	background-color:#FFF;
}
tr.dheader {
	background-color:#039;
	color:#FFF;
	font-weight:bold;
}
.cloud a.tag1 { font-size: 0.7em; font-weight: 100; color:#999; }
.cloud a.tag2 { font-size: 0.8em; font-weight: 200; color:#888; }
.cloud a.tag3 { font-size: 0.9em; font-weight: 300; color:#777; }
.cloud a.tag4 { font-size: 1.0em; font-weight: 400; color:#666; }
.cloud a.tag5 { font-size: 1.2em; font-weight: 500; color:#555; }
.cloud a.tag6 { font-size: 1.4em; font-weight: 600; color:#444; }
.cloud a.tag7 { font-size: 1.6em; font-weight: 700; color:#333; }
.cloud a.tag8 { font-size: 1.8em; font-weight: 800; color:#222; }
.cloud a.tag9 { font-size: 2.2em; font-weight: 900; color:#111; }
.cloud a.tag10 { font-size: 2.5em; font-weight: 900; color:#000; }
.cloud { padding: 2px; text-align: center; }
.cloud a { padding: 0px; text-decoration:none; }
.cloud a:hover { text-decoration:underline; }
.selectorTitle {
	cursor: pointer;
	width:250px;
	padding:5px;
	border-top: #BBBBBB solid 1px;
	background-color:#C6D9FF;
	color : #000;
	font-weight:bold;
}

input.blur {
	color: #999;
}
.quickSearchForm {
	position:relative;
	float:right;
	width:150px;
	top:5px;
	right:10px;
}
.quickSearchForm input {
	float:right;
	padding:2px;
	margin:0;
	font-size:10px;
	width:100px;
	height:16px;
}
.quickSearchForm input[type=image] {
	float:right;
	padding:0;
	margin:0;
	width:20px;
	height:20px;
}
.pageChanger {
	float:left;
	width:100%;
	margin-top:10px;
	margin-bottom:10px;
	padding-bottom:2px;
	padding-top:2px;
	border-top:1px #CCC solid;
	border-bottom:1px #CCC solid;
}
.pageChanger a{
	text-decoration:none;
	color:#039;
}
.pageChanger a:hover{
	text-decoration:underline;
	color:#039;
}
.pageChanger .previousPage {
	float:left;
}
.pageChanger .nextPage {
	float:right;
}
#OASBottom {
	position:relative;
	margin: 0;
	padding-top:5px;
	padding-left:15px;
	padding-right:15px;
	padding-bottom:15px;
	height: auto;
	width: 1020px;
	overflow: hidden;
	visibility: visible;
	text-align:center;
}
#OASRight {
	margin-top:15px;
	margin-bottom:10px;
	text-align:center;
}
a.dp-choose-date {
	float: left;
	width: 16px;
	height: 16px;
	padding: 0;
	margin: 5px 3px 0;
	display: block;
	text-indent: -2000px;
	overflow: hidden;
	background: url(/images/icons/calendar.png) no-repeat; 
}
a.dp-choose-date.dp-disabled {
	background-position: 0 -20px;
	cursor: default;
}
/* makes the input field shorter once the date picker code
 * has run (to allow space for the calendar icon
 */
input.dp-applied {
	width: 140px;
	float: left;
}
form.cmxform { width: 50em; }
em.error {
  background:url("images/unchecked.gif") no-repeat 0px 0px;
  padding-left: 16px;
}
em.success {
  background:url("images/checked.gif") no-repeat 0px 0px;
  padding-left: 16px;
}

form.cmxform label.error {
	margin-left: auto;
	width: 250px;
}
em.error { color: black; }
#warning { display: none; }

