/* Text formats */
body {
	background-color: #9da8da;
	font-family: arial;
	margin: 0px;
	padding: 0px;
	font-size: 14px;
	background-image: url(/images/bg.gif);
	background-position: center;
	background-repeat: repeat-y;
	}
	
td {
	font-size: 14px;
}
table {
	text-align: left;
}

a:link, a:visited, a:active
	{ color: #535586; text-decoration: none;}
a:hover
	{ color: #8d8fb5; text-decoration: none;}
	
.white_linke:link, .white_linke:visited, .white_linke:active
	{ color: #535586; text-decoration: none;}
.white_linke:hover
	{ color: #8d8fb5; text-decoration: none;}
	
a.rollover {
	display: block;
	outline:none;
	float:left;
	overflow:hidden;
	height: 28px;
	text-indent:-2000px;
}
a:hover.rollover {
	background-position: 0% 100%;
	background-position: -28px left;
}
	
.alert
	{ font-weight: bold; color: maroon; text-align: center;}
	
b { color :#495499; }

input, textarea, select { 
	background-color: #FFFFFF; 
	border: solid #8b8eb0 1px; }

.bg
	{ background-color: #eaeffe; }
	
.bg_border
	{ background-color: #e2ffc0; border: solid #b4e782 1px; }
	
.border
	{ border: solid #9ba7d9 1px; }
	
.border-bottom
	{ border-bottom: solid #9ba7d9 1px; }
	
.light-border-bottom
	{ border-bottom: solid #eef3fe 1px; }
	
.border-bottom-light-right
	{ border-bottom: solid #9ba7d9 1px; border-right: solid #eef3fe 1px; }
	
.border-top
	{ border-top: solid #9ba7d9 1px; }

.light-border-right
	{ border-right: solid #eef3fe 1px; }
	
.admin-color
	{ color: #b23131; }
	
.submit_text_only
	{ border: none; color: #535586; font-family: arial; font-size: 14px; text-indent:-2px; padding: 0px; margin: 0px; cursor: pointer; cursor: hand; overflow: visible; }
.submit_text_only:hover
	{ color: #8d8fb5; }

/* Banner */
#banner
	{ width: 750px; 
	height: 67px;
	margin: 0 auto;
	font-size: 14px;
	overflow: hidden; }

.banner_
	{ background-image: url(/images/guest_banner.jpg); }
	
.banner_day
	{ background-image: url(/images/day_banner.jpg); }
	
.banner_night
	{ background-image: url(/images/night_banner.jpg); }
	
/* Banner Behind */
#banner_behind
	{ width: 100%; 
	margin: 0 auto;
	height: 67px;}

.banner_behind_
	{ background-image: url(/images/day_banner_bg.jpg);
	background-color: #9aa9d9; }
	
.banner_behind_day
	{ background-image: url(/images/day_banner_bg.jpg);
	background-color: #9aa9d9; }
	
.banner_behind_night
	{ background-image: url(/images/night_banner_bg.jpg);
	background-color: #172654; }
	
/* Main Container */
#main { 
	width:730px;
	margin: 0 auto;
	padding: 10px;
	padding-bottom:0px;
	text-align:left;
	align: center;
	background-color: #FFFFFF; }

/* stats */
#stats { 
	width: 100%;
	padding: 0px;
	margin: 0 auto;
	font-size: 13px;
	background-color: #e2ffc0;
	text-align: center;  }
	
/* Navigation */
#nav { 
	width:750px;
	padding: 0px;
	margin: 0 auto;
	background-color: #FFFFFF;
	text-align:center;  }
	
/* Footer */
#footer
	{ width: 750px;  
	text-align: center; 
	padding: 0px; 
	margin: 0 auto;
	color: #000000;
	background-position:bottom;
	background-repeat:no-repeat;
	background-color:#FFFFFF; }
	
/* Progress bar */
#progress_bar {
    width:100px;
    height:7px;
    border:1px solid #7684c6;
    padding:0;
    margin:0;
	margin-top: 2px;
    background-color: #eaeffe;
    background-repeat:repeat-x;
	text-align: left;
	overflow: hidden;
}

#progress_bar div {
    background-color: #7684c6;
	width:100px;
	height:7px;
    padding:0;
    margin:0;
}

/* Profile formats */

#container {
	width: 100%;
	overflow: hidden;
	text-align:left;
}

.profile_header {
	width: 100%; 
	vertical-align:top; 
	float:left;
	font-weight: bold;
	color:#FFFFFF;
	background-color: #7684c6;
	text-align: right;
	padding: 5px;
	margin-bottom: 5px;
}

.profile_header2 {
	width: 100%; 
	vertical-align:top; 
	float:left;
	font-weight: bold;
	color:#7684c6;
	background-color: #eaeffe;
	text-align: right;
	padding: 5px;
	margin-bottom: 5px;
}

.showcase {
	background-image:url(/images/showcase.gif);
	background-position:center;
	background-repeat:no-repeat;
	height:89px; 
	text-align:center;
}

#left {
	width: 22%; 
	vertical-align:top;
	padding-right: 10px; 
	float:left;
}

#right {
	width: 72%; 
	vertical-align:top; 
	padding: 5px;
	float:left;
}

.profile_div {
	width: 100%; 
	padding: 5px;
	margin-bottom: 15px;
}

/* Thick box */

/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> global settings needed for thickbox <<<-----------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/

/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> thickbox specific link and font settings <<<------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
#TB_window {
  font: 12px Arial, Helvetica, sans-serif;
  color: #333333;
}
#TB_secondLine {
  font: 10px Arial, Helvetica, sans-serif;
  color:#666666;
}
#TB_window a:link {color: #666666;}
#TB_window a:visited {color: #666666;}
#TB_window a:hover {color: #000;}
#TB_window a:active {color: #666666;}
#TB_window a:focus{color: #666666;}
/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> thickbox settings <<<-----------------------------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
#TB_overlay {
  position: fixed;
  z-index:100;
  top: 0px;
  left: 0px;
  height:100%;
  width:100%;
}
.TB_overlayMacFFBGHack {background: url(macFFBgHack.png) repeat;}
.TB_overlayBG {
  background-color:#000;
  filter:alpha(opacity=75);
  -moz-opacity: 0.75;
  opacity: 0.75;
}
* html #TB_overlay { /* ie6 hack */
     position: absolute;
     height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}
#TB_window {
  position: fixed;
  background: #ffffff;
  margin-right: -1px;
  padding: 0px;
  z-index: 102;
  color:#000000;
  display:none;
  text-align:left;
  top:50%;
  left:50%;
}
* html #TB_window { /* ie6 hack */
position: absolute;
margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
}
#TB_window img#TB_Image {
  display:block;
  margin: 15px 0 0 15px;
  border: 1px solid #8b8eb0;
}
#TB_caption{
  height:25px;
  padding:7px 30px 10px 25px;
  float:left;
}
#TB_closeWindow{
  height:25px;
  padding:11px 25px 10px 0;
  float:right;
}
#TB_closeAjaxWindow{
  padding:7px 10px 5px 0;
  margin-bottom:0px;
  text-align:right;
  float:right;
}
#TB_ajaxWindowTitle{
  float:left;
  padding:7px 0 5px 10px;
  margin-bottom:1px;
}
#TB_title{
  background-color:#c6c7da;
  height:27px;
}
#TB_ajaxContent{
  clear:both;
  padding:2px 15px 15px 15px;
  padding: 0px;
  overflow:auto;
  text-align:left;
  line-height:1.4em;
}
#TB_ajaxContent.TB_modal{
  padding:15px;
}
#TB_ajaxContent p{
  padding:5px 0px 5px 0px;
  padding: 0 px;
}
#TB_load{
  position: fixed;
  display:none;
  height:35px;
  width:35px;
  z-index:103;
  top: 50%;
  left: 50%;

}
* html #TB_load { /* ie6 hack */
position: absolute;
margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
}
#TB_HideSelect{
  z-index:99;
  position:fixed;
  top: 0;
  left: 0;
  background-color:#fff;
  border:none;
  filter:alpha(opacity=0);
  -moz-opacity: 0;
  opacity: 0;
  height:100%;
  width:100%;
}
* html #TB_HideSelect { /* ie6 hack */
     position: absolute;
     height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}
#TB_iframeContent{
  clear:both;
  border: 1px solid #8b8eb0;;
  border-right: 0px;
  margin: -1px;
  margin-right: -1px;
  margin-left: 0px;
  _margin-bottom:1px;

}

/* $Id: example.css,v 1.5 2006/03/27 02:44:36 pat Exp $ */

/*--------------------------------------------------
  REQUIRED to hide the non-active tab content.
  But do not hide them in the print stylesheet!
  --------------------------------------------------*/
.tabberlive .tabbertabhide {
 display:none;
}

ul.tabbernav
{
 margin:0;
 padding: 3px 0;
}

ul.tabbernav li
{
 list-style: none;
 margin: 0;
 display: inline;
}
