* {
	margin: 0;
	padding: 0;
}

html, body {
	background: #EEE;
}

#frm_donate .text {
	background: url(/images/layout/img_text_generic_bg.png) no-repeat;
	border: 1px solid #B5B5B5;
	font-size: 13pt;
	font-weight: bold;
	padding: 4pt;
}
.button {
	cursor: pointer;
	margin: 2px;
	outline: 0;
}
.noborder {
	border: 0 !important;
}
/*
.one td{
	background-color: #DDD;
}
.two td{
	background-color: #DBE4EB;
}
*/
p {
	margin-bottom: 8pt;
	margin-top: 6pt;
}
.header_text h2 {
	font-weight: bold;
	position: relative;
	z-index: 10;
	color: #606A70 !important;
}
h2.shade {
	color: #DDEBF3 !important;
	position: absolute;
	left: 14px;
	top: 16px;
	z-index: 5;
}
.rel{
	position: relative;
}
.clear {
	clear: both;
}
.left {
	float: left;
}
.right {
	float: right;
}
img {
	border: 0;
	display: block;
}

h2 {
	font-family: Verdana;
	font-weight: 100;
	color: #888;
}
h4 {
	color: #444B4F;
}
input.amount {
	width: 70px;
}
.color_block {
	border: 1px solid #888;
	height: 16px;
	float: left;
	padding: 2px;
	position: absolute;
	left: 78px;
	top: 28px;
	width: 16px;
}
.data_entry .color_block {
	left: 98px;
	top: 0px;
}
.hidden {
	display: none;
}

.msg_container {
	position: relative;
	width: 580px;
	padding: 2px;
	z-index: 1000;
	position: absolute;
}
#fra_close_all_messages {
	background-color: #DDD;
	border: 1px solid #444;
	color: #333;
	cursor: pointer;
	font-weight: bold;
	padding: 3px;
	z-index: 90000;
}
.msg {
	margin-bottom: 3px;
}
.msg .msg_text {
	float: left;
	margin-left: 10px;
}
.msg .msg_close {
	cursor: pointer;
	float: left;
	margin-right: 3px;
}
.msg.error {
	border: 1px solid #B72525;
	background-color: #F9B0B0;
}
.msg.notice {
	border: 1px solid #188F11;
	background-color: #B7DFB5;
}

#page_header {
	background: url(/images/layout/img_header_background.png) repeat-x;
	height: 140px;
	width: 100%;
}

#page_logo {
	padding-top: 8px;
}

#page_content {
	margin: 5px 20px;
}

#login_form_large {
	width: 310px;
	text-align: center;
}

#page_menu ul {
	margin-left: 0;
	margin-top: 10px;
	padding-left: 0;
	white-space: nowrap;
}

#page_menu ul li {
	display: inline;
	list-style-type: none;
}

#page_menu li a {
	padding: 3px 10px;
	font-family: Verdana;
	font-size: 11pt;
}

#page_menu li a:link, #page_menu li a:visited {
	color: #CCC;
	text-decoration: none;
}

#page_menu li a:hover {
	color: #FFF;
}

#page_menu li a.active {
	color: #333;
	border-bottom: 3px solid #686868;
}

#page_content {
	position: relative;
}

.form_container label, .fra_static_data th {
	color: #6B6B6B;
	font-family: Verdana;
	font-size: 13pt;
	font-weight: bold;
}

span.note {
	clear: both;
	display: block;
	font-size: 10pt;
	margin-left: 10px;
}

#side_form {
	background: #EEE url(/images/layout/img_side_form_bg.png) no-repeat;
	height: 294px;
	left: 340px;
	position: absolute;
	text-align: center;
	top: 0px;
	width: 253px;
}
#side_form.short {
	background: #EEE url(/images/layout/img_side_form_short_bg.png) no-repeat;
	height: 194px;
	left: 340px;
	position: absolute;
	text-align: center;
	top: 0px;
	width: 253px;
}
	#side_form label {
		color: #6B6B6B;
		display: block;
		font-size: 19px;
		margin-top: 5px;
	}
