
/*
	Common colors
*/











.clear {
	clear: both;
}

.hide {
	display: none;
}

.highlight
{
	background-color: #ffc;
	font-weight: bold;
}

.floatRight
{
	float: right;
}

.floatLeft
{
	float: left;
}
.alignLeft
{
	text-align: left;
}
.alignCenter
{
	text-align: center;
}
.alignRight
{
	text-align: right;
}




img {
	border: none;
}


body
{
	/* #1: background: #afd57c url(/images/bg-body-top.gif) top repeat-x;*/
	background: #59a24a url(/images/bg-body-top-2.gif) top repeat-x;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
}

a:link, a:visited, a:hover
{
	color: #124b98;
}

div#header {
	width: 860px;
	margin: 0 auto;
	padding: 15px 15px;

}

div#logo {
	float: left;
	width: 366px;
	padding: 9px 0 0 12px;
}

div#utility {
	float: left;
	width: 275px;
	text-align: right;
	padding: 21px 0 0 0;
}

div#header {
	color: #fff;
}

	div#header a:link, div#header a:visited, div#header a:hover {
		color: #afd57c;
		text-decoration: none;
	}
	div#header a:hover {
		text-decoration: underline;
	}

div#footer {
	width: 818px;
	margin: 0 auto;
	padding-top: 0px;
	margin-bottom: 15px;
	color: #bce4b4;
}

	div#footer p
	{
		font-size: .75em;
		font-weight: bold;
		margin: 0;
		padding: 5px 0;
	}

div#wrapper
{
	width: 888px;
	margin: 0 auto;
}

div#darkWrapper, div#darkWrapperHome
{
	float: left;
	width: 680px;
	padding: 10px;
	background: transparent url(/images/bg-dark-wrapper.png);
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
}


div#contentWrapper,div#contentWrapperHome {
	/* border: 6px solid #aaa; */
	background: transparent;
	
	padding: 0 0 0 0;
	width: 680px;
	

}




div#contentWrapper div#content
{
	background: #fff;
	padding: 10px 25px;
	-moz-border-radius-bottomleft: 15px;
	-moz-border-radius-bottomright: 15px;
	-webkit-border-bottom-right-radius: 15px;
	-webkit-border-bottom-left-radius: 15px;
	
}

div#sidebar 
{
	margin-top: 80px;
	margin-left: 0;
	width: 170px;
	float: right;

}









/* 
	Utility area
*/

div#utility
{
	text-transform: lowercase;
}
	
	div#utility p
	{
		font-size: .9em;
		margin: 0;
		padding: 0;
		color: #ccc;
	}
	
	div#utility a:link, div#utility a:visited
	{
				font-weight: bold;

		color: #d9e0f7;
		text-decoration: underline;
	}
	
	div#utility a:hover
	{
	
	}










/* 
	Application styling
*/



	

div.instructions {
	border-top: 1px solid #fc9;
	border-bottom: 1px solid #fc9;
	margin: 10px 0;
	padding: 5px 10px;
	background-color: #ffc;
	color: #444;
	font-weight: bold;
}


div#content h1 {
	font-family: Helvetica, Verdana, sans-serif;
	color: #444;
	font-size: 21px;
	margin: 0 0 10px 0;
	padding: 6px 0 6px 0;
	border-top: 1px dotted #ccc;
	border-bottom: 1px dotted #ccc;
	text-align: center;	
}

div#content h2 {
	font-family: Helvetica, Verdana, sans-serif;
	color: #333;
	font-size: 15px;
	margin: 0 0 5px 0;
	padding: 20px 0 5px 0;
	border-bottom: 1px solid #bbb;
	text-transform: lowercase;
	
}



div#content p {
	margin: 0;
	padding: 5px 0;
	font-size: 12px;
}



label.standard {
	font-size: 13px;
	color: #135233;
	text-transform: lowercase;

}


input.standard, select.standard, textarea,standard {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	letter-spacing: 1px;
	font-size: 14px;
	

}

select.standard
{
	padding: 3px;
}



input.populated {
	color: #999;
}


label.standardBig {
	font-size: 14px;
	text-transform: none;
	font-weight: 600;
	color: #1A4B1E;
	
}
input.standardBig {
	font-size: 16px;
	font-weight: bold;
	padding: 5px 3px;
	margin-top: 2px;
	border-top: 1px solid #aaa;
	border-left: 1px solid #aaa;
	border-right: 2px solid #999;
	border-bottom: 2px solid #999;
	background: #fff;
	color: #333;
}

	input.standardBig:hover
	{

	}
	input.standardBig:focus
	{
		border-top: 2px solid #777;
		border-left: 2px solid #777;
		border-right: 1px solid #aaa;
		border-bottom: 1px solid #aaa;
		color: #111;
		background: #eee;
	}




