﻿/* General */
html, body, form
{ 
	background: url(images/bg2.jpg) repeat;
	font-family:Verdana,Arial,Helvetica,sans-serif;
	font-size: 11px;
	margin:0px;
	background-color:#d7d7d7;
	height:100%;
	min-width:280px;
	line-height: 17px;
}
.hide {
	display:none;
}
/* HTML Elements */
a
{
	color:#111199;
}
a:hover
{
	color:#5555dd;
}
/* Header */
.header 
{
    width:100%;
	height:105px; 
	background: linear-gradient(to right, #02376C, #9AC0E0, #427BB9, #5B96C9, #427BB9, #07325C);
	/*background: linear-gradient(to bottom, #02376C, #427BB9, #5B96C9, #427BB9, #07325C);*/
	margin: auto;
	color:white;
	padding:5px 0 10px 0;
	display:flex;
}
.header a {
	color:white !important;
}
.logo {
	padding-left:25px;
}
/*Main menu*/
.menu
{
	width:100%;
	background: #00709f;
    margin-right: auto; 
    margin-left: auto;
	height: 28px;
}
.menu ul
{
	list-style-type: none;
	margin: auto;
	padding:0px;
}

.menu li
{
    background: linear-gradient(to bottom, #227BB9, #07325C);
    border-right: solid 1px #fff;
	float:left;
	height: 28px;
}
.menu li:hover
{
    background: linear-gradient(to bottom, #07325C, #062850);
    border-right: solid 1px #fff;
}
.menu a
{
	font-size:12px;
	color:White;
    text-decoration:none;    
    text-align:center;
	padding: 5px 20px 5px 20px;
	display: block;
}
.menu a:hover {
	color:White;
    text-decoration:none;    
}

/*Main content placeholders*/
.main {
	display: block;
	width:100%;
	margin-right: auto; 
	margin-left: auto;
	padding-top:3px;
	overflow:hidden;
	background-color:white;
	}

.main-left {
	float:left; 
	width:200px;
	display:block;
	padding: 0 1px 0 1px;
}
.main-center {
	float:left;
	width:calc(100% - 515px);
	display:block;
	padding: 0 5px 0 5px;
}
.main-right {
	display:inline;
    font-size:11px;
    line-height:15px;
	width:300px;
	float:right;
	padding: 0 2px 0 1px;
}
.footer
{
	background-color:#00709f;
	color:White;
	padding:0px;
	margin:0px;
	height:17px;
	width:85%;
	margin-right: auto; 
	margin-left: auto;
	text-align:right;
}

/*Left menu*/
.left-menu
{
    width:100%;
    border-left: 1px solid #aaa;
    border-right: 1px solid #aaa;
	padding: 0px;
	border-spacing: 0px;
}
.left-menu-title
{
    background:linear-gradient(to right, #2b59c6, #1e2981, #202040);
    color:White;
    text-align:center;
    font-size:13px;
}
.left-menu td
{
	padding: 0px;
	border-bottom: solid 1px #bbb;
}

.left-menu a
{
    display: block;
	height: 25px;
	padding: inherit;
	text-decoration: none;
	color:black;
}
.left-menu a:hover, .left-menu-selected
{
    background-color:#ddd;
}
/* Right panel*/

.right-panel-box td
{
	border-left: solid 1px #32447a;
	border-right: solid 1px #32447a;
}
.right-panel-box td td
{
	border:none;
}
.right-panel-box tr:last-child > td
{
	border-bottom: solid 1px #32447a;
}
.right-panel-box td tr:last-child td
{
	border: none;
}
/* Content */
.row0
{
	background-color:#fff;
}
.row1
{
	background-color:#ddd;
}
.bodyBlue
{
	font-family:Verdana; 
	color:#ffffff;
	padding-left:11px;
}
.gridHeader 
{ 
	background-color:#bbb;
}



.pageTitle 
{ 
	color:#111199;
	font-weight:bold;
	font-size:12px;
}
h1
{
	margin: 1px 0px 1px 0px ;
	font-size: 15px;
	color:#111199;
}

.textbox
{
	width:255px;
	border: 1px solid #999999;
	font-size:12px;
}
.pageSubTitle
{
	color:#111199;
	font-weight:bold;
}
.pageSubSubTitle
{
	color:#111199;
}

.betbutton
{
	background-image:url(images/btn.png);
	font-size:11px;
	border:0px;
	width:39px;
	height:19px;
	vertical-align:middle;
	padding-bottom:2px;
}
.ddl
{
	font-size:12px;
}
.betbutton:hover
{
	cursor:pointer;
	background-image:url(images/btn_over.png);
}

.bigbutton
{
	font-family:Arial;
	background-image:url(images/btn_big.png);
	font-size:12px;
	padding-bottom:1px;
	padding-top:1px;
	border:0px;
	width:69px;
	height:20px;
}
.bigbutton:hover
{
	cursor:pointer;
	background-image:url(images/btn_big_over.png);
}

.limited
{
	white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.limited-240 {
	width:240px;
}
.listTable {
    border: 1px solid #dddddd;
    border-spacing: 0;
}
.listTable tr:not(:first-child):hover{
    /*background-color:#cce;*/
}
.listTable td, listTable th { 
  border-bottom: 1px solid #dddddd;
  padding: 3px; 
  }
.listTable tr:last-child > td {
  border-bottom: none;
}

.statusTrue
{
	color:green;
}
.statusFalse
{
	color:red;
}