.panel_container {
	background: #ADBEC8;
	margin: 10px;
	padding: 15px;
	position: relative;
	font-family: Verdana;
}
	.panel_container h2 {
		color: #444B4F;
	}
	.panel_corner {
		position: absolute;
		height: 15px;
		width: 15px;
	}
	.panel_corner.top_left {
		background: url(/images/layout/img_panel_top_left.png) no-repeat;
		left: 0px;
		top: 0px;
	}
	.panel_corner.top_right {
		background: url(/images/layout/img_panel_top_right.png) no-repeat;
		right: 0px;
		top: 0px;
	}
	.panel_corner.bottom_left {
		background: url(/images/layout/img_panel_bottom_left.png) no-repeat;
		left: 0px;
		bottom: 0px;
	}
	.panel_corner.bottom_right {
		background: url(/images/layout/img_panel_bottom_right.png) no-repeat;
		right: 0px;
		bottom: 0px;
	}
	.square_panel {
		border: 2px solid #758087;
	}
	.square_panel .panel_corner {
		display: none;
	}

	.panel_container label {
		display: block;
		font-size: 10pt;
		font-weight: bold;
	}
.wide_donation_table {
	width: 640px;
}
.side_panel {
	width: 300px;
}
	.side_panel table {
		border-bottom: 1px solid #758087;
		color: #444B4F;
		font-size: 11pt;
	}
	.side_panel table thead th{
		border-bottom: 1px solid #758087;
	}
	.side_panel table tbody td {
		background: #E2E2E2;
		border-top: 1px solid #FFF;
		padding: 2px 4px 2px 4px;
	}
	.side_panel table tbody td {
		padding: 0;
	}
	.side_panel table tfoot td {
		border-bottom: 1px solid #FFF;
		border-top: 1px solid #FFF;
		background: #CACACA;
		padding: 2px 4px 2px 4px;
	}
.status_table {

}

	.status_table a {
		color: #333;
	}
	.status_table a:hover {
		color: #000;
	}
	.status_table .short_header .header_1 {
		height: 50px !important;
	}
	.status_table .header_1 {
		background: url(/images/layout/img_panel_status_header.png) left bottom no-repeat;
		height: 180px;
		width: 220px;
		vertical-align: bottom;
		font-family: Georgia;
		text-align: left;
		padding-left: 20px;
	}
	.status_table .header_1 div {
		margin-bottom: 26px;
	}
	.status_table .header_2 {
		background: url(/images/layout/img_panel_status_header.png) left bottom no-repeat;
		height: 180px;
		width: 47px;
		vertical-align: top;
	}
	.status_table td {
		height: 30px;
		padding-left: 10px;
	}
	.status_table tr.one td {
		background: url(/images/layout/img_panel_status_body_1_one_b.png) no-repeat;
	}
	.status_table tr.one .body_1 {
		width: 232px;
	}
	.status_table tr.two  td{
		background: url(/images/layout/img_panel_status_body_1_two_b.png) no-repeat;
	}

	.status_table .body_2 img {
		margin-left: 5px;
	}
	.header_2 .lbl {
		margin-left: 8px;
		margin-top: 9px;
		position: absolute;
	}

.noleftborder {
	border-left: 0px !important;
}
.norightborder {
	border-right: 0px !important;
}
	
.standard_table {
	
}

.base_table {
	font-family: Verdana;
}
.base_table thead {
	background: #484F53;
	color: #ADBEC8;
}
.base_table th {
	background: url(/images/layout/img_table_sort_unsorted.png) left no-repeat;
	font-size: 12px;
	height: 20pt;
	margin-bottom: 2px;
	text-align: left;
	vertical-align: middle;
	text-shadow: 1px 1px #292D2F;
	padding-left: 15px;
	cursor: pointer;
}
/*
.base_table th:hover {
	background-color: #C8DCE7;
}
*/
.base_table th.nosort {
	background: none !important;
	cursor: default;
	padding-left: 0;
}
.base_table th.reverse_sort {
	background: url(/images/layout/img_table_sort_desc.png) left no-repeat;
}
.base_table th.forward_sort {
	background: url(/images/layout/img_table_sort_asc.png) left no-repeat;
}
	.base_table th div.shade {
		color: #292D2F !important;
		position: relative;
		left: 1px;
		top: -12pt;
		z-index: 5;
	}
