@import url(../../css/960gs/reset.css);
@import url(../../css/960gs/text.css);
@import url(../../css/960gs/960.css);

/* png fix for IE */
img, div, span, a, input
{
    behavior: url(iepngfix.htc) !important;
}

body
{
    background: #ccc url(     'Images/layout/body-bg.png' ) repeat-x top;
}
input:focus
{
    border: 2px solid orange;
    background: #ffc;
    color: #000;
}

a
{
    color: #ff6600;
    text-decoration: underline;
}
a:hover
{
    color: orange;
    text-decoration: none;
}

h1, h3, h5
{
    color: #333;
}
h2, h4, h6
{
    color: #999;
}

#header
{
    width: 960px;
    height: 80px;
    margin: 0 auto;
}
#header-left
{
    width: 400px;
    height: 90px;
    float: left;
    background: transparent url(images/layout/logo.png) no-repeat;
}
#logo
{
    display: block;
    background: transparent;
    width: 300px;
    height: 80px;
}

#header-right
{
    width: 560px;
    height: 90px;
    float: left;
    text-align: right;
    color: #ccc;
}
#date
{
    color: #ccc;
}
#date a
{
    color: #fff;
    text-decoration: none;
}
#header-left h1, #header-left h2
{
    display: none;
    visibility: hidden;
}
#menu
{
    width: 960px;
    height: 36px;
    margin: 0 auto;
    background: #999 url(     'Images/layout/menu-bg.png' ) repeat-x top;
}


/* menu style */
#menu ul
{
    list-style: none;
    padding: 0;
    margin: 0;
    width: 900px;
    height: 35px;
    clear: both;
    margin-left: 20px;
}

#menu ul li
{
    display: inline;
    margin: 0;
    padding: 0;
}

#menu ul li a
{
    text-decoration: none;
    color: #fff;
    text-transform: uppercase;
    font-family: Verdana, Geneva, sans-serif;
    font-size: 13px;
    display: block;
    float: left;
    padding: 6px 15px;
}



#menu ul li a:hover
{
    text-decoration: none;
    color: orange;
}


#content-area
{
    background: #fff;
    overflow: auto;
    padding-bottom: 2em;
    border-bottom: 1px solid #999;
}
#updatepanel
{
    padding: 1em 0;
}

#footer
{
    width: 960px;
    height: 80px;
    margin: 0 auto;
    text-align: center;
    color: #999;
}


/* input forms */
.ihint
{
    display: none;
    font-size: 11px;
    background: url(images/layout/ihint-bg.png) no-repeat top left;
    color: #fff;
    padding: 1em 1em 1em 4em;
    width: 250px;
    position: absolute;
    margin: 22px 0 0 10px;
    white-space: normal;
}


fieldset
{
    padding: 1em .5em;
}

fieldset.form1
{
    margin: .5em 0;
    color: #666;
    padding: 10px 5px;    
}

fieldset.form1 legend
{
    font-weight: bold;
}

fieldset.form1 label
{
    display: block;
}

fieldset.form1 .radiolist label, fieldset.form1 .checkboxlist label
{
    display: inline !important;
}

fieldset.form1 ol
{
    list-style: none;
    margin: 0;
    padding: 0;
}
fieldset.form1 ol li
{
    list-style: none;
    margin: 0;
    padding: 0 0 1em 0;
    clear: both;
}
fieldset.form1 ol li li
{
    display: block;
    width: auto;
    white-space: nowrap;
    float: left;
    clear: none;
    margin-right: 20px;
}

fieldset.form1 dl
{
    margin: 1em;
}

fieldset.form1 dt
{
    font-weight: bold;
    display: block;
}
fieldset.form1 dd
{
    display: block;
    margin-left: 2em;
}




fieldset .textbox
{
}
fieldset .med
{
    width: 200px;
}

fieldset .sm
{
    width: 80px;
}

fieldset .xsm
{
    width: 30px;
}
fieldset .lg
{
    width: 430px;
}



fieldset.buttons
{
    margin: 2em;
    text-align: center;
}

fieldset.buttons ol, fieldset.buttons ul
{
    list-style: none;
    margin: 0;
    padding: 0;
}

