
/* HTML Styles */

body, p, li, td, div, input, select, option, textarea, button {
	font-family: arial, sans-serif ;
	font-size: 11px ;
}

body {
	background-repeat: repeat-x;
	background-image: none;
	background-color: #ccc ;
	margin: 10px 10px ;
	color: #000;
	
	overflow-y: scroll;
}


table {
	border-collapse: collapse ;
}

fieldset {
	padding: 2px 3px ; 
	margin: 0px 0px 3px 0px ; 
}

legend {
	color: #666; 
}

form {
	padding: 0px ;
	margin: 0px ; 
}

input[type=checkbox] {
	vertical-align: middle; 
}

input[type=text],input[type=password], textarea, select {
	background-color: #fff;
	border-style: solid ;
	border-width: 1px; 
	border-color: #7F9DB9;
	padding: 1px; 
}

input[type=text], input[type=password], option {
	background-image: none;
	background-repeat: repeat-x;
	background-position: center ;
}

input[readonly], textarea[readonly], select[readonly], option[readonly] {
	color: #7F7F7F;
}

input[disabled], textarea[disabled], select[disabled], option[disabled] {
	background-color: #F2F2F2 ;
	}

option {
	background-color: #fff;
}

optgroup {
	background-color: #eee;
	color: #000;
}

select {
	max-width: 700px; 
}


input[type=text], input[type=password] {
	width: 300px; 
	padding: 2px 1px;
}

textarea {
	width: 98%;
}

h1 {
	font-size: 20px ;
	font-weight: normal ;
	color: #000 ;
	margin-top: 0px; 
	margin-bottom: 5px; 
}

h2 {
	font-size: 13px ;
	font-weight: bold ;
	margin-bottom: 4px; 
}

h3 {
	font-size: 16px;
	text-align: center;
	margin: 3px 0px;
}

hr {
	border: 0px;
	border-bottom: solid 1px #999;
	height: 1px;
}

a, a:link, a:active, a:visited, a:hover {
	color: #145163 ;
}

a:active, a:visited {
	color: #145163 ;
}

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

a:link img, a:active img, a:visited img, a:hover img {
	border-style: solid ;
	border-color: #145163;
	border-width: 1px; 
}

a:hover img {
	border-color: #0B6E8C;
}

/* Template Styles */

.container {
	width: 960px;
	margin: auto;
}

.border_div {
	border: 1px solid #666 ; 
	padding: 1px ; 
	background-color: #fff;
}

.page_top_1 {
	background-color: #145163 ; 
	background-image: none ;
	background-repeat: no-repeat;
	background-position: bottom right; 
}

.page_top_2 {
	background-image: none ;
	background-repeat: no-repeat;
	background-position: top left; 
}

.page_top_3 {
	background-image: none;
	background-repeat: repeat-x;
	
	padding: 10px 15px; 
}

table.page_top_info {
	width: 100%;
	height: 73px; 
}

.page_top_homelink {
	vertical-align: bottom; 
	width: 1%; 
}

td.page_top_info, td.page_top_info * {
	font-size: 13px;
	text-align: right;
	vertical-align: top;
	color: #fff;
}

.page_top_info b {
	color: #ccc;
}

a.userlink {
	color: #fff; 
	text-decoration: none; 
}

a.userlink:hover {
	text-decoration: underline; 
}

a.homelink:link, a.homelink:active, a.homelink:visited, a.homelink:hover {
	letter-spacing: -3px ; 
	font-weight: bold ; 
	font-size: 38px ; 
	color: #fff; 
	text-decoration: none; 
}

.highlight, a.highlight:link, a.highlight:active, a.highlight:visited, a.highlight:hover {
	color: yellow; 
}

.lowlight, a.lowlight:link, a.lowlight:active, a.lowlight:visited, a.lowlight:hover {
	color: #ccc; 
}

.content {
	background-image: none;
	background-repeat: repeat-x; 
	background-color: #fff; 
	padding: 10px ;
}

/* Navbar Styles */

