
/*----------------------------------------------------------------------------*/
/* GLOBAL SETTINGS                                                            */
/*----------------------------------------------------------------------------*/
body { background: #699bc9 url(../../img/bg.gif) top center repeat-x; margin-top: 0em;color: #545454;}
#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);}

h1, h2, h3, h4, h5, h6 {color:#545454;}

small { font-size: 80%; }

a, a:link, a:visited {
	border-bottom: 1px dotted;
	color: #050370;
	text-decoration: none;
	font-weight: bold;
	outline: none;
}

a:focus, a:hover, a:active {

	border-bottom-style: solid;
	/*color: #40E6C5;*/
	color: #0904A4;
}

a.small {
	font-size: 85%;
}

a.img {
	border-bottom: 0;
}

ul {
	list-style: disc outside; color: #050370;
	margin: 0 1.5em 1.5em 1.5em;
	padding-left: 0;
}

ul .nested {
	margin: 0pt 1.5em;
}

ul.important {
	list-style: none;
	margin: 0;
	padding-left: 0;
	font-size: 90%;
	margin-bottom: 10px;
}
ul.important li {
	border-bottom: dashed 1px #fff;
	padding: 5px 0;
}

.box {
	background-color: #DEEEFE;
}

a.rss {
	border: 0;
}

/*----------------------------------------------------------------------------*/
/* TABLES                                                                     */
/*----------------------------------------------------------------------------*/
table
{
	margin-bottom: 1.5em;
	empty-cells: show;
	border-collapse: collapse;
	text-align: left;
	/*border: solid 1px rgb(3,60,116);*/
	border: solid 1px #033C74;
	background-color: transparent;
	/*color: rgb(3,60,116);*/
	color: #033C74;
	width: 100%;
}

table th
{
	font-weight: bold;
	padding: 0.2em 0.5em;
	/*border: solid 1px rgb(3,60,116);*/
	border: solid 1px #033C74;
	background: transparent;
}

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 rgb(3,60,116);*/
	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: rgb(168,210,253);*/
	background-color: #A8D2FD;
}

table .rowH2 th
{
	/*background-color: rgb(222,238,254);*/
	background-color: #DEEEFE;
}

table .highlight td
{
	background-color: #FFFFC6;
}

table ul
{
	margin-bottom: 0em;
	padding-left: 1em;
	list-style: square;
}

table.no-border,
table.no-border th,
table.no-border td
{
	border: 0;
}

table.width10, table td.width10, table th.width10 { width: 10% }
table.width15, table td.width15, table th.width15 { width: 15% }
table.width20, table td.width20, table th.width20 { width: 20% }
table.width25, table td.width25, table th.width25 { width: 25% }
table.width30, table td.width30, table th.width30 { width: 30% }
table.width33, table td.width33, table th.width33 { width: 33% }
table.width35, table td.width35, table th.width35 { width: 35% }
table.width40, table td.width40, table th.width40 { width: 40% }
table.width45, table td.width45, table th.width45 { width: 45% }
table.width50, table td.width50, table th.width50 { width: 50% }
table.width55, table td.width55, table th.width55 { width: 55% }
table.width60, table td.width60, table th.width60 { width: 60% }
table.width65, table td.width65, table th.width65 { width: 65% }
table.width67, table td.width67, table th.width67 { width: 67% }
table.width70, table td.width70, table th.width70 { width: 70% }
table.width75, table td.width75, table th.width75 { width: 75% }
table.width80, table td.width80, table th.width80 { width: 80% }
table.width85, table td.width85, table th.width85 { width: 85% }
table.width90, table td.width90, table th.width90 { width: 90% }
table.width95, table td.width95, table th.width95 { width: 95% }
table.width100, table td.width100, table th.width100 { width: 100% }

/* Table Header with print option */
table th p.title {
	float: left;
	margin: 0;
	padding: 4px 0 0 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 #00009A;
}
div.formWrapper h2.formHeader {
	background: #00009A;
	color: #FFFFFF;
	font-size: 12pt;
	font-weight: bold;
	padding-left: 5px;
}
div.formWrapper p {
	margin: 0 1.5em 1.5em;
}
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;
}
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 fieldset.checkboxes {
	float: left;
	font-family: tahoma,verdana,arial,sans-serif;
	margin: 0.5em 0 0.5em 1em;
	padding: 0;
	border: 0;
}
form fieldset.checkboxes input {
	margin: 3px 0 0 1px;
}
form fieldset.checkboxes label {
	margin: 0 0 0 5px;
	text-align: left;
}
form button {
	background: transparent url( ../../img/btn_right.png ) no-repeat scroll right top;
	clear: left;
	font-size: 0.8em;
	border: 0 none;
	cursor: pointer;
	font-weight: bold;
	padding: 0 15px 0 0;
	text-align: center;
	height: 30px;
	line-height: 30px;
	width: auto;
}
form button span {
	display: block;
	padding: 0 0 0 15px;
	position: relative;
	white-space: nowrap;
	height: 30px;
	line-height: 30px;
	background: transparent url( ../../img/btn_left.png ) no-repeat scroll left top;
	color: #FFFFFF;
	font-size: 120%;
}
form button:hover {
	background-position: 100% -30px;
}
form button:hover span {
	background-position: 0% -30px;
}
form button::-moz-focus-inner {
	border: none;
}





