body { 
	background-color: #ffffff; 
	margin: 0px; 
	text-align:center;
	font-family : Arial, Helvetica, Courier, sans-serif
}

table.MainTable{
	width: 96%;
	padding: 0px;
	height: 100%;
	vertical-align: top;
}

td.MainTable{
	width: 100%;
	height: 100%;
	vertical-align: top;
}

td.topalign {
	vertical-align: top;
	height: 100%;
}

table.workOut{
	border-collapse: collapse;
	height: 150px;
	vertical-align: top;
}

table.workOutTest{
	border-collapse: collapse;
	height: 150px;
	vertical-align: top;
}

table.KO{
	border-collapse: collapse;
	height: 150px;
	vertical-align: top;
}

td.left{
	width: 160px;
	border-left-width: 1;
	border-left-style: solid; 
	border-left-color: #AAAAAF;
	vertical-align: top;
	height: 100%;
	border-right-width: 1;
	border-right-style: solid; 
	border-right-color: #D6D6D8;
}

td.Header{
	height: 151px;
	background-image: url('/images/test.jpg'); 
	background-repeat: repeat-x;
	text-align: center;
	border-left-width: 1;
	border-left-style: solid; 
	border-left-color: #AAAAAF;
	border-right-width: 1;
	border-right-style: solid; 
	border-right-color: #AAAAAF;
}

td.moduleBody{
	text-align: left;
	border: 1 solid #AAAAAF;
	font: 12px;
	padding: 0px;
	width: 200px;
	vertical-align: top;
}

td.moduleBodyTest{
	text-align: left;
	border: 1 solid #AAAAAF;
	font: 12px;
	padding: 0px;
	width: 33%;
	vertical-align: top;
}

span.module{
	padding: 3px;
}

td.komoduleBody{
	text-align: left;
	border: 1 solid #AAAAAF;
	font: 12px;
	font-weight: bold;
	color: blue;
	padding: 3px;
	width: 100%;
	vertical-align: top;
}

td.moduleHeader{
	background-color: #FFCC00;
	font: 12px; 
	font-weight: bold;
	width: 150px;
	height: 25px;
	padding-left: 25px;
	border-left: 1 solid #AAAAAF;
	border-right: 1 solid #AAAAAF;
	border-top: 1 solid #AAAAAF;
}

td.komoduleHeader{
	background-color: #FFCC00;
	font: 12px; 
	font-weight: bold;
	width: 100%;
	height: 25px;
	padding-left: 25px;
	border-left: 1 solid #AAAAAF;
	border-right: 1 solid #AAAAAF;
	border-top: 1 solid #AAAAAF;
}

td.moduleCurve{
	background-color: #FFFF99;
}


td.workoutBody{
	text-align: left;
	border: 1 solid #AAAAAF;
	font: 12px;
	padding: 2px;
	width: 200px;
}

td.workoutCurve{
	background-color: #FFFF99;
}

table.modules{
	border-collapse: collapse;
	width: 100%;
	padding: 10px;
}

div.titleodd{
 	width: 100%;
  	height: 100%;
  	background-color: #E0E0E0;
  	margin: 0px;
  	padding: 2px;
}

div.contentodd{
	width: 100%;
	height: 100%;
	background-color: #E9E9E9;
	margin: 0px;
  	padding: 2px;
}

div.titleeven{
 	width: 100%;
  	height: 100%;
  	background-color: #66CCFF;
  	margin: 0px;
  	padding: 2px;
}

div.contenteven{
	width: 100%;
	height: 100%;
	background-color: #CCFFFF;
	margin: 0px;
  	padding: 2px;
}


td.center {
	vertical-align: top;
	padding-left: 10px;
	padding-right: 10px;
}

td.right{
	width: 140px;
	border-right-width: 1;
	border-right-style: solid; 
	border-right-color: #AAAAAF;
	border-left-width: 1;
	border-left-style: solid; 
	border-left-color: #D6D6D8;
	padding-left: 5px;
	padding-right: 5px;
	height: 100%;
	vertical-align: top;
}

