

/* default 0 paddings */
html, 
body, 
form {
	padding: 0px ;
	margin: 0px ; 
}

/* general font sizing */
body, 
input, 
select, 
textarea, 
button, 
h1, 
h2,
h3
h4,
h5, 
h6 {
	font-family:  arial, sans-serif ;
	font-size: 11px ;
	line-height: 1.25; /* should never change */
}

/* general font color */
body {
	color: #000;
}

p {
	margin: 11px 0px; /* top and bottom padding should match font-size */
}

p, 
ul,
ol, 
menu,
.lh {
	/*line-height: 1.75; /* set general line height if different than standard (no units is relative to font size) */
}

html {
	min-height: 100%; /* fix the content not filling the full window */
}

body {
	overflow-y: scroll; /* always have scroll bars */
}

/* set heading styles - always set top and bottom margins */
h1 {
	font-size: 26px;
	font-weight: bold;
	letter-spacing: -1px; 
	font-style: italic;
	color: #444;
	margin-top: 0px; 
	margin-bottom: 5px;
	; 
}

h2 {
	font-size: 19px;
	font-weight: normal;
	color: #666; 
	margin-top: 15px; 
	margin-bottom: 4px; 
}

h3 {
	font-size: 18px;
	font-weight: normal;
	margin-top: 15px; 
	margin-bottom: 4px; 
}

h4 {
	font-size: 17px;
	margin-top: 11px; 
	margin-bottom: 0px; 
}

h5 {
	font-size: 13px;
	margin-top: 11px; 
	margin-bottom: 0px; 
}

h6 {
	margin-top: 11px; 
	margin-bottom: 0px; 
}

/* set anchor styles */
a:link {
	color: #145163;
}

a:active, 
a:visited {
	color: #145163;
}

a:hover {
	color: #0B6E8C;
	text-decoration: none; 
}

/* set image with anchor styles */
a:link img {
	border-style: solid ;
	border-color: #145163;
	border-width: 1px; 
}

a:active img, 
a:visited img {
	border-color: #145163;
}

a:hover img {
	border-color: #0B6E8C;
}

/* default table properties */
table {
	border-collapse: collapse ;
}

/* default image properties */
img {
	interpolation-mode: bicubic; 
}

/* hr styles */
hr {
	margin: 6px 0px; 
	padding:0;
	border: none; 
	border-top: solid 1px #000;
	border-bottom: solid 1px #fff;
	opacity: 0.4;
}

/* form element styles */

fieldset {
	padding: 2px 10px ; 
	margin: 0px 0px 3px 0px ; 
	border: solid 1px #aaa;
	border-radius: 5px; 
}

legend {
	color: #666; 
}

input {
	margin: 2px; 
	margin-left: 0px; 
}


input[type="text"], 
input[type="password"] {
	width: 300px; 
}

input[type="text"], 
input[type="password"], 
textarea {
	padding: 1px;	
}

input[type="text"], 
input[type="password"], 
textarea, 
select {
	background-color: #fff;
	border: solid 1px #999;
}

input[type="text"], 
input[type="password"], 
textarea {
	background-image: none;
}

/*
input[type="text"]:hover, 
input[type="text"]:focus, 
input[type="password"]:hover, 
input[type="password"]:focus, 
textarea:hover, 
textarea:focus, 
select:hover, 
select:focus {
	border: solid 1px #C0954B;
	background-color: #FFF1CF !important;
}
*/

option {
	border-top: dotted 1px #ddd;
	background-color: #fff;
}

option:default {
	background-color: #AEDCA5;  
}

optgroup {
	background-color: #eee;
}

select {
	; 
}


textarea {
	width: 98%; 
}

/* button styles */

button {
	cursor: pointer; 
	text-shadow: 1px 1px 1px rgba(0, 0, 0, .2); 
	white-space: nowrap; 
	color: #000;
	background-color: #eee; 
	background-image: none;
	background-position: center 1px ; 
	border: solid 1px #999; 
	border-bottom: solid 1px #888; 
	border-radius: 3px; 
	margin: 1px 0px; 
	
	padding: 1px 6px ; 
}