.base_table th, .base_table td {
	border-bottom: 1px solid #DDF2FF;
	padding-bottom: 2px;
}
.base_table .table_corner.top_left {
	background: url(/images/layout/img_table_header_top_left.png) top left no-repeat;
}
.base_table .table_corner.top_right {
	background: url(/images/layout/img_table_header_top_right.png) top right no-repeat;
}
.base_table td {
	color: #292D2F;
	font-size: 10pt;
}
	.base_table tr.row_1 td {
		background-color: #92A1A9;
	}
	.base_table tr.row_2 td {
		background-color: #BED1DC;
	}
.team_table {
	border-bottom: 1px solid #758087;
	border-top: 1px solid #758087;
	font-family: Verdana;
	font-size: 10pt;
}
	.team_table a {
		padding-left: 2px;
	}
.team_table thead th {
	font-size: 10pt;
}

.team_table tbody .row_1, .team_table tbody .row_2 {
	color: #383E41;
	font-size: 10pt;
}
.team_table tbody .row_1 {
	background: #BDD0DB;
}
.team_table tbody .row_2 {
	background: #9AA9B2;
}
.team_table tfoot td {
	background: #AAA;
	border-left: 1px solid #EEE;
	border-right: 1px solid #777;
	color: #333;
	font-weight: bold;
	padding: 4px 12px;
}

.team_table tbody .row_1 th, .team_table tbody .row_2 th {
	border-bottom: 1px solid #758087;
	border-left: 1px solid #DCF2FF;
	border-right: 1px solid #758087;
	padding: 3px 12px 3px 2px;
}

.student_table thead tr {
	background: #ADBEC8;
	border-top: 1px solid #A0B0B9;
}
.student_table thead th {
	border-bottom: 1px solid #FFF;
	color: #383E41;
	cursor: pointer;
	padding: 6px 10px 6px 40px;
}
.student_table thead th:hover {
	background: #7C888F;
}
	.student_table tbody .row_1 {
		background: #E2E2E2;
	}
	.student_table tbody .row_2 {
		background: #ECECEC;
	}
	.student_table tbody .row_1 td, .student_table tbody .row_2 td {
		border-bottom: 1px solid #FFF;
		color: #383E41;
		font-size: 10pt;
		padding: 6px 10px 6px 10px;
	}
	.student_table a {
		padding-right: 10px;
	}
	.student_table tr.highlight {
		background: #ECE596;
	}
		.donation_table {
			padding-left: 30px;		
		}
		.donation_table thead tr{
			background: #C2BC7B;
		}
		.donation_table thead th {
			border-bottom: 1px solid #FFF;
			padding-left: 24px;
			text-align: left;
		}
		.donation_table.highlight {
			background: #ECE596;
		}
		.donation_table tbody tr {
			background: #E2E2E2;
		}
		.donation_table tbody td {
			border-bottom: 1px solid #FFF;
			font-size: 10pt;
			padding: 3px 0px 3px 24px;
		}
		
.data_table {
	border: 1px solid #EEE;
	border-top: 22px solid #EEE;
	font-family: Verdana;
	font-size: 105%;
	top: 18px;
}
.data_table thead th{
	background-color: #CAD2D8;
}
.data_table td {
	
}
	.data_table a, .team_table a {
		outline: none;
	}
	.data_table img, .team_table img {
		display: inline;
		outline: none;
		vertical-align: top;
	}

	.student_highlight, .student_highlight td, .student_highlight table {
		background-color: #F8FFC8 !important;
	}