form a.button {
    background: transparent url('../../img/bg_button_a.gif') no-repeat scroll top right;
    color: #444;
    display: block;
    float: left;
    font: normal 12px arial, sans-serif;
    height: 24px;
    margin-right: 6px;
    padding-right: 18px; /* sliding doors padding */
    text-decoration: none;
    border: 0;
}

form a.button span {
    background: transparent url('../../img/bg_button_span.gif') no-repeat;
    display: block;
    line-height: 14px;
    padding: 5px 0 5px 18px;
} 

form a.button:active {
    background-position: bottom right;
    color: #444;
    outline: none; /* hide dotted outline in Firefox */
}

form a.button:active span {
    background-position: bottom left;
    padding: 6px 0 4px 18px; /* push text down 1px */
} 




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 .indent_text {
	padding-left: 8em;
}
form .button_line {
	padding-left: 11em;
	height: 24px;
	vertical-align: center;
}
form .button_line .secondary_link {
	padding: 3px 0 0;
	float: left;
}
form br { clear: left; }

/*----------------------------------------------------------------------------*/
/* HEADER                                                                     */
/*----------------------------------------------------------------------------*/
/*
.name  {clear: both; float: left; position: absolute; z-index: 2; top: 10px; margin: 0px; padding-left: 240px; background-color: transparent;}
.mako-logo  {clear: both; float: left; position: absolute; z-index: 2; top:  10px; margin: 0px; padding-left: 30px; background-color: transparent;}
.byns-logo  {clear: both; float: left; position: absolute; z-index: 2; top:  10px; margin: 0px; padding-left: 690px; background-color: transparent;}
.img-header {clear: both; float: left; width: 950px; height: 160px; margin: 0px; padding: 0px; background: #141560;}
*/
#header img {clear: both; float: left; width: 950px; height: 160px; margin: 0px; padding: 0px; background: #141560;}

/*
.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.meetinfo #topnav #meetinfo,
body.records #topnav #records,
body.about #topnav #about,
body.faq #topnav #faq,
body.practice #topnav #practice,
body.calendar #topnav #calendar,
body.bash #topnav #bash,
body.contact #topnav #contact {
color:#993333;
background:#fff url(../../img/bgON.gif) no-repeat top left;
}

/*----------------------------------------------------------------------------*/
/* HOMEPAGE ALERT & COACH'S CORNER                                            */
/*----------------------------------------------------------------------------*/
#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;
	float: right;
	margin: 0.5em 1.5em 1.5em 0pt;
}



