﻿/* Copied directly from ~/styles.css */
P
{
    font-weight: normal;
    font-size: 9pt;
    line-height: 12pt;
    font-family: Arial;
}

TD
{
    font-weight: normal;
    font-size: 9pt;
    line-height: 12pt;
    font-family: Arial;
}

LI
{
    font-weight: normal;
    font-size: 9pt;
    line-height: 12pt;
    font-family: Arial;
}

A:link
{
    color: black;
    text-decoration: none;
}
A:hover
{
    color: black;
    text-decoration: underline;
}
A:visited
{
    color: black;
    text-decoration: none;
}
A:hover:visited
{
    color: black;
    text-decoration: underline;
}
A.big:link
{
    color: black;
    text-decoration: none;
}
A.big:hover
{
    color: black;
    text-decoration: underline;
}
A.info
{
    z-index: 5;
    position: relative;
    text-decoration: none;
}
A.info:hover
{
    z-index: 70;
    background-color: transparent;
}
A.info SPAN
{
    display: none;
}
A.info:hover SPAN
{
    border-right: black 1px solid;
    border-top: black 1px solid;
    border-left: black 1px solid;
    border-bottom: black 1px solid;
    display: block;
    z-index: 100;
    right: 2em;
    color: #333;
    line-height: 12pt;
    font-family: Arial;
    position: absolute;
    top: -3em;
    background-color: white;
    text-align: center;
    text-decoration: none;
}
B.red
{
    color: red;
}
.red A:link
{
    z-index: 5;
    color: red;
    text-decoration: none;
}
.red A:hover
{
    z-index: 70;
    color: red;
    background-color: transparent;
    text-decoration: underline;
}
.red A:visited
{
    color: red;
    text-decoration: none;
}
.red A:hover:visited
{
    color: red;
    text-decoration: underline;
}
FORM
{
    font-weight: normal;
    font-size: 9pt;
    line-height: 12pt;
    font-family: Arial;
}
INPUT
{
    font-weight: normal;
    font-size: 9pt;
    line-height: 12pt;
    font-family: Arial;
}
TEXTAREA
{
    font-weight: normal;
    font-size: 9pt;
    line-height: 12pt;
    font-family: Arial;
}
SELECT
{
    font-weight: normal;
    font-size: 9pt;
    line-height: 12pt;
    font-family: Arial;
}

.bodytext
{
    font-size: 10px;
    color: #333333;
    line-height: 18px;
    font-family: Arial, Verdana, Helvetica, sans-serif;
    letter-spacing: normal;
}
.linktext
{
    font-size: 10px;
    color: #333333;
    line-height: 18px;
    font-family: Arial, Verdana, Helvetica, sans-serif;
    letter-spacing: normal;
}
.linktext A:link
{
    font-size: 10px;
    color: #333333;
    line-height: 18px;
    font-family: Arial, Verdana, Helvetica, sans-serif;
    letter-spacing: normal;
}
.linktext A:hover
{
    text-decoration: underline;
    font-size: 10px;
    color: #333333;
    line-height: 18px;
    font-family: Arial, Verdana, Helvetica, sans-serif;
    letter-spacing: normal;
}
.linktext A:visited
{
    font-size: 10px;
    color: #333333;
    line-height: 18px;
    font-family: Arial, Verdana, Helvetica, sans-serif;
    letter-spacing: normal;
}
.bodytext A:link
{
    font-size: 10px;
    color: #333333;
    line-height: 18px;
    font-family: Arial, Verdana, Helvetica, sans-serif;
    letter-spacing: normal;
}
.bodytext A:hover
{
    text-decoration: underline;
    font-size: 10px;
    color: #333333;
    line-height: 18px;
    font-family: Arial, Verdana, Helvetica, sans-serif;
    letter-spacing: normal;
}
.bodytext A:visited
{
    font-size: 10px;
    color: #333333;
    line-height: 18px;
    font-family: Arial, Verdana, Helvetica, sans-serif;
    letter-spacing: normal;
}
B
{
    font-weight: bold;
    font-size: 10pt;
    color: #333333;
    line-height: 18px;
    font-family: Arial, Verdana, Helvetica, sans-serif;
    letter-spacing: normal;
}
B.small
{
    text-decoration: underline;
    font-weight: bold;
    font-size: 11px;
    color: #555555;
    line-height: 18px;
    font-family: Arial, Verdana, Helvetica, sans-serif;
    letter-spacing: normal;
}
.greentext
{
    font-weight: bold;
    font-size: 14px;
    color: #58a618;
    line-height: 18px;
    font-family: Arial, Verdana, Helvetica, sans-serif;
    letter-spacing: normal;
}
.headertext
{
    font-size: 13px;
    color: #333333;
    line-height: 18px;
    font-family: Arial, Verdana, Helvetica, sans-serif;
    letter-spacing: normal;
}

