div.bioContent {
	width: 750px;
}


div.bioGeneral {
	
}

div.bioMainInfoWrapper {
	width: 226px;
	height: 384px;
	float: left;
	position: relative;
}

div.bioMainInfoBoxInner {
	width: 150px;
	text-align: left;
	margin: auto;
}

div.bioMainInfo {
	width: 217px;
	height: 384px;
	position: absolute;
	left: 0px;
}

img.bioProfileImage {
	width: 150px;
	height: 178px;
	border: 1px solid #FFF;
}

div.bioMainInfoTitle {
	width: 217px;
	height: 17px;
}

div.bioMainInfoBox {
	background-image: url('/home/templates/images/bioMainInfoBox.jpg');
	width: 217px;
	height: 362px;
	text-align: center;
	padding-top: 5px;
}

div.bioMainInfoBox h1 {
	font-size: 17px;
	margin: 5px 0px 5px 0px;
	padding: 0px;
}

div.bioMainInfoDetails {
	width: 150px;
	margin: 5px auto auto auto;
}

div.bioMainInfoDetailsLeft {
	width: 60px;
	float: left;
	font-size: 14px;
	text-align: left;
}

div.bioMainInfoDetailsRight {
	width: 88px;
	float: right;
	font-size: 14px;
	text-align: right;
}

div.bioAboutMeWrapper {
	width: 524px;
	height: 384px;
	float: right;
	position: relative;
}

div.bioAboutMe {
	width: 515px;
	height: 318px;
	position: absolute;
	right: 0px;
}

div.bioAboutMeTitle {
	width: 515px;
	height: 17px;
}

div.bioAboutMeBox {
	background-image: url('/home/templates/images/bioAboutMeBox.jpg');
	width: 475px;
	height: 281px;
	text-align: center;
	padding: 10px 20px;
}

div.bioAboutMeBoxInner {
	width: 450px;
	padding-right: 10px;
	height: 220px;
	overflow: auto;
	margin: auto;
	text-align: justify;
}

div.bioMenu {
	width: 515px;
	height: 33px;
	margin-top: 33px;
	position: absolute;
	right: 0px;
	bottom: 0px;
}

div.bioMenu img { 
	padding: 0px;
	margin: 0px;
}


div.bioGallery {
	width: 750px;
	height: 198px;
	margin-top: 30px;
}

div.bioGalleryTitle {
	width: 750px;
	height: 16px;
}

div.bioGalleryBox {
	background-image: url('/home/templates/images/bioGalleryBox.jpg');
	width: 750px;
	height: 172px;
	padding-top: 10px;
}



div.bioInterActive {
	position: relative;
	width: 750px;
	height: 278px; 
	margin-top: 30px;
}



div.bioComments {
	width: 750px;
	height: 258px; 
	position: absolute;
	right: 0px;
}

div.bioCommentsTitle {
	width: 750px;
	height: 16px;
}

div.bioCommentsBox {
	background-image: url('/home/templates/images/bioReadCommentsBox.jpg');
	width: 710px;
	height: 262px;
	text-align: left;
	padding: 0px 20px;
	position: relative;
}

div.bioCommentsBox table {
	margin: auto;
}

div.bioSeeMeAt {
	width: 750px;
	height: 198px;
	margin: 30px 0px 0px 0px;
}

div.bioSeeMeAtTitle {
	width: 750px;
	height: 16px;
}

div.bioSeeMeAtBox {
	background-image: url('/home/templates/images/bioSeeMeAtBox.jpg');
	width: 750px;
	height: 182px;
}


div.bioSeeMeAtBoxItem {
	width: 230px;
	float: left;
	height: 166px;
	text-align: center;
	margin: 16px 10px auto;
}

div.bioSeeMeAtBoxItemText {
	margin: 17px auto;
	text-align: justify;
}

div.bioSeeMeAtBoxItemText a {
	text-decoration: none;
}

div.bioSeeMeAtBoxItemImg {
	margin: 17px auto;
	text-align: center;
}

div.bioSeeMeAtBoxItem p {
	margin: 3px;
}

table.nocomment {
	width: 100%;
	height: 100%;
}

p.nocomment {
	margin: 10px auto;
}

a.nocomment {
	color: #CCCCCC;
	font-weight: bold;
	font-size: 14px;
	text-decoration: none;
}

a.nocomment:hover {
	text-decoration: underline;
}

div.message {
	width: 300px;
	text-align: center;
	font-weight: bold;
}


