/* Diary */

a.iconArray img
{
	border: 1px solid #aaa;
}

a.iconArray:hover img
{
	border: 1px solid #000;
}

.calendarHeader
{
	border: 1px solid #888;
	line-height: 30px;
	font-size: 16px;
	font-weight: bold;
	color: #fff;
	background: url('/images/fancy_cancel.jpg') repeat-x center;
}

.calendarFooter 
{
	border: 1px solid #ccc;
	color: #000000;
	background-color: #F6F7FB;
	font-weight: bold;
}

.calendarFooter a 
{
	color: #218bdd;
}

.calendarFooter
{
	border: 1px solid #ddd;
	color: #000000;
	background-color: #F6F7FB;
	font-weight: bold;
	padding: 3px 0px;
}

.calendar 
{
	border: 1px solid #ccc;
	font-size: 12px;
}

.calendarMouseOver
{
	border: 1px solid #aaa;
	min-height: 50px;
	height: 50px;
	font-size: 12px;
}

.today 
{
	font-weight: bold;
	border: 1px solid #666;
	background-color: #eee;
}

.no_day
{
	border: 1px solid #eee;
}

.week
{
	border: 1px solid #ddd;
	background-color: #f6f6f6;
	text-align: center;
	vertical-align: middle;
	font-size: 16px;
	color: #444;
	text-shadow: 1px 1px 0px #fff;
}

.week p
{
	margin-bottom: 2px;

}

.week a
{
	font-size: 10px;
	color: #999;
	cursor: pointer;
}

.week a:hover
{
	color: #333;
	text-decoration: none;
}

.fancy_calendar td
{
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}

.diary_day:hover
{
	box-shadow: 0px 0px 25px #666;
	-moz-box-shadow: 0px 0px 25px #666;
	-webkit-box-shadow: 0px 0px 25px #666;
}

select.select
{
	border: 1px solid #aaa;
	font-size:11px;
}

input.input
{
	border: 1px solid #aaa;
	font-size:11px;
	width: 200px;
}

input.tinyinput
{
	border: 1px solid #aaa;
	font-size:11px;
	width: 25px;
	margin: 0px;
}

input.smallinput
{
	border: 1px solid #aaa;
	font-size:11px;
	width: 50px;
}

textarea.smalltextarea
{
	border: 1px solid #aaa;
	font-size:11px;
	width: 200px;
}

input.submit
{
	border: 2px solid #808080;
	font-size:12px;
	font-weight: bold;
	background: url('/images/button_bgr.gif');
}

input.submit:hover
{
	background: url('/images/button_bgr_hover.gif');
}

.icon 
{
	margin: 1px;
	border: 1px solid #999;
}

.icon_form
{
	float: left;
	text-align: center;
	width: 27px;
	margin: 0px 5px 5px 0px;
}

.icon_form img
{
	border: 1px solid #999;
}

/*

.workout
{
	border-left: 1px solid #ddd;
	border-top: 1px solid #ddd;
	border-right: 1px solid #eee;
	border-bottom: 1px solid #eee;
	background-color: #f8f8f8;
	padding: 10px;
	margin-top: 20px;
}

.workout h3
{
	border-bottom: 1px dotted #aaa;
	padding-bottom: 10px;
	margin-bottom: 6px; 
}

.workout h3 img
{
	margin-bottom: -8px;
	border: 1px solid #999;	
}

*/

.workout p img, .icons img
{
	margin-bottom: -3px;	
	margin-right: 3px;
}

.workout .group
{
	background-color: #eee;
	padding: 5px;
	margin-top: 5px;
}

.workout .sets p
{
	margin: 0px;
}

.workout .sets p .weight
{
	color: #aaa;
	font-weight: bold;
}

.workout a:hover
{
	color: #aaa;
	text-decoration: none;
}

.strength
{
	margin: 0px;
	padding: 5px;
	border: 1px solid #ddd;
}

.strength legend
{
	font-weight: bold;
	color: #000;
	font-size: 12px;
}

.strength legend img
{
	margin-bottom: -3px;
}

.exercises td
{
	text-align: center;
}

.exercises .header
{
	font-weight: bold;
}

.box
{
	width: 110px;
	margin: 0px 10px 0px 0px;
	padding: 0px 5px;
	border: 1px solid #ddd;
}

.box legend
{
	font-weight: bold;
	color: #000;
}

