@import url(reportBug.css);
@import url(dailyOverview.css);
@import url(workOutSchedule.css);
@import url(mealPlan.css);
@import url(groceryList.css);
@import url(progressTracker.css);
@import url(windowView.css);
@import url(toolBar.css);
@import url(signup.css);
@import url(errorMsg.css);

body {
	background-color: #32373a; 
	margin: 0px; padding: 0px;
	font-family: helvetica;
	text-align: center;
	font-size:14px;
}

a img {
	border: none;
}
img {
	margin: 0; padding: 0;
}

label {
	font-weight: bold;
}

input[type="text"],
input[type="password"] {
	height:15px;
	border-width:2px;
}

#all {
	width: 855px;
	margin:0px auto;
	text-align:left;
	display:block;
}

.inline {
	display: -moz-inline-stack;
	display:inline-block;
	zoom:1;
	*display:inline;
}

#footer {
	width:845px;
	height:25px;
	text-align:center;
	color:gray;
	font-family:Arial;
	font-size:11px;
	margin-top:10px;
	padding:5px;
	float:left;
}

#footer ul {
	height:15px;
	color:white;
	font-size:11px;
}

#footer ul li {
	display:inline;
	list-style-type: none;
}

#footer ul li a {
	color:white;
	text-decoration:none;
}

#footer ul li a:hover {
	text-decoration:underline;
}

/*--------------------Left Column------------------------*/
#leftCol {
	float:left;
	width:165px;
	vertical-align:top;
}
#girlImage {
	float:left;
	margin:0px;
}
/*----User Nav----*/

#userNav {
	display:inline-block;
	width:165px;
	height:250px;
}
#userNavHidden {
	visibility:hidden;
	float:left;
	width:165px;
	height:250px;
}

#userNav ul {
	list-style-type:none;
	white-space:nowrap;
	margin:0px;
	padding:0px;
}
#userNav ul li {
	margin:0px;
	padding:0px;
	height:36px;
}

#userNav ul li img {
	display:inline;
	margin:0px;
	padding:0px;
}

#userNav ul li ul {
	display:none;
}

#userNav ul li:hover ul {
	display:inline;
	width:auto;
	background-color:#921619;
	position:absolute;
	padding:0px;
	margin:0px;
	margin-left:-4px;
	list-style-type: none;
	z-index:10000;
}

#userNav ul li ul li {
	height:15px;
	padding:4px;
	width:auto;
	display:block;
}

#userNav ul li ul li:hover {
	background-color:#e02e31;
}

#userNav ul li ul li a {
	color:white;
	font-size:12px;
	text-decoration:none;
}

/*----End User Nav----*/

/*--------------------Left Column End--------------------*/

/*--------------------Right Column-----------------------*/

#rightCol {
	width:680px;
	float:left;
}
#textcol {
	display:block;
	margin-left:5px;
	width:675px;
	text-align:left;
}
#content {
	display:inline-block;
	font-size: 13px;
	/*margin-top: 10px;*/
	padding: 5px 10px 5px 10px;
	background-color: white; color: black;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	min-height: 340px;
	width: 650px;
	text-align:left;
}
#content h1 {
	font-size: 160%;
}
#content h2 {
	font-size: 140%;
	margin-top: 15px;
	margin-bottom: 0.5em;
	border-bottom: 1px solid #999;
	margin-left:2px;
}
#content h3 {
	font-size: 100%;
	color: #567;
	margin-bottom: 0;
}
#content p {
	margin-top: 0.5em;
	margin-bottom: 0.5em;
}
#content a:link {
	color: #600; text-decoration: none;
}
#content a:visited {
	color: #800; text-decoration: none;
}
#content a:hover {
	color: #F00; text-decoration: underline;
}

#signUp {
	text-align:right;
	float:right;
	width:300px;
	font-size:12px;
	margin-top:5px;
	padding:0px;
	height:10px;
	color:white;
}

#signUp span {
	display:inline-block;
	width:200px;
}

#signUp a {
	text-decoration:none;
	color:white;
	padding:0px;
	margin:0px;
	display:inline-block;
}
#smallLogo {
	float:left;
	margin:0px;
}

