﻿body
{
    font-family: Helvetica, Trebuchet MS, Sans-Serif;
    padding: 0px;
    margin: 0px;
}

/****Helpful Colour Chart****/
/*  Dark blue text: #475158;
 *  Dark blue background: #91A2A6;
 *  Blue-grey background: #8DA2B0;
 *  Lighter blue background: #C8D3D5;
 *  Grey menu item colour: #ADBABD;
 *  Orange highlight colour: #E4BE4C;
 *  Brown table header: #9E8064;
 *  Dark brown: #4F3524;
 *  Very light brown: #CEAD8E;
 */

/****Generic Styles****/

h1
{
    margin-top: 0px;
    font-size: 1.4em;
}

h2
{
    font-size: 1.1em;
}

p
{
    max-width: 535px;
}

a
{
    color: #8DA2B0;
    font-weight: bold;
    text-decoration: none;
}

a:hover
{
    border-bottom: 1px dotted #8DA2B0;
}

a img
{
    border: none;
}

br
{
    clear: both;
}

hr
{
    color: #9E8064;
}

#MainContent ol, #MainContent ul
{
    /* ND: 9 DEC 2008 - removed line. Any reason why it was in?   max-width: 515px; */
}

/****The Main Layout DIVs****/

#MainContent
{
    position: relative;
    top: 0px;
    left: 0px;
    min-height: 467px;
    margin: 10px;
    
}


#NRLogo
{
    position: absolute;
    top: 10px;
    right: 10px;
}

#TitleText
{
    position: absolute;
    top: 5px;
    left: 5px;
    font-weight: bold;
    font-size: 2em;
    color: #4F3524;
}

#NavigationContent
{
    position: absolute;
    top: 70px;
    left: 0px;
    width: 100%;
    height: 60px;
    margin: 0px;
    padding: 0px;
    overflow: hidden;
    color: #FFFFFF;
}

#NavLevel2Placeholder, #SubMenuPlaceHolder
{
    position: absolute;
    top: 99px;
    height: 26px;
    width: 100%;
    background-color: #4F3524;
    border-bottom: 1px solid #4F3524;
}

#FooterContent
{
    position:relative;
    top: 30px;
    border-top: 1px solid #475158;
    background-color: #8DA2B0;
    width: 100%;
    text-align: center;
    clear: both;
}

.ExtraMenuItem
{
    display: block;
    float: left;
    padding: 5px 0px 4px 0px;
    white-space: nowrap;
    background-color: #4F3524;
}

.ExtraMenuItem a
{
    color: #ffffff;
    display: block;
    text-decoration: none;
    font-weight: bold;
    border-bottom: none;
    text-transform: uppercase;
    padding: 0px 10px 0px 10px;
}

.LeftPanel
{
    font-size: 0.9em;
    position: absolute;
    left: 10px;
    top: 10px;
    width: 200px;
    min-height: 477px;
    border-right: 1px dashed #C8D3D5;
    border-bottom: 1px dashed #C8D3D5;
    padding-right: 10px;
}

.RightPanel
{
    font-size: 0.9em;
    position: absolute;
    right: 10px;
   top: 10px;
    width: 220px;
    min-height: 477px;
    border-left: 1px dashed #C8D3D5;
    border-bottom: 1px dashed #C8D3D5;
    padding-left: 10px;
}

.MidPanel
{
    margin-left: 210px;
    margin-right: 230px;
    padding: 0px 10px 10px 10px;
}


/****Form Elements*****/
.DialogBox
{
    width: 400px;
    border: 1px dashed #C8D3D5;
    display: block;
    padding: 10px;
}

.FormText
{
    clear: none;
    width: 200px;
    font-size: 0.8em;
}

.FormLabel
{
    float: left;
    display: inline-block;
    width: 100px;
}

.FormLabel-Long
{
    float: left;
    display: inline-block;
    width: 150px;
}

.DialogBox ul
{
    margin-bottom: 0px;
    margin-top: 0px;
}

/****Specific Styles****/

.LeftPanel h2
{
    background-color: #8DA2B0;
    color: #FFFFFF;
    padding-left: 5px;
    margin: 0px;
}

.LeftPanel h2 a
{
    color: #FFFFFF;
}