.exerciselist .header
{
	font-weight: bold;
}

.exerciselist td
{
	border-bottom: 1px dotted #aaa;
}

.exerciselist .row
{
	background-color: #f6f6f6;
}

.exerciselist .row_alt
{
}

.exerciselist .row .set, .exerciselist .row_alt .set
{
	float: left;
	border: 1px solid #ddd;
	padding: 2px;
	margin: 2px;
	text-align: center;
	width: 85px;	
}

.exerciselist .row .set
{
	background-color: #fff;
}

.exerciselist .row_alt .set
{
	background-color: #f6f6f6;
}

.exerciselist .row .set .head, .exerciselist .row_alt .set .head
{
	font-family: Verdana, Arial;
	font-weight: bold;
	margin: 0px 0px 2px 0px;
	font-size: 8px;
}

.exerciselist .row .set .number, .exerciselist .row_alt .set .number
{
	float: left;
	font-size: 16px;
	font-weight: bold;
	color: #ccc;
	padding-top: 4px;
	padding-left: 2px;
}

.exerciselist .row .icon
{
	margin: 0px 0px 0px 0px;
}

#thelist td
{
	padding: 3px;	
}

.scheme
{
	color: #f48d31;
	font-size: 12px;
}

.workout_scheme
{
	border-top: 5px solid #f48d31;
}

.workout_scheme .buttons
{
	margin-top: 10px;
}

input.accept
{
	background-color: #dcffd2;	
}

input.deny
{
	background-color: #ffd2d2;
}

.summary .block
{
	margin: 5px 0px 0px 0px;
}

.injury
{
	background-color: #fee9e9;
}

.workoutinjury
{
	background-color: #fff4f4;
}

.goal_list
{
	border-left: 1px solid #ddd;
	border-top: 1px solid #ddd;
	border-right: 1px solid #eee;
	border-bottom: 1px solid #eee;
	background-color: #f8f8f8;
	padding: 10px;
	margin: 10px 0px;
}

.links img
{
	margin: 0px 3px -3px 0px;
}

.links a:hover
{
	text-decoration: none;
	color: #aaa;
}

.notations
{
	/*
	border-left: 1px dotted #bbb;
	border-top: 1px dotted #bbb;
	border-right: 1px dotted #555;
	border-bottom: 1px dotted #555;
	*/
	border: 1px solid #bbb;
	padding: 0px;
}

.notations a.hoverlink
{
	display: block;
	color: #c24803;
	margin: -2px;
	padding: 2px;
	background-color: #fdf5f0;
}

.notations a.hoverlink:hover
{
	text-decoration: none;
	background-color: #f9e3d6;
}

.notations h3
{
	margin-bottom: 5px;	
}

.notation_table
{
	background-color: #eee;
}

.notation_table td
{
	background-color: #fff;
}

.notations p
{
	display: block;
	margin: 0px 0px 3px 0px;
}

.notations .edit img
{
	margin-right: 2px;
}

.notations .edit
{
	float: right;
	margin: 1px -2px 0px 0px;
	font-size: 9px;
	letter-spacing: 1px;
}

.notations .edit a, .notations .edit a:hover, .notations a:hover
{
	text-decoration: none;
	color: #aaa;
}

.notations_form
{
	border-left: 1px solid #ddd;
	border-right: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	padding: 0px;
}

.notations_form .error
{
	color: red;
	margin-top: 5px;
}

.notation_form_table
{
	background-color: #f5f5f5;
}

.notation_form_table td
{
	background-color: #fff;
}

.scheme_templates
{
	list-style-type: none;
	margin: 5px 0px 0px 0px;
	padding: 0px;
	border-top: 1px solid #ddd;
	background-color: #fff;
}

.scheme_templates li
{
	border-bottom: 1px solid #ddd;
	margin: 0px;
	padding: 0px;
}

.hover_head
{
	background: url('/images/hover_head.png') no-repeat center center;
	padding: 4px 6px;
	color: #fff;
}

.hover_module_text
{
	margin: 3px 0px 0px;
}

.hover_list
{
	padding: 0px;
	margin: 0px;
	list-style-type: none;
	background-color: #eee;
}

.hover_list li
{
	margin-top: 1px;
	padding: 5px 0px;
	list-style-type: none;
	background-color: #fff;
}

