﻿*
{
    margin: 0;
    padding: 0;
}

html
{
    height: 100%;
    min-height: 100%;
    padding: 0;
    margin: 0;
    border: 0; /* background-image: url(/images/TestSiteBG.jpg);  */ /* background-image: url(/images/DevSiteBG.jpg);  */ /* background-image: url(/images/TrainingSiteBG.jpg);  */
    background-color: #ffffff;
    overflow: auto;
}

body
{
    width: 1024px;
    height: 100%;
    min-height: 100%;
    padding: 0px;
    margin: 0px;
    color: #000000;
    font-size: 12px;
    font-family: Arial, Helvetica, sans-serif;
    text-align: left;
}

object
{
    display: block;
}

/************************************
 * Styles for Public Master pages 
 ***********************************/

#header
{
    position: absolute;
    top: 0px;
    height: 115px;
    background-color: White;
    border-right: solid 1px #aad279;
    border-bottom: solid 1px #aad279;
}

#public_container
{
    padding-left: 205px; /* LC width (including padding) */
    padding-right: 205px; /* RC width (including padding) */
    margin-top: 115px; /* make room for absolute positioned header */
    padding-top: 10px;
}

#public_container .column
{
    float: left;
    position: relative;
}

#public_left
{
    width: 175px; /* LC width (not including padding) */
    margin-left: -615px;
    right: 205px; /* LC width + L/R padding */
    padding: 0px 20px 0px 10px;
}

#public_center
{
    width: 100%;
    min-height: 600px;
}

#public_right
{
    width: 175px; /* RC width (not including padding) */
    margin-right: -205px; /* RC width + padding */
    padding-left: 20px;
    padding-right: 10px;
}

#footer
{
    color: Gray;
    font-size: 10px;
    clear: both;
}

#footer a
{
    text-decoration: none;
    color: Gray;
    font-size: 10px;
}


/************************************
 * Styles for Member Master pages 
 ***********************************/
#member_container
{
    margin-top: 115px; /* make room for absolute positioned header */
}

#member_content
{
    padding-top: 10px;
    margin-right: 10px;
}

div#navigation
{
    background-color: black;
    height: 30px;
    border-top: solid 1px #A0A0A0;
    border-bottom: solid 1px silver;
}

div#main_content a:link
{
    color: #666666;
    text-decoration: underline;
}

div#main_content a:hover
{
    color: #000000;
    text-decoration: underline;
}

div#main_content a:active
{
    color: #666666;
    text-decoration: underline;
}

div#main_content a:visited
{
    color: #70a030;
    text-decoration: underline;
}

div#main_content a.hdr, div#main_content a.hdr:link, div#main_content a.hdr:hover, div#main_content a.hdr:visited, div#main_content a.hdr:active
{
    color: #555555;
    text-decoration: none;
    font-weight: bold;
    font-size: 13px;
    display: block;
    padding-bottom: 5px;
}

/* div#main_content ul
{
    list-style-type: disc;
    list-style-position: inside;
    padding-left: 3em;
    margin-top: 5px;
    margin-bottom: 5px;
}

div#main_content ol
{
    list-style-type: decimal;
    list-style-position: outside;
    padding-left: 3em;
    margin-left: 0px;
    margin-top: 5px;
    margin-bottom: 5px;
}

div#main_content li
{
    text-indent: -1em;
    margin-bottom: 5px;
}
*/


#PageHeader
{
    margin-bottom: 15px;
    margin-left: 15px;
}

a img
{
    border: none;
}

.tickbulletimg
{
    float: left;
    margin-right: 3px;
    margin-bottom: 3px;
}

div.tickbulletindent h1, div.tickbulletindent h2, div.tickbulletindent h3, div.tickbulletindent h4, div.tickbulletindent p, div.tickbulletindent ol, div.tickbulletindent ul, div.tickbulletindent table, div.tickbulletindent a.hdr
{
    margin-left: 25px;
}

div.tickbulletindent ol
{
    margin-left: 3em;
    padding-left: 2em;
    margin-bottom: 10px;
}

div.tickbulletindent ul
{
    margin-left: 3em;
    padding-left: 1em;
    margin-bottom: 10px;
}
div.tickbulletindent ul li
{
    text-indent: 0em;
    margin-bottom: 5px;
}


.ErrorDiv
{
    margin-bottom: 0px;
    margin-left: 15px;
    margin-right: 30px;
}


img
{
    display: inline;
}

h2
{
    color: #333333;
    font-size: 16px;
}