table.contentTable{
	width: 100%;
	padding: 0px;
	margin: 0px;
	vertical-align: top;
	height: 100%;
}


table.menus { 
	width: 160px; 
	margin: 0 auto; /* centers in complaint browser */ 
	border-collapse: collapse; /* this makes the borders on the internal cells overlap */ 
} 
.menus td { 
	border-top-width: 1; 
	border-top-style: solid;  
	border-top-color: #AAAAAF;
	margin-right: 0px;
	text-align: left;
	padding: 0px; /* equivalent to cellpadding */
}

.menus td a:link, .menus td a:visited { 
	font: 12px; 
	font-weight: bold;
	text-decoration:none; 
	color: #000000; 
	display:block; 
	padding: 4px 0 4px 2px; /* remove side padding text align center takes care of that */ 
	width: 100%; /* once side padding is removed you can use width which IE needs to make the link fill the block */ 
} 

.menus td a:hover { 
	background-color:#7979FF; 
	color: #FFFFFF; 
}

table.bikemenus { 
	width: 160px; 
	margin: 0 auto; /* centers in complaint browser */ 
	border-collapse: collapse; /* this makes the borders on the internal cells overlap */ 
} 
.bikemenus td { 
	border-top-width: 1; 
	border-top-style: solid;  
	border-top-color: #AAAAAF;
	margin-right: 0px;
	text-align: left;
	background-color: #FBA93E;
	padding: 0px; /* equivalent to cellpadding */
}

.bikemenus td a:link, .bikemenus td a:visited { 
	font: 12px; 
	font-weight: bold;
	text-decoration:none; 
	color: #000000; 
	display:block; 
	padding: 8px; /* remove side padding text align center takes care of that */ 
	width: 100%; /* once side padding is removed you can use width which IE needs to make the link fill the block */ 
} 

.bikemenus td a:hover { 
	background-color:#FFFFFF; 
	color: #000000; 
}


table.bikemenusLast { 
	width: 160px; 
	margin: 0 auto; /* centers in complaint browser */ 
	border-collapse: collapse; /* this makes the borders on the internal cells overlap */ 
} 
.bikemenusLast td { 
	border-left-width: 0;
	border-left-style: solid; 
	border-right-width: 0;
	border-right-style: solid;
	border-right-color: #AAAAAF;
	border-top-width: 1; 
	border-top-style: solid;  
	border-top-color: #AAAAAF;
	border-bottom-width: 1; 
	border-bottom-style: solid; 
	border-bottom-color: #AAAAAF;
	margin-right: 0px;
	text-align: left;
	background-color: #FBA93E;
	padding: 0px; /* equivalent to cellpadding */
}

.bikemenusLast td a:link, .bikemenusLast td a:visited { 
	font: 12px Arial, sans-serif; 
	font-weight: bold;
	text-decoration:none; 
	color: #000000; 
	display:block; 
	padding: 8px; /* remove side padding text align center takes care of that */ 
	width: 100%; /* once side padding is removed you can use width which IE needs to make the link fill the block */ 
} 

.bikemenusLast td a:hover { 
	background-color:#FFFFFF; 
	color: #000000; 
}

table.runmenus { 
	width: 160px; 
	margin: 0 auto; /* centers in complaint browser */ 
	border-collapse: collapse; /* this makes the borders on the internal cells overlap */ 
} 
.runmenus td { 
	border-top-width: 1; 
	border-top-style: solid;  
	border-top-color: #AAAAAF;
	margin-right: 0px;
	text-align: left;
	padding: 0px; /* equivalent to cellpadding */
}

.runmenus td a:link, .runmenus td a:visited { 
	font: 12px; 
	font-weight: bold;
	text-decoration:none; 
	color: #000000; 
	display:block; 
	padding: 8px; /* remove side padding text align center takes care of that */ 
	width: 100%; /* once side padding is removed you can use width which IE needs to make the link fill the block */ 
} 

