/*--------------------------------
 top bar -----------------------*/

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

#edit_top {
	height: 60px; 
	
	background-color: #99ccff;
	
	font-size: 14px;
	padding: 5px;
	
	border-bottom: 2px solid #6699cc;
	
	position: relative;
	
	color: #000000;
}

	#edit_top a {
		color: #696969;
	}

	#icon_layout-edit-gif {
		margin-right: 3px;
	}

	#edit_div_legend {
		width: 350px;
		
		position: absolute;
		top: 5px;
		left: 200px;
		
		font-size: 11px;
		
		text-align: center;
		
	}

	#edit_div_pages {
								
		font-size: 11px;
		
		margin-top: 10px;
		
		position: absolute;
		top: 35px;
		left: 7px;
			
	}
	
		#select_edit_page {
			font-size: 9px;
		}
		
	#edit_text_legend {
		height: 20px; 
		width: 200px; 
		
		font-size: 12px;
		
		vertical-align: middle;
		text-align: center;
		
		padding-left: 5px;
		padding-right: 5px;
				
		position: relative;
		top: 2px;
	}
	
	#edit_page_title {
		
		width: 350px;
		
		float: right;
		
		margin-top: 7px;
	}
	
		#form_title_label {
			width: 95px; 
			
			text-align: right;
			
			font-size: 11px;
			font-weight: bold;
			
			margin-right: 5px;
		}
		
		#form_title_value {
			width: 230px;
			
			border: 1px solid #efefef; 
			
		}
		
		#form_title_button {
			margin-left: 5px;
		}

	#edit_page_visible {
		width: 350px;
		height: 15px;

		margin-top: 7px;
				
		font-size: 11px;
		
				
	}


#edit_layer a {
	color: #696969;
}


#viewport_size {
	position: absolute;
	top: 0;
	left: 0;
	margin: 0;
	padding: 0;
	height: 100%;
	width: 100%;        
	visibility: visible;
	
	
	border: 1px solid red;
}

* html #resizer { position: absolute; }

/*--------------------------------
 get_??? functions -------------*/


.icon_link-go {
	height: 12px;
	width: 15px;
	
	margin-left: 1px;
	
	position: relative;
	top: 3px;
}




/*--------------------------------
 edit forms --------------------*/


.edit_form {
	padding: 0px;
	margin: 0px;
}

#edit_form-label {
	background-color: #99ccff;
	position: absolute; 
	top: 0px; 
	left: 0px; 
	
	z-index: 200; 
	border: 1px solid #6699cc;
	
	height: 160px; 
	width: 315px;
}

#edit_form-link {
	background-color: #99ccff;
	position: absolute;
	top: 0px;
	left: 0px;
	
	z-index: 200;
	border: 1px solid #6699cc;
	
	height: 160px;
	width: 315px;
}

#edit_form-article {
	background-color: #99ccff;
	position: absolute;
	top: 0px;
	left: 0px;
	
	z-index: 200;
	border: 1px solid #6699cc;
	
	height: 475px;
	width: 715px;
}

#edit_form-delete {
	background-color: #99ccff;
	position: absolute;
	top: 0px;
	left: 0px;
	
	z-index: 200;
	border: 1px solid #6699cc;
	
	height: 350px;
	width: 515px;	
}

#edit_form-add {
	background-color: #99ccff;
	position: absolute;
	top: 0px;
	left: 0px;
	
	z-index: 200;
	border: 1px solid #6699cc;
	
	height: 475px;
	width: 715px;
}

#image_form {
	background-color: #99ccff;
	position: absolute;
	top: 0px;
	left: 0px;
	
	z-index: 200;
	border: 1px solid #6699cc;
	
	height: 475px;
	width: 515px;
}

#image_form-result {
	background-color: #99ccff;
	position: absolute;
	top: 100px;
	left: 200px;
	
	z-index: 200;
	border: 1px solid #6699cc;

	height: 150px;
	width: 515px;

	
}
	
.edit_title {
	background-color: #6699cc;
	color: #000000;
	
	padding: 2px;
	
	font-weight: bold;
	
}

	.edit_title #icon_pencil-gif {
		margin-top: 3px;
		margin-left: 2px;
		margin-right: 2px;
		
		position: relative;
		top: 1px;
	}
	
	.edit_title #icon_pencil_delete-gif {
		margin-left: 2px;
		margin-right: 2px;
		
		position: relative;
		top: 1px;
	
	}
	
	.edit_title #icon_image_edit-gif {
		margin-left: 2px;
		margin-right: 2px;
		
		position: relative;
		top: 1px;
	}

.edit_key {
	font-family: Arial, Sans Serif;
	font-size: 10px;
	
	margin-top: 15px;
	margin-left: 5px;
	
	vertical-align: top;
}

