﻿body{
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #d2c7b5;
	background-color: black;
}

a{
	color: #d2c7b5;
	text-decoration: none;
}

a:hover{
	color: #e801e8;
}

table{
	margin: auto;
	/**margin-top: 300px;**/
	border-collapse: collapse;
	font-size: 12px;
	position: relative;
}

thead{
	height:0px;
}

tr{
	height: 20px;
}

td{
	padding: 3px;
}

#main{
	z-index: 50;
}

.headerRow{
	height: 0px;
}

.playlist{
	width: 920px;
	margin-left: 27px;
}

.playlistContainer{
	height: 300px;
	width: 960px;
	background: black url('css/images/playlistBG.png') repeat scroll left top;
}

#container{
	height: 333px;
	width: 960px;	
	position:absolute;
}

.TB_modal{
	width: 960px !important;
}

.jScrollPaneContainer{
	position:absolute;
}

.playlistHeader{
	width: 960px;
	height: 33px;
	background: black url('css/images/playlistHeader.png') no-repeat scroll left top;
}

.editmode{
	width: 1000px;
	margin:auto;
	margin-top: 180px;
}

.eventContainer{
	border-bottom: solid 1px #2a2824;
	position: relative;
	padding: 5px;
}

.month{
	font-weight: bold;
	border-bottom: solid 1px #2a2824;
	height: 25px;
	text-transform:uppercase;
	vertical-align: bottom;
}

.today{
	background-color: #541154;
}

.editmode .today{
	background-color: #666633;
}

.editmode .eventContainer:hover, .Selected{
	background-color: #656057;
}

.inputTable{
	margin: auto;
	border: solid 1px gray;
	padding: 10px;
}

.error{
	color: red;
	display: none;
}

.loading{
	background-image: url('Admin/loading.gif');
	background-position: left top;
	background-repeat: no-repeat;
}

.soldout{
	color: #FF3300;
	font-weight: bold;
}

.manageButton{
	color: black;
	background-color:#eeeeee;
	border: solid 1px #999999;
	height: 16px;
	width: 16px;
	font-size: 14px;
	font-weight:bold;
	text-align:center;
	margin: 5px;
	cursor: pointer;
	letter-spacing: normal;
	line-height: normal;
	position: relative;
}

.manageButton:hover{
	background-color: #dddddd;
}

.removeBtn{
	float: right;
}

.soldOutBtn{
	float:right;
	top:0px;
	width:100px;
}

.viewmode .monkey .name{
	color: #e3b103;
}

.tooltip{
	cursor:pointer;
}

#tooltip {
	border:1px solid #111111;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
	filter:alpha(opacity=90);
	-moz-opacity: 0.90;
	opacity: 0.90;
	background-color:#541154;
	color: white;
	padding:5px;
	position:absolute;
	z-index:3000;
	width: 250px;
}