/* LAYOUT STYLES */
* {margin:0;padding:0}

/* commented backslash hack v2 \*/ 
html, body{height:100%;} 
/* end hack */ 

body {
	background: white url("../images/content_border_left.jpg") repeat-y left top;
	color: #FFF;
}
#outer{
	margin-left:250px;
	margin-right:190px;
	background: white url("../images/content_border_right.jpg") repeat-y right top;
	margin-bottom:-93px;
	min-height:100%
}
#header{
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:76px;
	background: #809900 url("../images/header_bg.jpg");
	overflow:hidden;
	text-align: center;
}
#left {
	position:relative;/*ie needs this to show float */
	width:250px;
	float:left;
	margin-left:-129px;/*must be 1px less than width otherwise won't push footer down */
	z-index:100;
	left:-1px;
}

#right {
	position:relative;/*ie needs this to show float */
	width:190px;
	float:right;
	margin-right:-189px;/*must be 1px less than width otherwise won't push footer down */
	left:1px;
	color: #000;
}
#footer {
	width:100%;
	clear:both;
	height:93px;
	background: #406700 url("../images/footer_bg.jpg") repeat-x top;
	text-align:center;
	position:relative;
}
#clearheader{height:76px;}/*needed to make room for header*/
#clearfooter{clear:both;height:93px;}/*needed to make room for footer*/
* > html #clearfooter {float:left;width:100%;}/* ie mac styles */

#centrecontent {
	float:left;
	width:100%;
	position:relative;
	z-index:1;
	margin:0 -1px;/* moz fix*/
	color: #000;
	padding: 10px;
	padding-bottom: 45px;
}
#content {
	margin-right: 80px; /* Correction for content div and padding */ 
	overflow: auto;
}

html>body #minHeight{float:right;width:0px;height:100%;margin-bottom:-91px;} /*safari wrapper */



/* CSS Document */
* html #outer{	height:100%;}
#minHeight {display:none}
#left {margin-right:-3px;}/*3px jog */
#right {margin-left:-3px;}/*3px jog */
* html #footer {
	height:91px;/* for ie5 */
	he\ight:90px;/* for ie6 */
}

#footer_img{
	background: white url("../images/footer_main.jpg") no-repeat 0 0;
	width: 591px;
	height: 91px;
	position: relative;
	margin-left: auto;
	margin-right:auto;
}

#footer_pulse{
	background: white url("../images/footer_pulse.jpg") no-repeat 0 0;
	width: 30px;
	height: 68px;
	margin-top: -40px;
	margin-left: 65%;
	position: absolute;
	*position: relative;
	z-index: 100;
}

/* OTHER STYLES */

/* LOGIN */
.login_area {
	width:586px;
	height:300px;
	vertical-align:top;
	padding-left:9;
}
.login_loginform {
	background: transparent url("../images/layout/sportia_bg_content.jpg") no-repeat 0 0;
	float:left;
	width:48%;
	margin-left: -9px;
	z-index: 100;
	position: absolute;
}
.login_loginform td, .login_loginform input {
	font-size:10px;
	font-weight:bold;
}
.login_content {
	float:right;
	width:45%;
}
.login_content td {
	font-size:12px;
}
.login_content strong {
		font-size:14px;
		color:#73B806;
}
div {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000000;
}
.confirmation {
	width: 400px;
	margin-left: auto;
	margin-right: auto;
	border: 1px dotted red;
	background: #F3F3F3;
	padding: 5px;
	text-align: center;
}
.basic_report {
	width: 320px;
	line-height:14px;
	padding: 5px;
	padding-left: 0px;
	
}
/* REGISTER */	
.register .info {
	font-size:14px;
	color:#73B806;
}
	
/* FONTS */
p {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000000;
	line-height:14px;
	padding: 5px;
	padding-left: 0px;
	}
th {
	text-align: left;
	padding: 3px;
}
td {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000000;
	line-height:14px;
	padding: 3px;
	}
input,textarea {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000000;
	line-height:14px;
	padding: 2px;
	}
