/*----------------------------------------------------------------------------*/
/* GLOBAL SETTINGS                                                            */
/*----------------------------------------------------------------------------*/
body { background: #E7EFF5 url(../../img/bg.gif) top center repeat-x; margin-top: 0em;color: #3b60af;}
/*body { background: #ffffff top center repeat-x; margin-top: 0em;color: #3b60af;}*/
#page-container { width:950px; margin:0 auto; margin-bottom: 20px; padding: 0px; border-left: solid 1px #032956; border-right: solid 1px #032956; border-bottom: solid 1px #032956; background-color: rgb(255,255,255);}

#rightnav {
	margin-top: 2.2em;
}

h1, h2, h3, h4, h5, h6 {color:#3b60af;}

small { font-size: 9pt; }

a, a:link, a:visited {
	border-bottom: 1px dotted;
	color: #3b60af;
	text-decoration: none;
	font-weight: bold;
	outline: none;
}

a:hover {

	border-bottom-style: solid;
	color: #00EC3C;
}

a.small {
	font-size: 85%;
}

a.img {
	border-bottom: none;
}

ul {
	list-style-image: url(../../img/more-bullet-blue2.png);
	list-style-position: outside;
	list-style-type: none;
}

ul .nested {
	margin: 0pt 1.5em;
}

.box {
	background-color: #DEEEFE;
}

table
{
	margin-bottom: 1.5em;
	empty-cells: show;
	border-collapse: collapse;
	text-align: left;
	border: solid 1px #033C74;
	background-color: transparent;
	color: rgb(3,60,116);
	width: 100%;
}

table th
{
	font-weight: bold;
	padding: 0.2em 0.5em;
	border: solid 1px #033C74;
	background: transparent;
	vertical-align: top;
}

table th.center {
	text-align: center;
	padding: 0.2em 0.5em;
}

table th.right {
	text-align: right;
	padding: 0.2em 0em 0.2em 1em;
}

table td
{
	padding: 0.2em 0.5em;
	border: solid 1px #033C74;
	background: transparent;
	vertical-align: top;
}

table td.center {
	text-align: center;
	padding: 0.2em 0.5em;
}

table td.right {
	text-align: right;
	padding: 0.2em 0em 0.2em 1em;
}

table .rowH1 th
{
	background-color: #A8D2FD;
}

table .rowH2 th
{
	background-color: #DEEEFE;
}

table .highlight td
{
	background-color: #CCFFCC;
}

table ul
{
	margin-bottom: 0em;
	padding-left: 1em;
	list-style: square;
}

table td.width10, table th.width10 { width: 10% }
table td.width15, table th.width15 { width: 15% }
table td.width20, table th.width20 { width: 20% }
table td.width25, table th.width25 { width: 25% }
table td.width30, table th.width30 { width: 30% }
table td.width33, table th.width33 { width: 33% }
table td.width35, table th.width35 { width: 35% }
table td.width40, table th.width40 { width: 40% }
table td.width45, table th.width45 { width: 45% }
table td.width50, table th.width50 { width: 50% }
table td.width55, table th.width55 { width: 55% }
table td.width60, table th.width60 { width: 60% }
table td.width65, table th.width65 { width: 65% }
table td.width67, table th.width67 { width: 67% }
table td.width70, table th.width70 { width: 70% }
table td.width75, table th.width75 { width: 75% }
table td.width80, table th.width80 { width: 80% }
table td.width85, table th.width85 { width: 85% }
table td.width90, table th.width90 { width: 90% }
table td.width95, table th.width95 { width: 95% }
table td.width100, table th.width100 { width: 100% }

table.no-borders {
	border: none;
	color: #3b60af;
}

table.no-borders th {
	border: none;
}

table.no-borders td {
	border: none;
}

/* Table Header with print option */
table th p.title {
	float: left;
	margin: 0;
	padding: 0;
}
table th p.print {
	float: left;
	margin: 0;
	padding: 4px 0 0 10px;
}
table th p.print img {
	margin: 0;
}

/*----------------------------------------------------------------------------*/
/* IMAGES                                                                     */
/*----------------------------------------------------------------------------*/
img.left-noborder {float: left; margin: 2px 7px 3px 0px;}
img.right-noborder {float: right; margin: 2px 0px 3px 7px;}
img.left-border {float: left; margin: 4px 7px 3px 0px; border: solid 1px rgb(150,150,150);}
img.right-border {float: right; margin: 2px 0px 3px 7px; border: solid 1px rgb(150,150,150);}

/*----------------------------------------------------------------------------*/
/* FORMS                                                                      */
/*----------------------------------------------------------------------------*/
div.formWrapper {
	border:1px solid #557ED8;
}
div.formWrapper h2.formHeader {
	background: #557ED8;
	color: #FFFFFF;
	font-size: 12pt;
	font-weight: bold;
	padding-left: 5px;
}
form label {
	float: left;
	text-align: right;
	width: 10em;	
	font-weight: bold;
	margin: .5em 0pt;
}
form input {
	float: left;
	/*border: solid 1px #0D45CA;*/
	font-family: tahoma,verdana,arial,sans-serif;
	margin: .5em 0pt .5em 1em;
	border:1px solid #3B60AF;
}
form select {
	float: left;
	/*border: solid 1px #0D45CA;*/
	font-family: tahoma,verdana,arial,sans-serif;
	/*padding: 3px;*/
	margin: .5em 0pt .5em .5em;

}
form fieldset {
	float: left;
	font-family: tahoma,verdana,arial,sans-serif;
	margin: .5em 0pt .5em .5em;
	padding: 1em;
	border:1px solid #3B60AF;
}
form input.button {
	margin: .4em 0pt .5em .5em;
	padding: 0pt .5em;
	border: auto;
}
form input.checkbox,
form div.checkbox input,
form input.radio {
	margin: 9px 0 0 1em;
}
form label.radio {
  float:left;
  text-align:left;
  margin: 0em 1em 1em 0em;
  padding: .2em 0em 0em 0.5em;
}
form label.checkbox,
form div.checkbox label
{
  float:left;
  text-align:left;
  margin: .5em 0 0 0;
  padding: 0 0 0 0.5em;
  width: 7em;	
}
form input.radio-vertical {
	margin: 3px 10px 0 100px;
}
form input.radio-vertical span {
}
form .error_message {
	float: left;
	color: #AE251C;
	margin: .5em 0pt .5em .5em;
	padding-left: .4em;
}
form .no_label {
	padding-left: 11em;
}
form br { clear: left; }

/*----------------------------------------------------------------------------*/
/* HEADER                                                                     */
/*----------------------------------------------------------------------------*/
.img-header1 {clear: both; float: left; width: 950px; height: 220px; margin: 0px; padding: 0px; background: #032956 url(/img/950x700header1.png);}
.img-header2 {clear: both; float: left; width: 950px; height: 220px; margin: 0px; padding: 0px; background: #032956 url(/img/950x700header2.png);}
.img-header3 {clear: both; float: left; width: 950px; height: 220px; margin: 0px; padding: 0px; background: #032956 url(/img/950x700header3.png);}
.img-header4 {clear: both; float: left; width: 950px; height: 220px; margin: 0px; padding: 0px; background: #032956 url(/img/950x700header4.png);}
.img-header5 {clear: both; float: left; width: 950px; height: 220px; margin: 0px; padding: 0px; background: #032956 url(/img/950x700header5.png);}
.img-header6 {clear: both; float: left; width: 950px; height: 220px; margin: 0px; padding: 0px; background: #032956 url(/img/950x700header6.png);}
.img-header7 {clear: both; float: left; width: 950px; height: 220px; margin: 0px; padding: 0px; background: #032956 url(/img/950x700header7.png);}
.img-header8 {clear: both; float: left; width: 950px; height: 220px; margin: 0px; padding: 0px; background: #032956 url(/img/950x700header8.png);}
.img-header9 {clear: both; float: left; width: 950px; height: 220px; margin: 0px; padding: 0px; background: #032956 url(/img/950x700header9.png);}
.img-header10 {clear: both; float: left; width: 950px; height: 220px; margin: 0px; padding: 0px; background: #032956 url(/img/950x700header10.png);}
.img-header11 {clear: both; float: left; width: 950px; height: 220px; margin: 0px; padding: 0px; background: #032956 url(/img/950x700header11.png);}
.img-header12 {clear: both; float: left; width: 950px; height: 220px; margin: 0px; padding: 0px; background: #032956 url(/img/950x700header12.png);}
.img-header13 {clear: both; float: left; width: 950px; height: 220px; margin: 0px; padding: 0px; background: #032956 url(/img/950x700header13.png);}
.img-header14 {clear: both; float: left; width: 950px; height: 220px; margin: 0px; padding: 0px; background: #032956 url(/img/950x700header14.png);}
.logo  {clear: both; float: left; position: absolute; z-index: 2; top: 20px; margin: 0px; padding-left: 700px; background-color: transparent;}


/*
.nav-main {border-top: solid 1px rgb(84,111,144); border-bottom: solid 1px rgb(84,111,144); background-color: rgb(152,179,208);}
.nav-main ul {list-style: none; margin: 0px; padding: 0px; font-weight: bold;}	
.nav-main li {float: left; white-space: nowrap; background-color: inherit;}
.nav-main li a {margin: 0px; padding: 0px 10px 0px 10px; border-right: solid 1px rgb(255,255,255); color: rgb(255,255,255); text-decoration: none; font-size: 120%;}
.nav-main li.champs a {margin: 0px; padding: 0px 10px 0px 10px; border-right: solid 1px rgb(255,255,255); color: #ff0000; text-decoration: none; font-size: 120%;}
.nav-main a:hover, .nav-main a.selected {background-color: inherit; color: rgb(75,75,75); text-decoration: none;}
.buffer {float: left; width: 780px; height: 30px; margin: 0px; padding: 0px; background-color: rgb(255,255,255);}
* html .nav-main {height: 2.0em;} * IE6-Hack for min-height. Works also for IE7-Beta2 *
.nav-main-font {font-size: 1.0em;}
*/

#topnav {
position:relative;
display:block;
height:39px;
margin:0 0 10px 0;
background:transparent url(../../img/bgOFF.gif) repeat-x top left;
font: bold 1em Arial,Verdana,Helvitica,sans-serif;
}
#topnav  ul {
margin:0;
padding:0;
list-style-type:none;
width:auto;
}
#topnav  ul li {
display:block;
float:left;
margin:0;
}
#topnav  ul li a {letter-spacing: 2px;
display:block;
float:left;
padding:11px 15px 0 15px;
height:23px;
text-decoration:none;
color:#666;
background:transparent url(../../img/bgDIVIDER.gif) no-repeat top right;
border-bottom: none;
}

/*
#topnav  ul li a:hover,#topnav ul li a.current {
color:#993333;
background:#fff url(../../img/bgON.gif) no-repeat top left;
}
*/

#topnav a:hover {
color:#032956;
background:#fff url(../../img/bgON.gif) no-repeat top left;
}

body.home #topnav #home,
body.info #topnav #info,
body.records #topnav #records,
body.results #topnav #results,
body.roster #topnav #roster,
body.directions #topnav #directions,
body.photos #topnav #photos,
body.calendar #topnav #calendar,
body.feedback #topnav #feedback,
body.champs #topnav #champs {
color:#993333;
background:#fff url(../../img/bgON.gif) no-repeat top left;
}

/*----------------------------------------------------------------------------*/
/* HOMEPAGE ALERT & COACH'S CORNER                                            */
/*----------------------------------------------------------------------------*/
/*
#hp-alert {
	background: #910A0A;
	color: #FFFFFF;
	padding: 10px 10px 5px 10px;
	margin: 0pt 0pt 1.5em 0pt;
	font-size: 12pt;
}
#hp-alert h1 {
	text-align: center;
	color: #FFFFFF;
	border-bottom: solid 1px #FFFFFF;
	font-size: 14pt;
	padding-bottom: 5px;
}
#hp-alert p {
	margin: 0pt 0pt 5px 0pt;
}
*/
#corner h2 {
	font-size: 1.5em;
	margin-bottom: 0em;
}

/*----------------------------------------------------------------------------*/
/* CONTENT                                                                    */
/*----------------------------------------------------------------------------*/
#content {
	min-height: 500px;
}

/*----------------------------------------------------------------------------*/
/* FOOTER                                                                     */
/*----------------------------------------------------------------------------*/
.footer {height: 3.0em; margin: 0px; padding: 0.5em 0px 0.5em 0px; border-top: solid 1px #032956; background-color: #C0D2EB; color: #3B60AF;}
.footer p {margin: 0px; padding: 0px; text-align: center; line-height: 1.3em; font-size: 110%;}
.footer a {color: #3b60af;}
.footer a:hover {color: #3b60af;}
.footer-font {font-size: 1.0em;}




.schedule-date {display: block; margin: 0px; padding: 0; font-weight: bold; line-height: 1.3em;}
.schedule-team {display: block; float: left; margin: 0px; padding: 0; width: 125px; line-height: 1.3em;}
.schedule-score {display: block; margin: 0px; padding: 0; line-height: 1.3em;}
/*.schedule-text {display: block; margin: 0px; padding: 0; width: 135px;}*/

#news div.post {
    /*border-bottom: #ccc dotted 1px;*/
	border-bottom: dashed 1px #dfdfdf;
    margin: 0 0 2em 0;
    padding: 0 0 1em 0;
    width: 100%;
    float: left;
    clear: both;
}
#news div.post h2 {
    font-size: 16px;
    font-weight: bold;
    margin: 0em;
    padding: 0em;
    border: none;
}
#news div.post .post-subhead {
    margin: 0 0 10px 0;
}

#news div.post .post-subhead p {
    margin: 0px;
    padding: 0px;
}

#news div.post p {
	margin-bottom: 1.0em;
}
#news div.post small {
	font-size: 0.8em;
}
#news div.post p img {
	border: 1px solid #DEDFE1;
	float: right;
	margin: 0 0 1.5em 1.5em;
}



/*----------------------------------------------------------------------------*/
/* LOGIN SIDEBAR AREA                                                         */
/*----------------------------------------------------------------------------*/
#login h1 {
	background: url(../../img/section-header-bottom-border2.gif) top repeat-x;
	color: #fff;
	font-weight: bold;
	font-size: 130%;
	line-height: 1.7;
	padding: 0px 5px;
	margin: 0px;
	height: 28px;
}
#login p {
	text-align: center;
	margin: 0em;
	padding: 0.5em 5px 0.2em;
}
#login .body {
	background-color: #557ED8;
	color: #fff;
	padding: .5em 0pt;
}
#login .body ul {
	list-style-type: disc;
	list-style-image: none;
	color: #fff;
	margin-bottom: 0pt;
}
#login .body a {
	color: #fff;
}

