#mst {display:none;}

body {
	font: 80%/1.4 Verdana, Arial, Helvetica, sans-serif;
	background-color: #046294;
	margin: 0;
	padding: 0;
	color: #000;
}
body {background:#046294 url('../images/new/sliver2.jpg') repeat-x right top;}

.EditBody {
	background-color: white;
	background-image: none;	
}
/* ~~ Element/tag selectors ~~ */
.horiznav ul, .horiznav ol, .horiznav dl,
.vertnav ul, .vertnav ol, .vertnav dl { 
	padding: 0;
	margin: 0;
}

td {	font: 100%/1.4 Verdana, Arial, Helvetica, sans-serif;}

h1, h2, h3, h4, h5, h6, p {
	margin-top: 10px;
	padding-right: 50px;
	padding-left: 50px;
}

h1 {

	font-family: "trajan-pro",sans-serif;
	font-size: 1.35em;
	font-weight: 700;
	color: #046295;
}
h2 {

	font-family: "trajan-pro",sans-serif;
	font-size: 1.15em;
	font-weight: 700;
	color: #000;
}
a img { 
	border: none;
}
/* ~~ Styling for site's links must remain in this order - including the group of selectors that create the hover effect. ~~ */
a:link {
	color: #e9730b;
}
a:visited {
	color: #7a6b2f;
}
a:hover, a:active, a:focus { /* this group of selectors will give a keyboard navigator the same hover experience as the person using a mouse. */
	text-decoration: none;
}


/*==============================*/
.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
 
.clearfix {
	display: inline-block;
}
 
html[xmlns] .clearfix {
	display: block;
}
 
* html .clearfix {
	height: 1%;
}
/*===============================*/

.container {
	width: 1024px;
	background-color: #fff;
	margin: 0 auto; 
}

#header {
	height: 222px;
	background-color: #fff;
}
.sidebar1 {
	float: left;
	width: 250px;
	background-color: #022c44;
	padding-top: 16px;
	padding-bottom: 10px;
	height:100%;
	position: relative;
	z-index: 2;
}
.sidebar1 li, .sidebar1 ul {
	list-style-type: none !important;
}
.content {
	padding: 30px 0px 0px 0px;
	width: 774px;
	float: left;
	background-color: #fff;
	position: relative;
	z-index: 1;
}

table {
	border-collapse: collapse;
}
.content>table, .content>form>table {
	margin: 0 50px;
}

table p {
	padding-left: 0;
	padding-right: 0;

}
.slideshow {
	margin-left: 50px;
	margin-right: 0px;
	padding: 10px;
	width: 658px;
	height: 212px;
	float: left;
	text-align: center;
	background-color: #fff;
	overflow: hidden;
}
.content ul, .content ol, .EditBody UL, .EditBody OL { 
	padding: 0px 50px 10px 50px;
	margin-left: 20px;
}

#tab-wrapper {
	margin-top: 10px;
	padding-right: 50px;
	padding-left: 50px;
}

#caltab {
	font-size: 0.85em;
}
.cal_listhdr {
	font-weight: bold;
}

#search {
	padding: 0 13px;
}
#searchForm {
	vertical-align: top;
	margin: 0 0 10px 0;
	text-align: left;
	
}

.searchbox {
	font-size: 1.0em;
	padding: 0 2px;
	height: 18px;
	line-height: 20px;
	width: 142px;
	background-image: url(../Images/searchbg.png);
	background-position: left bottom;
	background-repeat: repeat-x;
	border: solid 1px #cccccc;
	display: inline;
	vertical-align: middle;

}

#searchBtn{
	border: 0;
	padding: 0px ;
	vertical-align: middle;
	height: 20px;
	line-height: 20px;
	
}

/* ====== Breadcrumbs App ===== */
.BreadCrumbs {
	font-size: 0.85em;
	margin: 0 0 1em 50px;
}
.BreadCrumbs H5 {
	font-size: 1em;
	display: inline;
	font-weight: bold;
	margin-right: 0;
	margin-left: 0;
	padding-left: 0;
}
/* ============================ */

/* ~~ top horizontal nav ~~ */
/* Some stylesheet reset */

