
/* Indicate active nav */
body#homePage #nav a#homeNav,
body#workoutPage #nav a#workoutNav,
body#testsetPage #nav a#testsetNav,
body#strokePage #nav a#strokeNav,  
body#glossaryPage #nav a#glossaryNav, 
body#premiumPage #nav a#premiumNav, 
body#missionPage #nav a#missionNav, 
body#programPage #nav a#programNav, 
body#servicesPage #nav a#servicesNav, 
body#coachesPage #nav a#coachesNav, 
body#contactPage #nav a#contactNav, 
body#logoutPage #nav a#logoutNav {
   	background:url(/scd_images/tabs_right.gif) no-repeat 100% 0px;
   	padding: 7px 16px 2px 5px;
}

body#homePage #nav li#homeNav,
body#workoutPage #nav li#workoutNav,
body#testsetPage #nav li#testsetNav,
body#strokePage #nav li#strokeNav,  
body#glossaryPage #nav li#glossaryNav, 
body#premiumPage #nav li#premiumNav, 
body#missionPage #nav li#missionNav, 
body#programPage #nav li#programNav, 
body#servicesPage #nav li#servicesNav, 
body#coachesPage #nav li#coachesNav, 
body#contactPage #nav li#contactNav, 
body#logoutPage #nav li#logoutNav {
    background:url(/scd_images/tabs_left.gif) no-repeat 0px 0px;	
}
#nav a{
    color:red;
}
#nav{
margin:0 auto;
width:600px;
font-size:12px;
font-weight:600;
text-align:left;
padding-left:140px;
text-decoration:none;
}

#nav ul{
list-style:none;
margin:0;
padding-top:7px;
padding-left:0px;
}

#nav a{

display:block;
font-size:100%;
letter-spacing:-1px;
padding: 7px 16px 0px 5px;
}

#nav a:hover{
text-decoration:underline;
}

#nav li{
margin:0 4px 0px 0;
padding-left:9px; 
}

#nav li.left{
    float:left;
}
#nav li.right{
    float:right;
}

#separator {
margin:0 auto;
width:100%;
height:30px;
text-align:center;
border:0px;
}

.box {
	background:#FFFFFF url(bg_box.png) top repeat-x;
  margin: 5px 0 5px 5px;
  border:1px solid #666666;
	padding:2px 2px 2px 2px;
  margin-right:5px;	
	width:500px;
	height:40px;
	float:left;
}

.box2 {
	background:#FFFFFF url(bg_box.png) top repeat-x;
  margin: 5px 0 5px 0;
  border:1px solid #666666;
	padding:2px 2px 2px 2px;
  margin-right:5px;	
	width:210px;
	height:40px;
	float:right;
}
.box3 {
	background:#FFFFFF url(bg_box.png) top repeat-x;
  margin: 5px 0 5px 0;
  border:1px solid #666666;
	padding:2px 2px 2px 2px;
  margin-right:5px;	
	margin-left:5px;	
	width:255px;
	float:left;
}

.bigbox {
	background:#FFFFFF url(bg_box.png) top repeat-x;
  margin: 5px 0 5px 0;
  border:1px solid #666666;
	padding:2px 2px 2px 2px;
  margin-right:5px;	
	margin-left:5px;	
	float:left;
}

h3 {
    font:Verdana,Arial,Georgia,Tahoma,sans-serif;
    font-size:0.8em;
    font-weight:bold;
    color:#333333;
    margin: 2px;
    padding:0px;
}

h2 {
    font:Verdana,Arial,Georgia,Tahoma,sans-serif;
    font-size:1.1em;
    font-weight:bold;
    color:#333333;
    margin: 2px;
    padding:0px;
		background-color: #d4d2d2;
}

ul.glassList {
    list-style: url(aquadot.jpg) disc outside;
    vertical-align: top;
    line-height: 1.2em;
    margin-left: 40px;
		font-size:1.0em;
}

.left{
    float:left;
}

.right {
    float:right;
}

.clean{
clear:both;
}