.navbar {
	background-repeat: repeat-x;
	background-image: none;
	background-color: #456314 ; 
	border-top: 1px solid #fff ; 
	border-bottom: 1px solid #fff ; 
	text-align: left; 
}

.navbar.loggedout {
	background-image: none;
	background-position: center; 
	height: 27px; 
}

a.button, a.button:link, a.button:active, a.button:visited, a.button:hover {
	font-family: verdana ;
	font-size: 13px ;
	font-weight: bold ;
	text-decoration: none ;
	letter-spacing: -1px ;
	color: #fff;
	
	display: inline-block;
	background-image: none;
	background-position: center left; 
	margin: 1px;
	border: solid 1px #fff; 
	padding: 5px 8px; 
}

a.button:hover {
	color: #ccc ;
	background-image: none;
}

/* Sub Nav Bar Styles */

.navbar_sub {
	margin-bottom: 8px;
}

a.button_sub, a.button_sub:link, a.button_sub:active, a.button_sub:visited, a.button_sub:hover {
	font-family: verdana ;
	font-size: 13px ;
	font-weight: bold ;
	text-decoration: none ;
	letter-spacing: -1px ;
	color: #145163;
	
	display: inline-block;
	background-color: #fff;
	background-image: none;
	background-position: center left; 
	margin: 1px;
	border: solid 1px #999; 
	padding: 3px 8px; 
}

a.button_sub:hover {
	color: #999 ;
	background-image: none;
}

/* Table Headings */

table.tHeading {
	width: 100%;
	margin-bottom: 4px; 
}

table.tHeading td {
	padding: 0px;
	vertical-align: middle;
}

table.tHeading td h1 {
	margin-bottom: 2px; 
}

td.heading {
	width: 1%; 
	white-space: nowrap; 
}

td.views {
	
}

div.views {
	font-size: 12px; 
	margin-left: 18px; 
}

td.limit {
	text-align: right; 
	white-space: nowrap; 
}

div.limit {
	margin-right: 5px; 
	font-size: 12px; 
}

span.limit_text {
	font-style: italic;
}

span.limit_total {
	font-style: normal;
}

/* Table tops */

table.tTop {
	background-repeat: repeat-x;
	background-image: none;
	background-color: #711028; 
	width: 100% ; 
	border: 1px solid #666;
	border-bottom: 0px; 
}

table.tTop tr {
	background-image: none;
	background-position: top; 
	background-repeat: repeat-x; 
}

table.tTop td {
	color: #fff ;
	font-size: 20px ;
	font-weight: normal ;
	padding: 5px 10px ;
	vertical-align: middle;
}

/* Item Lists */

table.item_list {
	border: solid 1px #999;
	width: 100%; 
}

table.item_list td {
	padding: 3px;
}

table.item_list tr:hover {
	background-color: #ddd;
}

tr.item_list, table.item_list tr:first-child {
	background-color: #ccc; 
	background-image: none;
	background-position: top; 
	background-repeat: repeat-x; 
}

tr.item_list td {
	border-top: solid 1px #999;
	border-bottom: solid 1px #999;
	font-weight: bold;
}

table.item_list td.id {
	text-align: center; 
	padding-right: 6px; 
	width: 1%; 
}

table.item_list td.img {
	text-align: center; 
	width: 1%; 
	padding: 3px 3px; 
}

table.item_list td.functions {
	text-align: center; 
	width: 1%; 
	white-space: nowrap;
}

div.item_list_none {
	font-style: italic;
	border: solid 1px #999;
	padding: 6px 3px;
	background-color: #eee;
	font-size: 1.1em;
	text-align: center; 
}

tr.check {
	background-color: #AEDCA5;
}

tr.check:hover {
	background-color: #AEDCA5 !important; 
	background-image: url(images/black08.png) ;
	background-position: left center;
}

img.active_button {
	border: solid 1px transparent ;
	vertical-align: middle;
}

img.active_button[enabled="1"] {
	cursor: pointer; 
	border: solid 1px #7F9DB9 ;
}

a.active_button img {
	margin: 1px; 
	border: 0px ;
}