button:hover {
	background-color: #eee; 
}

button:active,
button:focus {
	background-color: #ccc; 
	background-image: none; 
}

button[disabled] {
	color: #aaa; 
	text-shadow: none; 
	background-color: #f6f6f6; 
	background-image: none;
	cursor: default; 
	border-color: #ccc; 
}

.button_group {
	margin-left: 1px; 
}

.button_group button {
	border-radius: 0px; 
	margin-left: -1px; 	
}

.button_group button + button {
	border-left-color: #ccc;
}

.button_group button:first-child {
	border-radius-topleft: 3px; 
	border-radius-bottomleft: 3px; 
}

.button_group button:last-child {
	border-radius-topright: 3px; 
	border-radius-bottomright: 3px; 
}

.vam, 
label, 
input[type="radio"], 
input[type="checkbox"] {
	vertical-align: middle; 
}

/* readonly and disabled styles */

input[readonly], 
textarea[readonly] {
	color: #7F7F7F;
}

/*[readonly].disabled, */
input[type="text"][disabled], 
input[type="password"][disabled], 
textarea[disabled], 
select[disabled], 
option[disabled] {
	background-color: #F2F2F2 ;
	}

/* Skin Styles */

html {
	background-color: #ccc;
	background-image: none; 
}

.body {
	margin: 0px; /* don't change cos of IE6*/
	padding: 10px; 
}

.container {
	width: 980px;
	margin: auto;
	border: solid 1px #666; 
	border-radius-topright: 5px;
	border-radius-topleft: 5px;
	box-shadow: 0px 0px 10px #333; 
	border-radius-bottomright: 5px;
	border-radius-bottomleft: 5px;
}

.page_top_1 {
	border: solid 1px rgb(255, 255, 255) ;
	border-bottom: none; 
	background-color: #145163; 
	background-image: none;
	background-repeat: no-repeat;
	background-position: bottom right; 
	border-radius-topleft: 5px;
	border-radius-topright: 5px;
}

.page_top_2 {
	background-image: none;
	background-repeat: no-repeat;
	background-position: top left; 
	border-radius-topleft: 5px;
	border-radius-topright: 5px; 
}

.page_top_3 {
	background-image: none;
	border-radius-topleft: 5px;
	border-radius-topright: 5px; 
	padding: 20px 25px; 
}

table.page_top_info {
	width: 100%;
	color: #fff;
}

.page_top_homelink {
	text-align: right; 
	width: 1%; 
}

td.page_top_info {
	font-size: 11px;
	text-align: right;
}

.homelink {
	letter-spacing: -3px ; 
	font-weight: bold ; 
	font-size: 40px ; 
	;	
	white-space: nowrap; 
}

.homelink a:link, 
.homelink a:active, 
.homelink a:visited {
	color: #fff; 
	text-decoration: none; 
}

.homelink a:hover {
	color: rgb(255, 255, 255);
}

.powered {
	font-style: italic; 
	font-size: 9px; 
	position: absolute; 
	bottom: -6px; 
	right: -2px; 
}

.highlight, 
a.highlight:link, 
a.highlight:active, 
a.highlight:visited, 
a.highlight:hover {
	color: yellow !important; 
}

.page_top_info b {
	color: #aaa;
}

a.userlink:link,
a.userlink:active,
a.userlink:visited {
	color: #fff; 
	text-decoration: none; 
}

a.userlink:hover {
	text-decoration: underline; 
}

.navbar {
	border: solid 1px rgb(255, 255, 255) ;
	border-bottom: solid 1px rgb(255, 255, 255) ;
	background-color: #456314; 
}

.navbar.loggedout {
	background-image: none; 
	height: 27px; 
}

.action_message {
	text-align: center; 
	border: solid 1px rgb(255, 255, 255) ;
	border-bottom-color: #ddd ;
	border-top: 0px; 
	padding: 1px; 
	background-image: none;
	background-color: #eee;
}