.LeftPanel h2 a:hover
{
    color: #C8D3D5;
    border: none;
}

table.MultiPageArticle
{
    width: 100%;
}

.MultiPageArticleImageBox
{
    width: 573px;
    height: 430px;
    padding: 0px 20px 0px 0px;
}

.MultiPageArticlePageNumber
{
    font-weight: bold;
}

.MultiPageArticleTextBox
{
    vertical-align: top;
}

.MultiPageArticleDisabledLink
{
    color: #cacaca;
}

.FAQ-Query
{
    font-weight: bold;
    max-width: 800px;
}

.FAQ-QueryTitle
{
    max-width: 800px;
}

.FAQ-QueryText
{
    display: none;
    text-align: justify;
}

.FAQ-FirstQueryText
{
    display: block;
    text-align: justify;
}

.FAQ-QueryText p, .FAQ-FirstQueryText p
{
    margin-left: 20px;
}

.ImageWithText
{
    float: left;
    margin-right: 10px;
}

.FormViewTextBox
{
    width: 80%;
}

.nospacing
{
    vertical-align: top;
    padding: 0px;
    margin: 0px;
}

.nospacing td
{
    vertical-align: top;
    padding: 0px;
    margin: 0px;
}

.FeatureGeneralPanel
{
    float: left;
    background-color: #C8D3D5;
    padding: 10px;
    width: 40%;
}

.FeatureSpecificsPanel
{
    float: left;
    background-color: #C8D3D5;
    width: 40%;
}

.FormViewValidationSummary
{
    clear: both;
    background-color: #C8D3D5;
}

.FeatureDetailsSubPanel
{
    float: left;
    background-color: #C8D3D5;
    border: dotted 1px #8DA2B0;
    padding: 10px;
    vertical-align: top;
    width: 100%;
}

.FeatureDetailsSubPanel td
{
    margin: 5px;
    vertical-align: top;
    padding-right: 10px;
}

.RightAlign
{
    float: right;
}

.Summary
{
    padding: 10px;
    background-color: #C8D3D5;
    border: solid 2px #91A2A6;
}

.ConflictsList
{
    background-color: #C8D3D5;
}

img.doclinkicon
{
    display: inline;
    vertical-align: middle;
    padding-bottom: 3px;
    border: none;
    width: 19px;
    height: 18px;
}

.doclinksize
{
    color: #888888;
    font-style: italic;
}

.Text-Long
{
    width: 300px;
}

.Text-Short
{
    width: 22px;
}

.GroupingDiv
{
    border: dotted 1px #91A2A6;
    padding: 2px;
}

.HeaderLabel
{
    margin-top: 10px;
}

.hidden
{
    display: none;
}

.Error
{
    border: 1px solid #FF1100;
    padding: 5px;
    color: #FF1100;
}

.wrapper
{
    padding: 5px;
    background-color: #C8D3D5;
}

.TracksList
{
    width: 50px;
}

/** ergo tools **/

#header
{
    margin: 0px;
    padding: 0px;
    background-color: #FFFFFF;
    height: 160px;
}

#strip
{
    /*background: #4E6779 url(images/strip.png) no-repeat right center;*/
    background: #425969 url(images/strip.png) no-repeat right center;
    
    position: absolute;
    height: 99px;
    width: 100%;
    margin-top: 30px;
}

#logo
{
    background-image: url(images/nrlogo1.png);
    background-repeat: no-repeat;
    background-position: top right;   
    width: 175px;
    height: 73px;
    position: absolute;
    right: 0px;
    top: -31px;
   
}

#cutoff
{
    background-image: url(images/cutoff.png);
    width: 41px;
    height: 81px;
    position: absolute;
    right: 0px;
    margin-top: 20px;
}

#headline
{
	font-family: Arial, Helvetica, sans-serif, Trebuchet MS;
    position: absolute;
    top: 12px;
    left: 10px;
    color: #FFFFFF;
    padding: 10px;
}

#headline h1
{
	font-family: Arial, Helvetica, sans-serif, Trebuchet MS;
	font-size:26px;
}

#headline h1 a
{
    color: #FFFFFF;
    text-decoration: none;
}