.horiznav {
		background: url('../images/new/topnavsliver.gif') repeat-x right top;
}
.horiznav, .horiznav ul {
	margin: 0;
	padding: 0;
	list-style: none;
	line-height:1;
}
/* The main container */
.horiznav ul {
	display: block;
	position: relative;
	height: 40px;
	font-family: "trajan-pro",sans-serif;
	color: #fff;
}
.horiznav ul>li {
	display: block;
	position: relative;
	float: left;
	margin: 0;
	padding: 0 12px 0 0;
}
/* The main navigation links */
.horiznav ul>li>a {
	display: block;
	padding: 13px 50px 13px 50px;
	font-family: "trajan-pro",sans-serif;
	font-size: 1em;
	font-weight: 700;
	text-decoration: none;
	color: #fff;
}
/* The hover state of the navigation links */
.horiznav ul>li>a:hover, .horiznav ul>li:hover>a {
	color: #999;
}
.horiznav ul>.dropdown>a {
	padding-right: 26px;
}
/* The arrow indicating a dropdown menu */
/*.horiznav ul>.dropdown>a:after {
	 content: "";
	 position: absolute;
	 top: 14px;
	 right: 11px;
	 width: 4px;
	 height: 4px;
	 border-bottom: 1px solid #9a9a9a;
	 border-right: 1px solid #9a9a9a;
	 -webkit-transform: rotate(45deg);
	 -ms-transform: rotate(45deg);
	 -moz-transform: rotate(45deg);
	 -o-transform: rotate(45deg);
	}
*/
.horiznav ul ul {
	position: relative;
	position: absolute;
	left: -9999px;
	display: block;
}
/* Level 1 submenus */
.horiznav ul>li>ul {
	padding-top: 0px;
	z-index: 99;
	border-top: 1px solid #c9c9c9;
	top: 35px;
}
/* Making the level 1 submenu to appear on hover */
.horiznav ul>li:hover>ul {
	left: -1px;
}
/* Level 2+ submenus */
.horiznav ul ul ul {
	left: -9999px;
	top: 1px;
	z-index: 999;
}
/* Making the level 2+ submenu to appear on hover */
.horiznav ul ul>li:hover>ul {
	left: 160px;
	top: -1px;
}
/* The submenu link containers */
.horiznav ul ul li {
	position: relative;
	display: block;
	border-left: 1px solid #c1c1c1;
	border-right: 1px solid #c1c1c1;
}
/* Expanding the list elements which contain the links */
.horiznav ul li:hover>ul>li {
	height: 25px;
}
.horiznav ul ul li:hover>ul>li:first-child {
	height: 26px;
}
/* The links of the submenus */
.horiznav ul ul li a {
	display: block;
	width: 100px;
	padding: 6px 30px 6px 30px;
	border-bottom: 1px solid #e1e1e1;
	font-size: 12px;
	color: #999;
	font-family: Helvetica, Arial, sans-serif;
	text-decoration: none;
	background: #fff;
}
/* The hover state of the links */
.horiznav ul ul li>a:hover, .horiznav ul ul li:hover>a {
	background: #e9e9e9;
	color: #4f4f4f;
}
.horiznav ul ul ul>li:first-child>a {
	border-top: 1px solid #c1c1c1;
}
.horiznav ul ul>li:last-child>a {
	border-bottom: 1px solid #c1c1c1;
}
/* The arrow indicating a level 2+ submenu */
/*.horiznav ul ul>.dropdown>a:after {
	content: "";
	 position: absolute;
	 top: 10px;
	 right: 8px;
	 width: 4px;
	 height: 4px;
	 border-bottom: 1px solid #a6a6a6;
	 border-right: 1px solid #a6a6a6;
	 -webkit-transform: rotate(-45deg);
	 -ms-transform: rotate(-45deg);
	 -moz-transform: rotate(-45deg);
	 -o-transform: rotate(-45deg);
}
*/
.horiznav ul ul>.dropdown:hover>a:after, .horiznav ul ul>.dropdown>a:hover:after {
	border-color: #a1a1a1;
}




/* ================================================================ 
This copyright notice must be untouched at all times.

The original version of this stylesheet and the associated (x)html
is available at http://www.cssmenus.co.uk
Copyright (c) 2009- Stu Nicholls. All rights reserved.
This stylesheet and the associated (x)html may be modified in any 
way to fit your requirements.
=================================================================== */

.vertnav {
	position: relative;
	display: block;
	width: 200px;
	padding-left: 22px;
}