.action_message div {
	margin: 4px; 
}

.content {
	background-color: #fff; 
	border: solid 1px #fff;
	border-top: 0px; 
	background-image: none;
	background-repeat: repeat-x; 
	padding: 10px ;
	border-radius-bottomleft: 5px;
	border-radius-bottomright: 5px;
}

/* Nav button Styles */

a.nav_button:link,
a.nav_button:visited {
	font-family: verdana ;
	font-size: 13px ;
	font-weight: bold ;
	text-decoration: none ;
	letter-spacing: -1px ;
	color: #fff;
	outline: none;
	display: inline-block; 	
	background-color: #456314; 
	background-image: none; 
	margin: 1px;
	border: outset 1px rgb(255, 255, 255) ;
	padding: 5px 8px; 
}

a.nav_button:hover,
a.nav_button:active,
a.nav_button:focus {
	color: #aaa;
	background-image: none; 
	border-style: inset ;
}

a.nav_button.in {
	background-image: none !important; 
}

a.nav_button.super {
	background-color: #483A5C !important; 
}

/* Sub Nav Bar Styles */

.navbar_sub {
	margin-bottom: 8px;
}

a.nav_button_sub:link, 
a.nav_button_sub:active, 
a.nav_button_sub:visited {
	outline: none; 
	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; 
	margin: 0px;
	border: outset 1px rgb(255, 255, 255) ;
	padding: 3px 8px; 
}

a.nav_button_sub:hover,
a.nav_button_sub:active,
a.nav_button_sub:focus {
	color: #999;
	background-image: none; 	
}

a.nav_button_sub.in {
	background-color: #f6f6f6;
	background-image: none; 
}

a.nav_button_sub.in:hover {
	border-style: inset;
}

/* Table Headings */

table.heading {
	width: 100%;
}

table.heading td {
	font-size: 12px; 
	padding: 0px;
	vertical-align: baseline;
}

td.heading {
	width: 1%; 
	white-space: nowrap; 
}

td.views {
	padding-left: 12px !important; 
	vertical-align: middle !important;
}

td.limit {
	text-align: right; 
	white-space: nowrap; 
	padding-right: 1px; 
}

span.limit_text {
	font-style: italic;
}

span.limit_total {
	font-style: normal;
}

/* list tops */

div.list_top {
	background-color: #483A5C; 
	background-image: none; 
	border: solid 1px #483A5C;
	border-bottom: 0px;
	border-radius-topleft: 5px;
	border-radius-topright: 5px;
	min-height: 30px;
}

table.list_top {
	width: 100% ; 
}

table.list_top td {
	color: #fff;
	font-weight: normal ;
	padding: 5px 10px ;
}

/* Item Lists */

div.list_table {
	border: solid 1px #999;
	overflow-x: auto; 
}

table.list_table {
	width: 100%; 
}

tr.list_table_b td {
	padding: 3px;
	border: solid 0px ;
}

tr.list_table_b:hover {
	background-color: #ddd;
}

tr.list_table_h td {
	padding: 0px; 
	border-bottom: solid 1px #999;
	border-left: solid 1px #bfbfbf;
	background-color: #ccc; 
	background-image: none; 
	font-weight: bold;
	overflow-x: hidden; 
}

tr.list_table_h div, 
tr.list_table_h a {
	display: block; 
	padding: 4px 3px 3px 3px ; 
	white-space: nowrap; 
}

tr.list_table_h div {
	cursor: default; 
}

tr.list_table_h.nolinks td {
	padding: 4px 3px 3px 3px ; 
	white-space: nowrap; 
}

tr.list_table_h a:hover {
	background-color: #b2b2b2;
	background-image: none; 
}

.no_link,
.nolinks {
	color: #555;
}

td.id {
	width: 1px; 
	text-align: center; 
}

td.id a, 
tr.list_table_b td.id {
	padding-right: 6px; 
}

table.list_table td.img {
	text-align: center; 
	width: 1px; 
	padding: 0px; 
}

table.list_table td.img img {
	margin: 3px; 
}