/*----------------------------------------------------------------------------*/
/* LOGIN SIDEBAR AREA                                                         */
/*----------------------------------------------------------------------------*/
#login h1 {
	background: url(../../img/section-header-bottom-border2.gif) top repeat-x;
	color: #fff;
	font-weight: bold;
	font-size: 100%;
	line-height: 2.0;
	padding: 0px 5px;
	margin: 0px;
	height: 28px;
}
#login p {
	text-align: center;
	margin: 0em;
	padding: 0.5em 5px 0.2em;
}
#login .body {
	background-color: #40E6C5;
	color: #fff;
	padding: .5em 0pt;
}
#login .body ul {
	list-style-type: none;
	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 #01C19B;
	color: #01C19B;
	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;
}

/*----------------------------------------------------------------------------*/
/* SIDEBAR                                                                    */
/*----------------------------------------------------------------------------*/
#sidebar {
	min-height: 500px;
}

.sidebar-box {
	background:#ffffff;
	margin: 1em 1em 1em .5em;
	padding: 1px;
	border: solid 1px #01C19B;
}
.sidebar-box h1 {
	background: url(../../img/section-header-teal.gif) top repeat-x;
	color: #0000B7;
	font-weight: bold;
	font-size: 100%;
	height: 26px;
	line-height: 2.0;
	padding: 0px 5px;
	margin-bottom: 1px;
	text-align: center;
}
.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 ul {
	margin: 0em 0em .5em 1.5em;
}
.sidebar-box li {
	padding-bottom: .2em;
}
.sidebar-box p {
	text-align: center;
}
.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-box2 {
	background:#ffffff;
	margin: 0em 1em 1em .5em;
	padding: 1px 1px 1.0em;
	border: solid 1px #01C19B;
}
.sidebar-box2 h1 {
	background: url(../../img/section-header-teal.gif) top repeat-x;
	color: #0000B7;
	font-weight: bold;
	font-size: 120%;
	height: 26px;
	line-height: 2.0;
	padding: 0px 5px;
	margin-bottom: 1px;
	text-align: center;
}
.sidebar-box2 div.body {
	padding: .2em .5em;
}
.sidebar-box2 h2 {
	/*color: #3b60af;*/
	color: #000000;
	margin: 1.0em 0em 0em 0em;
	font-size: 100%;
	font-weight: bold;
	line-height: 1.5;
}
.sidebar-box2 ul {
	margin:0pt 0.5em 0pt 1.5em;
	list-style: disc outside; color: #000000;
}
/*
.sidebar-box2 ul.byns {
	color: #0000B7;
}
.sidebar-box2 ul.byns a {
	color: #0000B7;
}
.sidebar-box2 ul.mako {
	color: #40E6C5;
}
.sidebar-box2 ul.mako a {
	color: #40E6C5;
}
.sidebar-box2 ul.bash {
	color: red;
}
.sidebar-box2 ul.bash a {
	color: red;
}
*/
.sidebar-box2 li a.byns {
	color: #050370;
}
.sidebar-box2 li a.mako {
	color: #40E6C5;
}
.sidebar-box2 li a.bash {
	color: red;
}

/*----------------------------------------------------------------------------*/
/* HOMEPAGE SIDEBAR                                                           */
/*----------------------------------------------------------------------------*/
#left-sidebar {
	/*width: 200px;*/
	/*height: 500px;*/
	/*background: #e2e1dd;*/
	background: #E2E2E2;
	/*margin: 0px;*/
	/*padding: 0px;*/
	min-height: 500px;
}

#left-sidebar .box {
	/*width: 150px;*/
	border: solid 1px #d7d6d2;
	background-color: #ffffff;
	margin: 15px;
	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;
	/*height: 300px;*/
	color: #3b60af;
	font-weight: bold;
	/*padding: 0px 5px;*/
 	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: #050370;
}

#left-sidebar p {
	margin: 0em;
	padding: 0.5em 5px 0.2em;
}

#left-sidebar p.current {
	background-color: #BBCBEC;
}

