﻿/* 

	This stylesheet is intended to hold style information that is specific to 
	the administration portion of the web site.

*/

/* Main container div for the admin master page. */
#admin_main_container
{
	border: 1px solid #565656;
	padding: 10px;
	margin: 10px;
	background-color: #f1ead3;
}

/* Div to hold the header area of the admin master page. */
#admin_header_container
{
	position: relative;
}

/* Div to hold the logo on the admin master page. */
#admin_logo
{
	float: left;
}

.AdminMenu
{
	float: right;
}

/* Div to hold the unacceptable browser message. */
.admin_browser_not_accepted
{
	color: Red;
	text-align: right;
	margin-right: 10px;
	float: right;
	width: 250px;
}

/* Div to hold the menu area of the admin master page. */
#admin_menu_container
{
	height: 30px;
	background: #f9f5e7;
	border: 1px solid #765b38;
	z-index: 1;
	padding: 5px 5px 0px 5px;
	margin-top: 10px;
}

/* Span style within the admin_menu_container div. */
#admin_menu_container span
{
	/*float:right;*/ /*padding-right: 20px;*/
}

/* Container for the content area of the admin pages. */
#admin_content_container
{
	padding: 10px 0 0px 0;
}

/* Style of the status messages on the admin pages. */
.admin_status_message
{
	font-size: 14px;
	color: red;
	padding: 5px;
}

/* Container for the help sections of the admin pages. */
.admin_help_container
{
}

/* Container for the error message area on the admin pages. */
#admin_error_container
{
	padding: 5px;
	margin: 5px;
}

/* Container for the page content editor. */
#admin_page_content_container
{
	margin-left: 15px;
}

/* Container for the status panel area on the content management page. */
#admin_page_content_status_panel
{
	margin: 15px 0px 0px 31%;
}

/* Container for the external link area on the content management page. */
#admin_button_area
{
	/*float:left;*/
	margin-bottom: 10px;
}

/* Container for the "show help" area on the content management page. */
#admin_help_link_area
{
	/*float:right;*/
	padding-top: 10px;
}

/* Style of the content management page panel headings. */
.admin_content_management_panel_heading
{
	border-bottom: solid 1px gray;
	margin: 10px 10px 10px 10px;
	padding-bottom: 5px;
	text-align: center;
}

/* Container for the main content management wrapper div. */
#admin_content_management_overall_wrapper
{
	clear: both;
	border: solid 1px black;
}

/* Container for the content management wrapper div for the two upper panes. */
#admin_content_management_upper_wrapper
{
	float: right;
	width: 70%;
}

/* Content management upper right (content) pane div. */
#admin_content_management_upper_right_pane
{
	overflow: auto;
	height: 325px;
	border-left: solid 1px black;
}

/* Content management upper left (menu) pane div. */
#admin_content_management_upper_left_pane
{
	float: left;
	width: 29.7%;
	height: 325px;
	overflow: auto;
}

/* Content management bottom (not in menu) pane div. */
#admin_content_management_bottom_pane
{
	clear: both;
	border-top: solid 1px black;
	width: 99.7%;
	height: 200px;
	overflow: auto;
}

/* Container for the content management editor pane. */
#admin_content_management_editing_pane_container
{
	padding-left: 20px;
}

/* Style of the "drag here" menu node on the content management page. */
.admin_content_management_drag_menu_items_here
{
	color: Gray;
	border: dashed 1px Gray;
	padding: 2px 15px 2px 15px;
	font-size: 10pt;
}

.admin_help_wrapper
{
	margin-bottom: 7px;
}

.admin_help_header
{
	font-size: 12px;
	font-weight: bold;
	color: #732a38;
}

.admin_help_panel
{
	margin: 3px 10px 0px 10px;
	padding-bottom: 3px;
}

.admin_page_header
{
	margin-top: 20px;
	width: 325px;
	float: left;
	margin-bottom: 10px;
}

.admin_page_validator
{
	float: left;
	width: 475px;
	text-align: center;
}

.admin_page_watermark
{
	color: GrayText;
}

.admin_page_label
{
	float: left;
	width: 130px;
}

.admin_page_editor_data
{
	margin-left: 130px;
	margin-bottom: 5px;
}

.admin_page_editor_date_created
{
	font-size: 8pt;
	float: left;
}

.admin_page_editor_date_modified
{
	font-size: 8pt;
	float: right;
}

#printerFriendly label
{
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
}

.AspNet-FormView-Data hr
{
	border-color: #cdcdcd;
	border-style: solid;
	border-width: 1px 0 0;
	clear: both;
	margin: 0 0 20px;
	height: 0;
}

