/****************************************
 *              Common Styles           *
 ****************************************/
body {
	font-family:"Trebuchet MS", verdana, sans-serif;
	font-size: 12px;
	line-height: 1.5em;
	color: #666;
	text-align: center;
	margin: 0;
	padding: 0;
	background: #666 url(drk_bg.gif) repeat-y 50%;
	}

h1 {
	font-size: 14px;
	text-transform: uppercase;
	font-weight: bold;
	letter-spacing: 5px;
	margin:0;
	color: #444444
}
h2 {
	font-size: 11px;
	text-transform:capitalize;
	font-weight: normal;
	letter-spacing: 5px;
	margin:0;
	color: #666666;
}
h3 {
	font-size: 11px;
	text-transform:capitalize;
	font-weight:bold;
	letter-spacing: 2px;
	margin:0;
	color: #888888;
	border-bottom: 1px dashed #999999;
	padding-left: 2px;
}
h4 {
	font-size: 11px;
	margin: 0;
	padding-left: 5px;
	font-weight:normal;
}
a {
	color: #666666;
	text-decoration:none;
}
a:hover {
	color: #333333;
	text-decoration:underline;
}
input {
	color: #666666;
    font-size:11px;
	background-color: #CCCCCC;
	border: 1px solid #999999;
	width: 150px;
}
select {
	color: #666666;
    font-size:11px;
	background-color: #CCCCCC;
	border: 1px solid #999999;
}
textarea {
	color: #666666;
    font-size:11px;
	background-color: #CCCCCC;
	border: 1px solid #999999;
}
/****************************************
 *          Wrap to Center all          *
 ****************************************/
#wrap {
	position: relative;
	margin: 0 auto;
	padding: 0 11px;
	text-align: left;
	background: url(drk_bg.gif) repeat-y;
	width: 776px;
	voice-family: "\"}\""; 
  	voice-family: inherit;
  	width: 750px;
	}

html>body #wrap {
  	width: 750px;
	} 
/****************************************
 *                Header                *
 ****************************************/	
#logo {
	background: #922 url(redbanner.jpg);
	background-repeat: no-repeat;
	height: 100px;
	padding: 0;
	margin: 0;
	}

#onlinebar, #navbar,#footer {
	color:#AAA;
	padding: 1px;
	background-color:#333;
	text-align:center;
	text-transform:uppercase;
	font-size:11px;
	}
#onlinebar {
	text-align:left;
	padding-left: 10px;
	}
#navbar a, #onlinebar a{
	text-decoration:none;
	color:#666;
	}
#navbar a:hover, #onlinebar a:hover {
	color:#ccc;
	text-decoration:underline;
	}

#guests {
	float:right;
    text-align:right;
    margin:0;
}
#login {
	float:right;
	padding-right:5px;
	padding-top: 5px;
	
}
#login input{
	width: 60px;
	background-color:transparent;
	border: 1px solid #999;
	
}
/****************************************
 *         Set page layouts             *
 ****************************************/	
#main {
	margin: 0 210px 25px 20px;
	padding-top: 18px;
	text-align: left;
	height: 1500px;
	}
html>body #main {
	height: auto;
	min-height: 1500px
}
#comsbar {
	position: absolute;
	top: 160px;
	right: 12px;
	margin: 0;
	padding: 40px 15px;
	width: 240px;
	voice-family: "\"}\""; 
  	voice-family: inherit;
  	width: 180px;
	}

html>body #comsbar {
  	width: 180px;
	} 
/****************************************
 *         Set Coms bar style           *
 ****************************************/		

.com {
	border: 1px solid #999999;
}

.com_header {
	text-transform: uppercase;
	font-weight: bold;
	letter-spacing: 5px;
	margin:0;
	color: #444444;
	padding: 5px 5px 5px 5px;
	height:20px;
	text-align:center;
	background-color:#BfBfBf;
	border-bottom: 1px solid #999999;
}

.com_main {
	padding: 2px 2px 2px 2px;
	background-color: #CCCCCC;
}

.com input {
	width: 170px;
	background-color: inherit;
}

#pageheader {
	/*width:500px;*/
	height:60px;
	border-bottom: 1px dashed #666666;
	font-size:48px;
	font-weight: bold;
	letter-spacing: 20px;
	padding: 20px 0 0px 10px;
	color:#660000;
	text-transform:uppercase;
}
.dialog {
	background-color: #D0D0D0;
	width:500px;
	border: 1px solid #999999;	
}
.dialog .dialog_header {
	background-color:#BfBfBf;
	padding: 10px 5px 5px 10px;
	border-bottom: 1px solid #999999;
}

.dialog .dialog_body {
	padding: 5px 5px 5px 5px;
}
.dialog_body img {
	float:right;
	width: 110px;
	height: 110px;
}
.dialog .dialog_footer {
	padding: 5px 5px 5px 5px;
	background-color: #BfBfBf;
	border-top: 1px solid #999999;
}
.dialog_header input {
	background-color:#BfBfBf;
	font-size: 14px;
	text-transform: uppercase;
	font-weight: bold;
	letter-spacing: 5px;
	width: 490px;
}
.dialog_footer input {
	background-color:#BfBfBf;
	width: 490px;
}
.dialog_footer textarea {
	background-color:#BfBfBf;
	width: 490px;
	height:100px;
}
/****************************************
 *            Page Specific             *
 ****************************************/		
 
 
.table,  .table td, .table tr {
 	border: 0px;
	padding: 0px;
	line-height: 12px;
 }
 
.table .subject {
 	width: 120px;
	font-weight: bold;
	padding: 0px;
 }
 
DIV.score,  DIV.score input{
 	font-size:96px;
	text-align:center;
	line-height:normal;
}

.win {
	color:#006600
}
.loose {
	color:#660000;
}
.draw {
	color:#000066;
}

.resultstable, .resultstable *{
	border: 0px;
	padding: 1px;
	border-spacing: 0px;
	line-height: 15px;
}
.resultstable .team {
	width: 150px;
	font-weight:bold;
}
.resultstable .date {
	width: 110px;
}

.minimember {
	
	font-size:20px;
	text-indent: 15px;
	text-transform:uppercase;
	padding-left:15px;
	padding-bottom: 5px;
	
}

.minimember img {
	height: 50px;
	width: 50px;
	float:right;
}
#match_date img {
	
	height: 15px;
	width: 25px;
	Float:none;
	border: 0;

}

#match_date input {
width:40px;
}
#match_time input {
width:40px;
}

