
.admin_title {
	font-size:1.9em;
	font-weight:bold;
	padding-left:0px;
	/* serif-font */
	font-family: Cochin, Baskerville, Georgia, "New Century Schoolbook", "Bitstream Vera Serif", "Times New Roman", times, serif; 
}


div.user_flash_message {
	font-weight:bold;
	padding:10px;
	font-style:italic;
	color:#777;
	border:2px solid #7C67CF;
	background-color:#ddf;
	margin:3px;
	margin-bottom:8px;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
}

/* Manage Page Table */
.manage_page_table {
       	width:100%;
}

.manage_page_table thead {
	font-size:1.1em;
	font-weight:bold;
}









/* Popup Edit Form */

.u_details {
	width:auto;
	padding: 0px 30px 0px 20px;
	text-align:left;
}

.u_details .u_detailsdiv {
	margin:5px;
	margin-left:30px;
	background-color:#fff;
	border:1px solid #666;
	text-align:left;

}

.u_field_content select, .u_field_content input, .u_field_content textarea {
	font-size:1.1em;
	/* sans-serif-font */
	font-family: 'Gill Sans','Gill Sans MT',Futura,'Century Gothic','Trebuchet','Trebuchet MS',Tahoma,Geneva,Verdana,sans-serif;
}
.u_field_content input {
	width:250px;
}
td.search_content .u_field_content input, .public_page input {
	width:160px;
}
.u_field_content input.input_long {
	width:400px;
}
.u_field_content input.input_short {
	width:55px;
}
.u_field_content input.radio_btn, 
td.search_content .u_field_content input.radio_btn,
.u_field_content input.checkbox_btn, 
td.search_content .u_field_content input.checkbox_btn {
	width:auto;
}


.u_label {
	font-size:1em;
	font-weight:bold;
	margin:0;
	padding:0;
	padding-bottom:4px;
	border:0;
	text-align:left;
	/* serif-font */
	font-family: Cochin, Baskerville, Georgia, "New Century Schoolbook", "Bitstream Vera Serif", "Times New Roman", times, serif; 
}
div.u_label_inline {
	float:left;
	display:block;
	width:110px;
	margin-right:6px;
}
span.dyndiv_ele_label {
	display:inline-block;
	display:-moz-inline-block;
	width:110px;
	margin-left:16px;
}
.u_field_content {
	padding-bottom:15px;
	float:left;
	width:99%
}
.required {
	color: #B00;
}
.u_form	.validation_report {
	font-weight:bold;
	font-size:1.1em;
}

.u_form	.validation_report .validation_report_errors a, .field_error_errors .u_label {
       color: #B00;
}

.u_form	.validation_report .validation_report_warnings a, .field_error_warnings .u_label {
       color: #009;
}



/* Specialty Fields... May need to add new fields */

.display_wide {
	padding-bottom:12px;
	white-space:normal;
}

.display_wide_box {
	border:1px solid #888;
	padding:5px;
}

.color_pallette_table td {
	width:10px;
	height:15px;
	padding:0px;
}

.color_pallette_table {
	height:190px;
	padding:0px;
}





/* Manage Page search box */
 
.manage_search_box {
	position:relative;
	width:630px;
	border:1px solid #dedede;
	margin:0;
	clear:both;
	padding:10px;
	margin:10px;
}

.manage_search_box .u_label {
	width:90px;
	float:left;
	line-height:2.3em;
	padding:0;
	margin:0;
}

.manage_search_box .u_field_content {
	padding:0;
	margin-top:7px;
	margin-bottom:7px;
}

.manage_search_title {
	position:absolute;
	top:-8px;
	font-weight:bold;
	font-size:1.1em;
	color:#666;
	border:1px solid #dedede;
	background-color:#fff;
	/* serif-font */
	font-family: Cochin, Baskerville, Georgia, "New Century Schoolbook", "Bitstream Vera Serif", "Times New Roman", times, serif; 
}

.manage_search_box_content {
	width:100%;
	padding:0;
	margin:0;
}


.manage_search_date {
	width:70px;
}


/* Other Manage Page Trimmings */


.manage_results_summary {
	font-size:1em;
	border-top:1px solid #ccc;
	border-bottom:1px solid #ccc;
	color: #444;
	margin-bottom:10px;
	margin-top:10px;
	line-height:1.5em;
	padding-right:5px;
	padding-left:5px;
}

.manage_results_number {
	float:left;
}
.manage_results_nav {
	float:right;
}

.manage_results_user_message {
	font-weight:bold;
	font-style:italic;
	font-size:1em;
	margin-bottom:10px;
	margin-top:10px;
	line-height:1.5em;
	padding-right:5px;
	padding-left:10px;
}