fieldset.buttons ol li
{
    float: left;
    margin: 0 3em;
}

fieldset.box1
{
    border: 1px solid #ccc;
    margin: 1em;
    padding: 1em;
}

fieldset.box1 legend
{
    font-weight: bold;
}

table.data
{
    width: 100%;
    height: auto;
}
table.data td, table.data th
{
    padding: 3px;
    border-collapse: collapse;
    margin: 0;
}
table.data thead, table.data th
{
    background: #666;
    color: white;
}
table.data thead th
{
    text-align: left;
}
table.data thead th a
{
    color: #ffc;
}
table.data tbody
{
}
table.data tr.a
{
    background: #f0f0f0;
}
table.data tr.b
{
    background: #f9f9f9;
}
table.data tfoot
{
    background: #ccc;
    color: #666;
}

table.data2
{
    width: 100%;
    height: auto;
}
table.data2 th, table.data2 td
{
    padding: 3px;
}
table.data2 th
{
    color: #fff;
    background: #999;
    text-align: left;
}




table.display
{
    width: auto;
    height: auto;
}
table.display td, table.data th
{
    padding: 3px;
    border-collapse: collapse;
    margin: 0;
}
table.display thead
{
    background: #666;
    color: white;
}
table.display thead th
{
    text-align: left;
}
table.display thead th a
{
    color: #ffc;
}
table.display tbody
{
}
table.display tr.a
{
    background: #f0f0f0;
}
table.display tr.b
{
    background: #f9f9f9;
}
table.display tfoot
{
    background: #ccc;
    color: #666;
}
table.display td.dt
{
    text-align: left;
    color: #000;
    width: 300px;
}
table.display td.title
{
    text-align: left;
    font-weight: bold;
}
table.display td.dd
{
    text-align: left;
    color: #999;
}

/* ----------- Start with customized item ------------ */

ul.guidance
{
    margin-left: 0;
    padding-left: 0;
    list-style: none;
}

ul.guidance li
{
    padding-left: 14px;
    background-image: url(Images/icons/arrow1.png);
    background-repeat: no-repeat;
    background-position: 0 6px;
}
html[xmlns] ul.guidance
{
    padding-left: 1em;
}

html[xmlns] ul.guidance li
{
    background: none; /* undo the background-image */
    list-style-image: url(Images/icons/arrow1.png);
    padding: 0;
}

ul.guidance li.first
{
    font-weight: bold;
}

ul.checklist
{
    margin-left: 0;
    padding-left: 0;
    list-style: none;
}

ul.checklist li
{
    padding-left: 14px;
    background-image: url(Images/icons/checkmark.png);
    background-repeat: no-repeat;
    background-position: 0 6px;
}
html[xmlns] ul.checklist
{
    padding-left: 1em;
}

html[xmlns] ul.checklist li
{
    background: none; /* undo the background-image */
    list-style-image: url(Images/icons/checkmark.png);
    padding: 0;
}

ul.checklist li.first
{
    font-weight: bold;
}



.linklist-title
{
    color: #666;
    font-family: Verdana, Sans-Serif;
    margin: 2em 0 1em 0;
}
.linklist-outer
{
    margin: 0;
}
.linklist
{
    width: 200px;
    border-style: solid solid none solid;
    border-color: #D76100;
    border-width: 1px;
}
.linklist ul
{
    margin: 0px !important;
    padding: 0px !important;
    list-style: none !important;
}
.linklist ul li
{
    margin: 0px !important;
    padding: 0px !important;
}
.linklist li a
{
    height: 32px;
    voice-family: "\"}\"";
    voice-family: inherit;
    height: 24px;
    text-decoration: none;
    font-weight: normal;
}
.linklist li a:link, .linklist li a:visited
{
    color: #9E3C02;
    display: block;
    background: url(images/layout/menu4.gif);
    padding: 8px 0 0 30px;
}
.linklist li a:hover
{
    color: #fff;
    background: url(images/layout/menu4.gif) 0 -32px;
    padding: 8px 0 0 30px;
}
.linklist li a:active
{
    color: #fff;
    background: url(images/layout/menu4.gif) 0 -64px;
    padding: 8px 0 0 30px;
}