.hover_list li:last-child
{
	padding-bottom: 0px;
}

.hover_list li p
{
	margin: 0px 0px 3px;
	font-weight: bold;
}

.hover_list li p.exercises
{
	color: #888;
	font-weight: normal;
	font-size: 10px;
}

.hover_list li span.timing
{
	display: inline-block;
	font-weight: normal;
	color: #666;
	margin: 3px 0px 0px;
}

.hover_list li span.grey
{
	color: #aaa;
}

.hover_list li span.row
{
	display: block;
	margin: 0px 0px 3px;
}

.hover_list li span.top
{
	display: block;
	margin: 3px 0px 0px;
	color: #666;
	font-style: italic;
}

.hover_list li span.top
{
	display: block;
	margin: 3px 0px 0px;
	color: #666;
	font-style: italic;
}

.hover_list li span.borg
{
	display: inline-block;
	background-color: #666;
	padding: 2px;
	color: #fff;
	line-height: 10px;
	font-size: 11px;
	margin-right: 3px;
}

.hover_list li span.comment
{
	float: right;
}

.hover_list li span.comment img
{
	margin: 0px 3px -2px 0px;
}

.hover_list li span.comment img.alpha
{
	filter: alpha(opacity=5);
	-moz-opacity: 0.5;
	opacity: 0.5;
}

a.hoverimage
{
	position: relative;
	margin: 10px 10px 0px 0px; 
	float: left; 
	border: 1px solid #aaa; 
	padding: 2px; 
	background-color: #fff;
}

a.hoverimage:hover
{
	border: 1px solid #333; 
}

#allIcons
{
	margin-bottom: 10px;
}

.workout .comments
{
	background-color: #fff;
	padding: 5px 10px;
	margin-top: 8px;
}

.workout .comments h3
{
	padding: 0px;
	border-bottom: none;
	margin-bottom: 0px;
}

.workout .comments h3 img
{
	border: 0px;
	margin: 0px 3px -3px 0px;
}

.workout .commentform
{
	border-left: 1px dotted #bbb;
	border-bottom: 1px dotted #bbb;
	border-right: 1px dotted #bbb;
}

.workout .comments .comment
{
	margin-top: 5px;
	border-top: 1px solid #eee;
	padding: 5px 0px;
}

.workout .comments .comment .head
{
	padding: 3px;
	background-color: #eee;
	margin-bottom: 5px;
}


/* Workout boxes layout */

.workout
{
	background: #eee url('/images/block_header_40px.gif') no-repeat top left;
	padding: 10px;
	margin-top: 20px;
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
}

.workout a
{
	color: #259cec;
}

.workout .header_div
{
	margin: -10px -10px 10px -10px;
	color: #fff;
	font-size: 13px;
	font-weight: bold;
}

.workout .workout_icon
{
	
}

.workout .header_div a
{
	color: #ccc;
}

.workout .header_div a:hover
{
	color: #000;
}

.workout .actions
{
	float: right;
	font-size: 11px;
	font-weight: normal;
	margin-right: 6px;
}

.workout .actions a
{
	display: inline-block; 
	padding: 1px 4px; 
	background-color: #666; 
	border: 1px solid #555; 
	-moz-border-radius: 3px; 
	-webkit-border-radius: 3px; 
	border-radius: 3px; 
	color: #ccc;
}

.workout .actions a:hover
{
	background-color: #444; 
	border: 1px solid #222; 
	-moz-border-radius: 3px; 
	-webkit-border-radius: 3px; 
	border-radius: 3px; 
	color: #fff;
	text-decoration: none;
}

.workout .icons
{
	background-color: #fff;
	padding: 5px 5px 1px;
	border-bottom: 1px solid #eee;
}

.workout .icons span
{
	float: left;
	width: 152px;
	margin-bottom: 4px;
}

.workout .icons span img
{
	margin: 0px 4px -3px 0px;
}

.workout_block_container
{
	margin: 0px 0px 10px;
	border-bottom: 1px solid #aaa;
}

.workout_block
{
	background: #fff url('/images/block_header_fff.gif') no-repeat top left;
	margin: 0px;
	border-bottom: 1px solid #fff;
}

.unselected
{
	background: #fff url('/images/block_header_fff_unselected.gif') no-repeat top left;
}

