/* STANDARD KNOWLEDGE BASE STYLE SHEET */
/* Agfa Healthcare. Copyright @ Mitra Imaging Inc. */
/* November 2004 */

/* Standard Link settings */

A:visited
{
    color: #CCCCCC;
}

A:active
{
    color: #848684;
}

A:hover
{
    color: #848684;
}

A
{
    color: #EEEEEE
}



/* Links that aren't underlined */

A.titlelinks:hover
{
    color: #848684;
	font-size: 14px;
	font-weight: bold;
}

A.titlelinks:active
{
    color: #848684;
    font-size: 14px;
	font-weight: bold;
}

A.titlelinks:visited
{
    color: #CCCCCC;
    font-size: 14px;
	font-weight: bold;
}

A.titlelinks
{
    color: #EEEEEE;
    font-size: 14px;
	font-weight: bold;
}

	
	



/* Footer Link settings */

A.footer:visited
{
    COLOR: #EEEEEE
}

A.footer:active
{
    COLOR: #848684
}

A.footer:hover
{
    COLOR: #848684
}

A.footer
{
   color: #EEEEEE;
}

/* Standard HTML Tag settings */

body
{
    background-color: #666666;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11.5px;
    color: #EEEEEE;
}

p
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11.5px;
    margin-top: 5px;
}

td p
{
    margin-bottom: 10px;
}

ul, ol
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11.5px;
    margin-top: 0px;
    margin-bottom: 20px;
}

ol ol 
{
    list-style: lower-alpha;
}
	
li
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11.5px;
    margin-bottom: 8px;
}

li p
{
    margin: 10px;
}

table
{
    margin-top: 0px;
    margin-bottom: 20px;
}

td
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11.5px;
    padding-top: 5px;
    padding-bottom: 1px;
}

th
{
    font-size: 11.5px;
	text-align: left;
	padding-top: 5px;
}

code
{
    font-family: Courier New, Courier, mono;
}


/* Used for Terms in the Glossary*/
dt
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11.5px;
    font-weight: bold
}

dd
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11.5px;
    margin-bottom: 14px;
}


/* Used for the title of a component page */

.componenttitle
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-weight: bold;
    font-size: 18px;
    color: #EEEEEE;
}

.license { 
          color:#CCCCCC;  }

/* Used for the title of a overview topic */
		  
.overviewtitle
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-weight: bold;
    color: #EEEEEE;
    font-size: 16px;
}

/* Used for the title of a topic */

.title
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-weight: bold;
    font-size: 14px;
}

.topictitle1
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-weight: bold;
    font-size: 14px;
}

/* Used for a level 2 title in a topic */

.title-section
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 13.5px;
    font-weight: bold;
    margin-bottom: 0px;
    margin-top: 12px;
}

.sectiontitle
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 13.5px;
    font-weight: bold;
    margin-bottom: 0px;
    margin-top: 12px;
}

.topictitle2
{
    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
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11.5px;
    font-weight: bold;
    margin-bottom: 0px;
    margin-top: 5px;
}

.topictitle3
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11.5px;
    font-weight: bold;
    margin-bottom: 0px;
    margin-top: 5px;
}

/* Used for all "Topic Page" list of titles */

.Topic-list
{
    font-weight: bold;
    font-size: 11.5px;
    margin-bottom: 4px;
    margin-top: 7px;
}

/* Used for labels on KB topic pages */
.Topic-label 
{
    color:#EEEEEE;
    font-family:Verdana, Arial, Helvetica, sans-serif;
    font-size:13px;
    font-weight:bold;
    margin-bottom:0px;
    margin-top:18px;
}

/* Apply to See Also title */

.see-also
{
   font-weight: bold;
   font-size: 11.5px;
   margin-bottom: 0px;
}

/* Apply to See Also / Related Information links in the LI tag */

.see-also-links
{
   margin-bottom: 5px;
}

.seeAlso
{
  font-weight: bold;
}

/* Used for all "To" titles (e.g. To Log Into the Program) */

.To
{
    font-weight: bold;
    font-size: 11.5px;
    margin-left: 15px;
    margin-bottom: 9px;
    margin-top: 9px;
}


/* Style of the trail of links at the top of the page */

.trail
{
    font-weight: bold;
    font-size: 10px;
    margin-top: 0px; 
    margin-bottom: 18px; 
}

/* Used for a "Top" link to go back to the top of the page */

.Top
{
    text-align: right; 
    font-weight: bold;
    font-size: 10px;
    margin-top: 0px; 
    margin-bottom: 0px; 
}