/*------------------------ Main Navigation ---------------------*/
#navigation {
	width:675px;
	height:60px;
	display:inline-block;
	margin-top:10px;
	margin-left:5px;
	margin-bottom:10px;
	padding:0px;
}

#navigation ul {
	margin:0;
	padding:0;
	list-style:none;
	white-space:nowrap;
	
}

#navigation li {
	display:inline;
	margin:0px;
	padding:0px;
	float:left;
}

#navigation li ul li{
	display:block;
	margin:0px;
	padding-left:5px;
	width:115px;
}

#navigation li img {
	margin:0px;
	padding:0px;
}

#navigation li ul {
	display:none;
}

#navigation li:hover ul{
	width:120px;
	display:block;
	position:absolute;
	z-index:50;
	margin-top:-4px;
	background-color:#921619;
	clear:both;
}

#navigation li ul li a {
	text-decoration:none;
	color:#CCCCCC;
	font-size:12px;
}

#navigation li ul li a:hover {
	color:#464646;
}

#navigation li ul li:hover {
	background-color:#da2222;
}

/*--------------------End Navigation---------------------*/

/*--------------------Community Page---------------------*/


/* Login Box */
#userLogin {
	float:right;
	width:200px;
	height:124px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border:1px gray solid;
	padding:4px;
}

#userLogin p.loginTitle {
	text-decoration:underline;
	margin-right:12px;
}

#userLogin #loginForm {
	height:80px;
}

#userLogin #loginLabels {
	width:70px;
	margin-top:10px;
	vertical-align:top;
	text-align:right;
}

#userLogin #loginLabels label {
	font-weight:normal;
	margin-bottom:10px;
	display:block;
}

#userLogin #loginFields {
	width:120px;
	margin-top:6px;
	margin-left:5px;
}

#userLogin #loginFields input.loginfield {
	width:100px;
	margin-bottom:2px;
}

#userLogin #loginSubmit {
	text-align:right;
	padding-right:12px;
	display:block;
}

#userLogin #otherOptions {
	display:block;
	clear:both;
	padding:0px 25px;
}

#userLogin #otherOptions a {
	margin-right:10px;
	text-decoration:underline;
}

/*--------------------- Lost Password Page -----------------------*/

#lostPassBox {
	margin:20px;
	border:1px solid gray;
	padding:30px;
	padding-top:0px;
	display:block;
	text-align:center;
}

#lostPassBox #lostPassForm label {
	margin-right:10px;
	font-size:20px;
	margin-top:4px;
}

#lostPassBox #lostPassForm #lpEmail {
	width:200px;
	height:20px;
	margin-right:10px;
	vertical-align:top;
}

#lostPassBox #lostPassForm #lpSubmit {
	width:80px;
	height:25px;
	background:transparent;
	background-color:#be1b20;
	border-width:2px;
	border-color:#901519;
	vertical-align:top;
	cursor:pointer;
}

#lostPassBox #lostPassForm #lpSubmit:hover {
	background-color:#de2d32;
}

#lostPassBox div#lpError {
	display:block;
	text-align:left;
	height:30px;
	margin:0px;
	vertical-align:bottom;
}

#lostPassBox div#lpError p {
	margin-left:86px;
	margin-bottom:0px;
	color:red;
	font-size:12px;
	display:block;
}

/* end*/

#clientTable{
	clear:right;
}

.errorMsg {
	margin:0px;
	padding:0px;
	color:red;
}
#welcomeP {
	float:left;
	width:400px;
}
.lsButton {
	cursor:pointer;
	width:100px;
	font-size:11px;
	height:35px;
}
/*--------------------End Community Page-----------------*/



/*--------------------User Home Page--------------------*/

#adminMessage {
	position:relative;
	width:640px;
	display:block;
	margin-top:5px;
	margin-bottom:5px;
	padding:0px;
	background-color:#dddddd;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}

#messHead {
	position:relative;
	background-color:#777777;
	color:white;
	margin:0px;
	padding-left:3px;
	padding-right:10px;
	width:627px;
	height:25px;
	-moz-border-radius-topleft: 10px;
	-webkit-border-top-left-radius: 10px;
	-moz-border-radius-topright: 10px;
	-webkit-border-top-right-radius: 10px;
}
.messtitle {
	position:relative;
	font-weight:bold;
	float:left;
	margin:0px;
	padding:0px;
}
.messtime {
	position:relative;
	top:2px;
	right:2px;
	text-align:right;
	font-weight:normal;
	margin:0px;
	padding:0px;
}