/* Edit Screen */
div.edit_form {
	margin:2px;
	margin-top:20px;
	margin-bottom:20px;
}
div.edit_form_border {
	margin:0px 10px;
	padding:0 10px;
}
div.tabs_outside {
	padding-left:10px;
	padding-top:14px;
	margin-bottom:5px;
	margin:-1px -11px 15px -11px;
	border:1px solid #dedede;
	border-bottom:1px solid #000;
	/* sans-serif-font */
	font-family: 'Gill Sans','Gill Sans MT',Futura,'Century Gothic','Trebuchet','Trebuchet MS',Tahoma,Geneva,Verdana,sans-serif;
	background: #fff;
}
div.tab_label {
	float:left;
	border-right:1px solid #000;
	border-top:1px solid #000;
	padding:4px 10px;
	background:#efefef;
}
div.tab_label_selected {
	background:#6d84b4;
	color:#fff;
}
div.tab_label_selected a, div.tab_label_selected a:link,div.tab_label_selected a:visited {
	color:#fff;
}
div.tab_label_first {
	border-left:1px solid #000;
}
div.tab_label a {
	color:#444;
	text-decoration: none;
}
div.tab_label a:hover {
	text-decoration: underline;
}

.dialogbox .edit_form {
	width:400px;
}

.dialog_manage_form_serif {
	width:640px;
	font-size:1em;
	/* serif-font */
	font-family: Cochin, Baskerville, Georgia, "New Century Schoolbook", "Bitstream Vera Serif", "Times New Roman", times, serif; 
}
.dialog_manage_form_serif span.links_divider {
	display:block;
	width:1px;
	height:1px;
	visibility:hidden;
}
iframe.hidden_iframe {
	width:1px;
	height:1px;
	visibility:hidden;
	border:0px;
}

.edit_form_button {
	float:right;
	padding:15px;
}
.edit_form_button_top {
	float:right;
	margin-top:15px;
}


div.input_group {
   width:100%;
   margin-bottom:10px; 
}
div.input_group_content {
	padding:10px;
	padding-top:15px;
	margin:1px;
}

div.input_group_title {
   margin-top:1px;
   border-bottom:1px solid #aaa;
   border-top:1px solid #aaa;
   padding:2px;
   font-weight:bold;
   font-size:1.3em;
	font-variant: small-caps
}
span.input_group_title_side,span.input_group_title_side a {
font-size:.85em;
font-variant:normal;
color:#fff;
}
span.input_group_title_side a:hover {
color:#006;
}


/* Talking with user */

.user_message {
	font-weight:bold;
	padding-top:10px;
	font-style:italic;
	color:#777;
	display:none;
}

.error_message {
	font-weight:bold;
	padding-bottom:10px;
	color:#F55;
	display:none;
}
div.error_response {
	font-weight:bold;
	font-size:1.3em;
	margin:8px 0 20px 15px;
}
.message_edit_form {
	padding-top:20px;
}

.user_error {
	font-weight:bold;
	color:#600;
}

.dialog_msg {
	width:350px;
	white-space:normal;
}

.wait_box {
	width:200px;
	font-weight:bold;
	padding-top:7px;
}

.verify_soft_edit {
	display:block;
	list-style-type:disc;
}


#ajaxMessage {
	display:none;
	position:fixed;
	width:100%;
	top: 10px;left:0;
	padding:30px;
	text-align:left;
	z-index:999;
}

#ajaxMessage span {
	filter:alpha(opacity=0);
	opacity:0;
	background-color:#CCC;
	color:#000;
	font-size:12px;
	padding:2px;
}


img {
	border:0;
}

.copyable_textbox {
	font-weight: normal; font-size: 1.0em;  
	display:block;
	border:0px solid #fff;
	background-color:#fff;
}



div.uploadStatus {
  margin: 5px;
}

div.progressBar {
  margin: 5px;
  width: 85%;
}

div.progressBar div.border {
  background-color: #fff;
  border: 1px solid gray;
  width: 100%;
}

div.progressBar div.background {
  background-color: #333;
  height: 18px;
  width: 0%;
}


.dt_invisible {
	display: none;
	visibility: hidden;
}