/* generic classes */
.req
{
    font-weight: bold;
    color: #ff0000;
    font-family: Helvetica;
}

.term
{
    border-bottom: dashed 1px #ff6600;
    color: #ff6600;
}
span.focused
{
    font-weight: bold;
}

#termsAndFees
{
    height: 300px;
    width: 100%;
}

.clear
{
    clear: both;
}
.error
{
    color: #f00;
    font-weight: bold;
    margin: 0 2em;
    display: block;
}

.errorlist
{
    color: #f00;
    display: block;
    background: #ffc;
    padding: 1em;
    font-weight: bold;
}

.errorlist ul
{
    font-weight: normal;
}
.notice
{
    font-style: italic;
    color: Red;
    margin: .5em;
    font-weight: bold;
}
.instructions
{
}


/*  ------------------------------- grid style ----------------------------------- */
.gridFieldHeader
{
    color: Black;
    font-size: 12px;
    font-weight: bold;
    font-family: Helvetica, sans-serif;
    padding-left: 10px;
    margin-left: 5px;
}

.gridHeader
{
    background: #666;
    color: white;
}

.gridRow
{
    background-color: #f0f0f0;
    color: #606060;
    word-break: break-all;
}

.gridAltRow
{
    background-color: #f9f9f9;
    color: #606060;
    word-break: break-all;
}

.gridOutline
{
    background-image: none;
    background-color: #4F535C;
    color: White;
}

.gridAltOutline
{
    background-image: none;
    background-color: #F5D771;
    color: #606060;
}

.gridGroup
{
    background-image: none;
    background-repeat: no-repeat;
    background-color: #F7F7F7;
    border: solid 1px;
    color: #606060;
    text-align: left;
}

.gridPager
{
    background: #ccc;
    color: #666;
}
/*  ------------------------------- grid style end ----------------------------------- */



/* for 3rd level buttons */
#thirdnavcontainer
{
    margin: 1em 0;
    height: 40px;
}
/* to stretch the container div to contain floated list
 #thirdnavcontainer:after {
 content: ".";
 display: block;
 line-height: 1px;
 font-size: 1px;
 clear: both;
 }
 */
ul#thirdnav
{
    list-style: none;
    padding: 0;
    margin: 0 auto;
    font-size: 0.8em;
}

ul#thirdnav li
{
    display: block;
    float: left;
    margin: 0;
    padding: 0;
    background: #c0c0c0;
}

ul#thirdnav li a
{
    display: block; /*width: 100%;*/ /*ticket #253 GUI issues in MS IE 6.0 issue 1 */
    padding: 0.5em 1em;
    border-width: 1px;
    border-color: #eee #aaab9c #ccc #eee;
    border-style: solid;
    color: #000;
    text-decoration: none;
    background-color: #ddd;
    text-align: center;
}

#thirdnavcontainer > ul#thirdnav li a
{
    width: auto;
}

ul#thirdnav li a:hover
{
    color: #f00;
    background: #f0f0f0;
    border-color: #aaab9c #fff #fff #ccc;
}

ul#thirdnav li a.active, ul#thirdnav li a.active:hover
{
    background: yellow;
    color: #800000;
    border-color: #aaab9c #fff #fff #ccc;
}

ul#thirdnav li.alert a
{
    background: #c00;
    color: #fff;
    border-width: 1px;
    border-color: #eee #aaab9c #ccc #eee;
    border-style: solid;
}
ul#thirdnav li.alert a:hover
{
    background: #f00;
    color: yellow;
    border-width: 1px;
    border-color: #aaab9c #fff #fff #ccc;
    border-style: solid;
}


/* Tabs */
#tabs
{
    padding: 3px 0;
    margin-left: 0;
    border-bottom: 1px solid #778;
    font: bold 12px Verdana, sans-serif;
}

#tabs ul
{
    margin: 0;
}

#tabs li
{
    list-style: none;
    margin: 0;
    display: inline;
}

#tabs li a
{
    padding: 3px 0.5em;
    margin-left: 3px;
    border: 1px solid #778;
    border-bottom: none;
    background: #ccc;
    text-decoration: none;
}

