/*
*************************************************
*	CSS for Demon Chronicles Skin
*	Created by: Edward DeGagne
*	Created Date: 
*	Updated Date: November 2007
*	http://www.southvillagesoftware.com
*	svsinfo@southvillagesoftware.com
*************************************************
*/
/*
*************************************************
*	Modified by Edward C. DeGagne
*	South Village Software
*	26 July 2007
*	http://www.southvillagesoftware.com
*	svsinfo@southvillagesoftware.com
*************************************************
*/
Body, .Normal, .NormalTextBox, TH, TFOOT, THEAD, TD, SPAN, DIV, A
{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-weight: normal;
}

.Head
{
	font-size: 18px;
	font-weight: normal;
	color: #333333;
}

.pagemaster
{
	width: 100%;
	height: 100%;
	background-color: #D43B0F;
	background-image: url(images/pavement.gif);
}

.skinmaster
{
	width: 900px;
	height: 100%;
	background-color: #D43B0F;
}

.skinheader
{
}

.hostname_pre, .breadcrumb_pre
{
	color: #000000;
	font-size: 10;
	font-weight: bold;
}

.copyright
{
	color: #ECF123;
	text-decoration: none;
	font-size: 10;
	font-weight: bold;
}

A.user:link, A.user:active, A.user:visited,  
A.login:link, A.login:active, A.login:visited,
A.breadcrumb:link, A.breadcrumb:active, A.breadcrumb:visited,
A.hostname:link, A.hostname:active, A.hostname:visited,
A.terms:link, A.terms:active, A.terms:visited,
A.privacy:link, A.privacy:active, A.privacy:visited,
A.copyright:link, A.copyright:active, A.copyright:visited
{
	color: #ECF123;
	text-decoration: none;
	font-size: 10;
	font-weight: bold;
}

/* 
**************************************************
Skin object styles.
**************************************************
*/
.SkinObject
{
    font-weight: bold;
    font-size: 11;
	color: #FAA820;
}

A.SkinObject:link, A.SkinObject:visited, A.SkinObject:active
{
    text-decoration:    none;
}

A.SkinObject:hover
{
    text-decoration: underline;
}




.skingradient
{
	background-image: url(gradient_DKGray.jpg); 
	height: 30px;
}

.controlpanel
{
	width: 100%;
	background-color: #D43B0F;
}

.toppane
{
	width: 800px%;
	background-color: transparent;
}

.leftpane, .rightpane
{
	width: 225px;
	background-color: transparent;
}

.contentpane
{
	width: 575px;
	background-color: transparent;
}

.bottompane
{
	width: 800px%;
	background-color: transparent;
}

.innerleftpane
{
	width: 285px;
	background-color: transparent;
}

.innerrightpane
{
	width: 285px;
	background-color: transparent;
}


.StandardButton
{
	background: #EEF222 none;
	color: Black;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
}

.TreeViewMenu
{
	width: 175px;
	background-color: #dddddd;
	border-right: #8f9092 1px solid; 
	border-top: #8f9092 1px solid; 
	border-left: #8f9092 1px solid; 
	border-bottom: #8f9092 1px solid; 
	moz-border-radius-bottomleft: 15px; 
	moz-border-radius-bottomright: 15px; 
	moz-border-radius-topleft: 3px; 
	moz-border-radius-topright: 3px;
}