h3
{
    font-family: Arial;
    margin-bottom: 5px;
    color: #222222;
    font-size: 14px;
}

h4
{
    font-family: Arial;
    margin-bottom: 5px;
    color: #222222;
    font-size: 12px;
}



.StaticMenuItem
{
    padding-left: 5px;
    padding-right: 2px;
    padding-top: 0px;
    padding-bottom: 0px;
}


.DynamicMenuItem
{
    margin-top: 5px;
    padding-left: 5px;
    padding-right: 0px;
    padding-bottom: 0px;
}

.DynamicMenu
{
    padding-left: 10px;
    padding-right: 15px;
    padding-top: 0px;
    padding-bottom: 3px;
}

.LoginStyle
{
    font: 8pt Tahoma;
    color: White;
    background-color: Black;
    height: 19px;
    background: #444444 url(     'mItemBack.gif' ) repeat-x top center;
    border: solid 1px black;
    padding-top: 3px;
    padding-left: 0px;
    padding-right: 0px;
    width: 75px;
    text-align: center;
}

.LoginStyle a:link
{
    color: White;
    text-decoration: none;
}

/***********************************
/**** End master page 
/**********************************/
.bodyIndented
{
    margin-left: 15px;
}

.bodyIndentedBoth
{
    margin-left: 15px;
    width: 800px;
}

p
{
    padding-bottom: 10px;
}

label
{
    font-weight: bold;
}


.AlignRight
{
    text-align: right;
}

.AlignLeft
{
    text-align: left;
}

.AlignLeftPadded
{
    text-align: left;
    padding-right: 10px;
}

.HeadingLeft
{
    margin-top: 10px;
    margin-right: 0px;
    margin-bottom: 15px;
    margin-left: 0px;
    text-align: left;
}

.InputTable
{
    text-align: right;
    vertical-align: top;
}

.InputTable th
{
    text-align: left;
    padding-right: 10px;
}

.PaddedGridCell
{
    padding: 5px;
}

/* CSSClass for style InputPrompt */
.InputPromptStyle
{
    font-family: Arial, Verdana, Sans-Serif;
    font-size: 9pt;
    font-weight: bold;
    color: Black;
    text-align: left;
    padding-right: 10px;
    background-color: Transparent;
}

/* CSSClass for style InputField */
.InputFieldStyle
{
    font-family: Verdana;
    font-size: 11px;
    font-weight: normal;
    color: Black;
    text-align: left;
    width: 250px;
    background-color: White;
    border: solid 1px #999999;
    padding: 2px 5px 2px 5px;
}

.InputChoiceStyle
{
    background-color: white;
    border: solid 1px #999999;
    font-family: Verdana;
    font-size: 11px;
    font-weight: normal;
    color: Black;
    text-align: left;
    width: 100%;
    height: 20px;
    vertical-align: middle;
    padding-top: 2px;
}

/* CSSClass for SkinId Heading */
.HeadingBlack
{
    margin-top: 10px;
    margin-right: 0px;
    margin-bottom: 15px;
    margin-left: 0px;
    text-align: left;
    font-family: Arial, Verdana, Sans-Serif;
    font-size: 16px;
    font-weight: bold;
    color: Black;
}

/* CSSClass for SkinId HeadingAlert */
.HeadingAlert
{
    margin-top: 10px;
    margin-right: 0px;
    margin-bottom: 15px;
    margin-left: 0px;
    text-align: left;
    font-family: Arial, Verdana, Sans-Serif;
    font-size: 11pt;
    font-weight: bold;
    color: Red;
}

.CCNumberFieldStyle
{
    font-family: Verdana;
    font-size: 11px;
    font-weight: normal;
    color: Black;
    text-align: left;
    width: 40px;
    background-color: White;
    padding: 2px 5px 2px 5px;
}
.CCDateList
{
    font-family: Verdana;
    font-size: 11px;
    font-weight: normal;
    color: Black;
    text-align: left;
    width: 50px;
    background-color: White;
}

.DropDownListStyleOlive
{
    background-color: white;
    border: solid 1px #608058;
    font-family: Verdana;
    font-size: 11px;
    font-weight: normal;
    color: Black;
    text-align: left;
    width: 100%;
    height: 20px;
    vertical-align: middle;
    padding-top: 2px;
}

