@import url(../all.css);

BODY {
	color: #ffffff;
	background-color: #27a3da;
	/* margin: 0px;
	padding: 0px; */
	border: 0px;
	background-image: url("");
	background-repeat: repeat-y;
	background-position: center top;
}

.welcome {
   font-weight: bold;
   color: #ffffff;
}

.welcome a:link, .welcome a:visited {
   text-decoration: none;
   color: #ffffff;
   font-weight: normal;
}

.welcome a:hover {
	color: #ffffff;
	font-weight: normal;
	background-color: #000033;
}

caption {
	font-weight: bold;
	font-style: normal;
	font-variant: normal;
	text-transform: uppercase;
	color: #FFFFFF;
	letter-spacing: 1px;
	text-align: left;
	text-indent: 26px;
	background: #00163F url("") left top;
	padding-top: 4px;
	border: 1px solid #6699CC;
padding-left:20px;
}

TH {
	color: #FFFFFF;
	font-style: normal;
	letter-spacing: 1px;
	text-align: center;
	vertical-align: middle;
	text-transform: uppercase;
	font-weight: bold;
	font-variant: normal;
	background-image: url("");
	background-repeat: repeat;
	background-position: left top;
	height: 20px;
	padding-top: 4px;
background-color:#176283;
}

H1 {
	font-weight: bold;
	letter-spacing: 3px;
	text-align: center;
	color:  #FFFFFF;
	text-transform: uppercase;
	padding-top: 55px;
}

#standings H3 {
	font-size: 11px;
	text-align: center;
	vertical-align: middle;
	text-transform: uppercase;
	font-weight: bold;
	color: #FFFFFF;
	font-style: normal;
	font-variant: normal;
	letter-spacing: 2px;
	background-image: url("");
	background-position: left top;
	height: 20px;
	padding-top: 4px;
}

.eventablerow {
	text-align: left;
	vertical-align: middle;
	color: #000033;
	padding-left: 2px;
	padding-right: 2px;
	background-color: #e5fad8;
	padding-top: 2px;
	padding-bottom: 3px;
}

.oddtablerow {
	text-align: left;
	vertical-align: middle;
	color: #000033;
	padding-left: 2px;
	padding-right: 2px;
	background-color: #FFFFFF;
	padding-top: 2px;
	padding-bottom: 3px;

}

.warning {
   color: #0066FF;
   font-weight: bold;
}

.homepagemodule {
	width: 100%;
	vertical-align: top;
}


.pagefooter, .pagefooter TD {
   color: #ffffff;
}

H1 {
	filter: Shadow(Color=000000, Direction=135, strength=6);
	text-align: center;
	font-size: 30px;
	font-weight: bold;
	text-transform: capitalize;
	color: #FFFFFF;
}

li {
	list-style-image: url(patriotic_images/bullet.gif);
	letter-spacing: 1px;
	vertical-align: top;
	padding-top: 4px;
	padding-left: 5px;
}

.pageheader {
	background-attachment: fixed;
	background-image: url(LAS-FFL-topbanner.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 152px;
	padding-top: 0px;
	margin-top: -15px;
}

.report {
	border: 1px solid #6699CC;
}

.mainmenuon,  A.mainmenuon:hover, A.mainmenuon:link, A.mainmenuon:visited, A.mainmenuon:active {
   color: #FFFFFF;
   background-color: #000033;
}

.mainmenucurrent, .mainmenuoff, A.mainmenuoff:hover, A.mainmenuoff:link, A.mainmenuoff:visited, A.mainmenuoff:active {
   color: #6699FF;
   background-color: #000033;
}

.header_links, .header_links TD, .header_links TH {
   border: none;
}

/* all links in an odd/even table row need to be dark colored. */
/* all other links need to be light colored. */

.oddtablerow a:link, .eventablerow a:link {
   color: #000033;
   font-weight: bold;
   text-decoration: underline;
}

.oddtablerow a:active, .oddtablerow a:hover, .eventablerow a:active, .eventablerow a:hover {
   color: #BF011B;
   font-weight: bold;
   text-decoration: underline;
}

.oddtablerow a:visited, .eventablerow a:visited {
   color: #0066FF;
   font-weight: bold;
   text-decoration: underline;
}

.header_links a:visited, .header_links a:hover, .header_links a:link, .header_links a:active {
   color: #FFFFFF;
}

a:active, a:hover, a:visited, a:link {
   color: #FFFFFF;
}

/*   Additions by Jesse Start Here
===================================== */
.pagebody {
	padding-top:20px; /*puts padding below header on sub pages */
}
#body_home .pagebody {
	padding-top:0;  /*removes padding below header on home */
}


#homepagetabs { border-bottom: 1px solid #C0DAFF;margin: 0px 0 20px 0; }
#homepagetabs ul, #homepagetabs li { border: 1px solid #C0DAFF; background: #FFFFFF; color: #000000; }
#homepagetabs li.currenttab { background: #C0DAFF; border-bottom: 1px solid #C0DAFF; color: #000000; }