.footertext
{
    font-weight: normal;
    font-size: 9px;
    color: #333333;
    line-height: 18px;
    font-family: Arial, Helvetica, sans-serif;
}
IFRAME
{
    border-right: #cccccc 1px solid;
    border-top: #cccccc 1px solid;
    border-left: #cccccc 1px solid;
    border-bottom: #cccccc 1px solid;
}


/* button hovers temporarily removed (changed to regular button color) - must change DocType declarations to get these working in IE */
.app_button, .ui-dialog .ui-dialog-buttonpane button
{
    border-right: #707070 1px solid;
    border-top: #b2b2b2 1px solid;
    font-size: 11px;
    border-left: #b2b2b2 1px solid;
    border-bottom: #707070 1px solid;
    font-family: arial;
    background-color: #e2e2e2;
}
.app_button:hover
{
    border-right: #707070 1px solid;
    border-top: #b2b2b2 1px solid;
    font-size: 11px;
    border-left: #b2b2b2 1px solid;
    border-bottom: #707070 1px solid;
    font-family: arial;
    background-color: #ffff99;
}
.app_button_preferred
{
    border-right: #707070 2px solid;
    border-top: #707070 1px solid;
    font-size: 11px;
    border-left: #707070 1px solid;
    border-bottom: #707070 2px solid;
    font-family: arial;
    background-color: #e2e2e2;
}
.app_button_preferred:hover
{
    border-right: #707070 2px solid;
    border-top: #707070 1px solid;
    font-size: 11px;
    border-left: #707070 1px solid;
    border-bottom: #707070 2px solid;
    font-family: arial;
    background-color: #ffff99;
}




TH.locked
{
    border-right: #ffffff 1px solid;
    padding-right: 3px;
    padding-left: 3px;
    font-weight: bold;
    font-size: 11px;
    z-index: 10; ;LEFT:expression(parentNode.parentNode.parentNode.parentNode.scrollLeft);PADDING-BOTTOM:3px;COLOR:#ffffff;PADDING-TOP:3px;FONT-FAMILY:Arial,Helvetica,sans-serif;POSITION:relative;BACKGROUND-COLOR:#333333;TEXT-ALIGN:center
}


TR.hovered TD
{
    background-color: #e9e9e9;
}

.filediv
{
    margin-top: 5px;
    display: none;
}
.filenamediv
{
    margin-left: 10px;
    display: inline;
    font-size: 7.5pt;
}
.small
{
    font-size: 7.5pt;
}


.printonly
{
    display: none;
}


/*---------------------------------NEW DESIGN STYLES-------------------------------------*/
/* CSS Document */

body
{
    /*padding: 0px 0px 0px 0px; margin: 0px;*/
    color: #333333;
    font-family: Arial, Helvetica, Verdana, sans-serif;
    font-size: 13px;
    line-height: 16px;
}

h1
{
    padding: 0px;
    margin: 0px;
    font-style: normal;
}
h2
{
    padding: 0px;
    margin: 0px;
    font-style: normal;
}
h3
{
    padding: 0px;
    margin: 0px;
    font-style: normal;
}

.header_bg_bid
{
    background-image: url(../../images/header_bg_bid.jpg);
    background-repeat: repeat-x;
    height: 50px;
    margin: 0;
    padding: 0;
}

.pi_gray_bar_bg
{
    background-image: url(../../images/gray_bar_bg.jpg);
    background-repeat: repeat-x;
    height: 50px;
}

.pi_green_bar_bg
{
    background-image: url(../../images/project_index_green_bar.jpg);
    background-repeat: repeat-x;
    padding: 0px 0px 0px 0px;
}

.green_bar_menu_bg
{
    background-image: url(../../images/green_bar_menu_bg.jpg);
    background-repeat: repeat-x;
    padding: 3px 0px 0px 0px;
    height: 32px;
}