.WizardButtonStyle
{
    background-color: #DDEEBB;
    border: solid 1px #999999;
    font-family: Verdana;
    font-size: 13px;
    font-weight: bold;
    color: Black;
    text-align: center;
    width: 100px;
    height: 24px;
    vertical-align: middle;
    padding: 2px 5px 2px 5px;
    margin-right: 20px;
}

/* Styling for messages displayed on screen */
div.MessageBody
{
    font-family: arial, verdana, sans-serif;
    font-size: small;
    font-weight: normal;
}

div.MessageBody ul
{
    list-style-type: disc;
    list-style-position: inside;
    padding-left: 20px;
    margin-top: 5px;
    margin-bottom: 5px;
}

div.MessageBody ol
{
    list-style-type: decimal;
    list-style-position: inside;
    padding-left: 20px;
    margin-top: 5px;
    margin-bottom: 5px;
}

div.MessageBody blockquote
{
    padding-left: 20px;
    margin-top: 5px;
    margin-bottom: 5px;
}



.pageHeading
{
    font-weight: normal;
    font-size: 24px;
    color: #80c040;
    font-family: Arial, Verdana, Sans-Serif;
    margin-bottom: 15px;
}


.errorText
{
    font-family: Arial, Verdana, Sans-Serif;
    font-size: 14px;
    font-weight: normal;
    color: #FF0000;
}

.copyHeading
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
    color: #000000;
    font-style: normal;
    font-weight: bold;
    margin: 0;
}

.RequiredField
{
    color: Red;
}

#DataEntry
{
    margin-left: 50px;
}

#DataEntry th
{
    text-align: right;
    padding-right: 20px;
}

.hangingIndent
{
    display: inline;
    float: left;
    padding-right: 20px;
}

.ListSubItem
{
    font-weight: lighter;
    color: Gray;
    text-indent: 50px;
}

.ListMainItem
{
    font-weight: bold;
}

/* Styles for request summary view */
.RequestEmergencyItem
{
    font-weight: bold;
    color: Red;
}

.RequestContractorItem
{
    font-weight: bold;
    color: Green;
}

#StyledLink a:link
{
    color: #666666;
    text-decoration: underline;
}

#StyledLink a:hover
{
    color: #000000;
    text-decoration: underline;
}
#StyledLink a:active
{
    color: #666666;
    text-decoration: underline;
}
#StyledLink a:visited
{
    color: #A5C63F;
    text-decoration: underline;
}

#NavLink
{
    font-weight: bold;
    font-size: 11px;
}
#NavLink ul
{
    padding: 0px;
    margin: 0px;
    list-style-type: none;
    list-style-position: outside;
}
#NavLink li
{
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #999999;
    padding: 0px;
    margin: 0px;
}
#NavLink a:link
{
    color: #666666;
    text-decoration: none;
}
#NavLink a:hover
{
    color: #000000;
    text-decoration: none;
}
#NavLink a:active
{
    color: #000000;
    text-decoration: none;
}
#NavLink a:visited
{
    color: #A5C63F;
    text-decoration: none;
}

/*************************************
* Home page styles
************************************/
.homepageHeader
{
    font-weight: bold;
    font-size: 24px;
    color: Black;
    font-family: Arial, Helvetica, sans-serif;
}

.homepageSubheader
{
    font-weight: bold;
    font-size: 14px;
    color: #223300;
    font-family: Verdana, Arial, Helvetica, sans-serif;
}

.copyHomePage
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 13px;
    color: #000000;
}


.dottedRepeat
{
    background-image: url(../../images/dotted_line_bg.gif);
    background-repeat: repeat-x;
    width: 100%;
}

/*****************************************************************
/*** Classes for padding in GridViews etc
/*****************************************************************/
.rightPadded
{
    padding-right: 10px;
}

.paddedLeft
{
    margin-left: 10px;
}

.bothPadded
{
    padding-left: 10px;
    padding-right: 10px;
}

/***************************************************************
/*   Lazarus styles
/**************************************************************/
.tickBullet
{
    list-style-image: url(/images/tick_logo.gif);
    list-style-position: outside;
    margin: 0; /*removes indent IE and Opera*/
    padding-left: 28px;
}

.tickBulletGrey
{
    list-style-image: url(/images/tick_logo2.gif);
    margin: 0; /*removes indent IE and Opera*/
    padding-left: 28px;
    list-style-position: outside;
}