.list_swf {
	position: relative;
}

.list_swf a {
	position: absolute; 
	z-index: 2; 
}

.list_swf object, .list_swf embed {
	display: inline-block;
	border: solid 1px transparent; /*#fff;*/
}

/* Edit Page Fields */

table.item_detail {
	width: 100%; 
}

table.item_detail td {
	vertical-align: top;
	padding: 5px 0px;
}

span.mceEditor td, span.mceEditorContainer td {
	padding: 0px;
}

.item_detail_label {
	font-weight: bold;
	white-space: nowrap; 
}

.item_detail_label.sub {
	color: #666;
}

span.item_detail_label {
	/*padding-left: 12px; */
	padding-right: 3px; 
}

td.item_detail_label {
	text-align: right; 
	width: 150px;
	padding-right: 6px !important;
}

tr.item_detail_border td {
	line-height: 0px; 
	height: 0px;
	padding: 0px;
}

tr.item_detail_border td hr {
	margin: 3px 0px; 
	height: 1px; 
}

tr.item_detail_border + tr.item_detail_border {
	display: none;
}

a img.item_img {
	margin: 6px 0px; 
	border: solid 1px transparent; /*#fff;*/
}

a img.item_img:hover {
	border-style: dashed;
	border-color: black; 
	background-color: #eee;
}

a img.icon_img {
	margin: 6px 0px; 
	border: 0px;
}

div.spaced {
	margin: 6px 0px; 
}

div.spaced:first-child {
	margin-top: 0px; 
}

div.item_flv {
	margin: 6px 0px; 
}

.item_swf {
	position: relative;
	margin: 6px 0px; 
}

.item_swf a {
	position: absolute;
	z-index: 2; 
}

.item_swf a img {
	border: solid 1px transparent; /*#fff;*/
}

.item_swf a:hover img {
	border-style: dashed;
	border-color: black; 
}

.item_swf object, .item_swf embed {
	display: inline-block; 
	border: solid 1px transparent; /*#fff;*/
}

/* Option group items */

table.opt_block {
	width: 100%; 
}

table.opt_block + table.opt_block td {
	border-top: 0px;
}

table.opt_block td {
	padding: 0px 3px;
	border: solid 1px #ccc;
	overflow: hidden;
}

table.opt_block td.opt_block {
	padding-bottom: 6px ;
}

table.opt_block input[type=text] {
	width: 98%;
}

table.opt_block .delete_file {
	margin: 0px; 
	padding: 0px; 
}

div.opt_block {
	text-align: center;
	padding: 3px 0px; 
}

div.opt_block_float {
	position: absolute; 
	top: 0px; 
	right: 0px; 
	z-index: 2; 
	padding: 2px 3px; 
}

div.opt_block span.item_detail_label {
	padding: 0px;
	margin: 0px;
}

table.opt_block input[type=file] {
	margin-left: auto;
	margin-right: auto;
	width: auto;
}

.opt_group_top {
	background-color: #ccc;
	background-image: none;
	background-repeat: repeat-x;
}

.opt_group {
	text-align: left; 
	background-color: #eee;
	background-image: none;
	background-repeat: repeat-x;
}

/* Filter styles */

div.filter {
	margin-bottom: 6px; 
}

table.filter_block {
	display: inline-block; 
}

table.filter_block td {
	padding: 6px 9px 3px 2px ;
	white-space: nowrap; 
}

/* Limit Styles */

form.limit_form {
	display: inline; 
}

input.limit_span {
	width: 30px; 
	text-align: center; 
}

div.limit_filters {
	display: inline; 
}

div.limit_buttons {
	display: inline; 
	margin-left: 15px; 
}

/* appointments styles */

table.appointments {
	width: 100%;
	border-bottom: solid 1px #aaa;
}

td.appointments {
	padding: 0px; 
	width: 12.5%; 
	text-align: center; 
}

td.appointments.day {
	font-weight: bold;
}

td.appointments.time {
	width: 1%; 
	white-space: nowrap;
}