.workout_block .title
{
	float: none;
	font-size: 12px;
	height: 25px;
	line-height: 25px;
	font-weight: bold;
	padding: 0px 5px;
	color: #fff;
	cursor: pointer;
}

.workout_block .title a
{
	color: #fff;
}

.unselected .title
{
	color: #666;
}

.workout_block .block_content
{
	background: none;
	padding: 10px 5px 4px 5px;
}

.workout_block .block_content p
{
	margin: 0px 0px 5px;
}

.add_modules 
{
	background: url('/images/add_module_bg.jpg') repeat-x; 
	padding: 0px;
	color: #fff;
	letter-spacing: 0.2pt;
	border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border: 1px solid #666;
}

.add_modules a
{
	color: #fff;
}

.add_modules a:hover
{
	color: #ccc;
	text-decoration: none;
}

#startpage_modules
{
	margin: 6px -6px -6px;
}

.module_column
{
	vertical-align: top;
	width: 490px;
	padding: 0px 6px;
}

.block-hover
{
	background-color: #f6f6f6;
}

.round_corners
{
	float: left;
	border-radius: 7px;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	-khtml-border-radius: 7px;
	border: 1px solid #888;
	background-color: #fff; 
	width: 482px;
	margin: 6px 0px;
	position: relative;
}

/* Rounded IE hack START */

.round_corners > .tl, .round_corners > .tr, .round_corners > .bl, .round_corners > .br
{
  width: 7px;
  height: 7px;
  position: absolute;
  z-index: 0;
}

.round_corners > .tl
{
  background: url('/images/rounded/round_corners-tl.gif') top left no-repeat;
  top: -1px;
  left: -1px;
}
 
.round_corners > .tr
{
  background: url('/images/rounded/round_corners-tr.gif') top right no-repeat;
  top: -1px;
  right: -1px;
}
 
.round_corners > .bl
{
  background: url('/images/rounded/round_corners-bl.gif') bottom left no-repeat;
  bottom: -1px;
  left: -1px;
}
 
.round_corners > .br
{
  background: url('/images/rounded/round_corners-br.gif') bottom right no-repeat;
  bottom: -1px;
  right: -1px;
}

/* Rounded IE hack END */

.round_corners_header
{
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-khtml-border-top-left-radius: 5px;
	-khtml-border-top-right-radius: 5px;
	background: url('/images/fancy_cancel.jpg') repeat-x center; 
	color: #fff; 
	padding: 6px 4px 6px 8px; 
	margin: 0px; 
	font-size: 14px; 
	font-weight: bold;
	margin-bottom: 6px;
	cursor: move; 
}

.round_corners_header a
{
	color: #fff;
}

.round_corners_header a:hover
{
	color: #000;
	text-decoration: none;
}

.toolbox
{
	position: absolute;
	top: 2px;
	right: 2px;
	padding: 7px;
	font-size: 5px;
	z-index: 2;
	cursor: default;
}

.round_content
{
	padding: 4px 10px 10px;
}



/* Select modules page */

.modules_menu
{
	padding-top: 8px;
}

.modules_menu a
{
	display: block;
	color: #666;
	font-size: 20px;
	padding-left: 12px;
	line-height: 55px;
	background: url('/images/add_modules_menu_inactive.jpg') no-repeat;
	margin-bottom: 2px;
}

.modules_menu a:hover
{
	text-decoration: none;
	color: #000;
	background: url('/images/add_modules_menu_active.jpg') no-repeat;
}

.modules_menu a.selected
{
	color: #fff;
	background: url('/images/add_modules_menu_selected.jpg') no-repeat;
}

#modules_list h2
{
	font-weight: normal; 
	font-size: 28px; 
	color: #34a8e8; 
	margin-bottom: 15px;
}

.modules_table td
{
	background-color: #eee;
	border-top: 3px solid #fff;
	vertical-align: top;
}

.modules_table .preview
{
	border: 2px solid #8fd7ff;
	background-color: #fff;
	padding: 3px;
	text-align: center;
	cursor: pointer;
	position: relative;
}

.modules_table .preview:hover
{
	border: 2px solid #666;	
}

.modules_table .preview .zoom
{
	position: absolute;
	bottom: 7px;
	right: 7px;
	z-index: 2;
}

.modules_table tr:hover td
{
	background-color: #d4effe;
}

.modules_table h3
{
	font-size: 18px;
	font-weight: normal;
	color: #444;
	margin-bottom: 2px;
}

