/*
  _________                     _______  .____    .__              
 /   _____/ ____ ___  ______.__.\      \ |    |   |__|__  __ ____  
 \_____  \_/ __ \\  \/  <   |  |/   |   \|    |   |  \  \/ // __ \ 
 /        \  ___/ >    < \___  /    |    \    |___|  |\   /\  ___/ 
/_______  /\___  >__/\_ \/ ____\____|__  /_______ \__| \_/  \___  >
        \/     \/      \/\/            \/        \/             \/ 
	
	title:		iframe browser css example
	template:	browser/default.tpl
	version:	v1
	created:	2006-09-19
	author:		laszlo	
*/

/***********************
	body 
*/
body {
	font: normal 0.7em/1.4em Tahoma, Verdana, Arial, Georgia, sans-serif; 
/*	background: transparent url(http://sexynlive.com/design/browser/snl_tile.png)  top;
	background-color: #BCBBBB;*/
}

/***********************
	div
	empty div for header spacing
*/
.header {
 	margin-top:10px;
}

/***********************
	img
	Thumbnails of performers
*/
.pic {
	border: 3px solid #5c5c5c;
	text-align:center;
	margin-right: 10px;
	margin-right: 10px;
}
.pic_free {
	border: 3px solid #FFcc5c;
	text-align:center;
	margin-right: 10px;
	margin-right: 10px;
}
/***********************
	div
	Status text
*/
.status {
}

/***********************
	link formatting 
*/
a {
	text-align: center;
}
a:link {
	color: #000000;
	text-align: center;
}
a:visited {
	color: #000000;
}

/***********************
	div
*/
.screenname {
	text-align:center;
	font-weight: bold;
}

/***********************
	div 
	conter for the table of the imgs of the screennames
*/
.thumbsc {
	text-align:center;
}
.thumbs {
	text-align:center;
	width:120px;
}
/* EOF */	

