﻿/* This StyleSheet contains custom styles for this project */

/***********************************************************
 * Content Presentation Styles
 ***********************************************************/

body
{
    background:     #FFFFFF;
    color:          #000000;
    font-family:    "Segoe UI", Verdana, Arial, Helvetica, sans-serif;
    font-size:      1.1em;
    font-weight:    normal;
    margin-top:     0;
    margin-bottom:  0;
    margin-left:    0;
    margin-right:   0;
    width:          100%;
}

/* Applies to everything below the non-scrolling header region. */
div#pagebody
{
    font-size:      80%;
    width:          100%;
    margin-bottom:  0;
}

/* Applies to everything below the non-scrolling header region, minus the footer. */
div#mainbody
{
    font-size:      90%;
    padding-left:   19px;
    margin-top:     10px;
    margin-bottom:  0;
    padding-bottom: 20px;
    padding-right:  10px;
    *width:         100%;
}

/*------------------------------ Non-scrolling Header Region Styles -------------------------------*/
/* Applies to the entire non-scrolling header region. */
div#pagetop
{
    background-color: #ccccff;
    padding:    0 0 0 0 ;
    width:      100%;
    margin-bottom:  0;  
}

/* Applies to both tables in the non-scrolling header region. */
div#pagetop table
{
    width:      100%;
    font-size:  90%;
    margin:     0 0 0 0;
}

/* Applies to cells in both tables in the non-scrolling header region. */
div#pagetop table td
{
    color:      #0000FF;
    font-size:  80%;
    margin:     0 0 0 0;
    padding:    1px 20px 0px 16px;
    border:     medium none;
    background-color:   transparent;
    border: none;
}

/* Applies to the page title row in the upper table of the non-scrolling header region. */
div#pagetop table tr#pagetoptable1row2 td
{
    padding-bottom: 6px;
}

/* Applies to the last row in the upper table of the non-scrolling header region. */
div#pagetop table tr#pagetoptable1row3 td
{
    padding-bottom: 2px;
    padding-top:    0;
}

/* Applies to the lower table of the non-scrolling header region. */
div#pagetop table#pagetoptable2
{
    border-top-color:   white;
    border-top-style:   solid;
    border-top-width:   1px;
}

div#pagetop table#pagetoptable2, div#pagetop table#pagetoptable1
{
    background-image: url(images/gradient.png);
    color: #fff;
    border-bottom: #F47920 3px solid
}
table#pagetopbreadcrumbs
{
    color: #fff;
    border-bottom: #F47920 1px solid;
}

div#pagetop table#pagetoptable2 td
{
    padding-top:    0;
    padding-bottom: 0;
}

div#pagetop table#pagetoptable2 td
{
    padding-top:    0;
    padding-bottom: 0;
}

/* Breadcrumbs section of the page header */
div#pagetop table#pagetopbreadcrumbs td 
{
    background-color: white; 
    padding:    0px 3px 3px 19px;
    color:      black;
}

/* Applies to the running header text in the first row of the upper table in the
   non-scrolling header region. */
span#projecttitle
{
    font-weight: bold;
    font-size: 150%;
    color: #006598
}

/* Applies to the topic title in the second row of the upper table in the
   non-scrolling header region. */
span#pagetitle
{
    font-weight: normal;
    font-size: 120%;
    color: #006598
}

/* The copy code prompt span */
span.copyCode
{
    color:      #0000ff;
    font-size:  80%;
    font-weight: normal;
    cursor:     pointer;
    float:      right;
    display:    inline;
    text-align: right;
}

/*------------------------------ Other Region Styles -------------------------------*/

/* Applies to the page footer */
div#pagefooter
{
    margin-top:     0;
    margin-bottom:  0;
    margin-left:    0;
    margin-right:   0;
    padding-top:    2px;
    padding-bottom: 6px;
    padding-left:   5px;
    padding-right:  2px;
    font-size: 80%; 
    color: #808080;
}

/* Footer horizontal rule */
hr#footerHR
{
    border-bottom-color:    #EEEEFF;
    border-bottom-style:    solid;
    border-bottom-width:    1px;
    border-top-color:   #C8CDDE;
    border-top-style:   solid;
    border-top-width:   1px;
    height:         3px;
    color:          #D4DFFF;
}

/* Non scrolling page footer */
div#nonscrollingpagefooter, div.fullwidthfooter
{
    border-top:     1px solid #ff6532;
    border-left:    0px;
    border-right:   0px;
    border-bottom:  0px;
    padding-top:    2px;
    padding-bottom: 2px;
    padding-left:   5px;
    padding-right:  2px;    
    vertical-align: bottom;
    font-size:      60%;
}


/* *******************************************************/
/**      Tables  Added by DCZ 2013                      **/
/* *******************************************************/

/* "table" is borderless and used in cases like Tool guide descriptions  **/
table
{
    border-bottom:  0px;
    border-left:  0px;
    border-right:  0px;
    border-top:  0px;
	font-size:      1.1em;
    table-layout: fixed;
}

