﻿body, textarea, input
{
	
}

tr.SelectedProfileRow
{
    background-color: #777777;
}

tr.ColoredRow 
{
    background-color: #CCCCCC;
}
        
a.SelectedProfileLink
{
    color: white;
    text-decoration: none;
}
        
a.ProfileLink
{
    color: black;	
    text-decoration: none;
}

.SelectedProfileInfo
{
    color: white;
    font-size: smaller;    
}

.ProfileInfo
{
    color: black;  
    font-size: smaller;   
}
        
table.ProfileList, table.TenantEdit 
{ 
	border-collapse: collapse; 
	border: none;
}

table.ProfileList td, table.ProfileList th 
{ 
	border-bottom: 1px solid black;
	padding: 2px; 
}

hr
{
	background-color: Gray;	
}

td.ScenarioTree
{
	padding-left: 15px;	
}

td.RightBorderCell
{
	border-right: 1px solid Gray;	
	padding-right: 0px;
}

.SideBarText a
{
	text-decoration: none;
}
  
.ModalPopupBG
{
    background-color: #cccccc;
    filter: alpha(opacity=50);
    opacity: 0.7;
}

.PopupWindow
{
    min-width:200px;
    min-height:150px;
    background:white;
    border:1px solid black;
}    

.PopupHeader
{
    height:30px;	
    background-color: #777777;
    color: White;
    padding: 10px 0px 0px 10px;
    text-align: left;
}

.PopupBody
{
    padding: 10px 25px 0px 25px;
    text-align: left;
}

.PopupControls
{
    padding: 2px 10px 5px 2px;
}

.PopupControlsContainer
{
	text-align: right;
}  

table.RuleSummary th, table.RuleSummary td 
{ 
    border: 1px solid black;	
    padding-left:5px; 
    padding-right:5px;
}

table.RuleSummary 
{
    border: 1px solid black;	
    border-collapse:collapse;
    width:800px
}
 
th.RuleHeader
{
    width:500px;
}

th.NumberHeader
{
    width:100px;
}

a img, a:link img, a:visited img, a:hover img, a:active img { border:0 !important; }

.ToolbarButton
{
    margin:0px 0px 0px 0px;
    background: left center no-repeat;
    padding: 0.2em 0.2em 0.2em 1.5em;   
    border: 1px solid #563d7c;
    background-color: #DCDCDC;
    float: left;
    background-position-x: 2px;
}

.ToolbarButton:hover 
{
    background-color: White;
    cursor: pointer;
}

.ToolbarButton:active 
{
   background-color: White;
   cursor: pointer;
}

#ctl00_Main_StopServiceButton
{
    border-right: none;
}

.aspNetDisabled
{
    margin:0px 0px 0px 0px;
    background: left center no-repeat;
    padding: 0.2em 0.2em 0.2em 1.5em;   
    border: 1px solid #563d7c;    
    float: left;
    background-position-x: 2px;
}

.NoRightBorder
{
    border-right: none;    
}

.NoBottomBorder
{
    border-bottom: none;    
}

.SimpleButton
{
    margin:0px 0px 0px 0px;
    padding: 0.2em 0.2em 0.2em 0.2em;   
    border: 1px solid #563d7c;
    background-color: #DCDCDC;
}

.SimpleButton:hover 
{
    background-color: White;
    cursor: pointer;
}

.SimpleButton:active 
{
    background-color: White;
    cursor: pointer;
}

.TreeNodeTable
{
    table-layout: fixed;
    border: none;  
}

.TreeNodeCellCaption
{
    white-space: normal; 
    word-wrap: break-word;    
}

.TreeNodeCellColumn
{
    width: 60px;
    text-align: right;    
}

.TreeNodeCellValue
{
    width: 50px;
    text-align: right;    
}