#login label {
	color:#FFFFFF;
	float:left;
	text-align:right;
	width:65px;	
	font-weight: normal;
}
#login input {
	float: left;
	/*background: transparent url(../../img/bgtextfield.gif) repeat-x scroll 0% 50%;*/
	/*border: 0pt none;*/
	border: solid 1px #0D45CA;
	color: #0D45CA;
	font-family: tahoma,verdana,arial,sans-serif;
	padding: 3px;
	margin-left: 8px;
	width: 95px;

}
#login .button {
	background: transparent url(../../img/btusuariosentrar2.gif) repeat scroll 0%;
	border: 0px none;
	color: #FFFFFF;
	font-family: tahoma,verdana,arial,sans-serif;
	font-size: 10px;
	font-weight: bold;
	height: 23px;
	width: 70px;
	margin-left: 107px;
	cursor: pointer;
}
#login .button:hover {
	background: transparent url(../../img/btusuariosentrarhover2.gif) repeat scroll 0%;
	border: 0px none;
	color: #FFFFFF;
	font-family: tahoma,verdana,arial,sans-serif;
	font-size: 10px;
	font-weight: bold;
	height: 23px;
	width: 70px;
	margin-left: 107px;
}

/*----------------------------------------------------------------------------*/
/* INSTRUCTIONS                                                               */
/*----------------------------------------------------------------------------*/
#instructions {
	border: solid 1px #d3d3d3;
	margin-bottom: 1.5em;
}