/*----------------------------------------------------------------------------*/
/* SECONDARY NAVIGATION                                                       */
/*----------------------------------------------------------------------------*/
/*
#secondary-nav {
	padding: .5em 0pt 1.5em;
	background: #E2E2E2;
}
#secondary-nav h1 {
	font-size: 1.5em;
	line-height: 1.5em;
	color: #616265;
	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 #BDBDBD;
}
.menulateral:link, .menulateral:active, .menulateral:visited {
border-bottom:1px solid #BDBDBD;
border-top:1px solid #FFFFFF;
color:#616265;
display:block;
font-size:12px;
height:25px;
line-height:25px;
text-decoration:none;
text-indent:20px;
}
.menulateral:hover {
background:#9A9B9D none repeat scroll 0%;
border-bottom:1px solid #9A9B9D;
border-top:1px solid #9A9B9D;
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: #616265;
	padding-left: .5em;
}
#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:#616265;
	display:block;
	font-size:12px;
	height:25px;
	line-height:25px;
	text-decoration:none;
	text-indent:12px;
	background: url(../../img/arrow-close.gif) no-repeat 7px;
	padding: 0px 0 0px 7px;
}
#secondary-nav li a:hover {
	background:#9A9B9D url(../../img/arrow-close-w.gif) no-repeat 7px;
	border-bottom:1px solid #9A9B9D;
	border-top:1px solid #9A9B9D;
	color:#FFFFFF;
	display:block;
	font-size:12px;
	height:25px;
	line-height:25px;
	text-decoration:none;
	text-indent:12px;
	padding: 0px 0 0px 7px;
}

#secondary-nav li.open a:link, #secondary-nav li.open a:active, #secondary-nav li.open a:visited {
	background: url(../../img/arrow-open.gif) no-repeat 7px;
}

#secondary-nav li.open a:hover {
	background:#9A9B9D url(../../img/arrow-open-w.gif) no-repeat 7px;
}

#secondary-nav li.level2 a:link, #secondary-nav li.level2 a:active, #secondary-nav li.level2 a:visited {
	background: #f4f4f4 url(../../img/arrow-close.gif) no-repeat 17px;
	padding: 0px 0 0px 17px;
}

#secondary-nav li.level2 a:hover {
	background: #9A9B9D url(../../img/arrow-close-w.gif) no-repeat 17px;
	padding: 0px 0 0px 17px;
}


/*
.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 {list-style: none; margin: 0px; padding: 0px;}	
.horizontal-nav li {float: left; white-space: nowrap; background-color: inherit; color: rgb(255,255,255); text-decoration: none; font-weight: bold;}
.horizontal-nav li a {margin: 0px; padding: 0px 10px 0px 10px; border-right: solid 1px rgb(255,255,255); color: rgb(255,255,255); font-weight: normal;}
.horizontal-nav li a.hnav-last {margin: 0px; padding: 0px 10px 0px 10px; border-right: none; 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;}
*/
.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: #40E6C5;}
.horizontal-nav ul {margin: 0px; padding: 0px;}	
.horizontal-nav li {float: left; margin: 0px 10px; 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;
}
#account-info ul {
	list-style: disc outside; color: #545454;
}


/*----------------------------------------------------------------------------*/
/* SWIMMER TIMES PAGE                                                         */
/*----------------------------------------------------------------------------*/
#swimmer_times_filters {
	/*background-color: #DEEEFE;*/
	padding: .2em;
	margin-bottom: .5em;
}
#swimmer_times_filters .courses {
	float: left;
	width: 40em;
}
#swimmer_times_filters .filters {
	float: left;
}
#swimmer_times_filters .filters select {
	font-size: 8pt;
	margin: 0pt;
}
#swimmer_times_filters br {
	clear: both;
}


/*----------------------------------------------------------------------------*/
/* PHOTO GALLERY                                                              */
/*----------------------------------------------------------------------------*/
#gallery a,
#gallery a:focus,
#gallery a:hover,
#gallery a:active {
	border: 0;
}

