@charset "utf-8";
.text {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	color: #333333;
	text-decoration: none;
}
.whitetext {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 11px;
	color: #ffffff;
	text-decoration: none;
}
.textbox {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	color: #333333;
	text-decoration: none;
	height: 18px;
	width: 195px;
	border: 1px solid #CCCCCC;
}
.link {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	color: #9665b2;
	text-decoration: none;
}
.link a:link{
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	color: #9665b2;
	text-decoration: none;
}
.link a:active{
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	color: #9665b2;
	text-decoration: none;
}
.link a:hover{
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	color: #7fa526;
	text-decoration: none;
}
.botlinks {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	color: #f1ffcd;
	text-decoration: none;
}
.botlinks a:link{
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	color: #f1ffcd;
	text-decoration: none;
}
.botlinks a:active{
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	color: #f1ffcd;
	text-decoration: none;
}
.botlinks a:hover{
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	color: #c67ce6;
	text-decoration: none;
}
h1, .h1{
font-family:tahoma !important;
font-size:17px !important;
color:#4b0f6a !important;
text-decoration:none !important;
line-height:1.2em !important;
margin:16px 0 !important;
font-weight:bold !important;
display:block !important;
}
h2, .h2{
font-family:tahoma !important;
font-size:14px !important;
color:#7ba223 !important;
text-decoration:none !important;
line-height:1.1em !important;
margin:14px 0 !important;
font-weight:bold !important;
display:block !important;
}
#about {
	position: absolute;
	width:150px;
	z-index:1000;
	top:178px;

  	left: expression((document.body.clientWidth/2)+200);
	visibility: hidden;
}
#about1 {
	position: absolute;
	width:150px;
	z-index:105;
	top:100%;
  	left: expression((document.body.clientWidth/2)+200);
	visibility: hidden;
}
.sublinks {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	color: #2b292a;
	text-decoration: none;
	font-weight:bold;
}
.sublinks a:link{
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	color: #2b292a;
	text-decoration: none;
}
.sublinks a:active{
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	color: #2b292a;
	text-decoration: none;
}
.sublinks a:hover{
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	color: #ffffff;
	text-decoration: none;
}

body.clean {
	font-family: Tahoma, Geneva, sans-serif;
	background:white;
	width:620px;
	margin:0 auto;
}
/** HACK: drop old banner images */
.baz-content > img:first-child[src*=content_head_image],
.baz-content > img:first-child[src*=banner] {
	display:none;
}

.baz-content table.fastmatchevents { border-collapse: collapse; }
.baz-content table.fastmatchevents th { background: #492D66; font-style: italic; color: #8BC53F; padding: 5px 7px 5px 5px; border-top: 2px solid #FFF; margin:0; border-left: 2px solid white; border-right: 2px solid white; border-bottom: 1px solid black; }
.baz-content table.fastmatchevents td { font-size: 12px; padding: 5px 5px 5px 5px; border-left: 1px solid black; border-right: 1px solid black; }
.baz-content table.fastmatchevents td.blank { border-left: 0px; border-right: 0px; border-top: 2px solid white; height: 2px;} 
.baz-content table.fastmatchevents td.top { font-size: 12px; border-top: 1px solid black; }
.baz-content table.fastmatchevents td.bottom { font-size: 12px; border-bottom: 1px solid black; }
.baz-content table.fastmatchevents td.both { font-size: 12px; border-top: 1px solid black; border-bottom: 1px solid black; }
.baz-content table.fastmatchevents td img { border: none; }
.baz-content table.fastmatchevents tr.odd { background: white; }
.baz-content table.fastmatchevents tr.even { background: #f1ddf1; }

form span.error { color: red; font-weight: bold; }

.successBox, .errorBox, .warningBox, .infoBox {
	padding: .75em !important;
	text-align: center;
	margin: .5em 16px;
	-webkit-border-radius: 4px;
	   -moz-border-radius: 4px;
	        border-radius: 4px;
    -webkit-box-shadow: rgba(0, 0, 0, 0.3) 0 1px 3px;
	   -moz-box-shadow: rgba(0, 0, 0, 0.3) 0 1px 3px;
            box-shadow: rgba(0, 0, 0, 0.3) 0 1px 3px;
    clear: both;
    /*text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);*/
}

.successBox h4, .errorBox h4, .warningBox h4, .infoBox h4 {
	font-size: 1.2em;
	margin-left: 0;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}

.successBox p, .errorBox p, .warningBox p, .infoBox p {
	margin-left: 0;
}

.successBox table, .errorBox table, .warningBox table, .infoBox table {
	margin: 15px;
}

.successBox {
	background-color: #efe;
	border: 1px solid #090;
}

.errorBox {
	background-color: #faa;
	border: 1px solid #900;
}

.warningBox {
	background-color: #fe9;
	border: 1px solid #c90;
}

.infoBox {
	background-color: #ddf;
	border: 1px solid #009;
	text-align: left;
	font-size: 1em;
}

.basicBox {
	border: 1px solid #ccc;
	background-color: #f0f0f0;
	padding: 1em;
	margin: 1em 15px;
}
.head
{
	padding:10px;
}
.heading-th-side-menu{
 	float:left;
    	font-weight: bold;
    	font-size: 14px;
    	width:100%;
}
.fastmatchmenu
{
	width:100%;
	background-color:#f7f7f7;
}
.td-side-menu
{
	float: left;
    	font-size: 13px;
   	padding: 10px;
    	text-decoration: none;
}
.td-side-menu a:visited,.td-side-menu a:link,.td-side-menu a:active
{
	color:black;
	text-decoration:none;
}
.head
{
	padding: 10px;
	border-bottom: 2px solid rgb(128, 0, 128);
	width: 87%;
	position: relative;
	margin-top: 0px;
	left: 4px;
	margin-bottom: 0px;
}
.left-td
{
	width:75px;
}
.center-td
{
	float:center;
}
