/* The content of the posts (body of text) */
body, html {
	background-color:#ffffff;
	color: #0000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
	margin-top:0px;
	padding:0;
}	
/* General font families for common tags */
font, p, .gen_bold, a:link, a:active, a:visited {
	font-family:Verdana, Arial, Helvetica, sans-serif; 
}
font,  p {
	font-size:100%;
	height:auto;
	line-height: 130%;
}


/* General page style */
a:link, a:active, a:visited {
	text-decoration:none;
	color:#000000;
	outline:none;
}
a:hover {
	color:#FF0000;
	text-decoration:none;
	outline:none;
}
/* Gets rid of the need for border="0" on hyperlinked images */

h1, h2, h3, h4 {line-height: 200%;}
h1 { font-size: 150%}
h2 {font-size: 140%}
h3 {font-size: 130%}
h4 {font-size: 120%}


img {
	border:0
}
/* General text */

.gensmall {
	font-size:80%;
	color:#000000;
	outline:none;
}
a.gensmall:hover, a.gen_bold:hover{
	color:#FF0000;
	outline:none;
}

.gen_bold, a.genbold:link, a.genbold:active, a.genbold:visited {
	font-size:100%;
	font-weight:bold;
	color: #000000;
	outline:none;
}

p {text-align:justify}


.thumbnail ul li {
	height: 174px;
	width: 120px;
	display: inline;
	float:left;
	padding-top:2px;
	text-align:center;
		font-size: 75%;
	line-height: 100%;
}	
.contact_form_title {
	font-size: 110%;
	font-weight:bold;
}
.contact_form_label {
	font-size: 100%;
}
.contact_entry {
	background-color:#FFFFFF;
	color:#000000;
	font-size:120%;
	line-height:150%;
	border: 1px dashed #000000;
}

td.copyright {
font-size:80%;
}




td.index {
	height: 304px;
	width: 204px;
	background:url(../images/index_image_bg.jpg);  background-position:center; background-repeat:no-repeat;
}	


.indexlinks  a{margin-bottom:8px; display: block;}

.padb {padding-bottom: 30px;}


.fr { float: right; }


#postit{
	position:absolute;
	width:300px;
	height:328px;
	z-index:5;
	left: 50%;
	margin-left: 300px;
	top: 150px;
	display:none;
	
	
}

.privateDancer a, .privateDancer a:hover {color: #000000; font-weight: bold; padding: 5px;}
.privateDancer a:hover {color: #ff0000;}
.red {color: #FF0000}


/* Form processing */
.revCap {
	display:none
}

.error_strings
{
    font-family:Verdana;
    font-size:10px;
    color:#ff0000;
}
.sfm_float_error_box
{
    position:absolute;
    z-index:999;
    cursor:default;
    font-family:Verdana;
    font-size:10px;
    color:#ff0000;
    background-color:#ffff66;
    border-style:solid;
    border-width:1px;
    border-color:#000000;
}
.sfm_float_box_td
{
    padding:3px;
    cursor:default;
    font-family:Verdana;
    font-size:10px;
    color:#ff0000;
    background-color:#ffff66;
}
.sfm_close_box
{
    font-family:Verdana;
    font-size:10px;
    font-weight:bold;
    color:#000000;
    background-color:#ff0000;
    border-width:0px;
    text-align:center;
}
.sfm_textbox
{
    padding:2px;
}
.sfm_textarea
{
    padding:2px;
}

/* CSS for Collapsible Panels */

#accordion {
	position:relative;
	width:700px;
	margin: 0 auto;
	z-index:1;
}
.panelheader {
	cursor: pointer; font-size: 125%;
}

.panelclosed { color: #000; }

.panelopen { color: #666666; }

.panelcontent { display:block;  padding-bottom: 20px; border-bottom: 1px solid #000;}

.panelcontent h4 { margin-bottom: 0px; font-size: 110%; }

.panelcontent p{
	text-align:justify;
	line-height: 150%;
	margin-top: 0px;
	font-size: 90%;
}

.panelcontent  div.staff { float:left; width: 200px;}

.panelcontent ul.girls {margin-left: 20px;}
.panelcontent ul.girls li {line-height: 120%; list-style-type:none; }

.clrflt {clear: both; line-height: 1px;}
