
:focus
{
  -moz-outline-style: none;
}
body {	
	margin: 0px;
	overflow: hidden;
	position: static;
	color: #cccccc;
	border: 0;
	font-family: tahoma;
	font-size: 11px;
	text-align: center;
}

#bodyfrm {
	background: url(../images/bg.jpg) repeat-x #000000;
}

div#popup {
 position:absolute; right:0%; top:0%; width:100%; height:100%; z-index:9999;
 text-align: center;
 vertical-align: top;
 display: none;
 cursor: cross;
 border: 0px solid red;
 background1: url(../images/gradient_bg.png);
 overflow-y:auto;
 overflow-x:hidden;
}
div#status {
 position:absolute; right:0%; bottom:0%; width:100%; height:2px; z-index:99999;
 text-align: right;
 vertical-align: bottom;
 visibility: hidden;
 cursor: wait;
 border: 0px solid red;
 margin:0;
 padding:0;
}
div#status img {
	margin-right: 18px;
	width: 100%;
	height: 2px;
}
div#error {
 position:absolute; left:0; bottom:0; width:100%; z-index:2;
 text-align: left;
 vertical-align: top;
 visibility: hidden;
 cursor: pointer;
 cursor: hand;
}
div#error span {
	font-family:Arial, Helvetica, sans-serif;
  font-size: 26px;
	clear: both;
	display: block;
	color: red;
  background-color: #E0D04C;
}
div#debug {
 background-color: black;
 position:absolute; left:0px; bottom:0; width:299px; height:400px; z-index:2;
 text-align: left;
 vertical-align: top;
 display: none;
 cursor: pointer;
 cursor: hand;
 overflow-y: scroll;
}
div#debug span b {
	color: red;
}
div#debug span i {
	color: yellow;
}
div#debug span {
 white-space: nowrap;
 font-family:Arial, Helvetica, sans-serif;
 font-size: 10px;
 font-weight: bold;
 clear: both;
 display: block;
 color: white;
}
div#error #line1 { background-color: #E9D9EC; }
div#error #line2 { background-color: #E8D8DC; }
div#error #line3 { background-color: #E7D7CC; }
div#error #line4 { background-color: #E6D6BC; }
div#error #line5 { background-color: #E5D5AC; }
div#error #line6 { background-color: #E4D49C; }
div#error #line7 { background-color: #E3D38C; }
div#error #line8 { background-color: #E2D27C; }
div#error #line9 { background-color: #E1D16C; }
div#error #line10 { background-color: #E0D05C; }




div#wrapper1 {
 margin: 0;
 padding: 0;
 border: 0 solid red;
 position: absolute;
 top:0px; left:0px; 
 height:100%; width:100%; 
 z-index:1; 
 overflow: scroll;
 overflow-y:scroll;
 overflow-x:hidden;
 overflow: -moz-scrollbars-vertical;
 cursor: crosshair;
}
#wrapper1 #container1 {
 margin: 0 auto; 
 padding: 0;
 border: 0 solid blue;
 width: 100%; 
 min-height:100%;
 height: 100%;
 cursor: default;
}

div#wrapper2 {
	display:none;
 margin: 0;
 padding: 0;
 border: 0px solid red;
 position: absolute;
 top:0px; left:100%; 
 height:100%; width:100%; 
 z-index:2; 
 overflow: scroll; 
 overflow-y:hidden;
 overflow-x:hidden;
 cursor: crosshair;
}
#wrapper2 #container2 { 
 margin: 0 auto;  
 padding: 0;
 border: 0;
 width: 100%; 
 min-height:100%;
 height: 100%;
 cursor: default;
}




img {border-style:none}


.fValidator-msg {
	color: #FF2233;
	font-size: 9px;
	position:absolute;
	background: white;
	width: 30%;
}

a.linksVisited, .linksVisited a {
	text-decoration: underline !important;
}
a.ajaxloader, .ajaxloader a {
	color: black !important;
}
#menu a.linksVisited {
	text-decoration: none !important;
	color: #eeeeee !important;
}
#menu a.ajaxloader {
	color: #999999 !important;
}

.hoverimg {
 position: absolute; 
 z-index: 100;
 cursor:pointer; cursor:hand; 
}

#menu th{
	background:url(../images/tab_off.jpg) no-repeat;
	text-align:center;
	font-weight:400;
	cursor:pointer; cursor:hand;
}
#menu th a, #boxtitle, .boxtitle, .bartitle, #tab1, #tab2, #popuptype {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-transform: uppercase;
	color: #FFFFFF;
	font-weight: 400;
	text-decoration: none;
}
#popuptype {
	color: #111111;
}
.bartitle, #tab1, #tab2 {
	color: #666666;
}
#tabs a:hover, #tab1.on, #tab2.on {
	color: #ff4120;
	font-weight: 800;
}
#tabs a.linksVisited, #displaytab a.linksVisited, #backtolist {
	text-decoration: none !important;
}