.vertnav ul {padding:0; margin:0; list-style:none; position:relative; z-index: 1; width:200px;}
.vertnav ul ul {width:172px;padding:0; margin:0; list-style:none; width:150px; height:auto; background-color: transparent; position:absolute; z-index: 2; left:-9999px; top:0; }
.vertnav ul ul ul {width:172px; z-index: 3; border-top: 1px solid #e1e1e1;border-bottom: 1px solid #e1e1e1;}
.vertnav ul ul ul ul {width:172px; z-index: 4; border-top: 1px solid #e1e1e1;border-bottom: 1px solid #e1e1e1;}
.vertnav ul ul ul ul ul {width:172px; z-index: 5; border-top: 1px solid #e1e1e1;border-bottom: 1px solid #e1e1e1;}

.vertnav ul li {float:left; position:relative;}
.vertnav ul li a {display:block; float:left; width:160px; height:25px; padding: 0 20px; background:url(../images/new/leftnavbutton.png); color:#000; line-height:25px; font-family: Helvetica, Arial, sans-serif; font-size:12px; text-decoration:none; }
/*.vertnav ul .dropdown>a:after {
	 content: "";
	 position: absolute;
	 top: 10px;
	 right: 20px;
	 width: 4px;
	 height: 4px;
	 border-bottom: 1px solid #666;
	 border-right: 1px solid #666;
	 -webkit-transform: rotate(45deg);
	 -ms-transform: rotate(45deg);
	 -moz-transform: rotate(45deg);
	 -o-transform: rotate(45deg);
	}
*/
.vertnav ul li a:hover {position:relative; background:url(../images/new/leftnavbutton-hover.png); color:#000;}

.vertnav ul ul li  {position: relative; display: block; border-left: 1px solid #c1c1c1; border-right: 1px solid #c1c1c1;}
.vertnav ul ul li a {width:150px; background:#fff; background-image: none; color: #000; padding: 0px 10px; border-bottom: 1px solid #e1e1e1; font-family: Helvetica, Arial, sans-serif;}

/*.vertnav ul ul .dropdown>a:after {
	 content: "";
	 position: absolute;
	 top: 10px;
	 right: 8px;
	 width: 4px;
	 height: 4px;
	 -webkit-transform: rotate(45deg);
	 -ms-transform: rotate(45deg);
	 -moz-transform: rotate(45deg);
	 -o-transform: rotate(45deg);
	}
*/

.vertnav ul ul ul li a {background:#fff; background-image: none; color: #000 ;border-bottom: 1px solid #e1e1e1; padding: 0 10px;}
/*.vertnav ul ul ul .dropdown>a:after {
	 content: "";
	 position: absolute;
	 top: 10px;
	 right: 8px;
	 width: 4px;
	 height: 4px;
	 -webkit-transform: rotate(45deg);
	 -ms-transform: rotate(45deg);
	 -moz-transform: rotate(45deg);
	 -o-transform: rotate(45deg);
	}
*/
.vertnav ul ul ul ul li a {background:#fff; background-image: none; color: #000; border-bottom: 1px solid #e1e1e1; padding: 0 10px;}

.vertnav ul li a.current,
.vertnav ul ul li a.current,
.vertnav ul ul ul li a.current,
.vertnav ul ul ul ul li a.current {background-color:#ddd; background-image: none; color:#000;}

.vertnav ul :hover ul {left:185px; top: 5px;}

.vertnav ul :hover ul :hover ul,
.vertnav ul :hover ul :hover ul :hover ul {left:170px; top: -1px;}

.vertnav ul :hover ul ul,
.vertnav ul :hover ul :hover ul ul {left:-9999px;}

.vertnav ul ul li:hover > a {background-color:#e9e9e9; background-image: none; color:#000;}
.vertnav ul ul ul li:hover > a {background-color:#e9e9e9; background-image: none; color:#000;}






/* ~~ left vertical nav2 action button ~~ */
/* Some stylesheet reset */
.vertnav2, .vertnav2 ul {
	margin: 0;
	padding: 0;
	list-style: none;
	line-height: 1;
}
/* The main container */
.vertnav2 {
	display: block;
	width: 200px;
	padding-left: 22px;
	position: relative;
}
.vertnav2>li {
	display: block;
	position: relative;
	height: 38px;
	width: 200px;
	margin-bottom: 3px;
	background:url(../images/new/action-button.png);
}
/* The main navigation links */
.vertnav2>li>a {
	/* Layout */
	display: block;
	padding: 7px 24px;
	text-decoration: none;
}
/* The hover state of the navigation links */
.vertnav2>li>a:hover, .vertnav2>li:hover>a {
	background:url(../images/new/action-button-hover.png);
	color: #000;
}
.vertnav2>li:first-child>a {
	border-top-left-radius: 3px;
	border-bottom-left-radius: 3px;
	height: 25px;
}

/* ~~ left vertical nav2 action button ~~ */
/* Some stylesheet reset */
.vertnav3, .vertnav3 ul {
	margin: 0;
	padding: 0;
	list-style: none;
	line-height: 1;
}
/* The main container */
.vertnav3 {
	display: block;
	width: 200px;
	padding-left: 22px;
}
.vertnav3>li {
	display: block;
	position: relative;
	height: 66px;
	width: 200px;
	margin-bottom: 3px;
	background:url(../images/new/register-button.png);
}
/* The main navigation links */
.vertnav3>li>a {
	/* Layout */
	display: block;
	padding: 7px 24px;
	text-decoration: none;
}
/* The hover state of the navigation links */
.vertnav3>li>a:hover, .vertnav3>li:hover>a {
	background:url(../images/new/register-button-hover.png);
	color: #000;
}
.vertnav3>li:first-child>a {
	border-top-left-radius: 3px;
	border-bottom-left-radius: 3px;
	height: 52px;
}



/* ~~ footer ~~ */
footer {
	padding: 4px;
	background:#046294 url('../images/new/footerbar.jpg') 
	repeat-x right top;
	height: 50px;
	font: 75%/1.4 Verdana, Arial, Helvetica, sans-serif;
	margin: 0;
	color: #fff;
	text-align:center;
	clear: both;
}
footer p {
	margin-bottom: 30px;
}

#elocallink {
	float: right;
	padding: 0 50px 2em 2em;
}


/* root element for tabs  */
ul.tabs {
    list-style:none;
    margin:0 !important;
    padding:0;
    border-bottom:1px solid #666;
    height:30px;
}

/* single tab */
ul.tabs li {
    float:left;
    text-indent:0;
    padding:0;
    margin:0 !important;
    list-style-image:none !important;
}

/* link inside the tab. uses a background image */
ul.tabs a {
    background: url(../Images/blue.png) no-repeat -420px 0;
    font-size:11px;
    display:block;
    height: 30px;
    line-height:30px;
    width: 134px;
    text-align:center;
    text-decoration:none;
    color:#333;
    padding:0px;
    margin:0px;
    position:relative;
    top:1px;
}

ul.tabs a:active {
    outline:none;
}

/* when mouse enters the tab move the background image */
ul.tabs a:hover {
    background-position: -420px -31px;
    color:#fff;
}

/* active tab uses a class name "current". its highlight is also done by moving the background image. */
ul.tabs a.current, ul.tabs a.current:hover, ul.tabs li.current a {
    background-position: -420px -62px;
    cursor:default !important;
    color:#000 !important;
}

/* Different widths for tabs: use a class name: w1, w2, w3 or w2 */


/* width 1 */
ul.tabs a.s { background-position: -553px 0; width:81px; }
ul.tabs a.s:hover { background-position: -553px -31px; }
ul.tabs a.s.current  { background-position: -553px -62px; }

/* width 2 */
ul.tabs a.l { background-position: -248px -0px; width:174px; }
ul.tabs a.l:hover { background-position: -248px -31px; }
ul.tabs a.l.current { background-position: -248px -62px; }


/* width 3 */
ul.tabs a.xl { background-position: 0 -0px; width:248px; }
ul.tabs a.xl:hover { background-position: 0 -31px; }
ul.tabs a.xl.current { background-position: 0 -62px; }


/* initially all panes are hidden */
.panes .pane {
    display:none;
}

.panes div {
	border-width: 0px 1px 1px; border-style: none solid solid; border-color: currentColor rgb(153, 153, 153) rgb(153, 153, 153); padding: 15px 10px; display: none; background-color: rgb(255, 255, 255);
}

#rss {
	float: right;
	clear: right;
	margin: 0 2em 0 1em;
	display: inline;
	border: none;
}

#newstab #rss {
	float: right;
	clear: right;
	margin: 0 1em 0 1em;
}

#newstab{
	margin: 0 0;
	/*min-height: 200px;*/
	
}

#newstab ul {
	margin: 10px 25px 10px 0;
	padding: 0;
	list-style: none;
}
#newstab ul li{
	/*font-size: 85%;*/
	line-height: 1.4em;
	list-style: none;
	margin: 0 0 1em 0;
}

#newstab ul li.subtitle {
	margin-left: 1em;
	margin-bottom: 10px;
}

#newstab p{
	margin-left: 0px;
}

ul.news {
	list-style: none;
}
ul.news li {
	margin: 0 0 1em 0;
}
/* ====== League Management App ===== */
.LMNavTable {
	border-width: 1px 1px 1px 1px; 
	border-style: solid;
	border-color: #006633;
}
.LMNavRow
{
	background-color: #CCCCCC;
	color: #000000;
	font-weight: bold;
	text-align: center;
	vertical-align: middle;
}

.LMNavCol2 {
	color: red;
}
.rightImage{
	margin-left: 10px;
	margin-bottom: 4px;
	margin-top: 4px;
	align: right;
	text-align: right;
}

.leftImage{
	margin-right: 10px;
	margin-bottom: 4px;
	margin-top: 4px;
	align: right;
	text-align: left;
}