#instructions .wrapper {
	background: #eeeeee url(../../img/instructions-bg.png) repeat-x scroll center top;
	margin: 1px;
	padding: 1.5em 1.5em 0;
}

#instructions p {
	margin: 0;
	padding: 0 0 1.5em;
}

/*----------------------------------------------------------------------------*/
/* SIDEBAR                                                                    */
/*----------------------------------------------------------------------------*/
/*
#sidebar-box {
	background:#ffffff;
	margin: 0em 1em 1em 0em;
	padding: 1px;
	border: solid 1px #29dd29;
}
#sidebar-box h1 {
	background: url(../../img/section-header-green.png) top repeat-x;
	color: #fff;
	font-weight: bold;
	font-size: 100%;
	line-height: 1.5;
	padding: 0px 5px;
	margin-bottom: 1px;
}
#sidebar-box .body {
	padding: .2em .5em;
}
#sidebar-box h2 {
	color: #3b60af;
	margin: .5em 0em 0em 0em;
	font-size: 100%;
	font-weight: bold;
	line-height: 1.5;
}
#sidebar-box a {
	color: #3b60af;
	text-decoration: none;
}
#sidebar-box a:hover {
	color: #3b60af;
	text-decoration: none;
}
#sidebar-box a:visited {
	color: #3b60af;
	text-decoration: none;
}
#sidebar-box ul {
	margin: 0em 0em .5em 1.5em;
}
#sidebar-box li {
	padding-bottom: .2em;
}
#sidebar-box .left {
	display: block;
	float: left;
	margin: 0px;
	padding: .5em 0pt;
	width: 80px;
	font-weight: bold;
}
#sidebar-box .right {
	display: block;
	margin: 0px;
	padding: .5em 0pt;
	font-weight: bold;
}
*/