td.nonhour {
	border: solid 1px #ccc;
	border-bottom-width: 0px;
}

td.hour {
	border-top: solid 1px #ccc;
	border-right: solid 1px #ccc;
	border-bottom: solid 1px #ccc;
	border-left: solid 1px #ccc;
}

td.unavailable {
	background-color: #eee;
}

td.available {
	background-color: #ffd;
}

td.scheduled {
	background-color: #DBE5F1;
}

td.appointments.link {
	text-decoration: underline; 
}

td.appointments.link:hover {
	text-decoration: none; 
	cursor: pointer;
	background-image: url(images/black08.png) ;
}

a.appointments_link {
	display: block;
	padding: 3px; 
	height: 100%; 
	vertical-align: middle; 
}

div.appointments.legend {
	text-align: center;
	border: solid 1px #ccc;
	padding: 3px; 
	margin: 3px; 
}

/* Month Picker Styles */

td.day {
	padding: 0px; 
	vertical-align: middle;
	text-align: center; 
}

tr.dow td.day {
	border-bottom: solid 1px #ccc; 
}

a.day {
	border: solid 2px transparent; 
	padding: 0px; 
	display: block; 
	text-decoration: none;
	color: #999;
}

td.selected_day a.day {
	border-color: #D7E4BC ; 
	background-color: #D7E4BC ;
}

td.this_day a.day {
	background-color: #eee;
	font-weight: bold; 
}

td.day:hover a.day {
	border-color: #ddd !important;
	background-color: #DBE5F1 !important;	
	text-decoration: underline;
}

/* Orders styles */

table.orders_total {
	margin: 10px 0px 0px auto; 
}

table.orders_total td {
	text-align: right;
	font-size: 1.1em;
}	

td.orders_total_label {
	font-weight: bold; 
	padding-right: 10px; 
}

table.orders_total tr.total td {
	border-top: solid 1px #999;
	font-size: 1.2em;
	font-weight: bold;
}

/* Other Styles */

a.invert:link, a.invert:active, a.invert:visited, a.invert:hover {
	text-decoration: none;
}

a.invert:hover {
	text-decoration: underline ;
}

.even_row, .row_0 {
	background-color: #eee;
}

.odd_row, .row_1 {
	background-color: #fff;
}

.consecutive + .consecutive {
	border-width: 1px 0px 0px 0px;
	border-style: solid ;
	border-color: #eee}

.divider + .divider {
	display: none; 
}

.good, .status1, a.good:link, a.status1:link, a.good:active, a.status1:active, a.good:hover, a.status1:hover, a.good:visited, a.status1:visited  {
	color: #456314;
}

.bad, .status0, a.bad:link, a.status0:link, a.bad:active, a.status0:active, a.bad:hover, a.status0:hover, a.bad:visited, a.status0:visited {
	color: #711028;
	font-style: italic; 
}

.note {
	font-weight: normal;
	white-space: normal;
}

.required {
	color: #711028;
}

.delete_file {
	display: inline-block;
	font-size: 12px;
	margin-bottom: 6px; 
}

.action_message {
	text-align: center; 
}

.action_end {
	text-align: center; 
	border-bottom: solid 1px #a0a0a0 ;
	padding: 4px; 
	background-image: none;
	background-repeat: repeat-x; 
	background-color: #ddd ;
}

.action_message img {
	vertical-align: middle; 
}

.datetime {
	font-size: 10px;
	white-space: nowrap;
}

div.progress {
	height: 40px;
	margin: 6px 0px;
	border: solid 1px #999;
	background-color: #fff;
}

div.progress_done {
	height: 40px;
	background-color: #456314;
	background-image: none;
	background-position: center center ;
}

div.progress.small {
	height: 10px; 
}

div.progress.small div.progress_done {
	height: 10px; 
	background-image: none;
}

div.sender_block {
	position: relative; 
	border: solid 1px #999; 
	margin: 10px 0px; 
	background-color: #eee;
	background-image: none;
	background-repeat: repeat-x;
	text-align: center; 
}