.listBullet
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: bold;
    list-style-type: none;
    margin: 0; /*removes indent IE and Opera*/
    padding: 0; /*removes indent Mozilla and NN7*/
}
.listBullet li
{
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #999999;
    margin: 0; /*removes indent IE and Opera*/
    padding: 0; /*removes indent Mozilla and NN7*/
}
.listBullet ul
{
    margin: 0; /*removes indent IE and Opera*/
    padding: 0; /*removes indent Mozilla and NN7*/
}

.listBullet a:link
{
    color: #666666;
    text-decoration: none;
}
.listBullet a:hover
{
    color: #000000;
    text-decoration: none;
}
.listBullet a:active
{
    color: #666666;
    text-decoration: none;
}
.listBullet a:visited
{
    color: #A5C63F;
    text-decoration: none;
}

.listPlain
{
    list-style-type: none;
    margin: 0px 0px 0px 28px;
    padding: 0px;
}

.listPlain li
{
    padding: 10px 0px 0px 0px;
}

.listNumbered
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: normal;
    list-style-type: decimal;
    list-style-image: none;
    margin: 0px 0px 0px 25; /*removes indent IE and Opera*/
    padding: 0px; /*removes indent Mozilla and NN7*/
}
.listNumbered li
{
    border: none;
    margin: 0px; /*removes indent IE and Opera*/
    padding: 5px 0px; /*removes indent Mozilla and NN7*/
    list-style-type: decimal;
    list-style-position: inside;
}
.listNumbered ol
{
    margin: 0px; /*removes indent IE and Opera*/
    padding: 0px; /*removes indent Mozilla and NN7*/
    list-style-type: decimal;
}


.GreySurround
{
    padding: 20px 20px 20px 20px;
    background-color: #CCCCCC;
    width: 455px;
    min-height: 250px;
}

.GreySurroundSmaller
{
    padding: 20px 20px 20px 20px;
    background-color: #CCCCCC;
    width: 425px;
    min-height: 250px;
}

.RightImageCell
{
    text-align: right;
    vertical-align: top;
    padding-left: 10px;
    padding-right: 0px;
}

.LightBold
{
    font-weight: bold;
    color: #555555;
}

.FAQAnchor
{
    color: #507020;
    font-weight: bold;
    padding-top: 10px;
    padding-bottom: 2px;
    text-decoration: none;
}

/* Hint used under/beside input text boxes */
.TextHint
{
    color: #555555;
    font-size: 9px;
}

.EmergencyService
{
    color: Red;
}

.ContractorService
{
    color: #80B244;
}

div.OptionGroup td
{
    color: #777777;
    font-weight: normal;
    padding-left: 20px;
    padding-bottom: 0px;
}

.fineprint
{
    color: #333333;
    font-weight: normal;
    font-size: 11px; /* margin-top: 100px; */
}

table.matrix
{
    width: 100%;
    border: solid 1px Green;
}

table.matrix thead
{
    background-color: #769454;
    color: White;
    text-align: center;
}

table.matrix td, th
{
    padding: 4px 2px 3px 5px;
}

table.matrix td.item
{
    padding-left: 12px;
}

table.matrix td.feature
{
    background-image: url(/images/BlackDot.jpg);
    background-position: center;
    background-repeat: no-repeat;
}

table.matrix tr
{
    vertical-align: top;
}

table.matrix tr.altrow
{
    background-color: #f0ffca;
}

table.matrix span.superscript
{
    font-size: 9px;
    position: relative;
    top: -5px;
}

ol.Notes
{
    margin-left: 30px;
}

ul
{
    margin-left: 30px;
}

ol
{
    margin-left: 30px;
}

span.NoteAnnotation
{
    font-size: 10px;
    position: relative;
    top: -5px;
    color: #555555;
}

div.uploader input
{
    padding: 2px 5px 2px 5px;
}

table.CheckInfo
{
    border-collapse: collapse;
    margin: 0px;
    padding: 0px;
}

table.CheckInfo td
{
    padding-bottom: 5px;
}

td.CheckInfoLabel
{
    vertical-align: top;
    width: 300px;
    font-weight: normal;
    font-size: 11px;
    font-family: Verdana, Arial, Sans-Serif;   
}

td.CheckInfoLabel:hover {
    color: Green;
    background-image: url(/images/CheckInfoBg.jpg); 
    background-repeat: no-repeat;
    background-position: right top;
}


td.MandatoryInfoMissing
{
    color: Red;
}

td.CheckInfoData
{
    vertical-align: top;
    width: 400px;
    font-weight: normal;
    font-size: 12px;
    font-family: Arial;
    padding-right: 20px;
}

table.NameInfo
{
}
