﻿/********************************************** Client specific styles ***********************************************/
/* default text styles */
table {font-size: 10px;}
table td {
	color: #736357;
	font-family: Verdana, Sans-serif;
	font-size: 1.1em;
	letter-spacing: 0;
	line-height: 1.4em;
	text-decoration: none;
	word-spacing: normal;
}
table .skin_rightpane td, table .skin_rightpane {color:#E6C5C5;}
table .skin_mainpage_leftpane td, table .skin_mainpage_leftpane {color:#660000;}
table .skin_mainpage_contentpane td, table .skin_mainpage_contentpane {color:#666600;}
table .skin_mainpage_rightpane td, table .skin_mainpage_rightpane {color:#663333;}

/* other */
ul {padding:5px 0 5px 30px;list-style-type:disc;}
ul li {padding:3px 0;}
ul li ul {list-style-type:circle;}

ol {padding:5px 0 5px 30px;list-style-type:decimal;}
ol li {padding:3px 0;}
ol li ol {list-style-type:upper-alpha;}

h4 {font-size:1.2em;line-height:1.8em;font-weight:bold;}

.hidden {display:none;}

a:link, a:visited {color:#CC3838;text-decoration:none;}
a:active, a:hover {color:#CC3838;text-decoration:underline;}

/******************************************* Generic styles for all portals ******************************************/
.ControlPanel, .PagingTable {
	width: 100%;
	background-color: #FFFFFF;
	border: #003366 1px solid;
}
.Head {
	font-family: Tahoma, Arial, Helvetica;
	font-size: 20px;
	font-weight: normal;
	line-height: normal;
}
.SubHead {
	font-family: Tahoma, Arial, Helvetica;
	font-size: 11px;
	font-weight: bold;
}
.NormalDisabled {color:silver;}
.NormalBold {font-weight:bold;}
.NormalRed {color:red;}
.DataGrid_AlternatingItem {background-color:gainsboro;}
.DataGrid_Header {font-weight:bold;text-align:center;}
.DataGrid_SelectedItem {background-color:Silver;}
.CommandButton {
	font-family: Tahoma, Arial, Helvetica;
	font-size: 11px;
	font-weight: normal;
}
a.CommandButton:link, a.CommandButton:visited, a.CommandButton:active {color: #003366;text-decoration:underline;}
a.CommandButton:hover {color: #ff0000;text-decoration:underline;}

/********************************************** Styles for File Manager **********************************************/
.FileManager {
	border: black 1px solid;
	height: 400px;
}
.FileManager_ToolBar {
	border-bottom: black 1px solid;
	height: 25px;
}
.FileManager_Explorer {
	height: 100%;
	border: #696969 1px solid;
	margin: 2px 2px 2px 2px;
}
.FileManager_FileList {
	height: 100%;
	border: #696969 1px solid;
	margin: 2px 2px 2px 2px;
	overflow: auto;
}
.FileManager_MessageBox {
	text-align: center;
	vertical-align: middle;
	background-color: White;
	padding: 25px 25px 25px 25px;
}
.FileManager_Header {
	color: #E7E7FF;
	background-color: #9EBFF6;
	border-bottom: #696969 1px solid;
	height: 25px;
}
.FileManager_Pager {
	background-color: #EEEEEE;
	border-top: #696969 1px solid;
	height: 25px;
}
.FileManager_StatusBar {
	background-color: #dedfde;
	height: 25px;
	margin: 2px 2px 2px 2px;
}
.FileManager_Item {
	color: Black;
	background-color: #F8F8F8;
	border-top: black 1px dashed;
	border-bottom: black 1px dashed;
}
.FileManager_AltItem {
	color: Black;
	background-color: #EEEEEE;
	border-style: none;
}
.FileManager_SelItem {
	font-weight: bold;
	color: White;
	background-color: #99ffff;
	border-style: none;
}
.FileManagerTreeNodeSelected {background-color: #dcdcdc;}
/****************************************************************************************************************/

/*
/* Module Title Menu */
.ModuleTitle_MenuContainer
{
	border-bottom: blue 0px solid;
	border-left: blue 0px solid;
	border-top: blue 0px solid;
	border-right: blue 0px solid;
}

.ModuleTitle_MenuBar
{
	cursor: pointer;
	height: 16px;
	background-color: Transparent;
}

.ModuleTitle_MenuItem
{
	cursor: pointer;
	color: black;
	font-family: Tahoma, Arial, Helvetica;
	font-size: 9pt;
	font-weight: bold;
	font-style: normal;
	border-left: white 0px solid;
	border-bottom: white 1px solid;
	border-top: white 1px solid;
	border-right: white 0px solid;
	background-color: Transparent;
}

.ModuleTitle_MenuIcon
{
	cursor: pointer;
	background-color: #EEEEEE;
	border-left: #EEEEEE 1px solid;
	border-bottom: #EEEEEE 1px solid;
	border-top: #EEEEEE 1px solid;
	text-align: center;
	width: 15px;
	height: 21px;
}

.ModuleTitle_SubMenu
{
	z-index: 1000;
	cursor: pointer;
	background-color: #FFFFFF;
	border-bottom: #FFFFFF 0px solid;
	border-left: #FFFFFF 0px solid;
	border-top: #FFFFFF 0px solid;
	border-right: #FFFFFF 0px solid;
}

.ModuleTitle_MenuBreak
{
	border-bottom: #EEEEEE 1px solid;
	border-left: #EEEEEE 0px solid;
	border-top: #EEEEEE 1px solid;
	border-right: #EEEEEE 0px solid;
	background-color: #EEEEEE;
	height: 1px;
}

.ModuleTitle_MenuItemSel
{
	cursor: pointer;
	color: black;
	font-family: Tahoma, Arial, Helvetica;
	font-size: 9pt;
	font-weight: bold;
	font-style: normal;
	background-color: #C1D2EE;
}

.ModuleTitle_MenuArrow
{
	font-family: webdings;
	font-size: 10pt;
	cursor: pointer;
	border-right: #FFFFFF 1px solid;
	border-bottom: #FFFFFF 1px solid;
	border-top: #FFFFFF 0px solid;
}

.ModuleTitle_RootMenuArrow
{
	font-family: webdings;
	font-size: 10pt;
	cursor: pointer;
}

/* Main Menu */
.MainMenu_MenuContainer
{
	background-color: transparent;
}
.MainMenu_MenuBar
{
	cursor: pointer;
	height: 16px;
	background-color: Transparent;
}
.MainMenu_MenuItem
{
	cursor: pointer;
	color: black;
	font-family: Tahoma, Arial, Helvetica;
	font-size: 9pt;
	font-weight: bold;
	font-style: normal;
	border-left: white 0px solid;
	border-bottom: white 1px solid;
	border-top: white 1px solid;
	border-right: white 0px solid;
	background-color: Transparent;
}
.MainMenu_MenuIcon
{
	cursor: pointer;
	background-color: #EEEEEE;
	border-left: #EEEEEE 1px solid;
	border-bottom: #EEEEEE 1px solid;
	border-top: #EEEEEE 1px solid;
	text-align: center;
	width: 15px;
	height: 21px;
}
.MainMenu_SubMenu
{
	z-index: 1000;
	cursor: pointer;
	background-color: #FFFFFF;
	border-bottom: #FFFFFF 0px solid;
	border-left: #FFFFFF 0px solid;
	border-top: #FFFFFF 0px solid;
	border-right: #FFFFFF 0px solid;
}
.MainMenu_MenuBreak
{
	border-bottom: #EEEEEE 1px solid;
	border-left: #EEEEEE 0px solid;
	border-top: #EEEEEE 1px solid;
	border-right: #EEEEEE 0px solid;
	background-color: #EEEEEE;
	height: 1px;
}
.MainMenu_MenuItemSel
{
	cursor: pointer;
	color: black;
	font-family: Tahoma, Arial, Helvetica;
	font-size: 9pt;
	font-weight: bold;
	font-style: normal;
	background-color: #C1D2EE;
}
.MainMenu_MenuArrow
{
	font-family: webdings;
	font-size: 10pt;
	cursor: pointer;
	border-right: #FFFFFF 1px solid;
	border-bottom: #FFFFFF 1px solid;
	border-top: #FFFFFF 0px solid;
}
.MainMenu_RootMenuArrow
{
	font-family: webdings;
	font-size: 10pt;
	cursor: pointer;
}