.TreeViewMenu_Header
{
	background-image: url(gradient_LtGray.jpg);
}
/*
*************************************************
*	Menu Style Classes
*************************************************
*/
/* Container for main menu */
.MainMenu_MenuContainer
{
	background: transparent;
	height: 30px;
	padding: 0;
}
/* Menu bar */
.MainMenu_MenuBar
{
	background: transparent;
	height: 30px;
	padding: 0;
}
/* Applies to idle state of submenu items */
.MainMenu_MenuItem
{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; 
	color: #F0F51C;
	font-size: 12px; 
	font-weight: bold;
	border: 1px solid #222;
	padding: 3px 14px 4px 6px;	
}
/* Container for submenu */
.MainMenu_SubMenu
{
	z-index: 1000; 
	cursor: pointer; 
	cursor: hand; 
	margin: 1px 0px 0px 1px;
	border: 1px solid #222;
	padding: 1px;
	background: #222;
	filter: alpha(opacity=90, FinishOpacity=90, Style=1);
	-moz-opacity: 0.90;
}
/* Hover state for submenu items */
.MainMenu_MenuItemSel
{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; 
	font-size: 12px; 
	font-weight: bold; 
	cursor: pointer; 
	cursor: hand; 
	color: #fff;
	background: #000;
	border-left: #000 1px solid;
	border-right: #000 1px solid;
	padding: 3px 14px 4px 6px;
}
.MainMenu_Idle td, .MainMenu_Selected td, .MainMenu_Active td, 
.MainMenu_BreadcrumbActive td
{
	font-size: 12px;
	margin: 0;
	padding: 0 6px 0 0;
}
/* Idle state for main menu items */
.MainMenu_Idle
{ 
	height: 30px;
	background: url(images/menu_sep.gif) top right no-repeat transparent;
	color: #F0F51C;
	font-weight: bold;
	border-left: 1px solid #fff;
	font-size: 13px; 
}
/* Hover state for main menu items */
.MainMenu_Selected
{
	height: 30px;
	background: url(images/menu_sep.gif) top right no-repeat transparent;
	color: #F0F51C;
	font-weight: bold;
	border-left: 1px solid #fff;
	font-size: 13px; 
}
/* Selected state for main menu items */
.MainMenu_Active, .MainMenu_BreadcrumbActive
{
	height: 30px;
	background: url(images/menu_sep.gif) top right no-repeat transparent;
	color: #F0F51C;
	font-weight: bold;
	border-left: 1px solid #fff;
	font-size: 13px; 
}
/* Elements we don't really need */
.MainMenu_MenuArrow, .MainMenu_RootMenuArrow, 
.MainMenu_MenuIcon, .MainMenu_MenuBreak
{
	display: none;
}
/*
*************************************************
*	Module Menu Style Classes
*************************************************
*/
/* Outer cntainer for module submenu */
.ModuleTitle_MenuContainer
{
	color: #333;
}
/* Inner container for module submenu */
.ModuleTitle_MenuBar
{
	cursor: pointer; 
	cursor: hand; 
	height: 21px;
}
/* Idle state for module submenu items */
.ModuleTitle_MenuItem
{
	font-family: tahoma, sans-serif;
	font-size: 12px;
	color: #333;
	font-weight: normal;
	background: #f7f7f7;
	border-top: #f7f7f7 1px solid;
	border-left: #f7f7f7 1px solid;
	border-bottom: #f7f7f7 1px solid;
	border-right: #f7f7f7 1px solid;
	padding: 1px 10px 2px 0px;
}
/* Inner, inner container for module submenu (?) */
.ModuleTitle_SubMenu
{
	z-index: 1000; 
	cursor: pointer; 
	cursor: hand; 
	margin: 1px 0px 0px 0px;
	background-color: #f7f7f7;
	border: 1px solid #666;
	padding: 0px;
	filter: none;
	filter: progid:DXImageTransform.Microsoft.Shadow(color='#999999', Direction=135, Strength=3);
}
/* Hover state for module submenu items */
.ModuleTitle_MenuItemSel
{
	font-family: tahoma, sans-serif;
	font-size: 12px;
	font-weight: normal;
	cursor: pointer; 
	cursor: hand; 
	color: #fff;
	background: #333;
	border-left: #333 1px solid;
	border-right: #333 1px solid;
	padding: 1px 10px 2px 0px;
}
.ModuleTitle_MenuIcon
{
	border: 1px solid #eee;
	padding: 0 3px 0 3px;
}
/* Elements we don't need to see */
.ModuleTitle_MenuBreak, .ModuleTitle_MenuArrow, .ModuleTitle_RootMenuArrow
{
	display: none;
}
/*
*************************************************
*	End Style Sheet
*************************************************
*/