.welcome_text
{
    font-family: Arial, Helvetica, Verdana sans-serif;
    color: #ffffff;
    font-size: 18px;
    font-weight: bold;
    line-height: 20px;
    padding: 0px 0px 0px 14px;
}


/* ----------------- project title ------------------ */

.project_title
{
    font-family: Arial, Helvetica, Verdana, sans-serif;
    color: #ffffff;
    font-size: 24px;
    line-height: 20px;
    font-weight: normal;
    padding: 18px 10px 18px 18px;
}

.project_number
{
    font-family: Arial, Helvetica, Verdana, sans-serif;
    color: #ffffff;
    font-size: 18px;
    font-style: normal;
    padding: 0px 0px 0px 25px;
}


/* ----------------- Print Search Status bar text ------------------ */

.status_bar_text
{
    font-family: Arial, Helvetica, Verdana, sans-serif;
    color: #ffffff;
    font-size: 10px;
    font-style: bold;
    padding: 0px 10px 0px 10px;
}

.status_bar_gray
{
    background-image: url(../../images/status_bar_gray.gif);
}

.status_bar_green
{
    background-image: url(../../images/status_bar_green.gif);
}

.status_bar_yellow
{
    background-image: url(../../images/status_bar_yellow.gif);
}

.print_search_text
{
    font-family: Arial, Helvetica, Verdana, sans-serif;
    color: #ffffff;
    font-size: 10px;
    vertical-align: bottom;
    padding: 5px 10px 0px 0px;
}

.print_search_text a
{
    color: #ffffff;
    text-decoration: none;
}

.print_search_text a:visited
{
    color: #ffffff;
    text-decoration: none;
}

.print_search_text a:hover
{
    color: #999999;
    text-decoration: none;
}

.print_search_text a:active
{
    color: #cccccc;
    text-decoration: none;
}

/* ----------------- title ------------------ */

.title
{
    font-family: Arial, Helvetica, Verdana, sans-serif;
    color: #000000;
    font-size: 18px;
    line-height: 20px;
    font-weight: bold;
    padding: 5px 10px 5px 0px;
}

.title_view
{
    font-family: Arial, Helvetica, Verdana, sans-serif;
    color: #000000;
    font-size: 11px;
    font-style: italic;
    padding: 5px 0px 5px 0px;
}

.title_view a
{
    color: #000000;
    text-decoration: underline;
}

.title_view a:visited
{
    color: #000000;
    text-decoration: underline;
}

.title_view a:hover
{
    color: #333333;
    text-decoration: none;
}

.title_view a:active
{
    color: #666666;
    text-decoration: none;
}

.sub_title_text
{
    font-family: Arial, Helvetica, Verdana, sans-serif;
    color: #333333;
    font-size: 10px;
    line-height: 12px;
}


/* ----------------- Status Bar ------------------ */

.status_white
{
    width: 150px;
    height: 10px;
    background: url(../../images/status_bar_white_full.gif) no-repeat top;
    padding: 0 0 0 1px;
}

.status_yellow
{
    height: 10px;
    background: url(../../images/status_bar_yellow_full.gif) no-repeat top right;
}

.status_green
{
    height: 10px;
    background: url(../../images/status_bar_green_full.gif) no-repeat top right;
}

.status_blue
{
    height: 10px;
    background: url(../../images/status_bar_blue_full.gif) no-repeat top right;
}

/* ----------------- Table Information ------------------ */

.table_header
{
    width: 970px;
    border-top: 1px solid #cccccc;
    border-left: 1px solid #cccccc;
    margin: 10px 0 0 0;
}

.table_header tbody td
{
    padding: 8px 5px 8px 5px;
    border-bottom: 1px solid #cccccc;
    border-right: 1px solid #cccccc;
    font-family: Arial, Helvetica, Verdana, sans-serif;
    color: #333333;
    font-size: 12px;
    line-height: 14px;
    font-weight: normal;
}

.table_header thead td
{
    border-bottom: 3px solid #cccccc;
    border-right: 1px solid #c4dfb3;
    font-family: Arial, Helvetica, Verdana, sans-serif;
    color: #000000;
    font-size: 12px;
    font-weight: bold;
    background-image: url(../../images/table_header_bg.jpg);
    background-repeat: repeat-x;
    height: 21px;
    background-color: #80b95b;
}