#tabs li a:link
{
    color: #448;
}

#tabs li a:visited
{
    color: #667;
}

#tabs li a:hover
{
    color: #000;
    background: #f0f0f0;
    border-color: #227;
}

#tabs li a.current
{
    background: white;
    border-bottom: 1px solid white;
}


ul.notes
{
    margin: 2em 4em;
    list-style: url(images/icons/comments.gif);
}

ul.notes li
{
    display: block;
    padding-left: 1em;
}

ul.notes li span.author
{
    font-weight: bold;
    display: block;
    margin: 1em 0;
}

ul.notes li span.note
{
    font-style: italic;
    display: block;
    margin: 1em;
}

ul.docs
{
    margin: 1em 2em;
    list-style: url(images/icons/file.gif);
}

ul.docs li
{
    padding-left: .5em;
}

a.button
{
    background: transparent url(     'images/bg_button_a.gif' ) no-repeat scroll top right;
    color: #444;
    display: block;
    float: left;
    font: normal 12px arial, sans-serif;
    height: 24px;
    margin-right: 6px;
    padding-right: 18px; /* sliding doors padding */
    text-decoration: none;
}

a.button span, a.button span.less
{
    background: transparent url(     'images/bg_button_span.gif' ) no-repeat;
    display: block;
    line-height: 14px;
    padding: 5px 0 5px 18px;
    font-weight: bold;
}

a.button span.less
{
    font-weight: normal;
}

a.button:active
{
    background-position: bottom right;
    color: #000;
    outline: none; /* hide dotted outline in Firefox */
}

a.button:active span
{
    background-position: bottom left;
    padding: 6px 0 4px 18px; /* push text down 1px */
}

/* for user search button  written by Andy Ding 2008-8-8*/
a.button2
{
    background: transparent url(     'images/bg_button_a.gif' ) no-repeat scroll top right;
    color: #444;
    display: block;
    float: right;
    font: normal 12px arial, sans-serif;
    height: 24px;
    margin-right: 6px;
    padding-right: 18px; /* sliding doors padding */
    text-decoration: none;
}

a.button2 span, a.button2 span.less
{
    background: transparent url(     'images/bg_button_span.gif' ) no-repeat;
    display: block;
    line-height: 14px;
    padding: 5px 0 5px 18px;
    font-weight: bold;
}

a.button2 span.less
{
    font-weight: normal;
}

a.button2:active
{
    background-position: bottom right;
    color: #000;
    outline: none; /* hide dotted outline in Firefox */
}

a.button2:active span
{
    background-position: bottom left;
    padding: 6px 0 4px 18px; /* push text down 1px */
}

.TextIndicator_TextBox3
{
    background-color: Blue;
    color: Yellow;
    font-size: small;
    font-variant: small-caps;
    padding: 2px 3px 2px 3px;
}

.TextIndicator_TextBox3_Handle
{
    width: 16px;
    height: 14px;
    background-image: url(images/Question.png);
    overflow: hidden;
    cursor: help;
}
/* end */

a.button1
{
    background: transparent url(     'images/bg_button_a.gif' ) no-repeat scroll top right;
    color: #444;
    font: normal 12px arial, sans-serif;
    float: right;
    height: 24px;
    margin-right: 6px;
    padding-right: 18px; /* sliding doors padding */
    text-decoration: none;
}

a.button1 span, a.button span1.less
{
    background: transparent url(     'images/bg_button_span.gif' ) no-repeat;
    line-height: 14px;
    padding: 5px 0 5px 18px;
    font-weight: bold;
}


a.buttonalt
{
    background: transparent url(     'images/bg_buttonalt_a.gif' ) no-repeat scroll top right;
    color: #444;
    display: block;
    float: left;
    font: normal 12px arial, sans-serif;
    height: 24px;
    margin-right: 6px;
    padding-right: 18px; /* sliding doors padding */
    text-decoration: none;
}

a.buttonalt span, a.buttonalt span.less
{
    background: transparent url(     'images/bg_buttonalt_span.gif' ) no-repeat;
    display: block;
    line-height: 14px;
    padding: 5px 0 5px 18px;
    font-weight: bold;
}


