﻿/* 

	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 
{
	width:98%; 
	border:1px solid #565656; 
	padding-bottom: 10px;
}

/* Div to hold the header area of the admin master page. */
#admin_header_container
{
}

/* Div to hold the logo on the admin master page. */
#admin_logo 
{
}

/* Div to hold the unacceptable browser message. */
.admin_browser_not_accepted
{
	color:Red;
	text-align:left;
	margin-left: 15px;
	margin-top:10px;
}

/* Div to hold the menu area of the admin master page. */
#admin_menu_container 
{ 
	height:20px; 
	background:#e2dada; 
	border:1px solid #732a38; 
	z-index:1; 
	padding: 5px 0px 0px 0px;
}

/* 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: 0px 15px 0px 15px;
}

/* 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
{
    color:#ffffff;
    width:100%;
}

/* 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_external_link_area
{
	margin-bottom: 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 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;
}