.edit_buttons {
	width: 100px;

	border: 0px solid red;

	position: absolute;
	bottom: 10px;
	right: 5px;

	text-align: right;
	
}

	#button_accept {
		margin-right: 5px;
	}

	#button_cancel {
		margin-left: 5px;
	}


.label_textbox {
	height: 100px;
	width: 300px;

	border: 0px solid #000000;

	margin-top: 5px;
	margin-left: 5px;
	margin-bottom: 5px;
	
	font-family: Arial, Sans Serif;
	font-size: 10px;
}

.article_textfield {
	width: 475px;
	
	border: 1px solid #999999;
	
	margin-top: 5px;
	margin-left: 0px;
	margin-bottom: 5px;
	
	font-family: Arial, Sans Serif;
	font-size: 14px;
}

	#form_article_headline {
		width: 675px;
	}
	
	#form_add_headline {
		width: 675px;
	}

.article_textbox {
	height: 285px;
	width: 350px;
	
	border: 0px solid #000000;
	
	margin-top: 5px;
	margin-left: 5px;
	margin-bottom: 5px;
	
	font-family: Arial, Sans Serif;
	font-size: 10px;
}

#form_delete_headline {
	border: 1px solid #d9d9d9;
	background-color: #ffffff;
	
	margin-bottom: 10px;
	margin-top: 0px;
}

#form_delete_text {
	border: 1px solid #d9d9d9;
	background-color: #ffffff;
	
	height: 150px;
	
	overflow: hidden;
	
}

#form_editor {
	width: 95%; 
	margin-top: 10px;
	
	position: relative;
	left: 10px;
	
}

#form_editor_add {
	width: 95%;
	margin-top: 10px;
	
	position: relative;
	left: 10px;
}



.edit_row_header {
	
	margin-bottom: 3px;

	text-align: right;	
}

.edit_row {
	margin-bottom: 15px;
	
	border: 2px solid #efefef;
	
	font-size: 11px;
	
}



	.edit_row .edit_row_actions {
		width: 75px;
		
		border-right: 2px solid #efefef;
		
		padding: 3px;
		
		font-size: 11px;
		
	}
	
		.edit_row .edit_row_actions_mod {
			height: 25px;
			
		}
		
			.edit_row .edit_row_actions_mod_div {
				padding: 3px;
				
				background-color: #efefef;
				
				margin-bottom: 5px;
			}
	
		.edit_row_actions .actions_order {
			
		}
			
			.actions_order td {
				width: 16px;
				text-align: center;
				
				font-size: 11px;
				
			}
			
			.actions_order .order_label {
				padding-left: 5px;
				
				font-size: 11px;
			}
			
			.actions_order .order_num {
				font-weight: bold;
			}
	
			.actions_order  .edit_row_move_up {
				height: 16px;
				width: 16px;

				background-image: url(images/icon_arrow_up.gif);
				background-repeat: no-repeat;
				
				background-position: 4px 0px;
			}

			.actions_order .edit_row_move_down {
				height: 16px;
				width: 16px;

				background-image: url(images/icon_arrow_down.gif);
				background-repeat: no-repeat;
				
				background-position: 4px 0px;

			}
			
		.edit_row_actions .actions_page {
			margin-top: 10px;
		}
		
			.actions_page td {
				padding-top: 5px;
				padding-bottom: 5px;
				
				font-size: 11px;
			}
		
			.page_icons {
				height: 20px;
				width: 18px;
				
			}
			
			.page_labels {
				text-align: left;
			}
			
				.page_labels a {
					color: #000000;
					text-decoration: none;
				}
	
		.actions_new {
			margin-top: 10px;
			
			margin-bottom: 15px;
			
			margin-left: 30px;
			
			font-size: 11px;
		}
	
	.edit_row .edit_row_content {
		padding: 2px;
		
	}
	
#form_editor textarea {
	height: 325px;
	width: 475px;
	
}

#form_editor_add textarea {
	height: 325px;
	width: 475px;
}

.section_legend {
	background-color: #ffffff;
}



#image_preview {
	height: 200px;	
	width: 465px;
		
	background-color: #ffffff;
	
	padding: 10px;
	
	text-align: center;

	margin-top: 10px;
	margin-left: 15px;
	
	overflow: hidden;
}

#image_upload {
	margin-top: 10px;
	margin-left: 15px;
}

#save_output {
	margin-top: 10px;
	margin-left: 15px;
}


#edit_image-icon {
	height: 15px;
	width: 15px;
	
	position: absolute;
	top: 10px;
	right: 0px;
	
	border-top: 2px solid #6699cc;
	border-left: 5px solid #6699cc;
	border-right: 5px solid #6699cc;
	border-bottom: 2px solid #6699cc;
	
	
	z-index: 200;
}