.modules_table td.tick
{
	text-align: center;
	color: #999;
	vertical-align: middle;
	width: 150px;
}

.modules_table td.tick img
{
	
}

.running_workouts
{
	height: 90px;
	margin-bottom: 10px;
	display: table-cell;
}

.running_workouts .workout_item
{
	float: left;
	margin: 0px 2px;
	background: url('/images/running_bar.jpg') bottom;
	width: 9px;
	padding: 0px;
	cursor: pointer;
}

.running_workouts .this_week
{
	background: url('/images/running_bar_today.jpg') bottom;
}

.hover_out
{
	color: #aaa;
}

.hover_over
{
	color: #000;
}


.quick_button { background: url('/images/button_bg.jpg') repeat-x center; color: #eee; padding: 3px 25px; text-align: center; border-radius: 4px; -webkit-border-radius: 4px; -moz-border-radius: 4px; border: 1px solid #333; font-weight: bold; }
.quick_button:hover { background: url('/images/button_bg_hover.jpg') repeat-x center; color: #fff; text-decoration: none;  }

a.quick_link { border: 1px solid #d2d2d2; padding: 3px 10px; background-color: #fff; border-radius: 4px; -webkit-border-radius: 4px; -moz-border-radius: 4px; color: #34a8e8; }
a.quick_link:hover { border-color: #34a8e8; background-color: #f6f6f6; text-decoration: none; color: #222; }

.darkborder { border: 1px solid #bbb; }
div.box { margin: 0px; background-color: #fff; border-radius: 4px; -webkit-border-radius: 4px; -moz-border-radius: 4px; padding: 5px; }
div.box h3 { color: #fff; font-size: 24px; margin: 0px; border-radius: 4px;; -webkit-border-radius: 4px; -moz-border-radius: 2px; width: 26px; line-height: 42px; text-align: center; font-weight: normal; background-color: #ddd; } 
table.exercises_list { background-color: #eee; border-radius: 4px;; -webkit-border-radius: 4px; -moz-border-radius: 4px; }
table.exercises_list tr:hover td { background-color: #ddd; }
table.exercises_list td { border-top: 1px solid #fff; }
table.exercises_list tr.header td { background: url('/images/button_bg_hover.jpg') repeat-x center; font-size: 16px; color: #fff; padding: 8px; }
table.exercises_list tr:first-child td:first-child { border: none; border-top-left-radius: 4px; -webkit-border-top-left-radius: 4px; -moz-border-radius-topleft: 4px; }
table.exercises_list tr:first-child td:last-child { border: none; border-top-right-radius: 4px; -webkit-border-top-right-radius: 4px; -moz-border-radius-topright: 4px; }
table.exercises_list tr:last-child td:first-child { border-bottom-left-radius: 4px; -webkit-border-bottom-left-radius: 4px; -moz-border-radius-bottomleft: 4px; }
table.exercises_list tr:last-child td:last-child { border-bottom-right-radius: 4px; -webkit-border-bottom-right-radius: 4px; -moz-border-radius-bottomright: 4px; }
table.exercises_list .set { float: left; background-color: #fff; padding: 5px; width: 110px; margin: 0px 5px 5px 0px; border-radius: 4px; -webkit-border-radius: 4px; -moz-border-radius: 4px; font-size: 12px; line-height: 25px; height: 25px; }
table.exercises_list .set .number { float: left; background-color: #eee; color: #666; width: 25px; text-align: center; font-size: 13px; font-weight: bold; line-height: 25px; margin-right: 5px; border-radius: 2px; -webkit-border-radius: 2px; -moz-border-radius: 2px; }
table.exercises_list a { color: #222; }
table.exercises_list a.alpha { color: #222; filter: alpha(opacity=30); -moz-opacity: 0.3; opacity: 0.3; }
table.exercises_list a:hover, table.exercises_list a.alpha:hover { filter: alpha(opacity=100); -moz-opacity: 1; opacity: 1; text-decoration: none; }

.added_equipment 
{ 
	width: 100%; 
	background-color: #ddd; 
	border-radius: 6px; 
	-webkit-border-radius: 6px; 
	-moz-border-radius: 6px;
}

.added_equipment table 
{ 
	background: none; 
	border-top: 1px solid #f6f6f6;
}

.added_equipment table:first-child 
{
	border: none;
}

.added_equipment table td 
{ 
	background: none;
}

div.edit_box { float: left; line-height: 25px; }
div.edit_box .fancy_input { margin-top: 0px; padding: 3px; font-size: 13px; }

ul.autocomplete
{
	margin: 3px 0px 0px;
	padding: 0px;
	border: 1px solid #ddd;
	border-radius: 4px; 
	-webkit-border-radius: 4px; 
	-moz-border-radius: 4px;
}

ul.autocomplete li
{
	background-color: #fff;
	padding: 5px;
	border-top: 1px solid #ddd;
}

ul.autocomplete li:first-child
{
	border-top: none;
	border-top-left-radius: 3px; 
	-webkit-border-v-left-radius: 3px; 
	-moz-border-radius-topleft: 3px;
	border-top-right-radius: 3px; 
	-webkit-border-top-right-radius: 3px; 
	-moz-border-radius-topright: 3px;
}

ul.autocomplete li:last-child
{
	border-bottom-left-radius: 3px; 
	-webkit-border-bottom-left-radius: 3px; 
	-moz-border-radius-bottomleft: 3px;
	border-bottom-right-radius: 3px; 
	-webkit-border-bottom-right-radius: 3px; 
	-moz-border-radius-bottomright: 3px;
}

ul.autocomplete li:hover
{
	background-color: #d7ecfb;
	color: #1882ce;
}

table.laptimes_list { background-color: #eee; border-radius: 4px;; -webkit-border-radius: 4px; -moz-border-radius: 4px; }
table.laptimes_list tr:hover td { background-color: #ddd; }
table.laptimes_list td { border-top: 1px solid #fff; }
table.laptimes_list tr:first-child td:first-child {  border-top-left-radius: 4px; -webkit-border-top-left-radius: 4px; -moz-border-radius-topleft: 4px; }
table.laptimes_list tr:first-child td { border: none; }
table.laptimes_list tr:first-child td:last-child { border-top-right-radius: 4px; -webkit-border-top-right-radius: 4px; -moz-border-radius-topright: 4px; }
table.laptimes_list tr:last-child td:first-child { border-bottom-left-radius: 4px; -webkit-border-bottom-left-radius: 4px; -moz-border-radius-bottomleft: 4px; }
table.laptimes_list tr:last-child td:last-child { border-bottom-right-radius: 4px; -webkit-border-bottom-right-radius: 4px; -moz-border-radius-bottomright: 4px; }
table.laptimes_list .laptime { float: left; background-color: #fff; padding: 5px; width: 110px; margin: 0px 5px 5px 0px; border-radius: 4px; -webkit-border-radius: 4px; -moz-border-radius: 4px; font-size: 12px; }
table.laptimes_list a { color: #222; filter: alpha(opacity=30); -moz-opacity: 0.3; opacity: 0.3; }
table.laptimes_list a:hover { filter: alpha(opacity=100); -moz-opacity: 1; opacity: 1; text-decoration: none; }

.cardiogym_list .listitem { background-color: #eee; padding: 10px; border-top: 1px solid #fff; }
.cardiogym_list .listitem:first-child { border-top: none; border-top-left-radius: 4px; -webkit-border-top-left-radius: 4px; -moz-border-radius-topleft: 4px;border-top-right-radius: 4px; -webkit-border-top-right-radius: 4px; -moz-border-radius-topright: 4px; }
.cardiogym_list .listitem:last-child { border-bottom-left-radius: 4px; -webkit-border-bottom-left-radius: 4px; -moz-border-radius-bottomleft: 4px; border-bottom-right-radius: 4px; -webkit-border-bottom-right-radius: 4px; -moz-border-radius-bottomright: 4px; }

#earlier_images .image, #images_list .image
{
	float: left; 
	margin: 0px 5px 5px 0px;
	border: 1px solid #fff;
	border-radius: 4px; 
	-webkit-border-radius: 4px; 
	-moz-border-radius: 4px;
	height: 63px;
	width: 63px;
}

#earlier_images .image:hover, #images_list .image:hover
{
	background-color: #fff;
	cursor: pointer;
	border: 1px solid #5eb9f5;
}

a.injury_selected, a.injury_unselected
{
	display: inline-block;
	padding: 3px 6px 3px 25px;
	border: 1px solid #ccc;
	background: #eee url('/images/icons/tick_gray.png') no-repeat 5px center;
	border-radius: 4px; 
	-webkit-border-radius: 4px; 
	-moz-border-radius: 4px;
	margin-top: 3px;
}

a.injury_selected
{
	border: 1px solid #8fe187;
	background: #c6f1c2 url('/images/icons/tick.png') no-repeat 5px center;
}

a.injury_selected:hover, a.injury_unselected:hover
{
	text-decoration: none;
}

a.injury_unselected:hover
{
	background-color: #ddd;
	border: 1px solid #aaa;
	
}

a.form_folder, #addbox_content a.form_folder
{
	float: left;
	background-color: #f4f4f4;
	padding: 7px 25px;
	border-top-right-radius: 6px; 
	border-top-left-radius: 6px; 
	-moz-border-radius-topright: 6px; 
	-moz-border-radius-topleft: 6px; 
	-webkit-border-top-left-radius: 6px;  
	-webkit-border-top-right-radius: 6px;
	margin-right: 2px;
	color: #222;
	font-size: 12px;
}

a.unselected_folder, #addbox_content a.unselected_folder
{
	padding-bottom: 6px;
	border-bottom: 1px solid #fff;
	background-color: #e0e0e0;
}

a.form_folder:hover, #addbox_content a.form_folder:hover
{
	text-decoration: none;
}

a.unselected_folder:hover, #addbox_content a.unselected_folder:hover
{
	color: #259cec;
}

.fancy_form_box
{
	position: absolute;
	z-index: 20000;
	background-color: #fff;
	border: 2px solid #7a7a7a;
	border-radius: 6px; 
	-webkit-border-radius: 6px; 
	-moz-border-radius: 6px;
	margin: 0px;
	box-shadow: 1px 1px 6px #666;
	-moz-box-shadow: 1px 1px 6px #666;
	-webkit-box-shadow: 1px 1px 6px #666;
}

#provisionbox
{
	position: absolute;
	z-index: 20000;
	width: 600px;
	height: 503px;
	background-color: #fff;
	border: 2px solid #7a7a7a;
	border-radius: 8px; 
	-webkit-border-radius: 8px; 
	-moz-border-radius: 8px;
	margin: 0px;
}

#provisionbox_close
{
	position: absolute;
	top: -15px;
	right: -16px;
}

#provisionbox a
{
	color: #259cec;
}

#provision_wrapper
{
	position: relative;
	padding: 10px;
}

.provision_favorite
{
	float: left;
	padding: 6px 12px;
	background-color: #eee;
	border-radius: 4px; 
	-webkit-border-radius: 4px; 
	-moz-border-radius: 4px;
	margin: 0px 3px 3px 0px;
}

.provision_favorite:hover
{
	background-color: #ddd;
	text-decoration: none;
}

.provisions_list tr td
{
	background-color: #eee;
	border-top: 1px solid #fff;
}

.provisions_list tr:first-child td
{
	border-top: none;
}

.provisions_list tr:first-child td:first-child
{
	border-top-left-radius: 4px; 
	-moz-border-radius-topleft: 4px; 
	-webkit-border-top-left-radius: 4px;  
}
.provisions_list tr:first-child td:last-child

{
	border-top-right-radius: 4px; 
	-moz-border-radius-topright: 4px; 
	-webkit-border-top-right-radius: 4px;
}

.provisions_list tr:last-child td:first-child
{
	border-bottom-left-radius: 4px; 
	-moz-border-radius-bottomleft: 4px; 
	-webkit-border-bottomleft-radius: 4px;  
}
.provisions_list tr:last-child td:last-child

{
	border-bottom-right-radius: 4px; 
	-moz-border-radius-bottomright: 4px; 
	-webkit-border-bottom-right-radius: 4px;
}

.provisions_list tr:hover td
{
	background-color: #ddd;
	cursor: pointer;
}

.header_icon
{
	height: 25px; 
	width: 25px; 
	border-radius: 3px;  
	-moz-border-radius: 3px;  
	-webkit-border-radius: 3px;
}

.select_date
{
	display: inline-block;
	background-color: #eee;
	border-radius: 4px;  
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	font-size: 11px;
}

.select_date a
{
	float: left;
	padding: 3px 5px;
	color: #2c9cf2;
}

.select_date a:hover
{
	text-decoration: none;
	color: #444;
}
