/* STANDARD STYLE SHEET*/
/* Ricard. Copyright @ Tom De Rouck */
/* January 2007 */

/* Standard Link settings */


A:visited
{
    color: #685997;
}

A:active
{
    color: #EEEEFF;
}

A:hover
{
    color: #EEEEGG;
}

A:link
{
    color: #EEEEGG;
}

/* Trail link style */
A.trail:visited
{
    color: #EEEEEE;
	text-decoration: underline
}

A.trail:active
{
	color: #EEEEEE;
	text-decoration: underline;
}	

A.trail:hover
{
	color: #EEEEEE;
	text-decoration: underline;
}
A.trail
{
	color: #EEEEEE;
	text-decoration: underline;
}	

/* Side links don't change color */
A.side
{
    color: #EEEEEE;
}

A.side:visited
{
    color: #EEEEEE;
}

A.titlelinks:link
{
    color: #EEEEEE;  
	text-decoration: underline;
}

A.titlelinks:active
{
	color: #EEEEEE;
	text-decoration: underline;
}

A.titlelinks:visited
{
    color: #CCCCCC;
    text-decoration: underline;
}

A.titlelinks:hover
{
    color: #EEEEEE;
    text-decoration: underline;
}


/* Standard HTML Tag settings */

body
{
    background-color: #e4e4e4;
}

p
{
    color: #324861;
	font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11.5px;
    margin-top: 5px;
}

ul, ol
{
    color: #324861;
	font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11.5px;
    margin-top: 0px;
    margin-bottom: 15px;
}

li
{
    color: #324861;
	font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11.5px;
    margin-bottom: 5px;
}

table
{
    margin-top: 0px;
    margin-bottom: 0px;
}

td
{
    color: #324861;
	font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11.5px
}




/* Standard Heading Styles */

h1
{
    color: #324861;
	font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 26px;
}

h2
{
    color: #324861;
	font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 18px;
    margin-bottom: 7px;
    margin-top: 7px;
}

h3
{
    color: #646464;
	font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 14px;
    margin-bottom: 5px;
    margin-top: 5px;
}

h4, h5,h6
{
    color: #003882;
	font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
    margin-bottom: 0px;
    margin-top: 5px;
}

/* Used for the title of a component page */

.componenttitle
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-weight: bold;
    font-size: 18px;
    color: #ffec00;
}

/* Used for the title of a overview topic */

.overviewtitle
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-weight: bold;
    color: #003882;
    font-size: 16px;
}

/* Used for the title of a topic */

.title
{
    color: #ffec00;
	font-family: Verdana, Arial, Helvetica, sans-serif;
    font-weight: bold;
    font-size: 16px;
}

/* Used for a level 2 title in a topic */

.title-section
{
    color: #ffec00;
	font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 13.5px;
    font-weight: bold;
    margin-bottom: 0px;
    margin-top: 12px;
}

/* Used for level 3 title of a topic */

.title-subsection
{
    color: #ffec00;
	font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11.5px;
    font-weight: bold;
    margin-bottom: 0px;
    margin-top: 5px;
}

/* Used for all "Topics" title on Topic Pages */

.Topics
{
    color: #ffec00;
	font-weight: bold;
    font-size: 12px;
    margin-top: 0px;
}

/* Used for all "Topic Page" list of titles */

.Topic-list
{
    color: #ffec00;
	font-weight: bold;
    font-size: 11.5px;
    margin-bottom: 4px;
    margin-top: 7px;
}

/* Used for labels on Topic pages */

.Topic-label
{
    color: #ffec00;
	font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 0px;
    margin-top: 18px;
}
/* Apply to See Also title */

.see-also
{
   color: #ffec00;
   font-weight: bold;
   font-size: 11.5px;
   margin-top: 12px;
   margin-bottom: 0px;
}

/* Apply to See Also / Related Information links in the LI tag */

.see-also-links
{
   color: #ffec00;
   margin-bottom: 5px;
}

/* Used for all "To" titles (e.g. To Log Into the Program) */

