
/* DEFAULTS
----------------------------------------------------------*/

html
{
	margin: 0px;
	padding: 0px;
	height: 100%;
    width: 100%;
}

body   
{
	margin: 0px;
	padding: 0px;
	background: white;
	font-size: .80em;
	font-family: "Helvetica Neue", "Lucida Grande", "Segoe UI", Arial, Helvetica, Verdana, sans-serif;
	color: black;
	height: 100%;
    width: 100%;
}

form
{
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	width: 100%;
	height: 100%;
	background-color: white;
}

a:link, a:visited, a:active
{
	color: #034af3;
	border: 0;
}

a:hover
{
	color: #1d60ff;
	text-decoration: none;
}

p
{
	margin-bottom: 10px;
	line-height: 1.6em;
}

/* HEADINGS   
----------------------------------------------------------*/

h1, h2, h3, h4, h5, h6
{
	font-size: 1.5em;
	color: #666666;
	font-variant: small-caps;
	text-transform: none;
	font-weight: 200;
	margin-bottom: 0px;
}

h1
{
	font-size: 1.6em;
	padding-bottom: 0px;
	margin-bottom: 0px;
}

h2
{
	font-size: 1.5em;
	font-weight: 600;
}

h3
{
	font-size: 1.2em;
}

h4
{
	font-size: 1.1em;
}

h5, h6
{
	font-size: 1em;
}

/* this rule styles <h1> and <h2> tags that are the 
first child of the left and right table columns */
.rightColumn > h1, .rightColumn > h2, .leftColumn > h1, .leftColumn > h2
{
	margin-top: 0px;
}


/* PRIMARY LAYOUT ELEMENTS   
----------------------------------------------------------*/

.fullpage
{
	background-color: white;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	border: 0px solid white;
	display: inline-block;
    width: 100%;
}

.page
{
	background-color: white;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	border: 0px solid white;
	height: 100%;
    width: 100%;
}

.header
{
	margin: 0px;
	padding: 0px;
	background: white;
	width: 100%;
}

.main
{
   margin: 0px;
}

.live_soccer
{
	font-size: 8pt;
	font-family: Arial;
	color: Black;
	vertical-align: middle;
}
.leftCol
{
	padding: 6px 0px;
	margin: 12px 8px 8px 8px;
	width: 200px;
	min-height: 200px;
}

.footer
{
	color: white;
	clear: both;
	vertical-align: bottom;
	text-align: center;
	line-height: normal;
	width: 100%;
}


/* TAB MENU   
----------------------------------------------------------*/

div.hideSkiplink
{
	background-color: white;
	width:100%;
}


/* TAB MENU TOP
----------------------------------------------------------*/

div.menutop
{
	padding: 0x 0x 0x 0x;
}

div.menutop ul
{
	list-style: none;
	margin: 0px;
	padding: 0px;
	width: auto;
}

div.menutop ul li a, div.menutop ul li a:visited
{
    
	background-color: #003366;;
    
	border: 1px #003366 solid;
    
	color: orange;
	display: block;
	line-height: 1.2em;
	padding: 4px 10px;
	text-decoration: none;
    font-weight: bold;
    font-family: Arial;
	white-space: nowrap;
    font-size: 1em;
}

div.menutop ul li a:hover
{
	background-color: #bfcbd6;
	color: #222222;
	text-decoration: none;
    font-size: 1em;
}

div.menu ul li a:active
{
	background-color: #222222;
	color: #cfdbe6;
	text-decoration: none;
    font-size: 1em;
}

/* TAB MENU BOTTOM
----------------------------------------------------------*/

div.menubottom
{
	padding: 0x 0x 0x 0x;
}

div.menubottom ul
{
	list-style: none;
	margin: 0px;
	padding: 0px;
	width: auto;
}

div.menubottom ul li a, div.menubottom ul li a:visited
{
    
	background-color: #003366;;
    
	border: 1px #003366 solid;
	color: orange;
	display: block;
	line-height: 1.2em;
	padding: 4px 10px;
	text-decoration: none;
	white-space: nowrap;
    font-size: 1em;
}

div.menubottom ul li a:hover
{
	background-color: #bfcbd6;
	color: #222222;
	text-decoration: none;
    font-size: 1em;
}

div.menubottom ul li a:active
{
	background-color: #222222;
	color: #cfdbe6;
	text-decoration: none;
    font-size: 1em;
}

/* TAB MENU MAIN
----------------------------------------------------------*/

div.menumain
{
	padding: 0x 0x 0x 0x;
}

div.menumain ul
{
	list-style: none;
	margin: 0px;
	padding: 0px;
	width: auto;
}

/* Fix for extra space above menu in Chrome and Safari */
img[alt='Skip Navigation Links'] {
    display: none;
}

div.menumain ul li a, div.menumain ul li a:visited
{
    
	background-color: #003366;;
    
	border: 1px #003366 solid;
	color: white;
	display: block;
	line-height: 1.2em;
	padding: 4px 10px;
	text-decoration: none;
	white-space: nowrap;
    font-size: 1em;
}

div.menumain ul li a:hover
{
	background-color: #bfcbd6;
	color: #222222;
	text-decoration: none;
    font-size: 1em;
}

div.menumain ul li a:active
{
	background-color: #222222;
	color: #cfdbe6;
	text-decoration: none;
    font-size: 1em;
}


/* FORM ELEMENTS   
----------------------------------------------------------*/

fieldset
{
	margin: 1em 0px;
	padding: 1em;
	border: 1px solid #ccc;
}

fieldset p 
{
	margin: 2px 12px 10px 10px;
}

fieldset.login label, fieldset.register label, fieldset.changePassword label
{
	display: block;
}

fieldset label.inline 
{
	display: inline;
}