.sidebar-box {
	background:#ffffff;
	margin: 0em 1em 1em .5em;
	padding: 1px 1px 1.0em;
	border: solid 1px #29dd29;
}
.sidebar-box h1 {
	background: url(../../img/section-header-green.png) top repeat-x;
	color: #fff;
	font-weight: bold;
	font-size: 130%;
	line-height: 1.5;
	padding: 0px 5px;
	margin-bottom: 1px;
	text-align: center;
}
.sidebar-box div.body {
	padding: .2em .5em;
}
.sidebar-box h2 {
	color: #033C74;
	margin: 1.0em 0em 0em 0em;
	font-size: 100%;
	font-weight: bold;
	line-height: 1.5;
}
.sidebar-box ul {
	margin:0pt 0.5em 0pt 1.5em;
}
/*
.sidebar-box li {
	padding-bottom: .2em;
}
.sidebar-box a {
	color: #3b60af;
	text-decoration: none;
}
.sidebar-box a:hover {
	color: #3b60af;
	text-decoration: none;
}
.sidebar-box a:visited {
	color: #3b60af;
	text-decoration: none;
}
*/
.sidebar-box a.qsst, .sidebar-box a.qsst:visited {
	color:#3b60af;
}
.sidebar-box a.minis, .sidebar-box a.minis:visited {
	color:#00EC3C;
}
.sidebar-box .left {
	display: block;
	float: left;
	margin: 0px;
	padding: .5em 0pt;
	width: 80px;
	font-weight: bold;
}
.sidebar-box .right {
	display: block;
	margin: 0px;
	padding: .5em 0pt;
	font-weight: bold;
}

