/* This is all stuff that's in views/layouts/main.rhtml which is universal to all pages */

h1,h2,h3,h4,h5,h6,p{
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	font-weight: normal;
}

td.topalign{
/*	vertical-align: top; */
}

body {
	font-size: 16px;
	font-family: helvetica, arial,verdana,sans-serif;
	/* See box.style.color in changeVal in silly.js */
	/* was #3399C before*/
	color: #3399FF;
	background: url(/images/welcome_images/ffgrass.png) repeat-x;
	background-color: #CCFF66;
}

img {  border-style: none; }

div.main_content{
	position: absolute;
	width: 734px;
	left: 50%;
	margin-left: -350px;
}

#logo_home_link{
	position: relative;
	bottom: -22px;
}

div.navbar{
	position: relative;
}


#nav_box{
	position: absolute;
	width: 200px;
	top: 50px;
	left: 50%;
	margin-left: -570px;
	background-color: #FFFFFF;
	padding: 5px;
	border-width: 5px;
	border-color: #3399FF;
	border: solid;
}

div.white_box {
	position: relative;
	background-color: #FFFFFF;
	padding: 5px;
	border-width: 5px;
	border-color: #3399FF;
	border: solid;
}

div.side_nav{
	position: absolute;
	width: 115px;
	left: 50%;
	margin-left: -500px;
	top: 80;
	padding: 3px;
	color: #CC6600;
	font-size: 0.9em;
	background-color: #FFFFFF;
	border-color: #CC6600;
	border: solid;
}

div#routine_cart {
	position: absolute;
	width: 150px;
	left: 50%;
	margin-left: 371px; 
	top: 70px;
	padding: 3px;
	color: #CC6600;
	font-size: 0.9em;
	background-color: #FFFFFF;
	border-color: #CC6600;
	border: solid;
}

div#bottom_bar{
	color: #CC6600;
	font-size: small;
}

div#ads{
	color: #CC6600;
	border-color: #CC6600;
	border: solid;
	width: 728px;
	height: 90px;
}

/* This is CSS stuff that may be reused between pages, but is not in /views/layouts/main.rhtml */
a.blue:link{ 
	color: #3399FF;
}
a.blue:visited{ 
	color: #3399FF;
}
a.blue:hover{
	color: #55BBFF;
}

a.brown:link{
	color: 	#CC6600;
}
a.brown:visited{
	color: #CC6600;
}
a.brown:hover{
	color: #EE8822;
}

a.brown_nude:link{
	color: 	#CC6600;
	text-decoration: none;
}
a.brown_nude:visited{
	color: #CC6600;
	text-decoration: none;
}
a.brown_nude:hover{
	color: #EE8822;
	text-decoration: none;
}

div.navbar{
	position: relative;
	text-align: right;
	margin-top: -21px;
}

/* This is the CSS stuff for the pages in views/search */

div#search_by_muscle_box{
	position: relative;
	width: 50%;
/*	background-color: #333333;*/
	
}

div#search_by_equipment_box{
	position: relative;
	width: 50%;
/*	background-color: #654321; */
}

div#exercise_return_box{
	padding-left: 5px;
	padding-top: 5px;
}

#search_by_muscle_table{
	border-width: 1px;
	border-color: #3399FF;
	border: solid;
	width: 310px;

}

#search_by_muscle_table td{
	/* padding: top right bottom left */
	height: 70px;
	width: 100px;
	text-align: center;
}

#search_by_eq_table{
	border-width: 1px;
	border-color: #3399FF;
	border: solid;
	width: 310px;
}

#search_by_eq_table td{
	/* padding: top right bottom left */
	height: 70px;
	width: 100px;
	text-align: center;
}

#exercise_return_table{
	border-width: 1px;
	border-color: #3399FF;
	/* border: solid; */
	width: 400px;
}

/* the tables for searching in the routine manager */

#routine_search_by_muscle_table{
	border-width: 1px;
	border-color: #3399FF;
	border: solid;
	width: 210px;
	font-size: 12px;
}

