html
{
	min-height: 100%;
	height: auto;
}

body
{
	font-family: verdana, sans-serif;
	font-size: 9pt;
	background-color: #000;
	color: #D6D6D6;
}

img
{
	border: 0px;
	behavior: url('/iepngfix.htc');
}

#content
{
	margin: 0em auto;
	min-width: 900px;
	max-width: 1100px;
	width: 90%;
	background-image: url('images/backgrounds/body_grad.jpg');
	background-repeat: repeat-x;
	background-position: top;
	min-height: 1008px;
	padding: 0em 0em 0em 2em;
	position: relative;
}

#graph_div
{
	position: fixed;
	bottom: 0px;
	left: 0px;
	width: 100%;
	height: 200px;
	margin: 0px auto;
	background-color: transparent;
	text-align: center;
}

#graph_holder
{
	width: 1100px;
	margin: 0em auto;
	position: relative;
}

#graph_holder #close
{
	position: absolute;
	top: 5px;
	left: 5px;
	cursor: pointer;
}

#banner
{
	height: 74px;
	background-image: url('images/backgrounds/banner.png');
	background-repeat: no-repeat;
	background-position: 25px 4px;
	float: right;
	width: 900px;
	position: relative;
	margin-top: 1.8em
}

#banner div#target
{
	position: absolute;
	top: 30%;
	right: 100px;
	height: 23px;
	/*background-color: #3C3C3C;*/
	background-image: url('images/backgrounds/target_left.png');
	background-repeat: no-repeat;
	background-position: top left;
	height: 24px;
	padding-left: 25px;
	padding-top: 0px;
	font-size: 90%;


}

#banner div#target a
{
	color: #D6D6D6;
}

#banner div#target a:hover
{
	color: #E9E903;
}



#banner div#target p
{
	margin: 0em 0em 0em 0em;
	position: relative;
	top: 0px;
	background-color: #3C3C3C;
	height: 18px;
	padding: 4px 20px 1px 5px;
}


#banner div#target #target_right
{
	
	position: absolute;
	top: 0px;
	right: -14px;
	width: 14px;
	height: 23px;
	background-image: url('images/backgrounds/target_right.png');
	background-repeat: no-repeat;
}


.clearing
{
	clear: both;
}

a
{
	color: #E9E903;
	text-decoration: none;
}

a:hover
{
	color: #D6D6D6;
	text-decoration: none;
}

h1,h2,h3,h4,h5,h6
{
	color: #CCFF00;
}

h1
{
	font-weight: normal;
	font-size: 1.2em;
	text-transform: uppercase;
}

h2
{ 
	font-size: 1em;
	font-weight: normal;
	margin-bottom: 0em;
	text-transform: uppercase;
}

h3
{
	font-size: 1em;
	font-weight: normal;
	text-transform: uppercase;
}

#navigation
{
	border: 1px solid #FFF;
	padding: .65em;
	width: 96.5%;
	margin: 1em 0em .5em 0em;
}

#navigation a
{
	color: #CCFF00;
	text-decoration: none;
}

#navigation ul
{
	list-style: none;
	margin: 0em;
	padding: 0em;
}

#navigation ul li
{
	float: left;
	padding: 0em 1em 0em 0em;
	margin: 0em 1em 0em 0em;
}

#navigation ul li.last
{
	border: 0px;
}

.fleft
{
	float: left;
}

.clearing
{
	clear: both;
	height: 1px;
}

sub
{
	font-size: 70%;
}

th
{
	font-weight: normal;
	text-align: left;
}

label.new
{
	width: 15em;
	float: left;
}

div.half
{
	float: left;
	width: 48%;
	margin-right: .8%;
	margin-bottom: 2em;
}

div.group
{
	border: 1px solid #D1D1D1;
	width: 50%;
}

table
{
	margin: 1em 0em 0em 0em;
}

table td, table th
{
	padding: 0em 1em .25em 0em;
}

table.grades
{
	border-collapse: collapse;
}

table.grades th
{
	text-align: center;
	font-weight: bold;
}

table.grades td, table.grades th
{

}

tr.cyclist_name th, tr.cyclist_name td
{
	padding-top: 1em;
}

tr.cyclist_name th
{
	font-size: 1.2em;
	font-weight: bold;
}

th.cyclist_name
{
	padding-top: 1em;
	font-size: 1.2em;
	font-weight: bold;
}

div.clearing
{
	clear: both;
}


div#workout_description
{
	width: 100%;
	min-height: 2em;
	display: none;
}