.sidebar-box-advert {
	background: #557ED8;
	border: solid 1px #0D45CA;
	color: #fff;
	font-weight: bold;
	padding: .5em 1em 0pt 1em;
	margin: 0em 1em 1em .5em;
}
.sidebar-box-advert h1 {
	color: #fff;
	font-weight: bold;
	font-size: 130%;
	line-height: 1.5;
	padding: 0px 5px;
	text-align: center;
	text-decoration: underline;
}
.sidebar-box-advert a {
	color: #ffffff;
}

/*----------------------------------------------------------------------------*/
/* HOMEPAGE SIDEBAR                                                           */
/*----------------------------------------------------------------------------*/
#left-sidebar {
	background: #e2e2e2;
	min-height: 500px;
}
#left-sidebar hr {
	margin: 5px 0;
}
#left-sidebar p {
	margin: 0em;
	padding: 5px 5px 2px;
}
#left-sidebar p.current {
	background-color: #BBCBEC;
}
#left-sidebar .box {
	border: solid 1px #d7d6d2;
	background-color: #ffffff;
	margin: 10px;
	padding: 1px;
}
#left-sidebar .box .header {
	background: url(../../img/section-header.png) top repeat-x;
	color: #fff;
	font-weight: bold;
	padding: 0px 5px;
	margin-bottom: 1px;
}
#left-sidebar .box .body {
	background: url(../../img/section-bg.png) top repeat-x;
	color: #3b60af;
	font-weight: bold;
 	font-weight: normal;
 }