.summary_table {
	font-family: Verdana;
	font-size: 108%;
}
.summary_table a {
	font-size: 100% !important;
}
	.summary_table th {
		background-color: #ADBDC7;
		color: #25292B;
		padding: 1px;
	}
	.summary_table .sub {
		background-color: #D8DADB;
		border-left: 6px solid #EEE;
		color: #25292B;
		padding-right: 10px;

	}
	.summary_table thead th {
		border-bottom: 3px solid #999;
	}
	.summary_table tfoot td{
		border-top: 3px solid #999;
	}

.admin_form {
	font-family: Tahoma;
}

.admin_form .text {
	background: #FFF;
	border: 1px solid #79858C;
	font-size: 10pt;
	font-family: Tahoma;
	padding: 2px;
}

.admin_form textarea {
	font-size: 12px;
	width: 280px;
	height: 80px;
}

.photo_top_left		{ background: url(/images/layout/img_ap_photo_top_left.png) no-repeat; height: 8px; width: 8px; }
.photo_top			{ background: url(/images/layout/img_ap_photo_top.png) repeat-x; height: 8px; }
.photo_top_right	{ background: url(/images/layout/img_ap_photo_top_right.png) no-repeat; height: 8px; width: 8px; }
.photo_left			{ background: url(/images/layout/img_ap_photo_left.png) repeat-y; width: 8px; }
.photo_right		{ background: url(/images/layout/img_ap_photo_right.png) repeat-y; width: 8px; }
.photo_bottom_left	{ background: url(/images/layout/img_ap_photo_bottom_left.png) no-repeat; height: 8px; width: 8px; }
.photo_bottom		{ background: url(/images/layout/img_ap_photo_bottom.png) repeat-x; height: 8px; }
.photo_bottom_right	{ background: url(/images/layout/img_ap_photo_bottom_right.png) no-repeat; height: 8px; width: 8px; }

#admin_frame_coach_photo, #admin_frame_team_photo {
	background: #FFF;
	left: 20px;
	min-height: 100px;
	min-width: 300px;
	position: absolute;
	text-align: center;
	top: 30px;
}
#close_bar {
	background: #FFF;
	height: 35px;
	padding-left: -20px;
	right: 8px;
	position: absolute;
	width: 98%;
	filter:alpha(opacity=50);
	-moz-opacity:0.5;
	-khtml-opacity: 0.5;
	opacity: 0.5;
}
#admin_photo_close {
	cursor: pointer;
	position: absolute;
	top: 12px;
	right: 20px;
	filter:alpha(opacity=100);
	-moz-opacity: 1.0;
	-khtml-opacity: 1.0;
	opacity: 1.0;
}

#check_entry_form {
	left: 365px;
	position: absolute;
	top: 68px;
}

.fra_sm_top {
	background: url(/images/layout/img_ap_small_frame_top.png) no-repeat;
	padding: 8px 0px 0 0;
}
.fra_sm_middle {
	background: url(/images/layout/img_ap_small_frame_middle.png) repeat-y;
	padding-bottom: 9px;
}
.fra_sm_bottom {
	background: url(/images/layout/img_ap_small_frame_bottom.png) no-repeat;
	height: 42px;
}
.fra_select_menu {
	color: #444;
	font-family: Arial;
	font-size: 13px;
	font-weight: bold;
/*	height: 199px;*/
	width: 269px;
	padding: 0px 5px 0 0;
	position: absolute;
	text-align: center;
	top: 58px;
	z-index: 900;
}
.fra_select_menu select {
	background: url(/images/layout/img_text_generic_bg.png) no-repeat;
	border: 1px solid #C2C2C2;
	color: #777;
	font-size: 14px;
	padding: 3px 6px;
	margin: 12px 10px 5px 0;
	width: 230px;
}
#sel_relation_list option {
	cursor: pointer;
}

#sel_relation_list option:hover {
	background-color: #CCC;
}

#btn_add_coach, #btn_add_team, #btn_add_rep, #btn_add_school, #btn_new_campaign {
	cursor: pointer;
	height: 49px;
	left: 340px;
	position: absolute;
	top: 0px;
	width: 211px;
}
#btn_add_coach {
	background: url(/images/layout/btn_ap_add_coach.png) no-repeat;
}