div#content div#error
{
	border-top: 1px solid #f00;
	border-bottom: 1px solid #f00;
	padding: 6px 10px;
	margin: 0px 0 10px 0;
	background-color: #e6e6e6;
	
}

	div#content div#error ul
	{
		margin: 0 0 0 15px;
		padding: 0;
		color: #222;
		font-size: 16px;
		font-weight: bold;
	}
	
		div#content div#error ul li
		{
			margin: 0;
			padding: 4px 0;
		}


div#content p.floatLeft {
	float: left;
	padding-right: 18px;
}





div#content div.status_message
{
	padding: 6px 10px 6px 34px;
	margin: 0 0 10px 0;
	text-align: left;
	border: 1px solid #ccc;
	background: #eee;
	
	font-weight: bold;
}

	div#content div#message_success
	{
		background: #def2b5 url(/images/icon-success.png) 10px center no-repeat;
		border-color: #84c400;
		color: #639301;
	}

	div#content div#message_info
	{
		background: #e1eefd url(/images/icon-information.png) 10px center no-repeat;
		border-color: #165bae;
		color: #165bae;
	}



a.linkBlock {
	width: 250px;
	text-decoration: none;
}
a.linkBlock:hover {
	background-color: #ddd;
}


a.big_link
{
	font-family: Helvetica, Arial, sans-serif;
	font-size: 1.3em;
	font-weight: bold;
	text-transform: lowercase;

	line-height: 1.4em;
	background-color: #ffc;
	padding: 0 5px;
}


div#content div#formButtons
{
	padding: 10px 0;
	
}
	div#content div#formButtons a
	{
		font-size: .8em;
	}

/* 
	------------------------
*/



/*
	Navigation styling
*/

div#navigation
{
	background: transparent url(/images/bg-nav-transparent.png);
	-moz-border-radius-topleft: 10px;
	-webkit-border-top-left-radius: 10px;
	-moz-border-radius-topright: 10px;
	-webkit-border-top-right-radius: 10px;

}

div#navigation ul 
{
	list-style: none;
	margin: 0;
	padding: 0 15px;
	
	font-size: 14px;
	font-weight: bold;
	text-transform: lowercase;
}

	div#navigation ul li
	{
		display: inline;
		margin: 0;
		padding: 0;
	}
	
div#navigation a
{
	display: block;
	float: left;
	padding: 9px 8px 9px 8px;
	margin-right: 6px;
	outline: none;
}

	
	div#navigation a#link_home
	{
		background-image: url(/images/icon-home.png);
		background-repeat: no-repeat;
		background-position: 7px center;
		padding-left: 28px;
	}
	
	div#navigation a#link_workouts
	{
		background-image: url(/images/icon-workouts.png);
		background-repeat: no-repeat;
		background-position: 7px center;
		padding-left: 28px;
	}
	
	div#navigation a#link_exercises
	{
		background-image: url(/images/icon-exercises.png);
		background-repeat: no-repeat;
		background-position: 7px center;
		padding-left: 28px;
	}
	
	div#navigation a#link_weighin
	{
		background-image: url(/images/icon-scale.png);
		background-repeat: no-repeat;
		background-position: 7px center;
		padding-left: 28px;	
	}
	
	div#navigation a#link_tips
	{
		background-image: url(/images/icon-tips.png);
		background-repeat: no-repeat;
		background-position: 7px center;
		padding-left: 26px;	
	}



	div#navigation a:link, div#navigation a:visited
	{
		color: #124b98;
		text-decoration: none;
	}
	
		div#navigation a:hover
		{
			background-color: #ddd;
			text-decoration: underline;
		}
	
	div#navigation a.active:link, div#navigation a.active:visited, div#navigation a.active:hover
	{
		cursor: default;
		background: #fff;
		color: #000;
		text-decoration: none;
	}



/* 
	Sidebar styling
*/

div#sidebar
{
	
}
	div#sidebar h2
	{
		font-size: .85em;
		color: #bce4b4;
		margin: 0;
		padding: 0;
		text-transform: lowercase;
	}
	
	div#sidebar p
	{
		font-size: .75em;
		color: #fff;
		margin: 0;
		padding: .5em 0;
	}