/*----------------------------------------------------------------------------*/
/* 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; }
.float-right { float: right; margin: .5em .5em .5em 0pt; }
.highlight { background-color: #FFFFC6; }

/*----------------------------------------------------------------------------*/
/* MESSAGE BOXES                                                              */
/*----------------------------------------------------------------------------*/
.form-error {
	border:1px solid #AE251C;
	color: #AE251C;
}
.errorBox {
	padding: 1em 1em 1em 4em;
	margin: 0 0 1.5em 0;
	background: #AE251C url(../../img/icons/aesthetica/png/32x32/remove.png) no-repeat 5px;
	border:1px solid #661511;
	color: #FFFFFF;
	font-weight: bold;
}
.savedBox {
	padding: 1em 1em 1em 4em;
	margin: 0 0 1.5em 0;
	background: #008937 url(../../img/icons/aesthetica/png/32x32/accept.png) no-repeat 5px;
	border:1px solid #004000;
	color: #FFFFFF;
	font-weight: bold;
}










table.no_border
{
	margin-bottom: 1.5em;
	width: 100%;
	empty-cells: show;
	border: 0;
	background-color: transparent;
	text-align: left;
	font-size: 100%;
}

table.no_border tr {
	background: #FDFDFD url('../../img/a7.gif') top left repeat-x;
	border-top: solid 1px #fff;
	color: inherit;
}

table.no_border tr.darkrow {
	background: #F8F8F8 url('../../img/a6.gif') top left repeat-x;
	border-top: solid 1px #fff;
	color: inherit;
}

table.no_border th
{
	font-weight: bold;
	padding: 0.2em 0.5em;
	border-left: 0;
	border-top: 0;
	border-bottom: 0;
	border-right: solid 1px #ffffff;
}

table.no_border th.center {
	text-align: center;
	padding: 0.2em 0.5em;
}

table.no_border th.right {
	text-align: right;
	padding: 0.2em 0em 0.2em 1em;
}

table.no_border td
{
	padding: 0.2em 0.5em;
	border-width: 0 0 0 2px;
	border-style: none none none solid;
	border-color: #ffffff;
	background: transparent;
}

table.no_border td.center {
	text-align: center;
	padding: 0.2em 0.5em;
}

table.no_border td.right {
	text-align: right;
	padding: 0.2em 0em 0.2em 1em;
}

table.no_border .rowH1 th
{
	color: #ffffff;
	background: #00009a;
}

table.no_border .rowH2 th
{
	background-color: rgb(209,221,230);
}

table.no_border td.width10, table.no_border th.width10 { width: 10% }
table.no_border td.width15, table.no_border th.width15 { width: 15% }
table.no_border td.width20, table.no_border th.width20 { width: 20% }
table.no_border td.width25, table.no_border th.width25 { width: 25% }
table.no_border td.width30, table.no_border th.width30 { width: 30% }
table.no_border td.width33, table.no_border th.width33 { width: 33% }
table.no_border td.width33, table.no_border th.width34 { width: 34% }
table.no_border td.width35, table.no_border th.width35 { width: 35% }
table.no_border td.width40, table.no_border th.width40 { width: 40% }
table.no_border td.width45, table.no_border th.width45 { width: 45% }
table.no_border td.width50, table.no_border th.width50 { width: 50% }
table.no_border td.width55, table.no_border th.width55 { width: 55% }
table.no_border td.width60, table.no_border th.width60 { width: 60% }
table.no_border td.width65, table.no_border th.width65 { width: 65% }
table.no_border td.width67, table.no_border th.width66 { width: 66% }
table.no_border td.width67, table.no_border th.width67 { width: 67% }
table.no_border td.width70, table.no_border th.width70 { width: 70% }
table.no_border td.width75, table.no_border th.width75 { width: 75% }
table.no_border td.width80, table.no_border th.width80 { width: 80% }
table.no_border td.width85, table.no_border th.width85 { width: 85% }
table.no_border td.width90, table.no_border th.width90 { width: 90% }
table.no_border td.width95, table.no_border th.width95 { width: 95% }
table.no_border td.width100, table.no_border th.width100 { width: 100% }

