/* CSS Document */
		body {
			margin-top:0px;
			font-family:Verdana, sans-serif;
			background-color:#999999;
			}
			
		table tr td .nothing {
			padding:0px;
			border:0px;
			margin:0px;
			}
		
		#container {
			width: 760px;
			\width: 780px;
			w\idth: 760px;
			margin: 0px;
			margin-left: auto;
			margin-right: auto;
			margin-top:8px;
			padding:0px;
			background-color: #f0f0f0;
			border: 2px solid #3A62AC;
		}

		#banner {
			margin:0px ;
			height: 100px;
			width: 760px;
		}

		#content {
			padding: 0px;
			margin-right: 0;
			background-color: #f0f0f0;
		}

		#sidebar-a {
			float: right;
			width: 100px;
			margin: 0;
			margin-left: ;
			padding: 0px;
			background-color: transparent;
			background-image: url(images/navtile1.jpg);
			background-repeat: repeat-y;
			background-position: center bottom;
			text-align:center;
			font-size:11px;
			height:520px;
			vertical-align: bottom;
			bottom: 0px;
			}

		#footer {
			clear: both;
			padding: 0px;
			background-color: #BBC6DD;
			margin: 0px;
			height: 6px;
			width: 760px;
			background-image: url(images/footer.jpg);
			background-repeat: repeat-x;
			background-position: center bottom;
		}
	
		#sidebar-a table {
			border: 0px;
			padding: 0px;
			font-size: 11px;
			width: 100%;
		}
		
		#banner table {
			border: 0px;
			padding-top:97px;
			padding: 0px;
			font-size: 11px;
			width: 100%;
			/*background-color: #FF99CC;*/
			}
		
		.bannertop {
			background-image:url(images/bannertop.jpg);
			background-repeat: no-repeat;
			height: 78px;
			width: 760px;
		}
		
		/* banner Main */
		
		.bannermenu {
			background-image:url(images/bannermenu.jpg);
			background-repeat: no-repeat;
			height: 22px;
			width: 760px;
		}
		
		/* banner Workouts */
		
		.bannermenuW {
			background-image:url(images/bannermenuW.jpg);
			background-repeat: no-repeat;
			height: 22px;
			width: 760px;
		}
		
		.center {
			text-align:center;
		}
	
		.inside {
			/*background-image:url(images/insidetile.jpg);*/
			background-repeat: repeat;
			height: 520px;
			width: 646px;
			margin-left:8px;
			margin-right:8px;
			margin-bottom:0px;
			margin-top:0px;
			background-color:#f0f0f0;
		}
		
		/* .icon {
			background-image:url(images/navtile.jpg);
			background-repeat:no-repeat;
			text-align:center;
			background-position: center center;
			height: 72px;
			width: 100px;
			padding-bottom: 16px;
		}*/

		.insideNav {
			background-color:transparent;
			font-family: Verdana, Arial, Helvetica, sans-serif;
			font-size: 11px;
			color: #003366;
			text-align: center;
			margin: 0px;
			padding: 0px;
			height: 600px;
			width: 100px;
			vertical-align:top;
			}

		.client {
			padding-left:9px;
			color:#990000;
			font-weight:bold;
			text-align:left;
			}
			
		.search {
			text-align:center;
			width:90%;
			padding-top:2px;
			padding-bottom:0px;
			height:inherit;
			}
			
		.addClient {
			padding-top:2px;
			text-align:center;
			}
	
		.newClient {
			padding-top:2px;
			padding-bottom:2px;
			text-align:center;
			}
			
		.menuPadding {
			padding:2px;
			}
		
		.rmSM {
			right-margin:4px;
			}
		
		.full	{
			width:100%;
			}
			
		.diagLeft {
			width:27px;
			height:25px;
			background-image:url(images/greydiagLeft.jpg);
			padding:0px;
			background-repeat: no-repeat;
			background-position: left bottom;
			}

/* inside table */
		.bL {
			border-left:1px solid #3A62AC;
			}
		.bR {
			border-right:1px solid #3A62AC;
			}
		.bB {
			border-bottom: 1px solid #3A62AC;
			}
			
		.bT {
			border-top: 1px solid #3A62AC;
			}

/* nav 1 start */

#searchBar {
	width:100%;
	height:14px;
	/*padding-top:6px;*/
	padding-bottom:0px;
	background-color: transparent;
	background-image: url(images/searchBG.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	}
	
#textBox {
	width:100%;
	height:22px;
	padding-top:7px;
	padding-bottom:6px;
	text-align:center;
	background-color: transparent;
	background-image: url(images/searchFieldBG.jpg);
	background-repeat: repeat-y;
	background-position: center top;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 2px;
	border-left-width: 1px;
	border-bottom-style: groove;
	border-top-color: #999999;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #999999;
	}
		
#searchBarW {
	width:100%;
	height:18px;
	/*padding-top:6px;*/
	padding-bottom:10px;
	background-color: transparent;
	background-image: url(images/searchWBG.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	}	
	
.searchBar {
	border-top:1px solid #F0F0F0;
	border-right:1px solid #F0F0F0;
	border-bottom:1px solid #CCCCCC;
	border-left:1px solid #CCCCCC;
	color:#003366;
	background-color:#FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	}
	
#but1 {
	width:100%;
	padding-top:8px;
	padding-bottom:8px;
	}
	
#but2 {
	width:100%;
	padding-top:0px;
	padding-bottom:8px;
	}
	
#but3 {
	width:100%;
	padding-top:8px;
	padding-bottom:5px;
	}
	
#separator {
	width:100%;
	height: 7px;
	background-image: url(images/horizLine.gif);
	background-color: transparent;
	text-align:center;
	padding-top: 3px;
	padding-bottom: 3px;
	background-position: center center;
	background-repeat: no-repeat;
	}

#separator2 {
	width:100%;
	height: 1px;
	text-align:center;
	margin-top: 4px;
	margin-bottom: 4px;
	background-position: center center;
	background-repeat: no-repeat;
	border-bottom-width: 2px;
	border-bottom-style: groove;
	border-bottom-color: #999999;
	}
/* #logo {
	width:100%;
	background-image:url(images/navtile1.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	height:auto;
	/*min-height: 240px; important!
	padding-top: 0px;
	} */
	
#logoW {
	width:100%;
	background-image:url(images/navtile.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	height: 310px;
	padding-top: 0px;
	}
		
/* nav 1 end */

/* create workout */

#createWorkout {
	width:100px;
	text-align:center;
	}

.createWorkout {
	width:full;
	padding-top:1px;
	padding-bottom:1px;
	text-align:center;
	font-size:11px;
	line-height: 20px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #666666;
	}

.createWorkout a:link {
	text-decoration:none;
	color:#003366;
	font-weight:bold;
	}
	
.createWorkout a:hover {
	text-decoration:none;
	color:#990000;
	font-weight:bold;
	}

.createWorkout a:visited {
	text-decoration:none;
	color:#003366;
	font-weight:bold;
	}

