﻿/* 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:      11pt;
    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:      100%;
    width:          100%;
    margin-bottom:  0;
}

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

/*------------------------------ Non-scrolling Header Region Styles -------------------------------*/

span#projecttitleSC
{
    font-weight: bold;
    font-size: 14pt;
    color: #006598
}

span#breadcrumbtextSC
{
    font-weight: normal;
    font-size: 8pt;
	color: #0033bb;
}

span#itemtitleSC
{
    font-weight: bold;
    font-size: 18pt;
    color: #0033bb;
}

span#pagetitleSC
{
    font-weight: normal;
    font-size: 120%;
    color: #006598;
}

table.pageheaderSC
	{
	background-color: #ffffff;
	border:   none;
	}
	
table.breadcrumbSC
	{
	background-color: #ffffff;
	border:   none;
	border-top: 2px solid #cccccc;
	}

/*------------------------------ 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;
}

/* Non scrolling page footer */
span#nonscrollingpagefooter
{
    font-size: 80%; 
    color: #808080;
}


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

/* "Table" is borderless and used for displaying Tool guides, etc.  **/
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 tr td
{
    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;
}

/* *******************************************************/
/* 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;
}
/*------------------------------ Heading Styles -------------------------------*/
	a:link 			
	{
	color:	#0033bb;
	cursor: pointer;
	text-decoration: none;
	}
	
	a:hover 			
	{
	color:	#0033bb;
	cursor: pointer;
	text-decoration: none;
	}
	
	a:visited 			
	{
	color:	#0033bb;
	cursor: pointer;
	text-decoration: none;
	}

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;
}