#btn_add_team {
	background: url(/images/layout/btn_ap_add_team.png) no-repeat;
}

#btn_add_rep {
	background: url(/images/layout/btn_ap_add_rep.png) no-repeat;
}

#btn_add_school {
	background: url(/images/layout/btn_ap_add_school.png) no-repeat;
}
#btn_new_campaign {
	background: url(/images/layout/btn_ap_new_campaign.png) no-repeat;
}

#rep_school_list, #school_team_list {
	position: absolute;
	left: 325px;
	top: 30px;
	width: 280px;
	font-family: Arial;
}

#rep_school_list {
	color: #555;
}

.item_list_container {
	overflow: auto;
	height: 300px;
}

.item_list {
	margin: 0;
	padding: 0;
}

.item_list li {
	list-style-type: none;
	margin: 1px;
}

.item_list li a {
	background: #BDD0DB;
	border: 1px solid #AEC0CA;
	color: #777;
	display: block;
	font-size: 13px;
	font-weight: bold;
	padding: 8px;
	text-decoration: none;
}

.item_list li a:hover {
	background-color: #DDD;
}

#admin_team_view_campaigns {
	position: absolute;
	left: 400px;
	top: 40px;
}

#admin_team_view_campaigns a {
	background-color: #B8CBD6;
	border: 2px solid #626C72;
	display: block;
	font-size: 24px;
	padding: 8px;
	text-align: center;
	text-decoration: none;
	width: 270px;
}

#admin_team_view_campaigns a:hover {
	background-color: #92A1A9;
	text-decoration: underline;
}

.fra_static_data {
	position: absolute;
	left: 430px;
	text-align: left;
	top: 70px;
}
.notes_list {
	top: 100px;
}

#task_container {
	font-family: Georgia;
}
	#task_list {
		height: 300px;
		overflow: auto;
		width: 375px;
	}
	#task_container .note {
		background: #D3D3D3;
		border: 1px solid #C7C7C7;
		margin: 1px;
		padding: 2px;
		width: 350px;
	}
	#task_container .note .date {
		color: #2858af;
		font-family: Tahoma;
		font-size: 10pt;
	}

.fra_static_data td {
	font-size: 13pt;
	text-indent: 10px;
}
.fra_static_data img {
	float: left;
	margin-right: 12px;
}

