/* CSS Document */
html, body {
	margin:0;
	padding:0;
	background-color:#EEE;
	width:100%;
}
body {
	font-family:Trebuchet MS, sans-serif;
	font-size:13px;
	color:#4f4949;
}
a {
	color:#3f76ba;
}
a:hover, {
 text-decoration:none;
}
h1 {
	font-family:Trebuchet MS, sans-serif;
	font-size:16px;
	font-weight:bold;
}



/*solid block with login and registration goes here*/
div#solid {
	height:30px;
	width:100%;
	background-color:#e3e3e3;
	color:#4f4949;
	font-size:12px;
	font-weight:bold;
	border-bottom:solid 1px #d8d8d8;
}
.reg	{
	float:left;
	padding:5px 0 5px 30px;
}
.lang	{
	float:right; 
	padding:5px 30px 5px 0;
}
div#solid a {
	padding-left:5px;
}
div#solid a:hover {
	text-decoration:none;
}

/*header goes here*/
div#header {
	float:left;
	width:100%;
	min-width:1000px;
	height:120px;
}
div#logo {
	text-align:center;
	float:left;
	margin:20px 30px 15px 30px;
}
* html div#logo {
	margin:17px;
}
/*page navigation goes here*/
div#page-navigation {
	float:left;
	margin:20px 0 20px 40px;
}
* html div#page-navigation {
	margin:20px 50px;
}
div#page-navigation td div {
	background: url(../images_main/right_upper_corner.gif) no-repeat top right;
}
table#upper-menu {
	font-size:15px;
	font-style:italic;
	font-weight:bold;
	text-align:center;
}
table#upper-menu a {
	text-align:center;
	color:#4f4949;
}
table#upper-menu a:hover {
	text-decoration:none;
}
td#selected {
	padding: 0;
	height:36px;
	text-align: center;
	background: #dbdbdb url(../images_main/left_upper_corner.gif) no-repeat 0 0;
	vertical-align: top;
}

td#selected a:visited {
	text-decoration:none;
}

table#lower-menu {
	float:left;
	border-collapse:collapse;
	font-style:italic;
	text-align:center;
	background: #dbdbdb url(../images_main/left_lower_corner.gif) no-repeat bottom left;
	margin-left:2px;
	margin-top:-2px;
}
* html table#lower-menu {
	height:10px;
	margin-left:1px;
	margin-top:-2px;
}
table#lower-menu a {
	text-align:center;
	color:#4f4949;
	margin-left:-5px;
}
table#lower-menu a:hover {
	text-decoration:none;
}
td#last {
	background: url(../images_main/right_lower_corner.gif) no-repeat bottom right;
	vertical-align: bottom;
}

/*wrapper*/
div#wrapper {
	width:100%;
	float:left;
	min-width:1000px;
	margin-bottom:30px;
}
	div#wrapper a:hover {
	text-decoration:none;
}

/*sidebar*/
div#sidebar {
	float:left;
	margin:0 30px;
	width:215px;

}

*html div#sidebar {
	margin-left:15px;
}
/*search box*/
div#searchbar {
	background-color:#e3e3e3;
	width:215px;
	height:50px;
	border:solid 1px #d8d8d8;
	float:left;
}

div#searchbar input {
	width:125px;
	height:17px;
	margin-top:15px;
	margin-left:15px;
	border:solid 1px #d8d8d8;
}

/*for button*/

.clear { /* generic container (i.e. div) for floating buttons */
    overflow: hidden;
    width: 100%;
}

a.button {
    background: transparent url(../images_main/button_sprite_2.gif) no-repeat scroll top right;
    display: block;
    float: left;
    height: 21px;
    padding-right: 2px; /* sliding doors padding */
    text-decoration: none;
	color:#4f4949;
}

a.button span {
    background: transparent url(../images_main/button_sprite.gif) no-repeat;
    display: block;
    line-height: 11px;
    padding: 5px 0 5px 10px;
}


a.button:hover{
    background-position: bottom right;
    outline: none; /* hide dotted outline in Firefox */
}

a.button:hover span {
    background-position: bottom left;
}