a.buttonalt:active
{
    background-position: bottom right;
    color: #000;
    outline: none; /* hide dotted outline in Firefox */
}

a.buttonalt:active span
{
    background-position: bottom left;
    padding: 6px 0 4px 18px; /* push text down 1px */
}

span.devnote
{
    display: block;
    padding: 1em;
    margin: 1em;
    background: yellow;
    color: red;
}


div#lightboxouter
{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: #000;
    z-index: 1000;
    text-align: center;
    filter: alpha(opacity=50);
    -moz-opacity: .50;
    opacity: .50;
}

div#lightboxinner
{
    position: absolute;
    top: 25%;
    left: 25%;
    width: 50%;
    height: 50%;
    padding: 16px;
    border: 8px solid #ccc;
    background-color: white;
    z-index: 1002;
    overflow: auto;
}


.modalPopup
{
    position: absolute;
    top: 25%;
    left: 25%;
    width: 573px;
    height: 405px;
    padding: 2em;
    border: 8px solid #ccc;
    background-color: white;
    z-index: 1002;
    overflow: auto;
}

.modalBackground
{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: #000;
    z-index: 1000;
    text-align: center;
    filter: alpha(opacity=50);
    -moz-opacity: .50;
    opacity: .50;
}

div#lightboxbg
{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: #000;
    z-index: 1000;
    text-align: center;
    filter: alpha(opacity=50);
    -moz-opacity: .50;
    opacity: .50;
}

div#lightbox
{
    position: absolute;
    top: 25%;
    left: 25%;
    width: 50%;
    height: 50%;
    padding: 2em;
    border: 8px solid #ccc;
    background-color: white;
    z-index: 1002;
    overflow: auto;
}

/*----------------------------statistics---------------------------------*/
.center
{
    text-align: center;
    margin: 0 auto;
}

ul.statistics
{
    font-size: 12pt;
    list-style: url(     'images/icons/minimize.gif' );
    margin: .5em 2em 1em 2em;
}

ul.statistics ul
{
    font-size: 10pt;
    margin: .5em 2em 1em 2em;
}
ul.statistics ul ul
{
    font-size: 8pt;
    margin: .5em 2em 1em 2em;
}

ul.statistics span.value
{
    font-weight: bold;
}
ul.statistics span.stat
{
    margin: 0 1em;
}


.readybox, .notreadybox
{
    padding: .5em;
    background: #fff;
    color: black;
    border: 1px solid #ccc;
}
.red
{
    color: red;
}
input.date
{
    /*background: url(images/calendar.jpg) right no-repeat; */
}


#reportnavigator fieldset
{
    padding: 5px;
}
#reportnavigator fieldset legend
{
    font-weight: bold;
}
#reportnavigator, #reportnavigator select, #reportnavigator input
{
    font-size: 12px;
}
#reportnavigator label
{
    margin: 3px;
    display: block;
    float: left;
}
#reportnavigator label select, #reportnavigator label input
{
    display: block;
}