/*		Message send box	*/
div.messageSend {
	width: 750px;
	height: 278px;
	position: relative;	
	margin-top: 30px;
}

div.messageSendTitle {
	width: 750px;
	height: 16px;	
}


div.messageSendBox {
	background-image: url('/home/templates/images/community_message_sendBox.jpg');
	width: 750px;
	height: 262px;
	position: relative;		
}
/*		End Message send box	*/


img.gallery {
	border: 1px solid #B3B3B3;
}



/*			Comments performers		*/


/* root element for scrollable */ 
div.scrollableComments { 
    /* required settings */ 
    position:relative; 
    overflow:hidden;  
    /* vertical scrollers have typically larger height than width */ 
    height: 190px; 
    width: 690px; 
	margin: auto;
} 
 
/* root element for scrollable items */ 
div.scrollableComments div.scrollableItems { 
    position:absolute; 
 
    /* this time we have very large space for the height */ 
    height:20000em; 
}


div.scrollableItem {
    width: 690px; 
	height: 40px;
	margin: 0px;
	overflow: visible;
}


div.scrollableCommentHeading {
	display: block;
	text-align: left;
	width: 250px;
}

div.scrollableComment {
	display: block;
	text-align: left;
	width: 430px;
}

div.up, div.down {
	height:20px;
	width:150px;
	cursor:pointer;
	text-align: center;
	margin: auto;
	position: relative;
}



a.up, a.down {
	position: absolute;
	background:url('/home/templates/images/comments_up.png') no-repeat;
	background-position: 50% 0%;
	height:10px;
	width:150px;
	display: block;
	margin:0;
	cursor:pointer;
	font-size:1px;
	top: 5px;
}

a.down {
	background-image:url('/home/templates/images/comments_down.png');
	background-position: 50% 100%;
}

/*			End Comments performers		*/






/*			Performers gallery		*/


/*		Without scrolling		*/
div.bioGalleryWrapper {
	width: 750px;
	height:152px;
	text-align: center;
	margin: 5px auto;
}


div.bioGalleryWrapper img {
    float:left; 
	margin-left: 5px;
	margin-right: 5px;
}
/*		End Without scrolling		*/




/*		With scrolling		*/
div.scrollableWrapper {
    width: 692px; 
	height:154px;
	margin: auto;
}


/* 
    root element for the scrollable. 
    when scrolling occurs this element stays still. 
*/ 
div.scrollable { 
 
    /* required settings */ 
    float:left; 
    position:relative; 
    overflow:hidden; 
    width: 672px; 
    height:152px; 
	margin-top: 2px;
} 
 
/* 
    root element for scrollable thumbnails. Must be absolutely positioned 
    and it should have a super large width to accomodate scrollable thumbnails. 
    it's enough that you set width and height for the root element and 
    not for this element. 
*/ 
div.scrollable div.thumbnails { 
    /* this cannot be too large */ 
    width:20000em; 
    position:absolute; 
} 
 
/* 
    a single item. must be floated on horizontal scrolling 
    typically this element is the one that *you* will style 
    the most. 
*/ 
div.scrollable div.thumbnails div { 
    float:left; 
	margin-left: 5px;
	margin-right: 5px;
} 
 
/* you may want to setup some decorations to active item */ 
div.thumbnails div.active { 
    border:1px inset #ccc; 
    background-color:#fff; 
}

/* prev, next, prevPage and nextPage buttons */
a.prev, a.next, a.prevPage, a.nextPage {
	width:10px;
	height:152px;
	background:url('../images/left.png') no-repeat;
	background-position: 0px 68px;
	float:left;
	margin:0;
	cursor:pointer;
	font-size:1px;
}

/* next button uses another background image */
a.next, a.nextPage {
	background-image:url('../images/right.png');
	background-position: 3px 68px;
	clear:right;	
}


img.thumbnail {
	border: 1px solid #000;
}


img.thumbnail:hover {
	border: 1px solid #7F7F7F;
}
/*		End With scrolling		*/



/*		Start of phototacious		*/

#phototaciousDisplay {
	background-color: #000;
	position: absolute;
	bottom: 0px;	
	left: 0px;
	z-index: 1;
}

#phototaciousBackward {
	display: block;
	position: absolute;
	left: 0px;
	top: 50%;
	margin-top: -98px;
	z-index: 1000;
	width: 39px;
	height: 68px;
	text-align: left;
	color: #000;
	font-weight: bold;
	font-size: 12px;
}