div.workout, div#workout_description
{
	width: 100%;
	min-height: 2em;
	display: block;
}

div.workout .title, div#workout_description .title
{
	float: left;
	width: 20%;
}

div.workout .race_title, div#workout_description .race_title
{
	float: none;
	width: auto;
}

div.workout .text, div#workout_description .text
{
	float: left;
	width: 70%;
}

.overall1, .overall2, .overall3, .overall4, .overall5
{
	position: absolute;
	bottom: -13px;
	right: -8px;
	color: #000;
	width: 22px;
	text-align: center;
	height: 17px;
	padding-top: 5px;
	margin: 0px;
}

.overall1
{
	background-color: #ABD3FF;
}

.overall2
{
	background-color: #00A0C6;
}

.overall3
{
	background-color: #CCFF00;
}

.overall4
{
	background-color: #FF7F00;
}

.overall5
{
	background-color: #FF4000;
}

span.diff1
{
	color: #ABD3FF;
}

span.diff2
{
	color: #00A0C6;
}

span.diff3
{
	color: #CCFF00;
}

span.diff4
{
	color: #FF7F00;
}

span.diff5
{
	color: #FF4000;
}

/* Large Workout View Section */
div#large_workout
{
	background-color: #666666;
	font-size: 85%;
	color: #BED8CD;
	margin-top: .5em;
	width: 98%;
}

div#workout_main
{
	float: left;
	width: 45%;
	margin: 0% 2% 0% 1.5%;
}

div#workout_sidebar
{
	width: 50%;
	float: left;
	border-left: 1px solid #D6D6D6;
	padding: 0em 0em 0em 1em;
	margin: 1em 0em;
}

div#workout_sidebar h2
{
	margin-top: 0px;
}

div#workout_sidebar label
{
	width: 5em;
}

div#small_info
{
	background-image: url('images/backgrounds/wk_small_gradient.jpg');
	background-repeat: repeat-x;
	background-position: bottom left;
}

div#small_nav
{
	float: right;
	padding-top: .3em;
	margin-right: 1em;
}

div#small_nav p
{
	margin: 0em;
}

ul#wk_info
{
	margin: 0em;
	padding: 0em;
	list-style: none;
}

ul#wk_info li
{
	float: left;
	border-width: 0px 1px 0px 0px;
	border-style:solid;
	border-color: #D6D6D6;
	padding: .5em;
}

ul#wk_info li.last
{
	border: 0px;
}

#date_form
{
	float: left;
	width: 28%;
}

#stats
{
	float: left;
	width: 70%;
}

#stats td, #threshold_number
{
	color: #D2F7F9;
}

#large_workout .message
{
	border: 2px solid #CCFF00;
	padding: 1em;
}

/*End of Large Workout Section */

/*Quick Workout View Section */

div.small_workout, div.cyc_small_workout, div.small_workout_race, div.cyc_small_workout_race
{
	width: 350px;
	height: 290px;
	background-color: #666666;
	font-size: 85%;
	color: #BED8CD;
	float: left;
	margin: 0em 1em 1em 0em;
	overflow: hidden;
	position: relative;
	background-image: url('images/backgrounds/reg_blocks.jpg');
	background-repeat: repeat-x;
	background-position: bottom;
}

div.cyc_small_workout
{
	height: 250px;
}

/* Target Days */
div.small_workout_target, div.cyc_small_workout_target
{
	width: 350px;
	height: 290px;
	background-color: #666666;
	font-size: 85%;
	color: #BED8CD;
	float: left;
	margin: 0em 1em 1em 0em;
	overflow: hidden;
	position: relative;
	background-image: url('images/backgrounds/target_race.jpg');
	background-repeat: repeat-x;
	background-position: bottom;
}

/* Race Days */
div.small_workout_race, div.cyc_small_workout_race
{
	width: 350px;
	height: 290px;
	background-color: #666666;
	font-size: 85%;
	color: #BED8CD;
	float: left;
	margin: 0em 1em 1em 0em;
	overflow: hidden;
	position: relative;
	background-image: url('images/backgrounds/reg_race.jpg');
	background-repeat: repeat-x;
	background-position: bottom;
}

/* Unavailable Days */
div.small_workout_unavailable, div.cyc_small_workout_unavailable
{
	width: 350px;
	height: 290px;
	background-color: #666666;
	font-size: 85%;
	color: #BED8CD;
	float: left;
	margin: 0em 1em 1em 0em;
	overflow: hidden;
	position: relative;
	background-image: url('images/backgrounds/vacation.jpg');
	background-repeat: repeat-x;
	background-position: bottom;
}