/* Used for coding examples. Use .Code-last for the last line or a single-line. */

.Code
{
    font-family: Courier New, Courier, mono;
    font-size: 11.5px;
    margin-bottom: 3px;
}

.Code-last
{
    font-family: Courier New, Courier, mono;
    font-size: 11.5px
}

/* Used for Concepts, How To, Reference tags in topics. */

.infotype
{
    text-align: right;
    margin-top: 0px; 
    margin-bottom: 9px; 
    font-size: 10px;
    font-style: italic;    
}

/*Used to highlight important information. */

.highlight
{
    background-color: #dcdcdc;
}


/* Article ID on the bottom of all pages */

.articleID
{
    font-weight: bold;
    font-size: 10px;
    margin-top: 0px; 
    margin-bottom: 3px; 
}

/* Footer - contains copyright statement */

.footer
{
    font-size: 10px;
    margin-top: 5px; 
    margin-bottom: 0px; 
}


/* Style of Side Links on Home Pages */

.side
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11.5px;
    margin-bottom: 3px;
    font-weight: normal;
}

/* Defines header rows of Tables */

.header
{
    background-color: black;
    font-weight: bold;
}

.header-plain
{
    font-weight: bold;
}

/* Standard table cell background color (light gray) */
/* Used with the gray-cell style in alternating table rows */

.lightgray-cell
{
    background-color: #848684;
}

/* Standard table cell background color (gray) */
/* Used with the lightgray-cell style in alternating table rows */

.gray-cell
{
    background-color: #5B5B5B;
}


/* Used for any body text that you require to be smaller /* 
/* than the body font (e.g. Keyboard keys.) */

.small
{
    font-size: 10px
}

/* To be applied in the span tag around all command names that */
/* a user must act on (choose, select, click) or Type */

.command
{
    font-weight: 600;
}

/* Apply to &agrave; as arrow for Menu > Command text */

.arrow
{
    font-size: 9px;

}

/* To be applied to steps in lists to the LI tag */
/* To be applied to the LI tag in bulleted lists */
/* To be applied to single step to the p tag */

.single-step
{
   margin-bottom: 8px;
}

/* To be applied to the P tag that are results */
/* of steps in lists (LI tag ) */

.step-result
{
   margin-bottom: 2px;
}

/* Used in any "or" statements when presenting options in steps. */

.or
{
    margin-left: 36px;
    margin-bottom: 9px;
    margin-top: 9px;
}

/* To be applied to the UL tag*/
.sub-list-bulleted
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    list-style-type: disc;
    font-size: 11.5px;
    margin-top: 5px;
	margin-left: 15px;
    margin-bottom: 0px;
}

/* To be applied to the OL tag*/
.sub-list-steps
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    list-style-type: lower-alpha;
    font-size: 11.5px;
    margin-top: 7px;
	margin-left: 18px;
    margin-bottom: 0px;
}


/* For all Notes */

.note, .tip, .caution
{
    margin-top: 5px;
    margin-bottom: 5px;
}

.note-title, .tip-title, .caution-title
{
   font-weight: bold;
}

.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;  
}

/* ---------------------------------------- */
/* PRODUCT SPECIFIC DEFINITIONS */

/* PACS BROKER */

/* Defines the Properties/Mappings/Events, etc in Interface topics (PACS Broker)*/

.interfaceNav
{
    margin-top: 0px;
    margin-bottom: 0px;
    font-size: 10px
}

/* Defines required and support options in a table (PACS Broker)*/

.required
{
    background-color: #ffeddc;
}

.supported
{
    background-color: #eeeeee;
}

/* Used for the properties*/

.property
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
    margin-top: 5px;
    margin-left: 50px;
}

.property-title
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: bold;
    margin-bottom: 0px;
    margin-top: 5px;
    margin-left: 24px;
}

/* Used for the popup glossary links */

.glossary-link 
{
    border-bottom: 1px dotted;
}

.dynamic_popup
{
    position:absolute;
    width:350px;
    border:1px solid black;
    padding:4px;
    background-color:#666666;
    visibility:hidden;
    z-index:100;
    filter: progid:DXImageTransform.Microsoft.Shadow(color=gray,direction=135);
}

.quick-links-bar
{
    background-color: #848684;
    font-weight: bold;
    font-size: 12px;
}

.codeblock
{
    font-family: Courier New, Courier, mono;
}

.verticaltext 
{
    writing-mode: tb-rl;
	filter: flipv;
}

img.withBorder
{
	border : 0px;
}