
/* \*/
* html .tlc, * html .trc {height: 1%;}
/* */

body
	{
	margin: 0;
	padding: 0;
	background-color: #000000;
	font-size: 100.0%;
	text-align: center;
	background: url(images/BSE_tile.gif);
	}

.box
	{
	position: relative; 
	margin-left: auto;
	margin-right: auto;	
	margin-top: auto;
	padding: 0;
	text-align: left;
	width:780px;
	background-color:#000000;
}

.boxdetail
	{
	width: 780px;
	background-color:#000000;
	margin-left: auto;
	margin-right: auto;	
	margin-top: auto;
	padding: 0;
	text-align: left;
	float:left;
	}

.boxleft
	{
	width: 580px;
	background-color:#000000;
	margin-left: auto;
	margin-right: auto;	
	margin-top: auto;
	padding: 0;
	text-align: left;
	float:left;
	}
	
.box2
	{
	width: 200px;
	background-color:#000000;
	margin-left: auto;
	margin-right: auto;	
	margin-top: auto;
	padding: 0;
	text-align: left;
	float:left;
	}
	
.boxad
	{
	width: 200px;
	background-color:#000000;
	margin-left: auto;
	margin-right: auto;	
	margin-top: auto;
	padding: 0;
	text-align: left;
	float:right;
	}
	
.boxvenue
	{
	margin-left: auto;
	margin-right: auto;	
	margin-top: auto;
	padding: 0;
	text-align: left;
	width:780px;
	background-color:#000000;
}

	
.content
	{
	padding:5px;
	color:#FFFFFF;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	}
	
.content h1
	{
	color:#FFFFFF;
	font-weight: bold;
	font-style:italic;

	font-family:"Times New Roman", Times, serif;
	padding-left:10px;
	padding-right:10px;
	} 
	
.content h2
	{
	color:#FF0000;
	font-weight: bold;
	font-style:italic;
	font-family:"Times New Roman", Times, serif;
	padding-left:10px;
	padding-right:10px;
	} 
	
.content h3
	{
	color:#FFffff;
	font-weight: bold;
	font-style:italic;
	font-family:"Times New Roman", Times, serif;
	padding-left:10px;
	padding-right:10px;
	} 
		
.content p
	{
	color:white;
	font-size: 1em;
	line-height: 1.3em;
	font-family: arial, helvetica, sans-serif;
	padding-left:10px;
	padding-right:10px;
	} 

		
/* ---=== border code follows ===--- */
/*
	tlc = top left corner
	trc = top right corner
	blc = bottom left corner
	brc = bottom right corner
	lb = left border
	rb = right border
	tb = top border
	bb = bottom border 
*/

.tlc, .trc, .blc, .brc
	{
	background-color: transparent;
	background-repeat: no-repeat;
	}

.tlc
	{
	background-image:url(images/topleft.gif);
	background-position: 0% 0%;
}

.trc
	{
	background-image:url(images/topright.gif);
	background-position: 100% 0%;
	}
	
.blc
	{
	background-image:url(images/bottomleft.gif);
	background-position: 0% 100%;
	}

.brc
	{
	background-image:url(images/bottomright.gif);
	background-position: 100% 100%;
	}

.tb, .bb
	{
	background-color: transparent;
	background-repeat: repeat-x;
	}
			
.tb
	{
	background-image:url(images/topline.gif);
	background-position: 0% 0%;
	/* z-index:1; */
	}

.bb
	{
	background-image:url(images/bottomline.gif);
	background-position: 50% 100%;
	/* z-index:1; */
	}
	
.rb
	{
	background-image:url(images/rightline.gif);
	background-position: 100% 0%;
	background-repeat: repeat-y;
	}

.lb
	{
	background-image:url(images/leftline.gif);
	background-position: 0% 100%;
	background-repeat: repeat-y;
	}
			
/* fonts for header */
.header
	{
	font-family: "Times New Roman", Times, serif;
	color:#FFFFFF;
	font-weight:bold;
	font-style:italic;
	}

.login
	{
	font:normal 8pt verdana, arial, helvetica;
	color:#FFFFFF;
	}
 /*  end of font for header */
 
 /*  for footer  */
.footer
	{
	clear:both;
	font:normal 8pt verdana, arial, helvetica;
	color:#FFFFFF;
	padding:5px;
	background-color:#000000;
	bottom:0px;
	/* float:right; */
	margin-top:auto;
	text-align:right;
	}
	
.footer a:link, .footer a:visited
	{
	text-decoration:none;
	font:normal 8pt verdana, arial, helvetica;
	color:#FFFFFF;
	}
	
.footer a:hover, .footer a.over
	{
	text-decoration:none;
	font:normal 8pt verdana, arial, helvetica;
	color:#FF0000;
	}
/*  end of footer */

/* leaderboard info */
ol li
	{
	font:normat 8pt Verdana, Arial, Helvetica, sans-serif;
	color:#FFFFFF;
	text-align:left;
	}	
/*  */