.message {
	margin:5px;
	padding-bottom:20px;
}


/*--------------------End User Home Page----------------*/


/*--------------------View User page--------------------*/

#userTable {
	display:block;
	width:640px;
	position:relative;
	left:0px;
}

#userTable table{
	margin:0px;
	padding:0px;
	border-collapse:collapse;
}

#userTable tr td {
	border-bottom:1px solid black !important;
}

#userTable tr.colored{
	background-color:#dddddd;
}

#userTable tr.tableHeader td {
	border-top:2px solid gray !important;
	border-bottom:2px solid gray !important;
	background-color:#cccccc;
}

#userTable tr td {
	width:100px;
	padding:2px;
	vertical-align:top;
}

#userTable button {
	width:100px;
}

.submitBtn {
	position:relative;
	right:0px;
	height:23px;
}

/*--------------------End View User page----------------*/

/*--------------------Add User page---------------------*/

#username {
	float:left;
	margin-right:40px;
}
#password {
	float:left;
	margin-right:50px;
}
#firstname {
	float:left;
	margin-right:40px;
}
#lastname {
	float:left;
}
#addressline {
	clear:left;
}
#emailline {
	
}
#homephone {
	float:left;
	margin-right:40px;
}
#cellphone {
	float:left;
}
#check {
	margin-top:20px;
	float:left;
	width:640px;
}
#submit {
	float:left;
	height:23px;
}


/* Username Password Window */

#blackout {
	display:none;
	position:fixed;
	top:0px;
	right:0px;
	z-index:10;
	width:100%;
	height:100%;
	/* for IE 8 */
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
	/* for IE 7 */
	filter:alpha(opacity=40);
	/* standard */
	opacity:0.4;
	background-color:black;
}

#enterUserPass {
	display:none;
	padding:20px;
	z-index:20;
	position:absolute;
	background-color:white;
	width:260px;
	height:160px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border: 1px solid black;
	filter:alpha(opacity=100);
	/* CSS3 standard */
	opacity:1;
	top:0px;
}

#enterUserPass h4 {
	float:left;
	width:160px;
	margin-top:0px;
	margin-bottom:0px;
}
#enterUserPass input {
	margin:0px;
	float:left;
}
#enterUserPass button {
	position:absolute;
	bottom:5px;
	left:20px;
}

.userErrMsg {
	color:red;
	margin:2px;
	height:14px;
	float:left;
	width:160px;
}	

/*--------------------End Add User page----------------*/

/*--------------------Form table-----------------------*/
table.formtable {
	
}
table.formtable td {
	vertical-align: top;
	padding: 8px;
}
table.tight td {
	padding: 2px;	
}
td.labelcell {
	background-color: #DDD;	
}
table.formtable th {
	background-color: #CCC;
	text-align: left;
	padding: 8px;
}


/*--------------------Form table end------------------*/

/*-------------------Log Sheet Nav--------------------*/

#logsheetNav {
	border-bottom:1px solid black;
	height:22px;
	display:block;
	text-align:center;
	position:relative;
	z-index:2;
}

.navTabOn {
	height:18px;
	position:relative;
	background-color:white;
	display: -moz-inline-stack;
	display:inline-block;
	padding:2px 6px 2px 6px;
	border-top:1px solid black;
	border-right:1px solid black;
	border-left:1px solid black;
	-moz-border-radius-topleft:5px;
	-webkit-border-top-left-radius:5px;
	-moz-border-radius-topright:5px;
	-webkit-border-top-right-radius:5px;
	font-size:10px;
	cursor:pointer;
	zoom:1;
	*display:inline;
	vertical-align:top;
}

.navTabOff {
	position:relative;
	background-color:white;
	display: -moz-inline-stack;
	display:inline-block;
	padding:2px 6px 2px 6px;
	border:1px solid black;
	height:17px;
	-moz-border-radius-topleft:5px;
	-webkit-border-top-left-radius:5px;
	-moz-border-radius-topright:5px;
	-webkit-border-top-right-radius:5px;
	font-size:10px;
	cursor:pointer;
	zoom:1;
	*display:inline;
	vertical-align:top;
}

