/*----------------------------------------------------------------------------*/
/* Body */


body, td {
	font-family: verdana,arial;
	font-size: 12px;
}

body {
	text-align: center;
}

/*----------------------------------------------------------------------------*/
/* Helpers */

.clear {
	clear: both;
}

/*----------------------------------------------------------------------------*/
/* Performers list (index) */

ul#performers {
	list-style: none;
	margin: 0px;
	padding: 0px;
}

ul#performers li {
	list-style: none;
	float: left;
	margin: 0px;
	padding: 0px;
	text-align: center;
	background-color: #46529C;
	font-weight: bold;
	margin: 5px;
	padding: 2px;
}

ul#performers li .status_online {
	text-transform: uppercase;
	color: #00ff00;
}

ul#performers li .status_offline {
	text-transform: uppercase;
	color: red;
}


ul#performers li a, ul#performers li a:visited, ul#performers li a:active, ul#performers li a:hover, ul#performers li a:link {
	border: 0px;
	text-decoration: none;
	color: none;
}
ul#performers li img.thumb {
	padding: 0px;
	margin: 0px;
	border: 0px;
}

ul#performers li div.title, ul#performers li div.title a, ul#performers li div.title a:link, ul#performers li div.title a:visited, ul#performers li div.title a:active, ul#performers li div.title a:hover {
	text-align: center;
	color: #ffffff;
	background-color: #46529C;
	padding: 4px;
}

/*----------------------------------------------------------------------------*/
/* Detail layout (floats, detail) */


#detail {
	width: 900px;
	padding: 10px;
	background-color: #e0e0e0;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	overflow: hidden;
}


/*----------------------------------------------------------------------------*/
/* Performer description, photo, etc (detail) */

#detail div#top {
	width: 600px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

#detail div.description {
	background-color: #333333;
	color: #ffffff;
	font-weight: bold;
	float: left;
	width: 430px;
	height: 130px;
	margin-left: 10px;
}	

#detail div.description span {
	display: block;
	padding: 10px;
}

#detail #top img.thumb {
	border: 1px solid #333333;
	float: left;	
}

#detail div#call {
	margin-top: 10px;
}

/*----------------------------------------------------------------------------*/
/* Performer definitions (detail) */

dl#performer_defs {
	text-align: left;
	margin-left: auto;
	margin-right: auto;
	display: block;
	width: 400px;
	background-color: #f0f0f0;
}

dl#performer_defs dt, dl#performer_defs dd {
	margin: 0px;
	padding: 0px;
	text-align: left;
	
}

dl#performer_defs dt {
	text-align: left;
	width: 180px;
	float: left;
}

<!--
.border {
	border-right-width: thin;
	border-left-width: thin;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-right-color: #000000;
	border-left-color: #000000;
	
}
body {
	background-color: #FFF9BF;
}
.style2 {color: #000000}
a:link {
	color: #46529C;
}
a:visited {
	color: #46529C;
}
a:hover {
	color: #FF0000;
}
a:active {
	color: #46529C;
}
-->