#left-sidebar .section {
	margin: 15px;
}
#left-sidebar .section h1,
#left-sidebar .section h2,
#left-sidebar .section h3,
#left-sidebar .section h4,
#left-sidebar .section h5
{
	/*color: #141560;*/
	color: #00009A;
}
#left-sidebar .section ul
{
	margin: 0pt 1.0em 1.5em 1.0em
}

/*----------------------------------------------------------------------------*/
/* SECONDARY NAVIGATION                                                       */
/*----------------------------------------------------------------------------*/
/*
#secondary-nav {
	padding: .5em 0pt 1.5em;
	*background: #C0D2EB;*
	background: #A8D2FD;
}
#secondary-nav h1 {
	font-size: 1.5em;
	line-height: 1.5em;
	*color: #616265; grey *
	color: #3B60AF;
	padding-left: 1em;
}
#secondary-nav ul {
	list-style-type: none;
	list-style-image: none;
	margin: 0px;
	border-bottom:1px solid #FFFFFF;
	border-top:1px solid #3B60AF;
}
#secondary-nav li.level2 {
*	background: #dce2eb;*
	background: #DEEEFE;
}
#secondary-nav li.level2 a {
	text-indent:40px;
	margin: 0em;
}
.menulateral:link, .menulateral:active, .menulateral:visited {
border-bottom:1px solid #3B60AF;
border-top:1px solid #FFFFFF;
color:#3B60AF;
display:block;
font-size:12px;
height:25px;
line-height:25px;
text-decoration:none;
text-indent:20px;
}
.menulateral:hover {
background:#3B60AF none repeat scroll 0%;
border-bottom:1px solid #3B60AF;
border-top:1px solid #3B60AF;
color:#FFFFFF;
display:block;
font-size:12px;
height:25px;
line-height:25px;
text-decoration:none;
text-indent:20px;
}
*/


/*
#secondary-nav {
	padding: .5em 0pt 1.5em;
	background: #E2E2E2;
}
#secondary-nav h1 {
	font-size: 1.5em;
	line-height: 1.5em;
	color: #557ED8;
	padding-left: 1em;
}
#secondary-nav ul {
	list-style-image: url(../../img/closed.gif);
	list-style-position: outside;
	list-style-type: none;
	margin: 0px;
	border-bottom:1px solid #FFFFFF;
	border-top:1px solid #BDBDBD;
}
#secondary-nav li.level2 {
	background: #f4f4f4;
}
#secondary-nav li.level2 a {
	text-indent:40px;
	margin: 0em;
}
.menulateral:link, .menulateral:active, .menulateral:visited {
	border-bottom:1px solid #BDBDBD;
	border-top:1px solid #FFFFFF;
	color:#557ED8;
	display:block;
	font-size:12px;
	height:25px;
	line-height:25px;
	text-decoration:none;
	text-indent:20px;
}
.menulateral:hover {
	background:#557ED8 none repeat scroll 0%;
	border-bottom:1px solid #557ED8;
	border-top:1px solid #557ED8;
	color:#FFFFFF;
	display:block;
	font-size:12px;
	height:25px;
	line-height:25px;
	text-decoration:none;
	text-indent:20px;
}
*/




#secondary-nav {
	padding: .5em 0pt 1.5em;
	background: #E2E2E2;
}
#secondary-nav h1 {
	font-size: 1.5em;
	line-height: 1.5em;
	color: #557ED8;
	padding-left: 1em;
}
#secondary-nav ul {
	list-style: none;
	margin: 0px;
	border-bottom:1px solid #FFFFFF;
	border-top:1px solid #BDBDBD;
}
#secondary-nav li {
display:inline;
}

#secondary-nav li a:link, #secondary-nav li a:active, #secondary-nav li a:visited {
	border-bottom:1px solid #BDBDBD;
	border-top:1px solid #FFFFFF;
	color:#557ED8;
	display:block;
	font-size:12px;
	height:25px;
	line-height:25px;
	text-decoration:none;
	text-indent:20px;
	background: url(../../img/closed-blue.gif) no-repeat 20px;
	padding: 0px 0 0px 20px;
}
#secondary-nav li a:hover {
	background:#557ED8 url(../../img/closed-white.gif) no-repeat 20px;
	border-bottom:1px solid #557ED8;
	border-top:1px solid #557ED8;
	color:#FFFFFF;
	display:block;
	font-size:12px;
	height:25px;
	line-height:25px;
	text-decoration:none;
	text-indent:20px;
	padding: 0px 0 0px 20px;
}