/**	####	DATE PICKER #### */
	.datepicker {
		position: absolute;
		border: 2px solid #1C3262;
		font-size: 11px;
		width: 194px;
		padding: 3px;
		height: 221px;
		background: #fff;
		line-height: normal;
	}

	/* header
	*********/
	.datepicker .header {
		position: relative;
		background: #1C3262;
		height: 21px;
		padding-top: 4px;
		margin-bottom: 3px;
	}

	.datepicker .header .title {
		text-align: center;
		padding-top: 1px;
		margin: 0px 42px 0 20px;
	}

	.datepicker .header .titleText {
		color: #fff;
		font-weight: bold;
	}
	.datepicker .header .next,
	.datepicker .header .previous,
	.datepicker .header .closeButton {
		position: absolute;
		width: 15px;
		height: 15px;
		background: #fff;
		text-align: center;
		color: #666;
		top: 5px;
		cursor: pointer;
	}
	.datepicker .header .previous {
		left: 5px;
	}
	.datepicker .header .next {
		right: 28px;
	}
	.datepicker .header .closeButton {
		right: 5px;
	}

	/* body
	*********/
	.datepicker .body {
		position: relative;
		top: 0px;
		left: 0px;
		width: 194px;
		border-right: 2px solid #fff;
		height: 193px;
		overflow: hidden;
	}

	/* time
	*********/
	.datepicker .time {
		width: 100%;
		height: 100%;
		background: #eee;
	}

	.datepicker .time .hour,
	.datepicker .time .separator,
	.datepicker .time .minutes {
		border: 1px solid #ccc;
		background: #fff;
		width: 50px;
		font-size: 32px;
		position: absolute;
		top: 50px;
		text-align: center;
		padding: 2px;
	}

	.datepicker .time .hour {
		left: 30px;
	}
	.datepicker .time .separator {
		background: transparent;
		border: 0px;
		width: 10px;
		left: 91px;
	}

	.datepicker .time .minutes {
		left: 110px;
	}
	.datepicker .time .ok {
		position: absolute;
		top: 105px;
		width: 136px;
		left: 30px;
		font-size: 20px;
	}

	/* days-grid
	*********/
	.datepicker .days .day {
		float: left;
		background: #ccc;
		cursor: pointer;
		text-align: center;
		padding-top: 4px;
		width: 25px;
		overflow: hidden;
		height: 21px;
		margin: 0 3px 3px 0;
	}

	.datepicker .days .day6 {
		margin-right: 0;
	}

	.datepicker .days .week5 .day {
		margin-bottom: 0;
	}

	/* days-colors
	*********/
	.datepicker .days .title {
		background: #5D6E95;
		font-weight: bold;
		color: #fff;
		cursor: default;
	}

	.datepicker .days .otherMonth {
		background: #eee;
		color: #aaa;
	}

	/* months
	*********/
	.datepicker .months .month {
		float: left;
		background: #eee;
		cursor: pointer;
		text-align: center;
		overflow: hidden;
		width: 62px;
		height: 31px;
		padding-top: 15px;
		margin: 0 3px 3px 0;
	}

	.datepicker .months .month3,
	.datepicker .months .month6,
	.datepicker .months .month9,
	.datepicker .months .month12 {
		margin-right: 0;
		width: 64px;
	}

	.datepicker .months .month10,
	.datepicker .months .month11,
	.datepicker .months .month12 {
		margin-bottom: 0;
	}

	/* years
	*********/
	.datepicker .years .year {
		float: left;
		background: #eee;
		cursor: pointer;
		text-align: center;
		padding-top: 11px;
		width: 46px;
		overflow: hidden;
		height: 25px;
		margin: 0 3px 3px 0;
	}

	.datepicker .years .year3,
	.datepicker .years .year7,
	.datepicker .years .year11,
	.datepicker .years .year15,
	.datepicker .years .year19 {
		margin-right: 0;
		width: 47px;
	}

	.datepicker .years .year16,
	.datepicker .years .year17,
	.datepicker .years .year18,
	.datepicker .years .year19 {
		margin-bottom: 0;
		height: 26px;
	}

	/* global
	*********/
	.datepicker .selected {
		background: #8C929F !important;
		color: #fff !important;
	}

	.datepicker .unavailable {
		background: #edd !important;
		color: #b88 !important;
		cursor: default !important;
	}

	.datepicker .days .week .day:hover,
	.datepicker .months .month:hover,
	.datepicker .years .year:hover {
		background: #5D6E95 !important;
		color: #fff !important;
	}
	
.lnk_submenu {
	background: #DDD !important;
	border: 1px solid #AAA;
	display: block;
	margin-left: 16px;
	margin-bottom: 3px;
	padding: 5px;
	width: 212px;
}

.lnk_submenu:hover {
	background: #EEE !important;
	color: #2A2;
}

.student_data {
	background-color: #DDD;
	border: 1px dotted #999;
	padding: 12px;
}
	.student_data th {
		border-bottom: 2px solid #999;
	}
	.student_data td {
		padding: 2px;
	}
	.student_data .one td {
		background-color: #EAF4FB;
	}



/** AUTOCOMPLETER **/
.autocompleter-choices {
	position:				absolute;
	margin:					0;
	padding:				0;
	border:					1px solid #7c7c7c;
	border-left-color:		#c3c3c3;
	border-right-color:		#c3c3c3;
	border-bottom-color:	#ddd;
	background-color:		#fff;
	text-align:				left;
	font-family:			Verdana, Geneva, Arial, Helvetica, sans-serif;
	z-index:				50000;
	overflow-y: auto;
	overflow-x: hidden;
}

.autocompleter-choices ul {
	list-style: none;
	overflow: hidden;
}

