.InActiveRow
{
	color: gray;
	text-decoration: line-through;
}
A.InActiveRow:link
{
	color: gray;
	text-decoration: line-through;
}
A.InActiveRow:visited
{
	color: gray;
	text-decoration: line-through;
}

.ActiveRow
{
}

.DashboardTable
{
    BORDER-RIGHT: #9495a2 1px solid;
    BORDER-TOP: #9495a2 1px solid;
    BORDER-LEFT: #9495a2 1px solid;
    CURSOR: pointer;
    BORDER-BOTTOM: #9495a2 1px solid;
    BACKGROUND-COLOR: #ffffff
}

.DashboardTableHeader
{
    BORDER-RIGHT: gray 1px solid;
    PADDING-RIGHT: 5px;
    BORDER-TOP: #e6e6e6 1px solid;
    PADDING-LEFT: 5px;
    PADDING-BOTTOM: 5px;
    BORDER-LEFT: #e6e6e6 1px solid;
    PADDING-TOP: 5px;
    BORDER-BOTTOM: gray 1px solid;
    BACKGROUND-COLOR: #d6d7e1;
    FONT-WEIGHT: bold;
    FONT-SIZE: 11px;
    FONT-FAMILY: verdana
}

.DashboardTableHeader TD
{
    BORDER-RIGHT: gray 1px solid;
    FONT-SIZE: 10px;
    CURSOR: default;
    BORDER-BOTTOM: gray 1px solid;
    FONT-FAMILY: verdana
}

.DashboardTableRow
{
    CURSOR: default;
    BACKGROUND-COLOR: #ffffff
}

.DashboardTableRow TD
{
    BORDER-RIGHT: #e6e6e6 1px solid;
    FONT-SIZE: 10px;
    CURSOR: default;
    BORDER-BOTTOM: #e6e6e6 1px solid;
    FONT-FAMILY: verdana
}

.DashboardTableAlternateRow
{
    CURSOR: default
}

.DashboardTableAlternateRow TD
{
    BORDER-RIGHT: #e6e6e6 1px solid;
    FONT-SIZE: 10px;
    CURSOR: default;
    BORDER-BOTTOM: #e6e6e6 1px solid;
    FONT-FAMILY: verdana;
    BACKGROUND-COLOR: #f6f6f8
}

.PropertyTable
{
    BORDER-RIGHT: #9495a2 1px solid;
    BORDER-TOP: #9495a2 1px solid;
    BORDER-LEFT: #9495a2 1px solid;
    CURSOR: pointer;
    BORDER-BOTTOM: #9495a2 1px solid;
    BACKGROUND-COLOR: #ffffff
}

.PropertyTableHeader
{ 
    BORDER-RIGHT: gray 1px solid;
    PADDING-RIGHT: 5px;
    BORDER-TOP: #e6e6e6 1px solid;
    PADDING-LEFT: 5px;
    PADDING-BOTTOM: 5px;
    BORDER-LEFT: #e6e6e6 1px solid;
    PADDING-TOP: 5px;
    BORDER-BOTTOM: gray 1px solid;
    BACKGROUND-COLOR: #d6d7e1;
    FONT-WEIGHT: bold;
    FONT-SIZE: 12px;
    FONT-FAMILY: verdana
}

.PropertyTableHeader TD
{	 
    BORDER-RIGHT: gray 1px solid;;
    FONT-SIZE: 12px;
    CURSOR: default;
    BORDER-BOTTOM: gray 1px solid;
	PADDING:5px;
    FONT-FAMILY: verdana
}

.PropertyTableRow
{
    CURSOR: default;
    BACKGROUND-COLOR: #ffffff
}

.PropertyTableRow TD
{   border-right-style:none;
	border-left-style:none;
    FONT-SIZE: 10px;
    CURSOR: default;
    BORDER-BOTTOM: #e6e6e6 1px solid;
    PADDING:5px;
    FONT-FAMILY: verdana
}

.PropertyTableRowInActive
{
    CURSOR: default;
    BACKGROUND-COLOR: #ffffff;
    color: gray
}

.PropertyTableRowInActive TD
{
	border-right-style:none;
	border-left-style:none;
    FONT-SIZE: 10px;
    CURSOR: default;
    BORDER-BOTTOM: #e6e6e6 1px solid;
    PADDING:5px;
    FONT-FAMILY: verdana;
    text-decoration: line-through
}

.PropertyTableAlternateRow
{
    CURSOR: default
}

.PropertyTableAlternateRow TD
{
    border-right-style:none;
	border-left-style:none;
    FONT-SIZE: 10px;
    CURSOR: default;
    BORDER-BOTTOM: #e6e6e6 1px solid;
    PADDING:5px;
    FONT-FAMILY: verdana;
    BACKGROUND-COLOR: #f6f6f8
}

.PropertyTableAlternateRowInActive
{
    CURSOR: default;
    color: gray;
}

