﻿body {margin:0px;height:100%;background-color:#545454;margin: 0px;height:100%;}

.controlpanel{ background:#FFF; border:#ADADAD solid; border-width:0px 0px 2px; }
.controlpanel IMG{ margin:15px 5px 0px; }
.controlpanel TD TD TD TD IMG{ margin:0px; }
.controlpanel TD TD TD{ width:auto; }
.controlpanel DIV{ border:#CCC solid; border-width:0px 1px; width:3px; height:100px; }
.controlpanel TD.SubHead{ background:#CCC; font-size:12px; color:#000; font-weight:bold; }
.controlpanel TD TD TD .SubHead{ background:transparent; border:0px; font-size:11px; color:#333; font-weight:normal; }
.controlpanel TD TD TD input{ background:#EFEFEF; font-size:11px; color:#000; font-weight:bold; padding-left:4px; }
.controlpanel TD TD TD select{ background:#EFEFEF; font-size:11px; color:#333;}
.controlpanel A.CommandButton{ font-size:10px; text-decoration:none;}
.controlpanel A.CommandButton:link{ color:#000; }
.controlpanel A.CommandButton:visited{ color:#000; }
.controlpanel A.CommandButton:active{ color:#000; }
.controlpanel A.CommandButton:hover{ color:#FF9900; text-decoration:underline;} 

.DataGrid_AlternatingItem{color: #545454;}
.DataGrid_Container{color: #545454;}
input.submit
{border: 3px double #999999;border-top-color: #CCCCCC;border-left-color: #CCCCCC;padding: 0.25em;
background-color: #FFFFFF;color: #545454;font-size: 75%;font-weight: bold;font-family: Verdana, Helvetica, Arial, sans-serif;}

input.text{border: 1px solid #186BBC; background-color:#ccc;}

.TopPane{ padding:0px; }
.LeftPane{ padding:0px;}
.ContentPane{ padding:0px; }
.RightPane{ padding:0px; }

.Head{font-size: 14px;font-weight: bold;color: #186BBC;text-transform: lowercase;}
.SubHead{ font-size:11px; font-weight: bold; color: #FFF }
.SubSubHead{ font-size:11px; color:#FFF; }
.Normal{ font-size:11px; color: #FFF; letter-spacing: 130%;}
.NormalBold{ font-size:11px; font-weight:bold; color: #FFF; letter-spacing: 130%;}
.NormalRed{ font-size: 11px;color: #FF0000;	letter-spacing: 130%;}
.CommandButton,A.CommandButton:link,A.CommandButton:visited,A.CommandButton:active{color:#FFF; text-decoration:none; }
A.CommandButton:hover{ color:#186BBC; text-decoration:underline;}
TH,TD,DIV{font-family: Arial, Helvetica, sans-serif;font-size: 11px;	color: #FFF;}
A,A:link,A:visited,A:active{ color:#FFF;  text-decoration: underline; font-size:11px;font-weight:normal;}
A:hover{ color:#186BBC; text-decoration:none; font-size:11px;font-weight:normal;}

.user,a.user:link,a.user:active,a.user:visited{ font-size:11px; color:#FFF; text-decoration:none; font-weight:normal;}
a.user:hover{ font-size:11px; color:#FFF; text-decoration:underline; font-weight:normal;}

.footer,a.footer:link,a.footer:active,a.footer:visited{font-size:10px; color:#545454; text-decoration:none; font-weight:bold;text-transform: uppercase;  }
a.footer:hover{font-size:10px; color:#545454; text-decoration:underline; font-weight:bold;}

.links,a.links:link,a.links:active,a.links:visited{font-size:11px; color:#186BBC; text-decoration:none; font-weight:bold;text-transform: uppercase;}
a.links:hover{ font-size:11px; color:#186BBC; text-decoration:underline; font-weight:bold;}

/* styles used by Data Grids */
.DataGrid_AlternatingItem
{
    background-color:White;
    color:#545454;
    font-family: Tahoma, Arial, Helvetica;
    font-size: 10px;
    font-weight: normal;
}
.DataGrid_Container
{
	background-color: Transparent;
	color:#545454;
}
.DataGrid_Footer
{
    background-color:White;
	 color:#545454;
}
.DataGrid_Header
{
    background-color:Transparent;
    color:#545454;
    font-family: Tahoma, Arial, Helvetica;
    font-size: 10px;
    font-weight: bold;
    text-align: center;
}
.DataGrid_Item
{
    background-color:Transparent;
    color:#545454;
    font-family: Tahoma, Arial, Helvetica;
    font-size: 10px;
    font-weight: normal;
}
.DataGrid_SelectedItem
{
    background-color: Silver;
    color: Blue;
    font-family: Tahoma, Arial, Helvetica;
    font-size: 10px;
    font-weight: normal;
}
/* styles used in the FileManager */
.FileManager
{
	border-right: black 1px solid;
	border-top: black 1px solid;
	border-left: black 1px solid;
	border-bottom: black 1px solid;
	height:400px;
	color:#545454;
}
.FileManager_ToolBar
{
	border-bottom: black 1px solid;
	height:25px;
	color:#545454;
}
.FileManager_Explorer
{
	height:100%;
	border: dimgray 1px solid;
	background-color: White;
	margin: 2px 2px 2px 2px;
	color:#545454;
}

.FileManager_FileList 
{
	height:100%;
	border: dimgray 1px solid;
	background-color: White;
	margin: 2px 2px 2px 2px;
	overflow: auto;
	color:#545454;
}

.FileManager_MessageBox 
{
	text-align: center;
	vertical-align: middle;
	background-color: White;
	padding: 25px 25px 25px 25px;
	color:#545454;
}

.FileManager_Header
{
    font-family: Tahoma, Arial, Helvetica;
    font-size: 11px;
    font-weight: bold;
    color: #E7E7FF;
    background-color: #9EBFF6;
    border-bottom: dimgray 1px solid;
    height: 25px;
}

.FileManager_Pager
{
    font-family: Tahoma, Arial, Helvetica;
    font-size: 11px;
    font-weight: bold;
    background-color: #EEEEEE;
    border-top: dimgray 1px solid;
    height: 25px;
	 color:#545454;
}

.FileManager_StatusBar
{
    font-family: Tahoma, Arial, Helvetica;
    font-size: 11px;
    font-weight: normal;
    background-color: #dedfde;
    height: 25px;
	margin: 2px 2px 2px 2px;
	color:#545454;
}

.FileManager_Item
{
    font-family: Tahoma, Arial, Helvetica;
    font-size: 11px;
    font-weight: normal;
    background-color: #F8F8F8;
    border-top: black 1px dashed;
    border-bottom: black 1px dashed;
	 color:#545454;
}

.FileManager_AltItem
{
    font-family: Tahoma, Arial, Helvetica;
    font-size: 11px;
    font-weight: normal;
    color:#545454;
    background-color: #EEEEEE;
    border-style: none;
}
.FileManager_SelItem
{
    font-family: Tahoma, Arial, Helvetica;
    font-size: 11px;
    font-weight: bold;
    color: #186BBC;
    background-color: #F5F5F5;
    border-style: none;
}

.FileManagerTreeNode 
{
    font-family: Tahoma, Arial, Helvetica;
    font-size: 11px;
    font-weight: normal;
	 color:#545454;
}

.FileManagerTreeNodeSelected 
{
    font-family: Tahoma, Arial, Helvetica;
    font-size: 11px;
    font-weight: normal;
	background-color: #dcdcdc;
	color: #186BBC; 
}

A.FileManagerTreeNode:link, A.FileManagerTreeNodeSelected:link {
    text-decoration:    none;
    color: #186BBC;
}

A.FileManagerTreeNode:visited, A.FileManagerTreeNodeSelected:visited  {
    text-decoration:    none;
    color: #003366;
}

A.FileManagerTreeNode:active, A.FileManagerTreeNodeSelected:active   {
    text-decoration:    none;
    color: #003366;
}

A.FileManagerTreeNode:hover, A.FileManagerTreeNodeSelected:hover    {
    text-decoration:    none;
    color: #ff0000;
}

/*___________________________________________________________________________________________*/
.MainMenu_MenuContainer{ background:transparent; width:100%;}
.MainMenu_MenuBar{}
.MainMenu_MenuIcon{ display:none; }
.MainMenu_RootMenuArrow{ display:none; }
.MainMenu_MenuArrow{ display:none; }

.MainMenu_MenuBreak{display:none;}

.ModuleTitle_MenuItemSel {background-color: transparent;}
.MainMenu_MenuItemSel {background-color: transparent;}


.MainMenu_MenuItem,.submenuitembreadcrumb{
	color:#020202;	font-size:11px;font-weight:normal;
	padding:2px 15px 2px 10px;
	border:0px #FFF solid; border-width:1px 0px;
}
.submenuitemselected{
	color:#FFF;
	font-size:11px;
	font-weight:normal;
	padding:2px 15px 2px 10px;
	border:1px #666 solid;
	border-width:1px 0px;
	Margin:1px;
	background:#666;
}
.submenu{
	z-index:1000;
	border:1px #333 solid;
	padding:0px;
	margin:1px;
	background:#FFF;
}

.rootmenuitem TD{
	color: #186BBC;
	font-size: 11px;
	font-weight: bold;
	padding: 0px 5px 2px 22px;
	height: 25px;
	text-transform: lowercase;
}

.rootmenuitemselected TD,.rootmenuitembreadcrumb TD{
	color: #666;
	font-size: 11px;
	font-weight: bold;
	padding: 0px 5px 2px 22px;
	height: 25px;
	text-transform: lowercase;
}

.MainMenu_MenuBreak{display:none;}