.autocompleter-choices li {
	position:				relative;
	margin:					-2px 0 0 0;
	padding:				0.2em 1.5em 0.2em 1em;
	display:				block;
	float:					none !important; 
	cursor:					pointer;
	font-weight:			normal;
	white-space:			nowrap;
	font-size:				.75em;
	line-height:			1.5em;
	z-index:				50000;
}

.autocompleter-choices .ma-hover
{
	background-color:		#444;
	color:					#fff;
}

.autocompleter-choices span.autocompleter-queried
{
	display:				inline;
	float:					none;
	font-weight:			bold;
	margin:					0;
	padding:				0;
}

.autocompleter-choices .ma-hover {
	color:					#9FCFFF;
}

.ma-hover strong {
	color: #FFF;
}

.main_link {
	color: #000;
	font-size: 120%;
	text-decoration: underline;
}
.main_link:hover {
	color: #888;
	text-decoration: none;
}

#btn_calculate {
	cursor: pointer;
	height: 64px;
	left: 110px;
	position: absolute;
	top: 20px;
	width: 64px;
}
.fra_extra_form {
	position: absolute;
	top: 27px;
}
.fra_extra_form table{
	background: #DDD;
	border: 1px solid #758087;
}
.fra_extra_sub_form  table{
	border: 0;
}
.data_entry {
	background: #EEE;
	border-top: 1px solid #758087;
}
.data_entry th {
	color: #758087;
	font-family: Verdana;
	font-size: 12px;
	font-weight: bold;
	text-align: right;
	padding-right: 6px;
}

.sub_table {
	border: 1px solid #758087;
}

.sub_table th, .data_entry thead th {
	background: #BDD0DB;
	border-bottom: 1px solid #758087;
	border-left: 1px solid #DCF2FF;
	border-right: 1px solid #758087;
	color: #383E41;
	font-family: Georgia;
	font-size: 14px;
	font-weight: bold;
	text-align: left;
	text-indent: 10px;
	padding: 3px;
}

.sub_table td {
	border-left: 1px solid #EEE;
	border-right: 1px solid #758087;
	border-top: 1px solid #FFF;
	padding: 3px;
	text-indent: 15px;
}


	.sub_table a {
		color: #333;
	}
	.sub_table a:hover {
		color: #000;
	}
.save_bar {
	background-color: #F6F9FA;
	border-bottom: 1px solid #D1D3D4;
}
.save_bar a, .save_bar img, .save_bar input {
	display: inline;
}

form h3 {
	color: #4B5257;
	font-family: Verdana;
	font-size: 11pt;
	margin-bottom: 6px;
}

.rep_panel .top_header{
	background: #7C858F;
	padding: 4px;
	text-align: left;
}
.rep_panel .sub_header {
	background: #8E98A4;
	color: #FFF;
	font-size: 120%;
	padding: 6px;
	text-align: left;
}
.rep_panel td {
	color: #000;
	font-family: Georgia;
	text-indent: 10px;
	vertical-align: top;
}
.rep_panel td .data {
	color: #3E423E;
	font-size: 22px;
	text-indent: 25px;
}

.rep_panel {
	background: #B7C5D3;
}
.rep_panel .uncolored {
	background: #EEE;
}
.rep_panel #stat_panel {
	background: url(/images/layout/img_panel_campaign_status.png);
	height: 503px;
	width: 219px;
}
#stat_panel {
	margin-top: 25px;
}
#stat_panel div {
	position: absolute;
}
#status_followup		{ top: 20px; }
#status_pictures		{ top: 67px; }
#status_draft_sent		{ top: 114px; }
#status_letter_approved	{ top: 161px; }
#status_printer			{ top: 208px; }
#status_shipped			{ top: 255px; }
#status_delivered		{ top: 302px; }
#status_coach_meeting	{ top: 349px; }
#status_letter_day		{ top: 396px; }
#status_letters_mailed	{ top: 443px; }

