
/* DEFAULTS
----------------------------------------------------------*/

html
{
    margin: 0px;
	padding: 0px;
	height: 100%;
    width: 100%;
    background: url(../images/site_bg2.jpg) #664227 center repeat-y fixed;
}

body   
{
	margin-left: auto;
    margin-right: auto;
    margin-top: 0px;
    margin-bottom: 0px;
	padding: 0px;
    font-size: .80em;
	font-family: "Helvetica Neue", "Lucida Grande", "Segoe UI", Arial, Helvetica, Verdana, sans-serif;
	color: black;
	height: 100%;
    width: 940px;
    background: #664227;
}

form
{
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	width: 100%;
	height: 100%;
	background-color: white;
    position:relative;
    z-index:1;
}

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;
    width: 100%;
    height: 65px;
    background-image: url(../images/logos/bottom_v3.gif);
 	clear: both;
	vertical-align: bottom;
	text-align: center;
	line-height: normal;
}


/* TAB MENU   
----------------------------------------------------------*/

div.hideSkiplink
{
	background-color: white;
	width:100%;
}

/* 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;
    color: black;
    border-color: white;
}

.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
}

.dashes {
  border-top: 1px dotted #555555;
  color: #555555;
  background-color: white;
  height: 1px;
  width:100%;
  margin: 0px;

}

.smallarticle {
    color: #0072CF;
    font-face: Verdana;
    font-size: 10pt;
    width: 100%;
    text-decoration:none;
}    

.smallarticle:hover {
    text-decoration:underline;
    }

.smallarticle:active {
    text-decoration:underline;
    }



.applemenu{
margin: 5px 0;
padding: 0;
width: 280px; /*width of menu*/
border: 1px solid #9A9A9A;
}

.applemenu div.silverheader a{
background: black url("../images/silvergradient.gif") repeat-x center left;
font: normal 12px Tahoma, "Lucida Grande", "Trebuchet MS", Helvetica, sans-serif;
color: white;
display: block;
position: relative; /*To help in the anchoring of the ".statusicon" icon image*/
width: auto;
padding: 5px 0;
padding-left: 8px;
text-decoration: none;
}


.applemenu div.silverheader a:visited, .applemenu div.silverheader a:active{
color: white;
}


.applemenu div.selected a, .applemenu div.silverheader a:hover{
background-image: url("../images/silvergradientover.gif");
color: white;
}

.applemenu div.submenu{ /*DIV that contains each sub menu*/
background: white;
padding: 5px;
height: 300px; /*Height that applies to all sub menu DIVs. A good idea when headers are toggled via "mouseover" instead of "click"*/
}

.icon {
    width: 20px;
    height: 12px;
    }

#gradient {
	color: black;
    font-family: Arial;
    font-size: 9pt;
    text-decoration: none;
	padding: 0px;
	background: #CCC;
	/* For WebKit (Safari, Google Chrome etc) */
    background: -webkit-gradient(linear, left top, left bottom, from(#CCC), to(#fff));
	/* For Mozilla/Gecko (Firefox etc) */
	background: -moz-linear-gradient(top, #CCC, #fff);
	/* For Internet Explorer 5.5 - 7 */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#FFCCCCCC, endColorstr=#FFFFFFFF);
	/* For Internet Explorer 8 */
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#FFCCCCCC, endColorstr=#FFFFFFFF)";
}

#gradient:hover {
    background: black;
    -ms-filter: none;
    filter: none;
    color: white;
    text-decoration: bold;
    cursor:pointer;
 }