/* "rhino" is for the Rhino details in Import/Export  **/
table.rhino
{
    background-color: #ffffff;
    border-bottom: solid 1px #000000;
    border-left:  solid 1px #000000;
    border-right:  solid 1px #000000;
    border-top:  solid 1px #000000;
	border-collapse: collapse;
	font-size:      1.1em;
    table-layout: fixed;
}

tr.rhino td
{
    border-bottom: solid 1px #000000;
    border-left:  solid 1px #000000;
    border-right:  solid 1px #000000;
    border-top:  solid 1px #000000;
	padding-bottom: 2px;
	padding-left: 20px;
    background-color: #FFFFFF;
	font-family: "Segoe UI", Arial, sans-serif;
    color: #000000;
}

/* "showborders" shows all cell borders  **/
table.showborders
{
    background-color: #ffffff;
    border-bottom: solid 1px #000000;
    border-left:  solid 1px #000000;
    border-right:  solid 1px #000000;
    border-top:  solid 1px #000000;
	border-collapse: collapse;
	font-size:      1.1em;
    table-layout: fixed;
}

tr.showborders td
{
    border-bottom: solid 1px #000000;
    border-left:  solid 1px #000000;
    border-right:  solid 1px #000000;
    border-top:  solid 1px #000000;
	padding-right: 10px;
	padding-bottom: 2px;
	padding-left: 20px;
    background-color: #FFFFFF;
	font-family: "Segoe UI", Arial, sans-serif;
    color: #000000;
}

/* *******************************************************/
/* Zebra tables **/
/* *******************************************************/

table.alternating
{
    background-color: #ffffff;
    border-bottom: solid 1px #F47920;
    border-left: solid 1px #F47920;
    border-right: solid 1px #F47920;
    border-top: solid 1px #F47920;
	border-collapse: collapse;
	font-size:      1.1em;
    table-layout: fixed;
}
tr.orange td
{
    padding-right: 10px;
    padding-left: 4px;
    padding-top: 0px;
	padding-bottom: 2px;
    background-color: #F47920;
	font-family: "Segoe UI", Arial, sans-serif;
    text-align: left;
	font-weight: bold;
    color: #ffffff;
}
tr.paleorange td 
{
    
	padding-right: 10px;
    padding-left: 4px;
    background-color: #ffead7;
	font-family: "Segoe UI", Arial, sans-serif;
	font-weight: normal;
    color: #000000;
}
tr.gray td
{
    padding-right: 10px;
    padding-left: 4px;
    background-color: #ebebeb;
	font-family: "Segoe UI", Arial, sans-serif;
	font-weight: normal;
    color: #000000;
}
tr.white td
{
    padding-right: 10px;
    padding-left: 4px;
	background-color: #ffffff;
	font-family: "Segoe UI", Arial, sans-serif;
	font-weight: normal;
    color: #000000;
}

/*------------------------------ Feedback Section -------------------------------*/

div#feedback
{
    background-color:   #f1f1f1;
}

table.feedback
{
    width:          300px;
}

table.feedback, table.feedback td
{
    border-style:   none;
    background-color: transparent;
}

td.feedbackcaption
{
    vertical-align: bottom;
    padding-bottom: 4px;
}

td.feedbackprompt
{
    padding-bottom: 5px;
}

/*------------------------------ Popup Bubble -------------------------------*/
div.dxpopupbubble
{
    left:       4px;
    position:   absolute;
    padding:    4px 8px 5px 4px;
    z-index:    1;
    width:      50%;
    visibility:     hidden;
    border:     1px solid #999999;
    background:     #EFEFF7;
    font-size:  60%;
}

/*------------------------------ Heading Styles -------------------------------*/

H1 {
	font-family: "Segoe UI", Tahoma, sans-serif;
	font-weight: bold;
	color: #367BC8;
	font-size: 105%;
	margin-bottom: 0pt;
	margin-top: 6pt;
}
H2, .HeadingProcedure
{
    color: #367BC8;
    font-family: 'Segoe UI','Tahoma','sans-serif';
    font-size: 100%;
    font-weight: bold;
    margin-top: 18pt;
}


H3 {
	font-family: "Segoe UI", Tahoma, sans-serif;
	font-weight: bold;
	font-size: 90%;
	color: #000000;
	margin-top: 18pt;
	margin-left: 0pt;
}


P, li {
	margin-bottom: 0pt;
	font-family: "Segoe UI", Arial, sans-serif;
	font-size: 100%;
	margin-top: 4.5pt;
}
ul, ol{
	margin-top: 4.5pt;
	margin-bottom: 12pt;
}


.breadcrumbtext
{
    font-size: 95%;
    color: #808080
}

/*************** Styles added 2010 ********************/

/** Changes glossary popups to blue **/

A.hsglossaryreference
{
    color:      #006598;
    border-bottom: 1px dotted #006598;
}

div.hspopupbubble
{
    left:       4px;
    position:   absolute;
    padding:    4px 8px 5px 4px;
    z-index:    1;
    width:      50%;
    visibility: hidden;
    border:     1px solid #006598;
    background: #ffffff;
    font-size:  60%;
}
/*************************************************