/* 
	------------------------
*/




/*
	Workout details page
*/

table#detailsTable
{
	font-family: Geneva, Arial, Helvetica, sans-serif;
	margin: 15px 0;
}

	table#detailsTable tr
	{
		padding: 0;
		margin: 0;
	}
	
	table#detailsTable th
	{
		font-size: 14px;
		font-weight: bold;
		background-color: #ddd;
		color: #333;
		padding: 2px;
		
		border-bottom: 2px solid #fff;
	}
	
	table#detailsTable td
	{
		font-size: 12px;
		font-weight: bold;
		padding: 4px 3px;
		color: #222;
	}


	table tr.odd td
	{
		background-color: #fff;
	}
	
	table tr.even td
	{
		background-color: #e6e6e6;
	}


	span.tableMonth {
		text-align: left;
		text-transform: uppercase;
		font-weight: bold;
		color: #1c2553;
		font-size: 10px;
	}
	
	span.tableDate {
		font-size: 10px;
		font-weight: bold;
		color: #495696;
	}
	
	span.tableDay {
	
		font-size: 10px;
		font-weight: bold;
		color: #666;
		text-transform: uppercase;
	}

	span.tableStart, span.tableEnd {
		display: block;
		font-size: 10px;
		font-weight: bold;
		color: #333;
		text-align: center;
	}
	
	span.tableEnd {
		border-top: 1px solid #ccc;
	}
	
	
	
	span.table_activity {
		background-color: #ddd;
		margin-right: 5px;
		padding: 0 4px;
	}
	
	
		span.table_activity_title {
			font-weight: bold;
			color: #0c3b10;
		}
		
		span.table_activity_detail {
		
		
		}






table#workoutSummary
{
	margin: 15px 0;
	width: 95%;


}

	table#workoutSummary thead th
	{
		font-size: .75em;
		font-weight: bold;
		text-transform: lowercase;
		padding: 3px 4px;
		border-bottom: 1px solid #999;
		
		-moz-border-radius-topleft: 8px;
		-moz-border-radius-topright: 8px;
	}
	
	
	table#workoutSummary td
	{
		font-weight: bold;
		font-size: 0.75em;
		text-align: center;
		padding: 3px 3px;
		border-bottom: 1px solid #999;
	}
	
	
	table#workoutSummary td.workoutNumber
	{
		color: #555;
	
	}



	table#workoutSummary td.workoutDate
	{
		font-weight: normal;
		font-size: .7em;
		color: #555;
		text-align: left;
		text-transform: uppercase;		
	}
	
	table#workoutSummary td.workoutDate a.workoutHeading
	{
		color: #163e88;
		font-weight: bold;
	
	}



div#content table#workoutSummary ul.activityList
{
	margin: 0;
	padding: 0;
	opacity: .6;
}

div#content table#workoutSummary tr.workoutRow {background-color: #f6f6f6; }
div#content table#workoutSummary tr.workoutRow:hover { background-color: #fff; }
div#content table#workoutSummary tr:hover ul.activityList { opacity: 1; }


	div#content table#workoutSummary ul.activityList li
	{
		display: inline;
		margin: 0;
		padding: 0;
	}
	
		div#content table#workoutSummary ul.activityList li a
		{
			display: block;
			float: left;
			padding: 2px 3px;
			margin-right: 4px;
		}
	





	



div#content p#pagination
{
	color: #666;
	font-weight: bold;
	text-transform: uppercase;
	font-size: .7em;
	text-align: center;
}

	div#content p#pagination a
	{
		color: #444;
	}
	
	
.cardio_dark, a.cardio_dark{ color: #59a24a; } 
.cardio_bg, a.cardio_bg { background: #d2eecc; } 
.cardio_rev, a.cardio_rev { background: #59a24a; color: #fff; }
.strength_dark, a.strength_dark { color: #4a71a2; } 
.strength_bg, a.strength_bg { background: #ccd6ee; } 
.strength_rev, a.strength_rev { background: #4a71a2;  color: #fff; }
.sports_dark, a.sports_dark { color: #179d24; } 
.sports_bg, a.sports_bg { background: #d1f3cb; } 
.sports_rev, a.sports_rev { background: #179d24; color: #fff; }
.other_dark, a.other_dark { color: #4512bb; } 
.other_bg, a.other_bg { background: #dbd0f4; } 
.other_rev, a.other_rev { background: #4512bb;  color: #fff; }