#logsheetNav select {
	height:17px;
	margin:2px;
}

/*-------------------Log Sheet Nav end----------------*/

/*-------------------General Log Sheet Styles---------*/

.replacementText {
	color:black;
	font-family:Arial;
	font-size:12px;
	/*margin-bottom:4px;*/
	padding:2px;
	border-bottom:1px solid black;
	overflow:hidden;
}

.replacementTextArea {
	color:black;
	font-family:Arial;
	font-size:12px;
	margin-right:5px;
	padding:2px;
	overflow-y:scroll;
	border: 1px solid #ddd;
}
#userErrMsg {
	color:red;
	margin:10px 0px 10px 20px;
	height:19px;
	float:left;
	width:499px;
}
#prevBtn {
	float:left;
	margin:10px 10px 10px 25px;
	cursor:pointer;
	font-size:12px;
	color:#888888;
}
#nextBtn {
	float:right;
	margin:10px 28px 10px 10px;
	cursor:pointer;
	font-size:12px;
	color:#888888;
}
#container {
	width:665px;
	margin:0px 5px 5px 5px;
	overflow:scroll;
	float:left;
}
.lsDayTitles {
	float:left;
	margin:2px 0px;
}
#dayNav {
	width:520px;
	display:block;
	float:left;
	height:22px;
	text-align:center;
	padding-left:110px;
	position:relative;
	z-index:2;
	margin-top:10px;
	
}
.dayBtn {
	font-size:10px;
	cursor:pointer;
	background-color:white;
	float:left;
	margin:0px 8px;
	color:#888888;
}
#dText {
	float:left;
	margin-left:10px;
	width:75px;
	height:35px;
	color:black;
	font-size:14px;
	margin-top:3px;
}

#lsbox {
	display:block;
}

#lsbox #innerBox {
	display:block;
	overflow:hidden;
	position:relative;
}

#wide {
	display:block;
	position:relative;
}
#formFooter {
	display:inline-block;
	width:600px;
	margin-left:40px;
	margin-top:10px;
}
#innerBox #loader {
	text-align:center;
	width:220px;
	position:relative;
}
/*-------------------User Comments-------------------*/

#commentControls {
	width:600px;
	margin: 10px 20px;
	display:block;
	
}

#commentControls a {
	color:#ccc;
	font-size:18px;
	text-decoration:underline;
	font-style:italic;
	font-family:Georgia;
	display:inline-block;
	font-weight: bold;
}

#commentControls a:hover {
	text-decoration:none;
	color:#d72b30;
	cursor:pointer;
}

.commentBox {
	width:600px;
	min-height:70px;
	margin: 10px 20px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	border:1px solid black;
	display:block;
}

.commentBox .commentHead {
	width:586px;
	background-color:#ccc;
	min-height:15px;
	padding:7px;
	color:black;
	font-size:15px;
	display:block;
	-webkit-border-top-left-radius: 10px;
	-webkit-border-top-right-radius: 10px;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-topright: 10px;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
}

.commentBox .commentHead span.commentTitle {
	color:black;
	font-size:14px;
	display:inline-block;
	font-style: italic;
}

.commentBox .commentHead span.commenter {
	font-weight:bold;
}

.commentBox .commentHead span.commentDate {
	color:black;
	font-size:12px;
	float:right;
	font-style: italic;
	font-weight: normal;
	font-family:Georgia;
	margin-right:10px;
}

.commentBox p {
	width:540px;
	margin:10px 20px;
	font-size:12px;
	min-height:100px;
	max-height:250px;
}

.commentBox div.editControls {
	width:580px;
	height:20px;
	display:block;
	text-align: right;
	padding:0px 10px;
}

.commentBox div.editControls a {
	font-size:11px;
	color:#999;
	font-family: Helvetica, Arial, sans-serif;
	font-style:italic;
}

.commentBox div.editControls a:hover {
	color:#d72b30;
	cursor:pointer;
}

/***********************Bootcamp**********************/

#bootcampList {
	display:block;
	padding:10px;
}

#bootcampList div.listing {
	width:300px;
	height:385px;
	overflow:hidden;
}

#bootcampList div.listing p {
	text-align:center;
}

#bootcampList div.listing p.title {
	font-weight:bold;
	font-size:16px;
}