.runmenus td a:hover { 
	background-color:#8FC95A; 
	color: #FFFFFF; 
}


table.runmenusLast { 
	width: 160px; 
	margin: 0 auto; /* centers in complaint browser */ 
	border-collapse: collapse; /* this makes the borders on the internal cells overlap */ 
} 
.runmenusLast td { 
	border-left-width: 0;
	border-left-style: solid; 
	border-right-width: 0;
	border-right-style: solid;
	border-right-color: #AAAAAF;
	border-top-width: 1; 
	border-top-style: solid;  
	border-top-color: #AAAAAF;
	border-bottom-width: 1; 
	border-bottom-style: solid; 
	border-bottom-color: #AAAAAF;
	margin-right: 0px;
	text-align: left;
	background-color: #8FC95A;
	padding: 0px; /* equivalent to cellpadding */
}

.runmenusLast td a:link, .runmenusLast td a:visited { 
	font: 12px Arial, sans-serif; 
	font-weight: bold;
	text-decoration:none; 
	color: #000000; 
	display:block; 
	padding: 8px; /* remove side padding text align center takes care of that */ 
	width: 100%; /* once side padding is removed you can use width which IE needs to make the link fill the block */ 
} 

.runmenusLast td a:hover { 
	background-color:#FFFFFF; 
	color: #000000; 
}

table.menusLast { 
	width: 160px; 
	margin: 0 auto; /* centers in complaint browser */ 
	border-collapse: collapse; /* this makes the borders on the internal cells overlap */ 
} 
.menusLast td { 
	border-left-width: 0;
	border-left-style: solid; 
	border-right-width: 0;
	border-right-style: solid;
	border-right-color: #AAAAAF;
	border-top-width: 1; 
	border-top-style: solid;  
	border-top-color: #AAAAAF;
	border-bottom-width: 1; 
	border-bottom-style: solid; 
	border-bottom-color: #AAAAAF;
	margin-right: 0px;
	text-align: left;
	padding: 0px; /* equivalent to cellpadding */
}

.menusLast td a:link, .menusLast td a:visited { 
	font: 12px Arial, sans-serif; 
	font-weight: bold;
	text-decoration:none; 
	color: #000000; 
	display:block; 
	padding: 8px; /* remove side padding text align center takes care of that */ 
	width: 100%; /* once side padding is removed you can use width which IE needs to make the link fill the block */ 
} 

.menusLast td a:hover { 
	background-color:#7979FF; 
	color: #FFFFFF; 
}

td.CM{
	font: 12px;
	}

li{
	padding-bottom: 5px;
}

p.menuPadding {padding-left: 5px; margin: 0;}

p.omenuPadding {padding-left: 5px; margin: 0; color: blue;}

p.bio{
	padding-top: 5px;
	margin-top: 5px;
	padding-left: 3px;
}

td.login{
font: 12px Arial, sans-serif;
}


td.WO{
	padding: 3px;
	font: 12px Arial, sans-serif;

}

td.footer { 
	height: 150px;
	border-left-width: 1;
	border-left-style: solid; 
	border-left-color: #AAAAAF;
	border-right-width: 1;
	border-right-style: solid;
	border-right-color: #AAAAAF;
	border-top-width: 0; 
	border-top-style: solid;  
	border-top-color: #AAAAAF;
	border-bottom-width: 1; 
	border-bottom-style: solid; 
	border-bottom-color: #AAAAAF;
	margin-right: 0px;
	background-image: url('/images/bsbgbottom.png'); 
	background-repeat: repeat-x;
	text-align: center;
	color: #000000;
	vertical-align: bottom;
}

img {
	behavior:	url("/includes/pngbehavior.htc");
}

.standardLink { 
	font: 12px Arial, sans-serif; 
	font-weight: bold;
	text-decoration:none; 
	color: #000000; 
}