.alert{
border:1px solid red;
padding: 0px 2px 0px 2px;
margin: 5px 5px 2px 5px;
background-color: lightyellow;
font-size: 11px;
}

div#networkBar {
	background-color:lightyellow;
	visibility:visible;
	color:#666666;
	padding-left:5px;
	padding-right:5px;
	font-weight:bold;
	height:20px;
	border-bottom:1px solid #F0F0F0;
}

#superMenu {
	text-align: right;
    font-size:0.9em;
    padding-top: 3px; 
}

#superMenu a {
    text-decoration:underline;
	color:#3B65E1;
}

#superMenu a.selected {
    text-decoration:none;
	color:#666666;
}
#superMenu a:hover{
	text-decoration:none; 
}
.sessionMenu {
    padding-bottom:5px;
}

#headerContainer {
    background:#FFFFFF;
    color:#666666;
}

#header {
    margin:0 auto;
    text-align:left;
		padding-top:1px;
		padding-bottom:1px;	
    width:780px; 
    height:62px;   
	
}

#headerContainer {
    text-align:center;
    width:100%;    
}

#logo {
    margin:0;
    padding-top: 2px; 
    clear:right;
}

/* Fin Nuevos estilos */

.go {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	background-color: #999999;
	border: 1px solid #ffffff;
	width: 200px;
	text-align: left;
	text-indent: 6px;
	margin-left: 8px;
	height: 25px;
}
.select {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	background-color: #666666;
	border: 1px solid #333333;
}
td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}
.subtitulo {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #333333;
	background-image: url(fondo_tabla.gif);
	text-indent: 4pt;
	vertical-align: middle;



}
.titulo {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: bold;
	color: #E10000;
	height: 30px;
	vertical-align: bottom;
	text-align: left;
	text-indent: 8pt;
}
a.bot {
	margin: 5 0 0 5;
	font-size: 15px;
}
a.bot:link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-decoration: none;
	height: 22px;
	width: 111px;
	vertical-align: bottom;
	text-align: center;
	color: #666666;
}

a.bot:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-decoration: none;
	height: 22px;
	width: 111px;
	vertical-align: bottom;
	text-align: center;
	color: #666666;
}

a.bot:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #CC0000;
	text-decoration: none;
	height: 22px;
	width: 111px;
	vertical-align: bottom;
	text-align: center;
}

a.bot:active {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-decoration: none;
	height: 22px;
	width: 111px;
	vertical-align: bottom;
	text-align: center;
	color: #666666;
}

.tablaDER {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCCCCC;
	background-color: #eeeeee;
}
.tablaIZQ {
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #CCCCCC;
	background-color: #eeeeee;

}
.Tips {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	background-image: url(tips.gif);
	background-repeat: no-repeat;
	background-position: left;
	height: 22px;
	text-indent: 8pt;


}
.fondoTIP {
	background-image: url(fondo_tips.gif);
	width: 158px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin: 6px;
	padding: 6px;



}
.fondoTIPabajo {
	background-image: url(abajo_tip.gif);
	width: 158px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	height: 10px;
	background-repeat: no-repeat;


}
.bottomline {
	height: 65px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}
a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	text-decoration: underline;
}
a:hover {
	color: #e10000;
	text-decoration: none;
}
.bordeIZQ {
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #CCCCCC;
}
.bordeDER {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCCCCC;
}
.boton1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	background-image: url(boton1.gif);
	width: 117px;

}
.boton2 {

	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	background-image: url(boton2.gif);
	width: 147px;
}
.botON {

	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	background-image: url(bot1_on.gif);
	background-repeat: no-repeat;
	background-position: center top;
	color: #CC0000;
	text-decoration: none;
	height: 22px;
	width: 111px;
	vertical-align: bottom;
	text-align: center;
}
.AAboton {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	text-decoration: none;
}
.code {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333333;
}
.titulo2N {

	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #E10000;
	height: 45px;
	vertical-align: bottom;
	text-align: left;
	text-indent: 8pt;
}

.clear {clear: both;}