td.collapse {
	border: 1px solid #f2f2f2;
}
a,a:hover{
	color:#73B806;
	text-decoration:none;
	font-weight:bold;
}
a:hover{
	text-decoration:underline;
	font-weight:bold;
}
table{
	border-color:#ffffff;
	border-collapse:collapse;
}
.table_report {
	 /*border: 1px solid transparent;*/
	 padding: 3px
}
/*
.header,
td.header{
	font-size:14px;
	color:#000000;
	}
*/

/* FORMS */

.form_error {
	color: red; 
	padding: 3px; 
	margin: 5px; 
	/*background: #F4EFED; 
	border: 1px solid black;*/
	font-weight: normal;
}

input, textarea, select, option {
	border:1px solid #cccccc;
}

.input_text_s {
	width: 40px;
}

/* ADMIN */
.admin_table {
	width:400px;
	height: 40px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 10px;

}
tr.row1 {
	background-color:transparent;
	border-bottom:1px dotted #cccccc;
}
tr.row2 {
	background-color:transparent;
	border-bottom:1px dotted #cccccc;
}
tr.menu {
	background-color:#76b807;
	font-family:verdana;
	color:#ffffff;
	font-size:12px;
	vertical-align:middle;
	height:30px;
}
tr.menu td {
	border:1px solid #ffffff;
	text-align:center;
	font-family:verdana;
	color:#ffffff;
	font-size:12px;
	font-weight:bold;
	width:120px;
}
.menu strong a {
	font-weight:bold;
}
a.menu {
	font-family:verdana;
	color:#ffffff;
	font-weight:normal;
	font-size:11px;
	text-decoration:none;
}
a.menu:hover {
	text-decoration:underline;
	color:yellow;
	font-weight:normal;
}

hr.new_users {
	width: 300px;
	margin-top: 5px;
	margin-bottom: 5px;
}
	
/* COMMON STYLES */

.center {
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}
.pbra {
	page-break-after: always;
}
.pbrb {
	page-break-before: always;
}
.pbri {
	page-break-inside: always;
}
.nopbra {
	page-break-after: avoid;
}
.nopbrb {
	page-break-before: avoid;
}
.nopbri {
	page-break-inside: avoid;
}		
.printonly {
	display: none;
}

/* style definition for element positioning */	
.tvalign {
	vertical-align: top;
}
.lalign {
	text-align: left;
}
.ralign {
	text-align: right;
}
.center {
	margin: auto;
	text-align: center;
}
.nofloat {
	float: none;
}
.lfloat {
	float: left;
}
.rfloat {
	float: right;
}
.bclear {	
	clear:both;
}
.lclear {	
	clear:left;
}
.rclear {	
	clear:right;
}

.aposition {
	position: absolute;
}
.rposition {
	position: relative;
}
.fposition {
	position: fixed;
}
.dinline {	
	display: inline;
}
.dinlineb {	
	display: inline-block;
}
.dtable {	
	display: table;
}
.dtcell {	
	display:table-cell;
}
.nowrap {
	white-space: nowrap;
}

/* style definition for element border */
.norb {	
	border-right: 0px solid transparent;
}
.nolb {	
	border-left: 0px solid transparent;
}
.notb {
	border-top: 0px solid transparent;
}
.nobb {
	border-bottom: 0px solid transparent;
}
.rb {	
	border-right: 1px solid black;
}
.lb {	
	border-left: 1px solid black;
}
.tb {
	border-top: 1px solid black;
}
.bb {
	border-bottom: 1px solid black;
}
.border {
	border:	1px solid black;
}
.border_red {
	border-left: 1px solid red;
	border-right: 1px solid red;
	border-top: 1px solid red;
	border-bottom: 1px solid red;
}
.noborder {
	border:	0px solid transparent;
}
/* MOBILE STYLES */
.mobi_name{
	font-weight: bold;
}
.mobi_img{
	float: right;
	clear: right;
}
.mobi_list{
	padding: 10px;
}
.mobi_info{
	color: #778899;
	padding-left: 20px;
}
.mobi_keys{
	font-weight: bold;
}
.mobi_separator{
	height: 1px;
	color: #DCDCDC;
	border-style : dashed;
	width:300px;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}