/*bets*/
.bets {
	clear:both;
	background-color:#e3e3e3;
	width:215px;
	border:solid 1px #d8d8d8;
	float:left;
	margin-top:30px;
}

.bets h1 {
	font-size:15px;
	font-weight:bold;
	text-align:center;
	margin-bottom:-5px;
}
* html .bets h1 {
	padding-top:10px;
	margin-bottom:-10px;
}
.bets h1 a {
	text-decoration:none;
}
.bets h1 a:hover {
	color:#CC0000;
}
.bets_list {
	list-style:none;
	font-size:13px;
/*	font-weight:bold;*/
	padding-right:15px;
}
.bets_list img {
	vertical-align: middle;
	padding-bottom:7px;
	margin-right:5px;
	border:none;
}
* html .bets_list img {
	padding-bottom:10px;
	vertical-align: bottom;
}
.bets_list a {
	color:#4f4949;
	text-decoration:none;
}

.bets_list a:hover {
	color:#CC0000;
}

.bets_list p {
	line-height:17px;
	margin:0 10px 10px -5px;
}

.bets_list p a:hover {
	color:#3f76ba;
	text-decoration:underline;
}

/*news*/
div#news {
	float:left;
	width:67%;
	margin-left:40px;
}

div#news a:hover{
	text-decoration:none;
}

* html div#news	{
	 margin-left:25px;
}

.news_block {
	width:100%;
	height:100%;
	float:left;
	margin-bottom:10px;
	min-width:780px;
}

.news_block a {
	text-decoration:none;
}

.news_block a:hover	{
	color:#CC0000;
}

.news_block td a {
	color:#4f4949;
}

.news_block a p{
	color:#4f4949;
}

.news_block a:hover p{
	color:#202020;
}

/*footer*/
div#footer {
	clear:both;
	margin:0 30px;
	bottom: 0;
	height: 130px;
	color:#4f4949;
	font-size:12px;
	background-color:#e3e3e3;
	border:solid 1px #d6d6d6;
	/*min-width:1000px;*/
	overflow:hidden;
}
.block {
	float:left;
	margin:25px 30px;
}
/*for center align in blocks. it also doesn't fix ie6*/
div.outer {
	width: 100%;
	overflow: hidden;
}
div.inner {
	float: right;
	position: relative;
	right: 50%;
}
div.center {
	position: relative;
	right: -50%;
}
* html div.inner {
	float:none;
	margin-left:5%;
}
/*pages navigation*/
.page-nav {
	margin-top:20px;
}

.page-nav a:hover {
	color:#CC0000;
	text-decoration:none;
}
.next-prev li {
	display: inline;
}
#nav-pages {
	list-style: none;
}
#nav-pages li {
	display: inline;
	padding:2px;
	margin:2px;
}

.prgrm	{
	font-size:15px; 
	margin:0 20px;
	color:#3f76ba;
}

.prgrm font	{
	margin-right:30px;
}

#breadcrumbs	{
	font-size:16px;
}

.profile_bar	{	
	float:left; 
	font-size:16px;
	margin:0 40px;
}
input {
	border:solid 1px #d8d8d8;
}

.results td{
	padding:1px;
}

/* tabs */
.focus_tab_bg	{
	float:left; 
	background: url('/images_main/solid.jpg') repeat-x;
	height:34px;
}
.focus_ls	{
	float:left; 
	background: url('/images_main/ls.jpg') no-repeat 0 0; 
	height:34px;
}
.focus_rs	{
	float:left; 
	background: url('/images_main/rs.jpg') no-repeat 100% 0; 
	height:34px;
}
.pale_tab_bg	{
	float:left; 
	background: url('/images_main/solid_pale.jpg') repeat-x;
	height:34px;
}
.pale_ls	{
	float:left; 
	background: url('/images_main/ls_pale.jpg') no-repeat 0 0; 
	height:34px;
}
.pale_rs	{
	float:left; 
	background: url('/images_main/rs_pale.jpg') no-repeat 100% 0; 
	height:34px;
}
/*end of tabs*/