.PropertyTableAlternateRowInActive TD
{
	border-right-style:none;
	border-left-style:none;
    FONT-SIZE: 10px;
    CURSOR: default;
    BORDER-BOTTOM: #e6e6e6 1px solid;
    PADDING:5px;
    FONT-FAMILY: verdana;
    BACKGROUND-COLOR: #f6f6f8;
    text-decoration: line-through
}
.ValueListTable
{
    BORDER-RIGHT: #9495a2 1px solid;
    BORDER-TOP: #9495a2 1px solid;
    BORDER-LEFT: #9495a2 1px solid;
    CURSOR: pointer;
    BORDER-BOTTOM: #9495a2 1px solid;
    BACKGROUND-COLOR: #ffffff;
}

.ValueListTableHeader
{
    BORDER-RIGHT: gray 1px solid;
    PADDING-RIGHT: 5px;
    BORDER-TOP: #e6e6e6 1px solid;
    PADDING-LEFT: 5px;
    PADDING-BOTTOM: 5px;
    BORDER-LEFT: #e6e6e6 1px solid;
    PADDING-TOP: 5px;
    BORDER-BOTTOM: gray 1px solid;
    BACKGROUND-COLOR: #d6d7e1;
    FONT-WEIGHT: bold;
    FONT-SIZE: 11px;
    FONT-FAMILY: verdana;
}

.ValueListTableHeader TD
{
    BORDER-RIGHT: gray 1px solid;
    FONT-SIZE: 10px;
    CURSOR: default;
    BORDER-BOTTOM: gray 1px solid;
    FONT-FAMILY: verdana;
}

.ValueListTableRow
{
    CURSOR: default;
    BACKGROUND-COLOR: #FFFFFF;
}

.ValueListTableRow TD
{
    BORDER-RIGHT: #e6e6e6 1px solid;
    FONT-SIZE: 10px;
    CURSOR: default;
    BORDER-BOTTOM: #e6e6e6 1px solid;
    FONT-FAMILY: verdana;
}

.ValueListTableAlternateRow
{
    CURSOR: default;
    BACKGROUND-COLOR: #f6f6f8;
}

.ValueListTableAlternateRow TD
{
    BORDER-RIGHT: #e6e6e6 1px solid;
    FONT-SIZE: 10px;
    CURSOR: default;
    BORDER-BOTTOM: #e6e6e6 1px solid;
    FONT-FAMILY: verdana;

}

.asPageTitle
{
	font-size: medium;
	text-align: left;
}
.asModuleNav
{
	font-size: x-small;
	text-align: right;
}
/* styles used in the ServerExplorer */
.ServerExplorer
{
	border-right: black 1px solid;
	border-top: black 1px solid;
	border-left: black 1px solid;
	border-bottom: black 1px solid;
	height:400px;
}
.ServerExplorer_ToolBar
{
	border-bottom: black 1px solid;
	height:25px;
}
.ServerExplorer_Explorer
{
	height:100%;
	border: dimgray 1px solid;
	background-color: White;
	margin: 2px 2px 2px 2px;
}

.ServerExplorer_FileList 
{
	height:100%;
	border: dimgray 1px solid;
	background-color: White;
	margin: 2px 2px 2px 2px;
	overflow: auto;
}

.ServerExplorer_MessageText
{
	font-size: xx-small;
	vertical-align: middle;
	color: black;
	font-family: Verdana;
	text-align: left;
}

.ServerExplorer_WarningText
{
	font-size: xx-small;
	vertical-align: middle;
	color: Red;
	font-family: Verdana;
	text-align: left;
}
.ServerExplorer_MessageBox 
{
	text-align: center;
	vertical-align: middle;
	background-color: White;
	padding: 25px 25px 25px 25px;
}

.ServerExplorer_Header
{
    font-family: Tahoma, Arial, Helvetica;
    font-size: 11px;
    font-weight: bold;
    color: #E7E7FF;
    background-color: #9EBFF6;
    border-bottom: dimgray 1px solid;
    height: 25px;
}

.ServerExplorer_Pager
{
    font-family: Tahoma, Arial, Helvetica;
    font-size: 11px;
    font-weight: bold;
    background-color: #EEEEEE;
    border-top: dimgray 1px solid;
    height: 25px;
}

.ServerExplorer_StatusBar
{
    font-family: Tahoma, Arial, Helvetica;
    font-size: 11px;
    font-weight: normal;
    background-color: #dedfde;
    height: 25px;
	margin: 2px 2px 2px 2px;
}

.ServerExplorer_Item
{
    font-family: Tahoma, Arial, Helvetica;
    font-size: 11px;
    font-weight: normal;
    color: Black;
    background-color: #F8F8F8;
    border-top: black 1px dashed;
    border-bottom: black 1px dashed;
}

.ServerExplorer_AltItem
{
    font-family: Tahoma, Arial, Helvetica;
    font-size: 11px;
    font-weight: normal;
    color: Black;
    background-color: #EEEEEE;
    border-style: none;
}
.ServerExplorer_SelItem
{
	font-weight: bold;
	font-size: 11px;
	color: white;
	border-top-style: none;
	font-family: Tahoma, Arial, Helvetica;
	border-right-style: none;
	border-left-style: none;
	background-color: darkgray;
	border-bottom-style: none;
}

