/* CSS Document */
div.specialsThumbContainer{
	position:relative;
	top:0px;
	left:45px;
	width:300px;
	height:435px;
	background-color:rgb(13,13,13);
	margin:0px;
	padding:0px;
	overflow:auto;
}
div.specialsThumbBox {
	width:80px;
	height:80px;
	float: left;
	overflow:hidden;
	border:1px dashed rgb(13,13,13);
	margin:5px 0px 0px 5px;
	background-color:#191917;
	cursor: pointer;
	cursor: hand;
}
div.specialsThumb {
	z-index:1;
	position:relative;
	top:0px;
	left:0px;
	width:80px;
	height:80px;
}
div.specialsThumbLabel {
	z-index:2;
	filter:alpha(opacity=80);
	-moz-opacity:0.8;
	height: 10px;
	text-align: right;
	font-family: sans-serif;
	font-size:7pt;
	color:#ffffff;
	border-top: 1px dashed #333333;
	background-color:#000000;
	position:relative;
	top:-15px;
	left:0px;
	padding:2px;
}

div.specialsInfoContainer{
	position:relative;
	top:0px;
	left:0px;
	width:300px;
	height:420px;
	text-align: left;
	background-color:rgb(13,13,13);
	margin:0px;
	padding:0px;
	overflow:none;
}

div.eventContainer {
	position:absolute;
	top:367px; /*337*/
	left:8px;
	width:424px;
	text-align: left;
	font-family: sans-serif;
	overflow:none;
}
div.eventArea {
	
	/*background: #550000;
	width: 419px;	
	border-style: solid;
	border-width: 1px 1px 1px 1px;
	border-bottom: 1px solid #000000;
	border-top: 0px solid #770000;
	border-right: 1px solid #000000;
	border-left: 1px solid #700000;*/
}
span.title {text-align: left; color: ffffff; font-size: 100%; font-weight: 900;}
.specialListing {
	padding-right: 10px;
	background: rgb(85,0,0);
	text-align: right;
	color: #ffffff;
	font-size: 14px;
	font-weight: 900 ;
	text-transform: uppercase;
	/*background-image: url(http://www.theartprint.net/images/specialTitle_bkgd.gif);*/
	background-repeat: no-repeat;
	background-position: right ;
}

span.specialType {
	white-space: nowrap;
	margin:0px 0px 20px 20px;
	color: #ffffff;
	font-size: 10px;
}
p.eventInfo {
	margin-left:5px;
	margin-right:5px;
	text-align:left;
	color:#ffffff;
	font-size:10px;
}
form{
  margin: 0px;
  padding: 0px;
}
.specialsTable{
	width:415px;
	/*
	border-top: 1px solid #000000;
	border-bottom: 1px solid #770000;
	border-left: 1px solid #000000;
	border-right: 1px solid #700000;
	background-image: url(http://www.theartprint.net/images/specialOptBKGD.gif);
	*/
}
.specialsMenu{
	width:70px;
	font-size: 10px;
	border: #ffffff 0px solid;
	margin: 12px 0px 0px 1px;
	color: #FFFFFF;
	background-color: #330000;
	border: 1px solid #660000;
	cursor:pointer;cursor:hand;
}
.specialsButton{
	font-size: 10px;
	/*margin: 12px 0px 0px 8px; */
	color: #FFFFFF;
	background-color: #444444;
	border: 1px solid #330000;
	cursor:pointer;cursor:hand;
	font-weight:bold;
}
/*
.specialsButton:hover {
	border-color: #FFFFFF;
	background-color: #666666;
}
*/
.specialsDescription{
	/*width:65px;
	height:;*/
	color: #FFFFFF;
	font-size: 12px;
	margin: 10px 10px 10px 10px; 
}

.imageTabs{
	padding:2px;
	margin:2px;
}

.imageTabsContain{
	border-top:1px solid #bbbbbb;
	border-right:1px solid #bbbbbb;
	border-left:1px solid #bbbbbb;
	border-bottom:1px solid #bbbbbb;
	background-color:#000000;
	padding:2px;
	margin:2px;
	filter:alpha(opacity=80);
	-moz-opacity:0.8;
}
