html * { padding: 0; margin: 0; } 

BODY
{
    BACKGROUND-COLOR: white;
	 font-family:  Trebuchet MS, Verdana, Arial,  sans-serif;
    FONT-SIZE: 10pt;
    FONT-WEIGHT: normal;
    LETTER-SPACING: normal;
    TEXT-TRANSFORM: none;
    WORD-SPACING: normal
}

H1, H2, H3, H4, H5, TH, THEAD, TFOOT
{
    COLOR: #003366;
}
H1	{	
	font-family:  Arial, Verdana, sans-serif;
	font-size:	2em;
	font-weight:	700;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	color:#30241E;
	}	
		
H2	{	
	font-family:  Arial, Verdana, sans-serif;
	font-size:	1.75em;
	font-weight:	700;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
H3	{	
	font-family:  Arial, Verdana, sans-serif;
	font-size:	1.58em;
	font-weight:	500;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
H4	{	
	font-family:  Arial, Verdana, sans-serif;
	font-size:	1.33em;
	font-weight:	500;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
H5, DT	{	
	font-family:  Arial, Verdana, sans-serif;
	font-size:	.9em;
	font-weight:	700;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
H6	{	
	font-family:  Arial, Verdana, sans-serif;
	font-size:	.8em;
	font-weight:	700;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
TFOOT, THEAD	{	
	font-size:	1em;
	font-weight:bold;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	font-family: Arial, Helvetica, sans-serif;
	}	
		

	
P {
	margin: .0em;
}

BR {
		margin: .0em;
	
}
A:link	
{
	text-decoration:none;
	color:Blue;
}	
		
A:visited	{	
	text-decoration:	none;
	color:Blue;
	}	
		
A:active	{	
	text-decoration:	none;
	color:	#333399;

	}	
		
A:hover	{	
	text-decoration:	none;
	color:#0099ff;
	}
	
SMALL	{	
	font-size:	.7em;
	}	

BIG	{	
	font-size:	1.17em;
	}	

BLOCKQUOTE, PRE	{	
	font-family:	Courier New, monospace;
	}	

Ul {
	margin-left: 3em;
	margin-top: .0em;
	margin-bottom: .3em;
}

Ol {
	padding-left: 3em;
	margin-top: .0em;
	margin-bottom: .0em;
}

UL LI	{	
	list-style: round;
	color: blue;
	}	

LI SPAN { color : black ; } 

UL LI LI	{	
	list-style-type:	circle;
	}	

UL LI LI LI	{	
	list-style-type: 	square;
	}	
	
UL LI LI LI	LI {	
	list-style-type: 	circle;
	}	
	
OL LI	{	
	list-style-type: decimal;
	}	

OL OL LI	{	
	list-style-type: lower-alpha;
	}	

OL OL OL LI	{	
	list-style-type: 	lower-roman;
	}	
	
OL OL OL OL LI	{	
	list-style-type: upper-latin; 	
}	
	
OL UL LI{
	list-style-type: disc;
}

TABLE {
	font-family:  Trebuchet MS, Verdana, Arial,  sans-serif;
   FONT-SIZE: 10pt;
   FONT-WEIGHT: normal;
   LETTER-SPACING: normal;
   TEXT-TRANSFORM: none;
   WORD-SPACING: normal
}
/*CONTENT ELEMENTS *******************************************************************************/
	
.DocumentName
{
	font-size: 14px;
}

.TopicInstanceName
{
	margin: .3em 0 0 0;
	color: #FFBA53;
	font: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 16pt;
	font-weight: normal;
}

.TopicInstanceNameH1
{
	font: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 17pt;
	font-weight: normal;
	color: #FFBA53;
}

.TopicInstanceNameH2
{
	FONT-WEIGHT:bold;
	font-style: italic;
	font-size: 16pt;
	color: #30241E;
	margin-top: 10px;
	margin-bottom: 5px;
}

.TopicInstanceNameH3
{
	FONT-WEIGHT:bold;
	font-size: 14pt;
}

.TopicInstanceNameH4
{
	FONT-WEIGHT:bold;
	font-size: 12pt;
}

.SectionName
{
	FONT-WEIGHT: bold;
	margin: .8em 0em 0em 0;
	color: #30241E;
}


.ContentSurface
{
	/*background-image: url(SupportFiles/Images/DividerShadow.Grey.Short.gif);
	background-repeat: repeat-x;
	background-color: #ecebfa;
	padding:    10px 10px 10px 10px;*/
	width: 100%;
}

.HyperLink
{
	/*Attributes covered by the A:Link Selector. Additional attributes can go here*/
}

.Images
{
	 margin: 5px 5px 10px 5px;
}

.ContentImageDescription {
	font-size: 8pt;
	font-style: italic;
}


.Examples
{
	text-transform:capitalize;
}


.TextReadonly, .TextError
{
	 border-width: 0px;
}

.TextError
{
	color:Purple
}

.ControlLabelText 
{
	font-weight:bold;
    text-align:right;
}

.Messages
{
	font-weight:bold;
	color:Blue;
}

/*ATTRIBUTES *******************************************************************************/

.Attributes, .AttributeItems
{
	border:1px solid silver;
	padding-left: 5px;
}

.AttributesGrid
{
	border-collapse:collapse;
	font-size:xx-small;
	width: 230px;
	margin:5px
}

.AttributesHeader
{
	 font-weight:bold;
	 background-color:Silver ;
	color:White ;
}

.AttributesHeaderItems
{
	 border:solid 1px grey;
	 padding-left: 5px;
}
	
.AttributeItems
{
	text-align:right;
	padding-right: 5px;

}

.Highlight
{
	
	background-color:Silver;
	color:Blue;
	border:solid 1px red;
}

.SearchHighlight
{
	font-weight:bold;
	color: #ff9900;	
}

.SearchItems 
{
	margin-left:1.5em;
	margin-bottom: 0.5em;
	border-bottom:solid 1 lightgrey;
	
}

.Paragraph
{
	color: Black;
}

.ParagraphBox
{																																														
	border-width:1px;
	border-style:Solid;
 	margin: 15px;
	padding: 7px;
	height:100%;
	width:98%;
}

.SearchButtons
{
	 font-weight:bold;
	 color:Red ;
}

table.SearchTable {
	border: 1px none grey;
	border-collapse: separate;
	background-color: white;
}
table.SearchTable th {
	border: 1px solid green;
	background-color: #FFFFF0;
}
table.SearchTable td {
	border: 1px solid green;
}

.Highlighting
{
	border: thin solid Blue;
}

.RentalHeader {
	background: #CEE2FF;
	border: 1px solid #5E8DD3;
	padding: 5px 3px 3px 3px;
	font-weight: bold;
	color: #3E4CAA;
	width: 100%;
	vertical-align: middle;
}

.RentalHeaderImg {
	margin: 0px 4px 0px 10px;
}

.PropertySummary {
	float: right;
}

.BoxMainImage {
	padding: 4px 4px 4px 4px;
	border: 1px solid Blue;
	margin: 10px 4px 10px 0px;
	width: 0%;
	float:left;
}

.NoFloat{
	clear: both;
}

.FloatRight{
	float: right;
}

.FloatLeft{
	float: left;
}

/*TOPICS *******************************************************************************/

.SoftwareProductFeature {
	color: #3366FF;
	font-size: 12pt;
	border: none;
	font-style: italic;
}

.Banner {
	float: right;
	width: 182px;
	margin-bottom: 10px;
}

.BannerCaption {
	font: bold;
	text-align: center;	
	background-repeat: no-repeat;
}

.BannerContent {
	padding: 8ox;
	border: 0.05em solid #A7E1F9;
	font: 8pt;
	color:Navy ;
}

.VisualGroupRight {
	float: right;
	width: 182px;
}

.BannerHyperlink {
	font: 9pt;
	margin-left: 6px;
	text-decoration: none;
}

.DownloadHeader {
 	border: solid 1px #a59fe8;
}

.DownloadFooter {
	padding: 5px;
	background-image: url(../Controls/Images/Backgrounds/FormFooterDefault.gif);
	background-repeat: repeat;
 	border: solid 1px #a59fe8;
}

.OrbFeatureText
{
	border-bottom: solid 1px #e8e9f5;
}

.OrbFeatureSummary
{
	margin-top: 10px;
	border-top: solid 2px #d6d9f6;
	border-bottom: solid 3px #e8e9f5;
}