#phototaciousForward {
	display: block;
	position: absolute;
	right: 0px;
	top: 50%;
	margin-top: -98px;
	z-index: 1000;
	width: 39px;
	height: 68px;
	text-align: right;
	color: #000;
	font-weight: bold;
	font-size: 12px;
}


#phototaciousBackwardEnd {
	display: block;
	position: absolute;
	left: 0px;
	top: 50%;
	margin-top: 20px;
	z-index: 1000;
	width: 39px;
	height: 66px;
	text-align: left;
	color: #000;
	font-weight: bold;
	font-size: 12px;
}


#phototaciousForwardEnd {
	display: block;
	position: absolute;
	right: 0px;
	top: 50%;
	margin-top: 20px;
	z-index: 1000;
	width: 39px;
	height: 66px;
	text-align: right;
	color: #000;
	font-weight: bold;
	font-size: 12px;
}


#phototaciousSlideShow {
	display: block;
	position: absolute;
	top: 0px;
	left: 50%;
	margin-left: -150px;
	z-index: 1000;
	width: 300px;
	height: 38px;
	color: #000;
	font-weight: bold;
	font-size: 12px;
}



#phototaciousClose {
	display: block;
	position: absolute;
	right: 50%;
	bottom: 0px;	
	z-index: 1000;
	width: 150px;
	height: 38px;
	text-align: left;
	color: #000;
	font-weight: bold;
	font-size: 12px;
}




#phototaciousSaveAs {
	display: block;
	position: absolute;
	right: 50%;
	margin-right: -150px;
	bottom: 0px;
	z-index: 1000;
	width: 150px;
	height: 38px;
	text-align: right;
	color: #000;
	font-weight: bold;
	font-size: 12px;
}

/*		End of phototacious		*/




/*		Start lightbox rules	*/
/**
 * jQuery lightBox plugin
 * This jQuery plugin was inspired and based on Lightbox 2 by Lokesh Dhakar (http://www.huddletogether.com/projects/lightbox2/)
 * and adapted to me for use like a plugin from jQuery.
 * @name jquery-lightbox-0.5.css
 * @author Leandro Vieira Pinho - http://leandrovieira.com
 * @version 0.5
 * @date April 11, 2008
 * @category jQuery plugin
 * @copyright (c) 2008 Leandro Vieira Pinho (leandrovieira.com)
 * @license CC Attribution-No Derivative Works 2.5 Brazil - http://creativecommons.org/licenses/by-nd/2.5/br/deed.en_US
 * @example Visit http://leandrovieira.com/projects/jquery/lightbox/ for more informations about this jQuery plugin
 */
#jquery-overlay {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
}
#jquery-lightbox {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
}
#jquery-lightbox a img { border: none; }
#lightbox-container-image-box {
	position: relative;
	background-color: #CCC;
	width: 250px;
	height: 250px;
	margin: 0 auto;
}
#lightbox-container-image { padding: 10px; }
#lightbox-loading {
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
}
#lightbox-nav {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
}
#lightbox-container-image-box > #lightbox-nav { left: 0; }
#lightbox-nav a { outline: none;}
#lightbox-nav-btnPrev, #lightbox-nav-btnNext {
	width: 49%;
	height: 100%;
	zoom: 1;
	display: block;
}
#lightbox-nav-btnPrev { 
	left: 0; 
	float: left;
}
#lightbox-nav-btnNext { 
	right: 0; 
	float: right;
}
#lightbox-container-image-data-box {
	font: 10px Verdana, Helvetica, sans-serif;
	margin: 0 auto;
	line-height: 1.4em;
	overflow: auto;
	width: 100%;
	padding: 0 10px 0;
}
#lightbox-container-image-data {
	padding: 0 10px; 
	color: #666; 
}
#lightbox-container-image-data #lightbox-image-details { 
	width: 70%; 
	float: left; 
	text-align: left; 
}	
#lightbox-image-details-caption { font-weight: bold; }
#lightbox-image-details-currentNumber {
	display: block; 
	clear: left; 
	padding-bottom: 1.0em;	
	font-weight: bold;
}			
#lightbox-secNav-btnClose {
	width: 66px; 
	float: right;
	padding-bottom: 0.7em;	
}
/*	End lightbox rules */





/*			End Performers gallery		*/
td.commentRating {
	width: 65px; 
	text-align: left;
}

td.commentMember {
	width: 100px; 
	text-align: left;
}

td.commentShortDate {
	width: 90px; 
	text-align: left;
}

td.commentComment {
	width: 435px; 
	text-align: left; 
}
