html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
img{
	outline:0;
}
/* Compatible Styles */
p{
	margin:0px;
}
h1, h2, h3, h4, h5, h6{
	font-weight:bold;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
	border-left:3px solid #CCC;
	padding:5px 0 5px 7px;
	margin-left:15px;
}
/* Global Styles */
a{
	text-decoration:none;
}
a:hover{
	text-decoration:none;
}
h1{
	font-size:18pt;
	margin:0px;	
}
h2{
	font-size:14pt;
	margin:0px;	
}
h3{
	font-size:12pt;
	margin:0px;
}
ul{
	margin:0px;
}
ul li{
	padding:0px;
}
ol{
	margin:0px;
	list-style:decimal;
}
ol li{
	padding:0px;
}
.fleft{
	float:left;
}
.fright{
	float:right;
}
.textleft{
	text-align:left;
}
.textright{
	text-align:right;
}
.textcenter{
	text-align:center;
}
.alignleft{
	float:left;
}
.alignright{
	float:right;
}
.justify{
	text-align:justify;
}
.hidden{
	display:none;
}
small{
	font-size:85%;
}
/* Clearfix Rules */
.clearfix:after {
	clear: both;
	display: block;
	content: " ";
	height: 0px;
	visibility: hidden;
}
.clearfix {
	display: inline-block;
}
* html .clearfix {
	height: 1%;
}
.clearfix {
	display: block;
}
li.clearfix {
	display: list-item;
}
a{
	color:#000000;
}
a:hover{
	color:#990000;
}
/* Structure */
body {
	background:#FFF url(../images/bg.jpg) repeat;
	font:normal 11px "verdana";
	color:#000;
}
#wrapper{
	width:1000px;
	margin:0 auto;
	background:url(../images/bodybg.jpg) repeat-y;
}
#header{
	background:url(../images/header.jpg) no-repeat;
	height:108px;
	margin:0 0 10px 0;
}
#logo{
	width:300px;
}
#toplogin{
	width:700px;
	text-align:right;
}
#topad{
	padding:10px 15px 0px 0px;
}
#login{
	padding:7px 0 0 0;
	vertical-align:top;
}
.txtlogin{
	width:100px;
	font:normal 10px verdana;
	border:1px solid #cccccc;
	height:17px;
	margin:0 0 0 5px;
}
.btnlogin{
/*	background:url(../images/btnlogin.jpg) no-repeat;*/
	background-color:#333333;
	font:normal 12px verdana;
	color:#FFFFFF;
	border:0px;
	margin:0 0 0 5px;
}

#bodywrap{
	width:975px;
	margin:0 0 0 17px;
}
.sidebar{
	width:185px;
}
.spanel{
	background:url(../images/sidepanelbg.jpg) repeat-y;
	margin:0 0 10px 0;
}
.sidebar h1{
	height:24px;
	font:bold 11px verdana;
	padding:7px 0 0 10px;
	background:url(../images/sidehead.jpg) no-repeat;
	color:#CCC;
}
.sidebar ul{
	margin:5px 0 0 10px;
}
.sidebar ul li{
	padding:0 0 2px 0;
}
.bets{
	float:right; padding:0 15px 0 0;
}
.sidebottom{
	width:185px;
	height:19px;
	background:url(../images/sidebottom.jpg) no-repeat;
}
#contentwrap{
	width:598px;
	margin:0 0 0px 2px;
}
.contentpanel{
	background:url(../images/contentbody.jpg) repeat-y;
	margin:0 0 10px 0;
}
.contentpanel h1{
	background:url(../images/contenthead.jpg) no-repeat;
	font:bold 12px verdana;
	color:#FFF;
	padding:8px 0 7px 20px;
}
.content{
	padding:10px 30px 0px 20px;
	line-height:1.5;
}
.content p{
	margin:0 0 10px 0;	
}
.contentbottom{
	background:url(../images/contenbottom.jpg) no-repeat;
	height:15px;
}
#footerwrap{
	background:url(../images/bodybg.jpg) repeat-y;
	width:1000px;
	margin:0 auto;

}
#footer{
	height:65px;
	background:url(../images/footer.jpg) no-repeat;
	color:#848484;
	padding:0 0 10px 0;
}
.footsection{
	width:500px;
}
.footsection p{
	padding:25px 35px 0 35px;
}

.bold {
	font-family: inherit;
	font-size: 12px;
	font-weight: bold;
	color: #333333;  	/*dc5a1b	or	C8C8C8*/
}

.MediumOrangeNormal {
	font-family: "tahoma";
	font-size: 11px;
	font-weight:bold;
	color: #666666;		/*dc5a1b	or	A8223D*/
	letter-spacing:1px;
}

.combo{
	font: 'tahoma';
	color: #666666;
	font-size: 11px;
	border:1px solid #666666;
	margin:0 0 0 5px;
}

.textarea{
	font: 'tahoma';
	color: #666666;
	font-size: 12px;
	border:1px solid #CCCCCC;
	margin:0 0 0 5px;
}

/* ========== PAGING CLASSES ===============*/
.paging_nolink {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	display:block, inline;
	height:12px;
	padding:0px 2px 0px 2px;
	vertical-align:middle;
	border:1px solid #A1A1A1;
	background-color:#DADADA;
}

.paging_link, .paging_link:hover  {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	text-decoration:none;
	display:block, inline;
	height:12px;
	padding:0px 2px 0px 2px;
	vertical-align:middle;
	border:1px solid #666666;
	background-color:#999999;
}

.paging_selected {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	text-decoration:none;
	background-color: #CCCCCC;
	display:block, inline;
	height:12px;
	padding:0px 2px 0px 2px;
	vertical-align:middle;
	border:1px solid #666666;
}
/* ========================================================*/

.div_fullscreen{
    display:block;
	filter:alpha(Opacity=50);
	-moz-opacity: 0.5;
    /*set the div in the top-left corner of the screen*/
    position:absolute;
    top:0;
    left:0;
	
	/*set the width and height to 100% of the screen*/
    width:100%;

	/*********************************/
	/*THE REST OF THE CSS IS OPTIONAL*/
	/*********************************/
	
	/*give it some background*/
	background:#dedede;	
	/*put the text in the middle*/
	text-align:center;
	/*padding-top:25%;*/
  }