#date_followup			{ top: 40px; }
#date_pictures			{ top: 87px; }
#date_draft_sent		{ top: 134px; }
#date_letter_approved	{ top: 181px; }
#date_printer			{ top: 228px; }
#date_shipped			{ top: 275px; }
#date_delivered			{ top: 322px; }
#date_coach_meeting		{ top: 369px; }
#date_letter_day		{ top: 416px; }
#date_letters_mailed	{ top: 463px; }

#shipped_tracking 		{ top: 255px; left: 130px; font-size: 12px;}
#shipped_tracking a {
	color: #FFF;
	font-size: 12px;
}

.status_track {
	background-color: #C7C7C7;
	font-family: Georgia;
}
.status_track a {
	font-family: Georgia;
}

#stat_panel span {
	display: none;
}
#stat_panel .date {
	color: #33373B;
	font-family: Arial;
	font-size: 13px;
	left: 75px;
}

.complete {
	background: url(/images/layout/img_status_check_complete.png) no-repeat;
	height: 28px;
	left: 22px;
	width: 36px;
}
.incomplete {
	background: url(/images/layout/img_status_check_incomplete.png) no-repeat;
	height: 28px;
	left: 22px;
	width: 36px;
}

.stylized-file label.cabinet {
	display: block;
	overflow: hidden;
	cursor: pointer;
	height: 26px;
	width: 75px;
	background: url(/images/layout/btn_select_file.gif) 0 0 no-repeat;
}

.stylized-file label.cabinet input.file {
	cursor: pointer;
	height: 100%;
	position: relative;
	width: auto;
	opacity: 0;
	-mox-opacity: 0;
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=0);
}

.sub_action_bar {
	margin-bottom: 2px;
}
.sub_action_bar .button {
	width: 77px;
}

h3 a {
	color: #565E63;
}

h3 a:hover {
	color: #6A757B;
}

td.nav_cell {
	background: transparent !important;
}
td.nav_cell a {
	color: #444;
	font-weight: bold;
	text-decoration: none;
}

td.nav_cell a:hover {
	color: #888;
}

.list_manager_panel {
	padding: 3px;
	font-size: 11pt;
}
	.list_manager_panel select {
		width: 165px;
	}
.list_manager_buttons {
	margin-top: 50px;
	padding: 6px;
	width: 82px;
}
	.list_manager_buttons a {
		display: block;
		margin-bottom: 10px;
	}

.bar_chart {
	margin-right: 10px;
}
.bar_chart li{
	background: #E9A4A1 url(/images/layout/img_chart_empty_bg.png) repeat-x;
	border: 1px solid #570800;
	display: block;
	height: 20px;
	padding: 5px;
	width: 100%;
	margin-bottom: 5px;
	font-weight: bold;
	font-size: 14pt;
	color: #3A0000;
	position: relative;
}
	.bar_chart.no_background li {
		background: none;
		border: 0px;
		border-bottom: 1px dotted #777;
		color: #444;
	}
	.chart_label, .chart_amount {
		position: absolute;
	}
	.chart_amount {
		right: 10px;
	}
	.bar_chart .chart_bg {
		background: #C81300 url(/images/layout/img_chart_full_bg.png) repeat-x;
		border-right: 1px solid #570800;
		position: absolute;
		height: 30px;
		left: 0;
		top: 0;
	}
	.chart_summary {
		color: #333;
		font-size: 16pt;
		font-weight: bold;
		margin-top: 15px;
	}

.team_list li {
	list-style-type: none;
	position: relative;
}
.team_list li a {
	background: #839097;
	color: #FFF;
	display: block;
	margin: 2px;
	padding: 2px;
	position: relative;
	text-decoration: none;
	z-index: 10;
}

	.team_list li div {
		cursor: pointer;
		position: absolute;
		right: 6px;
		top: 4px;
		z-index: 40;
	}

.team_list li a:hover, .team_list li a.selected {
	background: #CFE4EF;
	color: #3E4447;
}

.summary_list {
	width: 500px;
	font-size: 18pt;
}

	.summary_list ul li {
		display: inline;
		zlist-style-type: none;
	}
.sub_option_link {
	font-size: 10pt;
	margin-top: 6px;
}
.sub_option_link a {

}