.control_current {
	width: 60px; 
	
	background-color: #6699cc; 
	
	text-align: center; 
	padding: 2px;
	
	font-size: 11px;
}

.button_control {
	padding: 1px;	
	color: #ffffff;
	
	background-color: #6699cc;
	
	border: 1px solid #ffffff;
	
	margin-top: 5px;
	
	width: 60px;
	
	font-size: 11px;
}

#width_control_div {
	width: 200px; 
		
	border: 1px solid #ffc24a; 
	
	padding: 5px; 
	padding-left: 10px;

	margin-bottom: 5px;
	
	position: relative;
}

.text_label {
	cursor: pointer;
	
	color: #000000;
}


/* new content system - 5/23/2008 */

.edit_note {
	margin-bottom: 5px;
}

	.edit_note li {
		padding-left: 0px;
		margin-left: 0px;
		
		background-image: url(images/li.gif);
		background-repeat: no-repeat;
		background-position: 2px 6px;
		
		/*list-style-type: disc;*/
	
		list-style-type: none;
		
		color: #6a6a6a;
		
		line-height: 16px;
	}

#content_edit_header  {
	margin-bottom: 7px;
	
	background-color: #efefef;
	
	padding: 5px;
	
	text-align: right;
	
	border: 1px solid #d0d0d0;
	
	color: #666666;
}

	#content_edit_header label {
		margin-right: 7px;
	}
	
	#content_edit_header select {
		font-family: Verdana, Sans-Serif;
		font-size: 11px;
		
		margin-right: 7px;
	}
	
	#content_edit_header #content_button {
		margin-right: 7px;
		
		position: relative;
		top: 3px;
	}

#content_edit_div {
	
}

	#content_edit_div a {
		color: #000000;
	}
	
	#content_edit_div a:hover {
		color: #666666;
	}

	.content_edit_row {
		border: 2px solid #d0d0d0;

		margin-bottom: 11px;
	}

	.content_edit_toolbar {

		background-color: #d0d0d0;
	}

		.content_edit_toolbar-items {
			padding: 3px;
		}

			.content_edit_toolbar-items a.link_icon {
				margin-right: 7px;
			}

				.content_edit_toolbar-items a.link_icon:hover {
					text-decoration: none;


				}
				
		.content_edit_toolbar-label {
			float: right;			
			
			margin-top: 5px;
			margin-right: 3px;
			
			color: #666666
			
		}


	.content_edit_body {
		margin: 2px;
	}
	
		.content_edit_note {
			color: #666666;
		}
	
.content_form_div {
	background-color: #c6c6c6;

	position: absolute;
	top: 0px;
	left: 0px;
	
	z-index: 200;
	border: 1px solid #6a6a6a;
	
	visibility: hidden;
	
}

.content_add_form_div {
	background-color: #c6c6c6;

	position: absolute;
	top: 100px;
	left: 100px;
	
	z-index: 200;
	border: 1px solid #6a6a6a;
	
}

	.content_form_title {
		background-color: #6a6a6a;

		padding-top: 2px;
		padding-left: 4px;
		padding-right: 4px;
		
	}
	
		.content_form_title-text {
			font-size: 11px;
			line-height: 17px;

			padding-left: 18px;
			padding-top: 2px;
			padding-bottom: 2px;
		
			background-repeat: no-repeat;
			background-position: 0px 0px;

			color: #ffffff;
		
		}
	
	.content_form_form {
		
	}
	
	.content_form_body {
		margin: 7px;
		
		margin-bottom: 15px;
	}
	
		.content_form_body .content_form_load_message {
			width: 300px;
			
			margin: 30px;
		}
	
		.content_form_body label {
			display: block;
			
			margin-bottom: 1px;

		}
		
		.content_form_body .text_field {
			width: 673px;
			
			font-family: Verdana, Sans-Serif;
			font-size: 11px;
			
			margin-bottom: 7px;
			
		}
		
		.content_form_body textarea,iframe {
			font-family: Verdana, Sans-Serif;
			font-size: 11px;
			
			margin-bottom: 7px;
		}
		
		.content_form_body .delete_text {
			width: 675px;
			
			margin-bottom: 7px;
			
			background-color: #ffffff;
			padding: 4px;
			border: 1px solid #999999;
		}
		
	
	.content_form_buttons {
		margin-right: 15px;
		margin-bottom: 10px;
		
		text-align: right;
	}
	
		.content_form_buttons a {
			color: #000000;
		}
		

	.content_edit_text_field {
		font-family: Verdana, Sans-Serif;
		font-size: 11px;
		
		width: 300px;
		
		z-index: 50;
		
		position: relative;
	}
	
	
#style2_content {
	margin-left: 23px;
	margin-right: 23px;
}