legend 
{
	font-size: 1.1em;
	font-weight: 600;
	padding: 2px 4px 8px 4px;
}

input.textEntry 
{
	width: 320px;
	border: 1px solid #ccc;
}

input.passwordEntry 
{
	width: 320px;
	border: 1px solid #ccc;
}

div.accountInfo
{
	width: 42%;
}

/* MISC  
----------------------------------------------------------*/

.clear
{
	clear: both;
}

.title
{
	display: block;
	float: left;
	text-align: left;
	width: auto;
}

.loginDisplay
{
	font-size: 1.1em;
	display: block;
	text-align: right;
	padding: 10px;
	color: White;
}

.loginDisplay a:link
{
	color: white;
}

.loginDisplay a:visited
{
	color: white;
}

.loginDisplay a:hover
{
	color: white;
}

.failureNotification
{
	font-size: 1.2em;
	color: Red;
}

.bold
{
	font-weight: bold;
}

.submitButton
{
	text-align: right;
	padding-right: 10px;
}

/* ADDITIONS  
----------------------------------------------------------*/

.inputbox
{
	height: 14px;
	border: solid;
	border-width: 1px;
	font-family: Arial;
	font-size: 7pt;
}

.headerminiblock
{
	border: solid;
	border-width: 1px;
	border-color: black;
	font-family: Verdana;
	font-size: 7pt;
	text-align: center;
	vertical-align: middle;
	background-color: #F59C23;
}

.password2
{
	border: 1px solid black;
	text-align: center;
}

.button
{
	font-family: Arial;
	font-size: 11pt;
	color: blue;
	font-style: italic;
	font-weight: bold;
	text-decoration: none;
}

a.but:hover 
{
	color: red;
}

form {
margin : 0;
padding : 0;
}


ul.AspNet-Menu 
{
	position: relative;
}


ul.AspNet-Menu, 
ul.AspNet-Menu ul
{
	margin: 0;
	padding: 0;
	display: block;

}

ul.AspNet-Menu li
{
	position: relative;
	list-style: none;
	float: left;
}

ul.AspNet-Menu li a,
ul.AspNet-Menu li span
{
	display: block;
	text-decoration: none;
}

ul.AspNet-Menu ul
{
	position: absolute;
	visibility: hidden;    
}

/* Add more rules here if your menus have more than three (3) tiers */
ul.AspNet-Menu li:hover ul ul,
ul.AspNet-Menu li.AspNet-Menu-Hover ul ul
{
	visibility: hidden;
}

/* Add more rules here if your menus have more than three (3) tiers */
ul.AspNet-Menu li:hover ul,
ul.AspNet-Menu li li:hover ul,
ul.AspNet-Menu li li li:hover ul,
ul.AspNet-Menu li.AspNet-Menu-Hover ul,
ul.AspNet-Menu li li.AspNet-Menu-Hover ul,
ul.AspNet-Menu li li li.AspNet-Menu-Hover ul
{
	visibility: visible;
}

.AspNet-Menu-Vertical ul.AspNet-Menu li
{
	width: 100%;
}

.PT0 {
border-top-style: solid; border-bottom-style: solid; border-width: 2px; padding-left: 4; padding-right: 4
}

.PT1 {
border-top-style: solid; border-left-style: solid; border-bottom-style: solid; border-width: 2px; padding-left: 4; padding-right: 4
}

.PT2 {
border-top-style: solid; border-left-style: solid; border-right-style: solid; border-bottom-style: solid; border-width: 2px; padding-left: 4; padding-right: 4
}

.PT3 {
border-top-style: solid; border-right-style: solid; border-bottom-style: solid; border-width: 2px; padding-left: 4; padding-right: 4
}

.PT0b {
border-top-style: solid; border-width: 2px; padding-left: 4; padding-right: 4
}

.PT1b {
border-top-style: solid; border-left-style: solid; border-width: 2px; padding-left: 4; padding-right: 4
}

.PT2b {
border-top-style: solid; border-left-style: solid; border-right-style: solid; border-width: 2px; padding-left: 4; padding-right: 4
}

.PM0 {
border-bottom-style: solid; border-width: 2px; border-bottom-width: 1px; padding-left: 4; padding-right: 4
}

.PMb0 {
border-bottom-style: solid; border-width: 2px; border-bottom-color: #111111; padding-left: 4; padding-right: 4
}

.PM1 {
border-left-style: solid; border-bottom-style: solid; border-width: 2px; border-bottom-width: 1px; padding-left: 4; padding-right: 4
}

.PMb1 {
border-left-style: solid; border-bottom-style: solid; border-bottom-color: #111111; border-width: 2px; padding-left: 4; padding-right: 4
}

.PM2 {
border-bottom-style: solid; border-right-style: solid; border-left-style: solid; border-width: 2px; border-bottom-width: 1px; padding-left: 4; padding-right: 4
}

.PMb2 {
border-bottom-style: solid; border-right-style: solid; border-left-style: solid; border-bottom-color: #111111; border-width: 2px; padding-left: 4; padding-right: 4
}

.PM3 {
border-right-style: solid; border-bottom-style: dotted; border-width: 2px; padding-left: 4; padding-right: 4
}

.PD0 {
border-bottom-style: solid; border-width: 2px; padding-left: 4; padding-right: 4
}

.PD1 {
border-left-style: solid; border-bottom-style: solid; border-width: 2px; padding-left: 4; padding-right: 4
}

.PD2 {
border-left-style: solid; border-right-style: solid; border-bottom-style: solid; border-width: 2px; padding-left: 4; padding-right: 4
}

.PD3 {
border-right-style: solid; border-bottom-style: solid; border-width: 2px; padding-left: 4; padding-right: 4
}