#score
{
    color: #000;
    font-size: 85%;
    position: absolute;
    text-align: center;
    width: 100px;
    z-index: 10;
}
#score, #rating, #standards
{
    font-weight: bold;
}
#scorebar
{
    background-image: url(../images/bg_strength_gradient.jpg);
    background-repeat: no-repeat;
    background-position: 0 0;
    position: absolute;
    width: 100px;
    z-index: 0;
}
#scorebarBorder
{
    background: #333;
    border: 1px #000 solid;
    height: 16px;
    margin-bottom: 2px;
    width: 100px;
}
#password
{
    border: 1px #000 solid;
    font-size: 85%;
    width: 100px;
}
#tablePwdScoring
{
    margin-bottom: 0 !important;
}
#listLegend li
{
    list-style: none;
    padding-bottom: 4px;
    margin-left: 0;
    padding-left: 0;
}
#listLegend
{
    margin-left: 0;
    padding-left: 0;
}
div.fail, div.pass, div.exceed, div.warn
{
    background-repeat: no-repeat;
    background-position: left top;
    height: 16px;
    margin-left: auto;
    margin-right: auto;
    width: 16px;
}
div.exceed
{
    background-image: url(../images/img_status_exceed.png);
}
div.fail
{
    background-image: url(../images/img_status_fail.png);
}
div.pass
{
    background-image: url(../images/img_status_pass.png);
}
div.warn
{
    background-image: url(../images/img_status_warn.png);
}
td.exceed, td.fail, td.pass, td.warn
{
}
td.exceed
{
}
td.fail
{
}
td.pass
{
}
td.warn
{
}
div.box
{
    background: #456;
    border: 1px #000 solid;
    color: #fff;
    height: 16px;
    padding: 2px;
    white-space: nowrap;
    width: 16px;
}
div.boxMinus, div.boxPlus
{
    border: none;
    color: #fff;
    font-weight: bold;
    padding: 2px;
    text-align: left;
    white-space: nowrap;
}
td.footnote
{
    background: #ddd;
    font-size: 70%;
}
.bold
{
    font-weight: bold;
}
.clearNone
{
    clear: none;
}
.floatRight
{
    float: right;
}
.floatLeft
{
    float: left;
}
.hide
{
    display: none;
}
.imgLegend
{
    clear: left !important;
    float: left !important;
    position: relative !important;
    margin-bottom: -3px !important;
    margin-right: 5px !important;
}
.inline
{
    display: inline;
}
.italic
{
    font-style: italic;
}
.noPad
{
    padding: 0;
}
.show
{
    display: inline !important;
}
.txtLg
{
    font-size: 125%;
}
.txtSmall
{
    font-size: 75%;
}
.txtCenter
{
    text-align: center;
}
.txtRight
{
    text-align: right;
}
div.xtend
{
    clear: both !important;
    line-height: 0;
    height: 0;
}


.claiminputtable
{
    border-collapse: collapse;
    width: 600px;
    line-height: normal;
}

.claiminputtable a
{
    font-size: 85%;
}


.claiminputtable th
{
    text-align: left;
    background: #999;
    color: #fff;
    text-align: center;
    width: 100px;
    padding: 5px;
    border: 1px solid #ccc;
}

.claiminputtable td
{
    border: 1px solid #ccc;
    text-align: center;
    width: 100px;
    padding: 2px;
}


/**************Modal popup for submitting dispute***************/

.updateProgress
{
    border-width: 1px;
    border-style: solid;
    background-color: #FFFFFF;
    position: absolute;
    width: 130px;
    height: 50px;
}
.updateProgressMessage
{
    position: absolute;
    top: 25%;
    left: 25%;
    padding: 2em;
    border: 8px solid #ccc;
    background-color: white;
    z-index: 1002;
    overflow: auto;
}


.uploaded
{
    background: #f0f0f0;
    border: 1px solid #ccc;
}

.uploaded td
{
    text-align: center;
}


.extra
{
    font-weight: bold;
    color: #000;
}


.scrollreader
{
    font-family: Times New Roman, Serif;
    font-size: 13px;
    width: 90%;
    height: 200px;
    overflow: scroll;
    border: 1px solid #ccc;
    margin: 1em;
    padding: 1em 1em 3em 1em;
    background: #f0f0f0;
}

.scrollreader h1, .scrollreader h2, .scrollreader h3, .scrollreader h4, .scrollreader h5, .scrollreader h6
{
    font-family: Times New Roman, Serif;
    text-transform: none;
}

.scrollreader ol
{
}


ul.checklist
{
    margin-left: 0em;
    padding-left: 0.2em;
    margin-bottom: 1em;
}

ul.checklist li
{
    background: url(Images/checkmark.png) 0em 0.5em no-repeat; /* change background em accordingly */
    padding-left: 0.8em;
    list-style: none;
}

.checklist ul li
{
    background-image: url(images/checkmark-child.png);
}



ol.checklist li, ul.checklist li
{
    margin-bottom: 0.5em;
}



ol.checklist
{
    margin-left: 1.5em;
    padding-left: 0px;
}

.checklist ol li
{
    list-style: decimal;
    background-image: none;
    padding-left: 0em;
}


