﻿.TextIndicator_Password {
    background-color: Gray;
    color: White;
    font-family: Arial;
    font-size: small;
    font-style: italic;  
    padding: 2px 3px 2px 3px;   
}

#silverlightControlHost
{
    position: relative;
    left: 222px;
    width: 900px;
    margin-left: -425px; /* half of width */
    top: 185px;
    height: 735px;
    margin-top: -370px; /* half of height */
}

.title {  
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 12px; font-weight: bold; 
	color: #2c383b; 
	text-decoration: none; 
	letter-spacing: 5px; 
	text-transform: uppercase;
}

.titleROI {  
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 12px; font-weight: bold; 
	color: #2c383b; 
	text-decoration: none; 
	letter-spacing: 2px; 
	text-transform: uppercase;
}

.capsules
{
    background-position: right;
    background-image: url(Images/Capsules/bg_bottom_spa.gif);
    background-repeat: no-repeat;
    background-color: #ffffff;
}

/* ComponentArt.Web Navigation for MultiPage & TreeView Content Section */

.TreeView { 
	background-color:White;
	padding-top:4px; 
	padding-left:1px; 
	border: #7c7c94 1px solid; 
	cursor:default; 
}

.TreeNode { 
	font-family: tahoma; 
	font-size: 11px; 
	padding-top:2px;
	padding-bottom:1px;
	padding-left: 3px; 
	padding-right: 3px; 
}

.GrayedTreeNode { 
	font-family: tahoma; 
	font-size: 11px; 
	padding-top:2px;
	padding-bottom:1px;
	padding-left: 3px; 
	padding-right: 3px; 
	color:gray; 
	cursor:default;
}

.HoverTreeNode { 
	font-family: tahoma; 
	font-size: 11px; 
	text-decoration:underline; 
	padding-top:2px;
	padding-bottom:1px;
	padding-left: 3px; 
	padding-right: 3px; 
	cursor: default; 
}

.SelectedTreeNode { 
	font-family: tahoma; 
	font-size: 11px; 
	background-color: gray; 
	color:white; 
	padding-top:2px;
	padding-bottom:1px;
	padding-left: 3px; 
	padding-right: 3px; 
	cursor: default; 
}

.NodeEdit {
	border:1px gray solid;
	font-family: tahoma; 
	font-size: 11px;  
}

.capsulesDetails {
	font-weight: normal;
	color: #666666;
	font-size: 102%;
	display: block;
	float: left;
	text-align: left;
}