.table_header thead td a
{
    display: block;
    color: #000000;
    text-align: left;
    text-decoration: none;
    padding: 15px 15px 3px 20px;
}

.table_header thead td a:hover, .current_column a
{
    display: block;
    background: url(../../images/table_header_arrow_up.gif) no-repeat left;
    color: #333333;
    text-decoration: none;
}

.table_header thead td label
{
    display: block;
    height: 15px;
    color: #000000;
    text-align: left;
    text-decoration: none;
    padding: 15px 10px 3px 15px;
}

.pileftpadding
{
    padding: 0px 15px 0px 15px;
    display: block;
}



/* ----------------- Inside Table Information ------------------ */

/*.expand_table {width:100%;border-top:1px solid #cccccc;border-left:1px solid #cccccc; margin: 0px 0 0 0}*/
.expand_table
{
    width: 100%;
    border-top: 1px solid #cccccc;
    margin: 0px 0 0 0;
}

.expand_table td
{
    padding: 3px 5px 3px 5px;
    border-bottom: 1px solid #cccccc;
    border-right: 1px solid #cccccc;
    font-family: Arial, Helvetica, Verdana, sans-serif;
    color: #333333;
    font-size: 11px;
    line-height: 14px;
    font-weight: normal;
}



.expand_table td a
{
    text-decoration: none;
}

.expand_table td a:visited
{
    text-decoration: none;
}

.expand_table td a:hover
{
    text-decoration: underline;
}

.expand_table td a:active
{
    text-decoration: underline;
}




.expand_table th
{
    border-bottom: 3px solid #cccccc;
    border-right: 1px solid #c4dfb3;
    font-family: Arial, Helvetica, Verdana, sans-serif;
    color: #000000;
    font-size: 11px;
    font-weight: bold;
    background-image: url(../../images/table_header_bg.jpg);
    background-repeat: repeat-x;
    height: 21px;
    background-color: #80b95b;
    padding: 3px 3px 3px 3px;
}

.select_category_table
{
    border-top: 1px solid #cccccc;
    border-left: 1px solid #cccccc;
    margin: 0px 0 0 0;
}
.select_category_table td
{
    border-bottom: 1px solid #cccccc;
    border-right: 1px solid #cccccc;
    font-family: Arial, Helvetica, Verdana, sans-serif;
    color: #333333;
    font-size: 10px;
    line-height: 13px;
    font-weight: normal;
}
.select_category_table thead th
{
    border-bottom: 3px solid #cccccc;
    border-right: 1px solid #c4dfb3;
    font-family: Arial, Helvetica, Verdana, sans-serif;
    color: #000000;
    font-size: 11px;
    font-weight: bold;
    background-image: url(../../images/table_header_bg.jpg);
    background-repeat: repeat-x;
    height: 21px;
    background-color: #80b95b;
    padding: 3px 3px 3px 3px;
}


.expand_table th a
{
    text-decoration: none;
}

.expand_table th a:visited
{
    text-decoration: none;
}

.expand_table th a:hover
{
    text-decoration: underline;
}

.expand_table th a:active
{
    text-decoration: underline;
}



/* ----------------- buttons ------------------ */

.button
{
    border: 1px solid #b2b2b2;
    background: #e2e2e2;
    margin: 0px;
}

.button:hover
{
    border: 1px solid #b2b2b2;
    background: #ffff99;
}


/* ------------- horizontal scroll ------------*/
div#wn_scroll
{
    position: relative;
    height: 20px;
    vertical-align: middle;
    overflow: hidden;
}

/* ------------- plus/minus toggle ------------*/
.toggle-closed
{
    font-size: 7.5pt;
    background: #ffffff url(../../images/acc-minus.gif) no-repeat;
    background-position: 0px 1px;
    padding-left: 1.5em;
    cursor: pointer;
}
.toggle-open
{
    font-size: 7.5pt;
    background: #ffffff url(../../images/acc-plus.gif) no-repeat;
    background-position: 0px 1px;
    padding-left: 1.5em;
    cursor: pointer;
}

.sm_italic_note
{
    font-size: 8pt;
    font-style: italic;
}
.sm_italic_note_gray
{
    font-size: 8pt;
    font-style: italic;
    color: Gray;
}