.To
{
    color: #EEEEEE;
    font-weight: bold;
    font-size: 11.5px;
    margin-left: 15px;
    margin-bottom: 9px;
    margin-top: 9px;
}


/* Used for a "Top" link to go back to the top of the page */

.Top
{
    color: #EEEEEE;
	text-align: right; 
    font-weight: bold;
    font-size: 10px;
    margin-top: 0px; 
    margin-bottom: 0px; 
}


/* Used for Concepts, How To, Reference tags in topics. */

.infotype
{
    color: #EEEEEE;
	text-align: right;
    margin-top: 0px; 
    margin-bottom: 9px; 
    font-size: 10px;
    font-style: italic;    
}

.infotype-highlight
{
    background-color: #ffec00;
}


/* Style of Side Links on Home Pages */

.side
{
    color: #EEEEEE;
	font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11.5px;
    margin-bottom: 3px;
}

/* Defines header rows of Tables */

.header
{
    background-color: #003882;
    font-weight: bold;
}

/* Standard table cell background color (yellow) */
/* Used with the yellow-cell style in alternating table rows */

.yellow-cell
{
    background-color: #ffec00;
}


/* Used for any body text that you require to be smaller /* 
/* than the body font (e.g. Keyboard keys.) */

.small
{
    color: #EEEEEE;
	font-size: 9px
}

/* To be applied in the span tag around all command names that */
/* a user must act on (choose, select, click on) or Type */

.command-name
{
    color: #EEEEEE;
	font-weight: 600;
}

/* Apply to &agrave; as arrow for Menu > Command text */

.arrow
{
    color: #EEEEEE;
	font-weight: normal;
}
/* To be applied to p tag of un-numbered option that appears after "or" when presenting options in steps */

.single-step
{
   margin-bottom: 4px;
}

/* To be applied to the P tag that are results */
/* of steps in lists (LI tag ) */

.step-result
{
   color: #EEEEEE;
   margin-bottom: 2px;
}

/* Used in any "or" statements when presenting options in steps. */

.or
{
    color: #EEEEEE;
	margin-left: 36px;
    margin-bottom: 9px;
    margin-top: 9px;
}

/* To be applied to the UL tag*/
.sub-list-bulleted
{
    color: #EEEEEE;
	font-family: Verdana, Arial, Helvetica, sans-serif;
    list-style-type: disc;
    font-size: 11.5px;
    margin-top: 5px;
    margin-bottom: 0px;
}

/* To be applied to the OL tag*/
.sub-list-steps
{
    color: #EEEEEE;
	font-family: Verdana, Arial, Helvetica, sans-serif;
    list-style-type: lower-alpha;
    font-size: 11.5px;
    margin-top: 7px;
    margin-bottom: 0px;
}

}

.sub-component-sidebar {
	background-color: #ffec00;
}

/* For all Notes */


.note, .tip, .caution
{
    color: #EEEEEE;
	margin-top: 5px;
}

.note-title, .tip-title, .caution-title
{
   color: #EEEEEE;
   font-weight: bold;
}

/* ---------------------------------------- */
/* PRODUCT SPECIFIC DEFINITIONS */


/* Defines the Properties/Mappings/Events*/

.interfaceNav
{
    margin-top: 0px;
    margin-bottom: 0px;
    font-size: 10px
}

/* Defines required and support options in a table*/

.required
{
    background-color: #ffec00;
}

.supported
{
    background-color: #ffec00;
}

/* Used for the property names */

.property
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: bold;
    margin-bottom: 0px;
    margin-top: 5px
}

/* Used for popup glossary links */

.glossary-link 
{
    border-bottom: 1px dotted #EEEEEE;
}

.dynamic_popup
{
	position:absolute;
	width:300px;
	border:1px solid black;
	padding:4px;
	background-color:#666666;
	visibility:hidden;
	z-index:100;
	filter: progid;
	left: 46px;
	top: 1099px;

:DXImageTransform.Microsoft.Shadow(color=#ffec00,direction=135);
}

/* Used for license statements*/
.license
{
     color: #CCCCCC;
}	 
.note-table {
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
}