td.name {
	font-weight: bold; 
}

td.preview {
	text-align: center; 
	width: 1px; 
}

td.functions {
	text-align: right; 
	width: 1px; 
	white-space: nowrap;
}

div.list_table_none {
	font-style: italic;
	font-weight: bold; 
	color: #666;
	border: solid 1px #999;
	padding: 6px 3px;
	background-color: #eee;
	font-size: 14px;
	text-align: center; 
}

tr.check {
	background-color: #AEDCA5;
}

tr.check:hover {
	background-color: #AEDCA5; 
	background-image: none;
}

.ab {
	display: inline-block;
	background-repeat: no-repeat; 
	background-position: center center; 
	background-image: url(/cms/images/reject.gif) ;
	vertical-align: middle; 
	width: 16px; 
	height: 16px; 
	border: solid 1px #7F9DB9; 
	cursor: pointer; 
}

.ab.checked {
	background-image: url(/cms/images/check.gif) ;
}

.ab.loading {
	background-image: url(/cms/images/loading_sm.gif) ;
}

.ab.disabled {
	border-color: transparent; 
	cursor: default; 
}

.datetime {
	font-size: 10px;
	white-space: nowrap;
}

.twoline {
	font-size: 10px;
}

/* Filter styles */

div.filter {
	margin-bottom: 6px; 
}

span.filter_block {
	display: inline-block;
	padding: 6px 9px 3px 2px ;
	white-space: nowrap; 
}

/* Limit Styles */

form.limit_form {
	display: inline; 
}

input.limit_span {
	width: 30px; 
	text-align: center; 
}

span.limit_filters {
	display: inline-block;
}

span.limit_buttons {
	margin-left: 10px; 
}

/* Edit Page Fields */

table.item_detail {
	width: 100%; 
}

table.item_detail td.item_detail_label,
table.item_detail td.item_detail_content {
	vertical-align: baseline; 
	padding: 5px 0px;
}

span.mceEditor td {
	padding: 0px;
}

.item_detail_label {
	padding-right: 3px; 
	font-weight: bold;
	white-space: nowrap; 
}

.item_detail_label.sub {
	color: #666;
}

td.item_detail_label {
	text-align: right; 
	width: 150px;
	padding-right: 6px !important;
}

tr.item_detail_border td {
	padding: 0px;
}

tr.item_detail_border + tr.item_detail_border {
	display: none;
}

.note {
	font-weight: normal;
	white-space: normal;
}

/* field styles */

.check_result {
	font-weight: bold; 
}

a img.item_img {
	margin: 6px 0px; 
	border: solid 1px transparent ;
}

a img.item_img:hover {
	border-style: dashed;
	border-color: black; 
	background-color: #eee;
}

img.icon_img {
	margin: 6px 0px; 
	border: 0px !important;
}

img.icon_cal {
	border: 0px !important;
	
	vertical-align: -6px; 
}

div.spaced {
	margin: 6px 0px; 
}

div.spaced:first-child {
	margin-top: 0px; 
}

.delete_file {
	display: inline-block;
	font-size: 12px;
	margin-bottom: 6px; 
}

/* flash overlay */

.list_swf,
.item_swf {
	position: relative;
}

.list_swf a,
.item_swf a {
	position: absolute;
	z-index: 2; 
}

.item_swf a img {
	margin: 0px !important; 
	border: solid 1px transparent;
}

.item_swf a:hover img {
	border: dashed 1px #000; 
}

.list_swf object,
.item_swf object {
	display: inline-block;
	margin: 4px;
}

/* Option group items */

div.add_more_cont_below {
	border-top: solid 1px #aaa;
}

a.add_more_cont_below:link,
a.add_more_cont_below:active,
a.add_more_cont_below:visited {
	display: block; 
	outline: none; 
	border: solid 1px rgb(180, 180, 180);
	border-top: solid 2px #aaa;
	background-color: #eee;
	background-image: none;
	text-align: center; 
	font-weight: bold; 
	font-size: 18px; 
	text-decoration: none;
	color: #999;
	line-height: .9;
	border-radius-bottomleft: 200%;
	border-radius-bottomright: 200%;
}