div.auto_complete {
      position:absolute;
      width:250px;
      background-color:white;
      border:1px solid #888;
      margin:0px;
      padding:0px;
    }
    ul.auto_complete_ul  {
      list-style-type: none;
      margin:0px;
      padding:0px;
    }
    ul.auto_complete_ul li.selected { background-color: #ffb; }
    li.auto_complete_li {
      list-style-type: none;
      display:block;
      margin:0;
      padding:2px;
      height:32px;
    }
    li.auto_complete_li div.image {
      float:left;
      width:32px;
      height:32px;
      margin-right:8px;
    }
    li.auto_complete_li div.auto_complete_primary {
      font-weight:bold;
      font-size:12px;
      line-height:1.2em;
    }
    li.auto_complete_li div.auto_complete_secondary {
      font-size:10px;
      color:#888;
    }

	div.auto_complete_invisible {
		display:none;
	}


div.tag_div {
	width:45%;
	float:left;
}
div.u_form_user_edit div.tag_div {
	width:100px
}
div.tag_div_outside {
	width:99%;
}
div.tag_add_div {
	width:415px;margin-top:10px;margin-left:7px;
}

div.onpage_add {
	position:relative;
	margin:20px 0 5px 25px;
	border:1px solid #dedede;
	padding:6px;
	padding-top:15px;
	width:550px;
}
div.onpage_add_title {
	position:absolute;
	top:-8px;
	font-weight:bold;
	color:#666;
	border:1px solid #dedede;
	background-color:#fff;
}






div.dualSelectDetails {
	padding:0;
	position:static;
}
div.dualSelectDetails td input {
	width:200px
}
img.moveArrow {
	width:17px;
	height:17px;
	border:0;
	vertical-align:text-top;
	cursor:pointer;
}
td.arrowsCell {
	padding:5px;
    background-color:#AAAAAA;
}
select.nameSelector optgroup {
	font-size:9px;
	text-decoration:none;
}
button.actionBtn {
	margin:5px;
}

div.display_for_expandable {
	width:600px;
	margin:5px 30px;
}
td.expandable_cell {
	border-top:1px solid #dedede;
}


	.autocompleteDiv {
	}


    div.auto_complete {
      position:relative;
      width:200px;
      background-color:white;
      border:1px solid #888;
      margin:0px;
      padding:0px;
      overflow:auto;
      height:125px;
    }
    div.auto_complete ul  {
      list-style-type: none;
      margin:0px;
      padding:0px;
    }
    div.auto_complete ul li.selected { background-color: #ffb; }
    div.auto_complete ul li {
      list-style-type: none;
      display:block;
      margin:0;
      padding:2px;
    }




a.gnat_icon {
	display:block;
	float:left;
	width:12px;
	height:12px;
	font-size:4px;
	background-image:url('/images/gnatty_images.gif');
	margin-right:3px; outline:none;
}
a.gnat_icon_holder {
	display:block;
	float:left;
	width:12px;
	height:12px;
	font-size:4px;
	line-height:2px;
	margin-right:3px; outline:none;
}
a.gnat_icon_show { 
	background-position:-24px 0;
}
a.gnat_icon_show:hover { 
	background-position:-24px -12px;
}
a.show_hide_click { 
	background-position:-36px 0;
}
a.show_hide_click:hover { 
	background-position:-36px -12px;
}

div.left_gutter {
	float:left;
	margin-right:5px;
}
div.has_left_gutter {
	display:inline-block;
	display:table;
}

div.list_checked {
	margin-top:5px;
	width:9px;
	height:9px;
	background-image:url('/images/gnatty_task_checks.gif');
	background-repeat:no-repeat;
}
div.list_checked_checked {
	background-position:0px -9px;
}


div.popup_word_bubble {
	height:auto;
	margin-left:24px;
}
div.popup_word_bubble_pointer {
width:24px;
position:absolute;
left:1px;top:0;
border:10px;
margin-top:10px;
height:16px;
background-image:url('/images/gnatty_popup_pointer.gif');
}
div.popup_word_bubble_pointer_reverse {
display:none;
background-image:url('/images/gnatty_popup_pointer_reverse.gif');
}
.popup_word_bubble {
}
div.dropdown_reverse div.popup_word_bubble_pointer {
display:none;	
}
div.dropdown_reverse div.popup_word_bubble_pointer_reverse {
	display:none;
}
div.popup_word_bubble_detail {

	display:block;
	background-color:#fff;
	overflow:visible;
	padding:10px;
	margin-left:0px;
	border:1px solid #A9ADAE;
	font-size:1.2em;
	/* sans-serif-font */
	font-family: 'Gill Sans','Gill Sans MT',Futura,'Century Gothic','Trebuchet','Trebuchet MS',Tahoma,Geneva,Verdana,sans-serif;
	font-size:1.1em;
	color:#095C9F;
}
div.dropdown_reverse div.popup_word_bubble_detail {
	margin-left:0px;
	margin-right:-1px;
}
div.popup_word_bubble_description {
font-size:.85em;
margin:10px;
color:#000;
width:200px;
}

div.inline_loading_notification {
margin:0 auto;
width:130px;
border:1px solid #efefef;
font-size:16px;
line-height:22px;
font-weight:bold;
color:#888;
}
div.inline_loading_notification div {
float:left;
width:17px;
height:17px;
background-image:url('/images/small_spinner.gif');
background-repeat:no-repeat;
margin:3px 13px 3px 3px;
}


.clearer,.clearer {
	clear:both;
	border:0;padding:0;margin:0;
}