div.cyc_small_workout_race
{
	height: 250px;
}

div.cyc_small_workout_target
{
	height: 250px;
}

div.cyc_small_workout_unavailable
{
	height: 250px;
}

div.small_wk_side
{
	position: relative;
}

.small_workout p, div.cyc_small_workout p, div.cyc_small_workout_target p, div.small_workout_target p, div.cyc_small_workout_race p, div.small_workout_race p, div.small_workout_unavailable p, div.cyc_small_workout_unavailable p
{
	margin:  0em 0em .5em 0em;
}

div.small_wk_main
{
	position: relative;
	float: left;
	width: 65%;
	height: 220px;
	margin: .5em 0em 0em .4em;
	overflow: auto;
}

div.small_wk_side
{
	font-size: 89%;
	letter-spacing: .1em;
	float: left;
	width: 30%;
	border-left: 1px solid #D6D6D6;
	margin: .5em 0em 0em 0em;
	padding-left: .5em;
}

p.power_file
{
	position: absolute;
	bottom: 13px;
	right: -8px;
	margin: 0px;
}

.info_bar
{
	background-image: url('images/backgrounds/wk_small_gradient.jpg');
	background-repeat: repeat-x;
	background-position: bottom left;
	padding: 0.4em 0em;
}

div.info_bar a
{
	text-decoration: none;
}

.info_bar ul
{
	list-style: none;
	margin: 0em;
	padding: 0em;
}

.info_bar ul li
{
	float: left;
	border-right: 1px solid #D6D6D6;
	padding-right: .5em;
	margin-left: .5em;
}

.info_bar ul li.last
{
	border: 0px;
}

.small_wk_footer
{
	float: left;
	margin-left: .4em;
}

div#workout_header
{
	
}
/*End Quick Workout View Section */

div.row_section
{
	float: left;
	margin-right: 2em;
}

div.edit
{
	padding: .3em;
	margin-bottom: 0em;
}


div.edit select, div.edit input
{
	font-size: 90%;
}

#logout
{
	width: 900px;
	float: right;
}

form.edit_form
{
	float: left;
	margin-right: .5em;
}

form.edit_form *
{
	margin-top: 0px;
}

#previous_block
{
	float: left;
	width: 250px;
}

#next_block
{
	float: right;
	width: 250px;
	text-align: right;
	margin-right: 1.4em;
}

#login_holder
{
	margin-top: 2em;
	float: right;
	width: 660px;	
}

#block_desc
{
	width: 97%;
}

p.wk_tss
{
	display: none;
}


table.reports td
{
	color: #D2F7F9;
}

label.checkbox
{
	width: 100px; 
}

ul
{
	margin: 0px;
	padding: 0px;
	list-style: none;
}

ul li
{
	float: left;
	padding: 0em 1em 0em 0em;	
}

ul.normal
{
	margin: 0px;
	padding: 0px;
	list-style: none;
}

ul.normal li
{
	float: none;
}

a.help
{
	border: 1px solid #E9E903;
	color: #FFF;
	padding: 0px 5px;
}

span.help a
{
	color: #000;
}

#framediv
{
	position: fixed;
	top: 200px;
	right: 200px;
	width: 300px;
	height: 300px;
}

#version
{
	position: absolute;
	top: 0px;
	left: 10px;
	
	color: #FFF;
	font-size: 80%;
}

#icalendar
{
	position: absolute;
	top: 0px; 
	right: 0px;
}

#wk_2nd_half
{
	display: none;
}

#wk_1st_half
{
	display: block;
}

#tss2, #total_duration
{

}

.form_content
{
	margin-left: 15em;
}

#comment
{
	position: absolute;
	bottom: 0px;
	right: 0px;
}

span.highlight
{
	color: #CCFF00;
	text-transform: uppercase;
}

tr.new_msg
{
	font-weight: bold;
}

input.btn
{
	background-color: #3F3F3F;
	border: 1px outset #A2A2A2;
	color: #FFF;
	padding: 2px;
	font-size: 100%;
}

input.btn:active
{
	background-color: #3F3F3F;
	border: 1px inset #A2A2A2;
	color: #FFF;
	padding: 2px;
	font-size: 100%;
}

table#message_table tr.selected_row
{
	background-color: #464646;
}

table#message_table td
{
	padding: .3em;
}