#secondary-nav li.open a:link, #secondary-nav li.open a:active, #secondary-nav li.open a:visited {
	background: url(../../img/open-blue.gif) no-repeat 20px;
}

#secondary-nav li.open a:hover {
	background:#557ED8 url(../../img/open-white.gif) no-repeat 20px;
}

#secondary-nav li.level2 a:link, #secondary-nav li.level2 a:active, #secondary-nav li.level2 a:visited {
	background: #f4f4f4 url(../../img/closed-blue.gif) no-repeat 40px;
	padding: 0px 0 0px 40px;
}

#secondary-nav li.level2 a:hover {
	background: #557ED8 url(../../img/closed-white.gif) no-repeat 40px;
	padding: 0px 0 0px 40px;
}




.horizontal-nav {clear: both; float: left; min-height: 2.0em; line-height: 2.0em; margin: 0pt 0pt 2em 0pt; padding: 0pt 0pt 0pt .5em; background-color: #557ED8;}
.horizontal-nav ul {margin: 0px; padding: 0px;}	
.horizontal-nav li {float: left; margin: 0px 10px; list-style: disc; white-space: nowrap; background-color: inherit; color: rgb(255,255,255); text-decoration: none; font-weight: bold;}
.horizontal-nav li.no-bullet {float: left; list-style: none; margin: 0px 10px; white-space: nowrap; background-color: inherit; color: rgb(255,255,255); text-decoration: none; font-weight: bold;}
.horizontal-nav li a {margin: 0px; padding: 0pt; color: rgb(255,255,255); font-weight: normal;}
.horizontal-nav li a:hover, .nav-main a.selected {background-color: inherit; text-decoration: none; font-weight: normal;}

/*----------------------------------------------------------------------------*/
/* ACCOUNT MAINTENANCE PAGE                                                   */
/*----------------------------------------------------------------------------*/
/* Edit Username Password screen needs wider labels */
#account form label {
	width: 12em;	
}
#account-info label, #account-info span {
	font-size: 120%;
}
#account-info a {
	color: red;
}
#account-info small, #account-info a.small {
	font-size: 90%;
	color: red;
}

/*----------------------------------------------------------------------------*/
/* SWIMMER TIMES PAGE                                                         */
/*----------------------------------------------------------------------------*/
#swimmer_times_filters {
	padding: .2em;
	margin-bottom: .5em;
}
#swimmer_times_filters .filters {
	float: right;
}
#swimmer_times_filters .filters select {
	font-size: 8pt;
	margin: 0pt;
}
#swimmer_times_filters br {
	clear: both;
}

/*----------------------------------------------------------------------------*/
/* FORM FIELD LENGTHS                                                         */
/*----------------------------------------------------------------------------*/
.username { width: 10em; }
.password { width: 10em; }
.minutes { width: 2em; }
.seconds { width: 2em; }
.hundreds { width: 2em; }
.email { width: 20em; }
.comment-subject { width: 20em; }
.comment-text { width: 51em; height: 10em; }

/*----------------------------------------------------------------------------*/
/* MISCELLANEOUS                                                              */
/*----------------------------------------------------------------------------*/
.float-left { float: left; margin: .5em 0pt .5em .5em; }
.highlight {background-color: #CCFFCC;} /* used for best times */
.important { color: #ff0000; font-size: 100%; font-weight: bold; }
small.important { font-size: 80%; }

/*----------------------------------------------------------------------------*/
/* MESSAGE BOXES                                                              */
/*----------------------------------------------------------------------------*/
.form-error {
	border:1px solid #AE251C;
	color: #AE251C;
}
.errorBox {
	padding: 1em 1em 1em 4em;
	margin: 0 0 1.5em 0;
	background: #E69EA3 url(../../img/icons/aesthetica/png/32x32/remove.png) no-repeat 5px;
	border:1px solid #AE251C;
	color: #AE251C;
	font-weight: bold;
}
.savedBox {
	padding: 1em 1em 1em 4em;
	margin: 0 0 1.5em 0;
	background: #AEDEC1 url(../../img/icons/aesthetica/png/32x32/accept.png) no-repeat 5px;
	border:1px solid #008937;
	color: #008937;
	font-weight: bold;
}
.noshow { display: none; }