#routine_search_by_muscle_table td{
	/* padding: top right bottom left */
	height: 70px;
	width: 70px;
	max-width: 70px;
	text-align: center;
}

#routine_search_by_eq_table{
	border-width: 1px;
	border-color: #3399FF;
	border: solid;
	width: 210px;
	font-size: 12px;
}

#routine_search_by_eq_table td{
	/* padding: top right bottom left */
	height: 70px;
	width: 70px;
	max-width: 70px;
	text-align: center;
}


div#routine_search_by_muscle_box{
	position: relative;
	width: 250px;
/*	background-color: #333333;*/
	
}

div#routine_search_by_equipment_box{
	position: relative;
	width: 250px;
/*	background-color: #654321; */
}

div#routine_form_container_box {
	display: inline;
}

div#routine_creation_box{
	float:left;
	width: 41%;
}

div#routine_search_results_display_box{
	float:left;
	width: 29%;
}

div#routine_search_all_box{
	float:left;
	width: 30%;
}

div#boxclearer{
	clear:both;
}

.no-text-mouse-pointer {
	cursor: default;	
}

.highlightSearchBox {
}

.highlightedBox {
	background-color: #000000;
}

.muscle_group_name {
	font-weight: bold;
	font-size: 20px;
}

.muscle_group_row {
	background-color: #ccccff;
}

.muscles_table {
	border-width: 0 0 0px 0px;
	padding: 0;
	margin: 0;
	border: 0;
}

.highlightable_box {
	background-color: #eeeeee;
}

.favorite_exercise {
	background-color: #CCFF66;
}

.least_favorite_exercise {
	background-color: #CC9966;
}

.neutral_exercise {
	background-color: #EEEEEE;
}

/* This is the CSS stuff for views/welcome/return.html.erb */
div#user_info{
	position: relative;
	margin-top: 0%;
	padding-left: 20px;
}
div#welcome_options{
	position: relative;
	left: 45%;
	padding-top: 70px;
	text-align: center;
}
div#routine_info{
	/* padding: top right bottom left */
	padding-left: 5px;
	width: 300px;
}
li#routine_list{
	padding-left: 10px;
}
div#test_info{
	padding-left: 5px;
}
div.daily_exercise{
	/* padding: top right bottom left */
	padding: 10px 0px 0px 5px;
}

/* This si the CSS stuff for sign up forms and whatnot */
div.signup{
	/* padding: top right bottom left */
	padding: 0px 10px 0px 10px;
}

#collection_prototype {
	display: none;
}

ul, li {
	list-style: none;
	list-style-type: none;
}

/* this CSS makes sure that the left column on the routine management page does not get too wide */
#your_routine_box {
	max-width:300px; /* for standards-compliant browsers */
	width:expression(document.body.clientwidth > 300 ? "300px": "auto" );	
}

/* this makes sure that rows added by the javascript helper are spread out */
#routine_edit_td {
	padding-left: 30px;
}

#routine_table td{
	padding-top: 5px;
	padding-bottom: 5px;
}

#routine_table td td {
	padding: 0px;
}

span.error_text {
	color: FF0000;
}

.small_text {
	font-size: 0.7em;
}

.muscle_group_box {
	padding-bottom: 5px;
}

#functional_links {
	padding-bottom: 10px;
}

#test_table {
	width: 100%;
}

#left_test_column {
	width: 50%;
}

#right_test_column {
	width: 50%;
}

#left_test_history_column {
	padding-right: 20px;
}

#middle_test_history_column {
	padding-right: 20px;
}

#test_input_box {
	background-color: #FFDD88; 
}

.test_input_box_content {
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 5px;
	padding-bottom:5px;
}

form {
	margin-bottom: 0;
}

#covered_box {
	position: relative;
	left: 0;
	top: 0;
}

.margin_bottom {
	margin-bottom: 10px;
}

#results_box {
}

#exercise_return_list {
	margin-left: 10px;
}