a.add_more_cont_below:hover {
	background-color: #fff;
}

table.opt_block {
	width: 100%; 
}

td.opt_item {
	vertical-align: top;
	background-color: #eee;
	background-image: none;
	padding: 0px !important;
	border: solid 1px #aaa ;
	border-bottom: 0px;
}

div.opt_item {
	position: relative; 
	padding: 1px;
}

div.opt_item_float {
	position: absolute; 
	top: 0px; 
	right: 0px; 
	z-index: 2; 
	margin: 0px 3px; 
	white-space: nowrap;
}

a.opt_item_add {
	background-color: #eee ;
	background-image: none;
	display: block; 
	padding-top: 41px;
	padding-bottom: 41px;
	text-align: center; 
	vertical-align: middle; 
	text-decoration: none; 
}

.opt_item_spaced {
	margin: 3px; 
}

table.opt_item_spaced td {
	vertical-align: top; 
}

table.opt_item_field {
	margin: auto; 
}

table.opt_item_field td {
	padding: 3px 0px;
}

td.opt_item_field_label {
	text-align: right; 
}

table.opt_block input[type="text"] {
	width: 97%;
}

.opt_item_file_input {
	width: 100%; 
}

table.cb_list td {
	white-space: nowrap;
	padding: 0px 9px 0px 0px; 
}









/* Month Picker Styles */

div.picker, 
span.picker {
	text-align: center; 
	border: solid 1px #aaa; 
	margin: 5px 0px; 
	/*
	background-image: url(images/fade_down.png) ; 
	background-repeat: repeat-x; 
	*/
	background-image: none;
	padding: 5px; 
}

span.picker {
	display: inline-block; 
}

table.picker {
	margin: auto; 
	/*width: 100%; */
}

table.picker td {
	padding: 5px; 
	vertical-align: top; 
	text-align: center; 
}

table.picker_month {
	width: 100%; 
}

table.picker_month td {
	padding: 0px; 
}

td.picker_month_label {
	padding: 2px; 
	text-align: center; 
	font-weight: bold; 
}

tr.dow td.day {
	border-bottom: solid 1px #ccc; 
}

td.day {
	vertical-align: middle;
	text-align: center; 
}

a.day, 
a.day:link, 
a.day:active, 
a.day:hover, 
a.day:visited {
	border: solid 2px transparent; 
	padding: 0px 2px 0px 2px ; 
	display: block; 
	text-decoration: none;
	color: #999;
}

a.day.selected_day,
a.day.selected_day:link,
a.day.selected_day:active,
a.day.selected_day:hover,
a.day.selected_day:visited {
	border-color: #D7E4BC; 
	background-color: #D7E4BC;
}

a.day.today, 
a.day.today:link, 
a.day.today:active, 
a.day.today:hover, 
a.day.today:visited {
	background-color: #eee;
	font-weight: bold; 
}

a.day:hover {
	border-color: #ddd !important;
	background-color: #DBE5F1 !important;	
	text-decoration: underline;
}















/* Other Styles */

a.invert:link, 
a.invert:active, 
a.invert:visited {
	text-decoration: none;
}

a.invert:hover {
	text-decoration: underline ;
}

.row:nth-child(2n+0),
.even_row, 
.row_0 {
	background-color: #eee;
}

.row:nth-child(2n+1), 
.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; 
}

.required {
	color: #711028;
}

span.progress,
span.progress_done {
	display: inline-block}

.progress {
	font-size: 0px; 
	height: 40px;
	margin: 6px 0px;
	border: solid 1px #999;
	background-color: #fff;
}

.progress_done {
	height: 40px;
	background-color: #456314;
	background-image: none; 
	margin-right: auto; 
}

.progress.small,
.progress.small .progress_done {
	height: 10px; 
}

abbr,
.help {
	cursor: help; 
}

span.inline {
	display: inline-block;
}