#popupcontent p, #boxtext p, .boxtext p, .bartext p, .bartext label, .bartext input, .bartext a, #profilebox th a {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	text-decoration: none;
}
.fronttext p {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	line-height: 18px;
}
.fronttext a {
	color: #ff4929;
}
#profilebox th a.on, #profilebox th a:hover {
	color: #ff4c26;
}
#profilebox th {
	background:url(../images/profilenavbg.png);
	text-align: right;
}
#profilebox th.none a {
	color: #eeeeee;
	cursor: default;
}
#boxtext h1, .boxtext h1, .bartext h1, #popupcontent h1 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FF8000;
}
#joinfrm input, #contactfrm input {
	margin-right: 3px;
}
#joinfrm table td, #contactfrm table td {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	vertical-align: bottom;
}
#address {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
}
#address a {
	color: #ff4c26;
}
#menu th.on, #menu th.active  {
	background:url(../images/tab_on.jpg) no-repeat;
}
#topnav th a {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-transform: lowercase;
	color: #666666;
	text-decoration: none;
}
#footer, #footer a {
	text-align: center;
	letter-spacing: 1px;
	font-family: Times, Helvetica, sans-serif;
	font-size: 11px;
	padding-top:16px;
	padding-bottom:16px;
	color: #AAAAAA;
	font-weight: lighter;
	text-decoration: none;
}
#topnav th a:hover, #topnav th.on a, #sitemapnav a:hover, #sitemapnav a.on {
	color: #ff4120;
	text-decoration: underline;
	cursor:pointer; cursor:hand;
}
#topnav th{
	padding-right: 6px;
	text-align: right;
}
#banner {
	text-align: center;
	vertical-align: top;
}
#banner img {
	cursor:pointer; cursor:hand;
}
#banner #outer img {
	height: 183px;
	width: 978px;
}
#banner #outer {
	overflow: hidden; 
	height: 183px; 
	position: relative;
}
#body {
	vertical-align:top;
}
#sitemap th {
	text-align: left;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #999999;
	padding-left:12px;
}
#sitemap a {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	display: block;
	color: #999999;
	text-decoration: none;
	padding-top: 2px;
	padding-bottom: 8px;
	font-weight: lighter;
}
#sitemap a.ajaxloader {
	border:0px !important;
	color: black;
}
#sitemap #sitemapnav {
	padding-top: 11px;
}
#sitemap #sitemapt {
	padding-left:18px;
}
#photolist {
	text-align: left;
	vertical-align: top;
}
.artistphoto {
	float: left;
	margin: 9px;
	border: 0px solid red;
	position: relative;
}

.artistphoto th {
	padding: 6px;
	padding-bottom: 0px;
}
.artistphoto td {
	text-align: center;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #cccccc;
}
.artistphoto td a {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #999999;
	text-decoration: none;
}
.artistphoto td a b {
	color: #ff4924;
}
.pagelist th a {
	margin: 3px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #999999;
	font-weight: 200;
	text-decoration: none;
}
#pagecontrol1 img, #pagecontrol2 img {
	cursor: pointer; cursor:hand;
}
#pagecontrol1 th a.on, #pagecontrol2 th a.on, #pagecontrol1 th a:hover, #pagecontrol2 th a:hover {
	font-weight: 400;
	text-decoration: underline;
	color: #ff4924;
}
form { margin: 0; padding: 0 }

#clicktoenlarge {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #999999;
	text-decoration: none;
}

#artistpage #bigpic img {
	border: 0px solid #999999;
}

#formresponse {
	color: red;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size:13px;
	font-weight: bold;	
}

#subtabs th {
	padding-right: 8px;
}

	.videolist {
		padding-left: 20px;
	}
	.videolist a {
		font-family: Geneva, Arial, Helvetica, sans-serif;
		font-size: 12px;
		color: #333333;
		margin-bottom:5px;
		display: block;
	}

	#artistdetail {
		margin-left: 8px;
		margin-top: 14px;
	}
	#artistdetail tr {
		height: 25px;
	}
	#artistdetail th {
		height: 40px;
		font-family: Geneva, Arial, Helvetica, sans-serif;
		font-size: 15px;
		color: #000000;
		background: none !important;
		text-align: left;
		vertical-align: top;
	}	
	#artistdetail td {
		font-family: Geneva, Arial, Helvetica, sans-serif;
		font-size: 12px;
		color: #525252;
		letter-spacing: 1px;
		text-align: right;
	}
	#artistdetail .right {
		padding-left: 18px;
		text-align: left;
		font-size:12px;
		color: #8F8F8F;
	}
	
#listpic {
	vertical-align:top;
}	
#listpicscroll {
	overflow: hidden; 
	height: 100%; 
	width: 377;
	border: 0px solid #ddd;
	position: relative;
	vertical-align:top;
}
#listpicscroll table {
	position: relative;
}
#listpicscroll table img {
	margin-right: 1px;
	margin-bottom: 1px;
}
#listscroll img {
	cursor: pointer; cursor:hand;
}

#gallery {
	left:0;
	top:0;
	position: absolute;
	width:100%;
	text-align:center;
	height: 100%;
	visibility: hidden;
	background: url(../images/dark2.png);
}
#gallery th {
	padding-bottom: 14px;
	vertical-align: bottom;
	height: 2%;
}	
#gallery td img {
		cursor:pointer; cursor:hand;
		float: left;
} 
#gallery #imglist {
	background: url(../images/dark.png);
	height: 1%;
}

#popuptbl {
	background: url(../images/dark.png);
}
#popuptbl #popupcontent {
	width: 100%;
	height: 100%;
}
#popuptbl #popupcontent h1 {
	padding-top: 10px;
}
#popuptbl #popuppic {
	background: white;
	width: 1%;
}
#popuptbl #popuppic img {
	padding-top: 10px;
	padding-bottom: 10px;
	padding-right:20px;
}
#popuptbl #popuptxt {
	background: white;
	padding-left: 5px;
	vertical-align: top;
}
.testi h2, .testi p {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
	margin: 0px !important;
}
.testi h2 {
	color: #ff8000;
	font-size: 11px;
}
.testi {
	padding-right: 6px;
}
.testi img {
	float: left;
	margin-right:6px;
}

.spotlight h2, .spotlight p {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	margin: 0px !important;
}
.spotlight h2 {
	font-size: 12px;
	color: #ff8000;
}
.spotlight {
	height: 24%;
	padding-top: 6px;
}
.spotlight img {
	cursor: hand; cursor:pointer;
	float: left;
	margin-right:6px;
}
