/* 
================================
ACO Skin CSS Styles
================================
*/

.MainMenu_MenuContainer
{
	background-color: transparent;
	width: 135px;
}

.MainMenu_MenuBar
{
	cursor: pointer;
	cursor: hand;
	background: #fff;
	width: 100%;
}

.MainMenu_SubMenu, .ModuleTitle_SubMenu
{
	z-index: 1000;
	cursor: pointer;
	cursor: hand;
	margin: 0 0 0 1px;
	background: #f3f3f3;
	padding: 0px;
	border: 1px solid #999;
	font-weight: normal;
	filter: none;
}

.MainMenu_MenuItem, .ModuleTitle_MenuItem
{
	font-family: tahoma;
	color: #6A6A6A;
	font-size: 11px;
	background: #f3f3f3;
	font-weight: bold;
	font-style: normal;
	padding: 0px 30px 0px 16px;
	height: 20px;
	border: 0;
}

.MainMenu_MenuItemSel, .ModuleTitle_MenuItemSel
{
	font-family: tahoma;
	font-size: 11px;
	font-weight: bold;
	cursor: pointer;
	cursor: hand;
	color: #4F4F4F;
	background: #DCDCDC;
	padding: 0px 30px 0px 16px;
	height: 20px;
	border: 0;
}

.MainMenu_Idle
{
	color: #666;
	background:  url(ACOSkin_MenuItem_Idle.gif) no-repeat;
	padding: 0;
	height: 22px;
	font-weight: bold;
}

.MainMenu_Selected
{
	color: #666;
	background:  url(ACOSkin_MenuItem_Over.gif) no-repeat;
	padding: 0;
	height: 22px;
	font-weight: bold;
}

.MainMenu_Active, .MainMenu_BreadcrumbActive
{
	color: #666;
	background:  url(ACOSkin_MenuItem_Active.gif) no-repeat;
	padding: 0;
	height: 22px;
	font-weight: bold;
}

.MainMenu_MenuArrow, .MainMenu_RootMenuArrow, .MainMenu_MenuIcon 
{
	display: none;
}

.ModuleTitle_MenuContainer
{
	color: #2c2c2c;
}

.ModuleTitle_MenuBar
{
	cursor: pointer;
	cursor: hand;
}

.ModuleTitle_MenuItem, .ModuleTitle_MenuItemSel
{
	padding: 0 5px 0 0;
}

.ModuleTitle_MenuBreak, .MainMenuSeperator,.MainMenu_MenuBreak, .ModuleTitle_MenuArrow, .ModuleTitle_RootMenuArrow, .ModuleTitle_MenuIcon
{
	display: none;
}

/* The Skin Object Defines The Fields Under The ACO Banner (Time Date / Breadcrumb / Login) */
.SkinObject {
    font-weight: bold;
    font-size: 8.5pt;
    color: #cccccc;
    font-family: Tahoma, Arial, Helvetica;
    text-decoration: none;
}

/* The Skin Object Defines The Fields Under The ACO Banner (Time Date / Breadcrumb / Login) */
A.SkinObject:link {
    text-decoration:    none;
    color:#cccccc;
}

/* The Skin Object Defines The Fields Under The ACO Banner (Time Date / Breadcrumb / Login) */
A.SkinObject:visited  {
    text-decoration:    none;
    color:#cccccc;
}

/* The Skin Object Defines The Fields Under The ACO Banner (Time Date / Breadcrumb / Login) */
A.SkinObject:active   {
    text-decoration:    none;
    color:#cccccc;
}

/* The Skin Object Defines The Fields Under The ACO Banner (Time Date / Breadcrumb / Login) */
A.SkinObject:hover    {
    text-decoration:    none;
    color:#ffff00;
}

/* Text In Text/HTML Modules */
.Normal
{
	font-size: 14;
}

.pagemaster
{
	width: 100%;
	height: 100%;
	text-align: center;
	border: 0px solid #ffffff;
}

.skinmaster
{
	height: 100%;
	width: 950px;
	text-align: center;
	border: 0px solid #ffffff;
}

.controlpanel
{
	width: 100%;
	background-color: #dfe5f2;
}

.acoskinbanner
{
	background-color: #0000ff;
	width: 100%;
	text-align: center;
	border: 0px solid #ffffff;
}

.acoskinmenusection
{
	background-color: #ffcc33;
	vertical-align: top;
	text-align: left;
	width: 135px;
	padding-left: 8px;
	padding-right: 8px;
	padding-top: 8px;
}

.acoskincentersection
{
	background-color: #ccccff;
	vertical-align: top;
	width: 615px;
	text-align: center;
}

.acoskinfootertext
{
	font-size: 11px;
	color: #777777;
}

.contentpane
{
	font-size: medium;
	background-color: #eeeeee;
	vertical-align: top;
	text-align: left;
	width: 635px;
	padding-left: 8px;
	padding-right: 8px;
	padding-top: 8px;
	padding-bottom: 8px;
}

.rightpane
{
	background-color: #9900ff;
	vertical-align: top;
	text-align: left;
	width: 200px;
	padding-left: 8px;
	padding-right: 8px;
	padding-top: 8px;
}

.rightpanecontent
{
	color: #ffffff;
	font-weight: bold;
	font-size: 11px;
}

