﻿/* DEFAULTS
----------------------------------------------------------*/

a:link, a:visited
{
    color: #034af3;
}

a:hover
{
    color: #1d60ff;
    text-decoration: none;
}

a:active
{
    color: #034af3;
}

p
{
    margin-bottom: 10px;
    line-height: 1.6em;
}


/* HEADINGS   
----------------------------------------------------------*/

h1, h2, h4, h5, h6
{
    font-size: 1.5em;
    text-transform: none;
    font-weight: 200;
}

h1
{
    font-size: 1.6em;
    padding-bottom: 0px;
}

h2
{
    font-size: 1.5em;
    font-weight: 600;
}

h3
{
    font-size: 1.2em;
    text-transform: none;
    font-weight: 200;
    margin-bottom: 0px;
    left: 20px;
    color: #bd3c00;
    margin-left: 70px;
}

h4
{
    font-size: 1.1em;
}

h5, h6
{
    font-size: 1em;
}

/* this rule styles <h1> and <h2> tags that are the 
first child of the left and right table columns */
.rightColumn > h1, .rightColumn > h2, .leftColumn > h1, .leftColumn > h2
{
    margin-top: 0px;
}
ul
{
    display: block;
    list-style-type: disc;
    text-align: left;
}
li
{
    display: list-item;
    text-align: -webkit-match-parent;
}


/* PRIMARY LAYOUT ELEMENTS   
----------------------------------------------------------*/

.footer
{
    color: #4e5766;
    padding: 8px 0px 0px 0px;
    margin: 0px auto;
    text-align: center;
    line-height: normal;
    height: 100px;
}
.footer p
{
    line-height: 1em;
    font-size: 14px;
    margin-bottom: 5px;
    margin-top: 5px;
}
.main
{
    display: block;
    margin: 15px 10px 10px 160px;
    min-height: 300px;
    width: 848px;
    border: 1px solid #CCCCCC;
}
.default_search_placer
{
    position: relative;
    top: -30px;
    margin: 20px 20px;
    text-align: center;
    left: 0px;
    min-height: 283px;
}


.default_search_placer p
{
    position: relative;
    line-height: 1em;
    margin: 5px 5px;
    text-align: left;
    left: 140px;
    font-size: 14px;
}
.default_logo
{
    height: 55px;
    text-align: left;
    position: relative;
    display: block;
    left: 160px;
    top: 15px;
}
.default_btnSearch
{
    text-align: center;
    color: White;
    font-size: 12px;
    width: 40px;
    font-weight: bold;
}
.search_panel .default_btnSearch
{
    font-size: 16px;
}
.default_btnSearch.green
{
    background-color: #7FB133;
    border: 1px solid #D7E0C9;
    color: #FFFFFF;
    font-family: arial,helvetica,sans-serif;
    font-weight: bold;
    border-radius: 4px;
    padding: 4px 6px;
    text-align: center;
    text-shadow: -1px -1px 0 rgba(0, 0, 0, 0.3);
}
.default_btnSearch.green:hover
{
    border: 1px solid #4b546a;
    background-color: #336600;
    background-image: linear-gradient(top, #4b546a, #2c354b);
}
.default_btnSearch.blue
{
    border: 1px solid #4b546a;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    font-family: arial, helvetica, sans-serif;
    text-shadow: -1px -1px 0 rgba(0,0,0,0.3);
    font-weight: bold;
    text-align: right;
    color: #FFFFFF;
    background-color: #3300FF;
    background-image: linear-gradient(top, #606c88, #3f4c6b);
    text-align: left;
    margin-left: 0px;
    width: 50px;
    height: 20px;
}
.default_btnSearch.blue:hover
{
    border: 1px solid #4b546a;
    background-color: #3300CC;
    background-image: linear-gradient(top, #4b546a, #2c354b);
}
.notes
{
    margin: 20px 20px 0 20px;
}
/* FORM ELEMENTS   
----------------------------------------------------------*/

fieldset
{
    margin: 1em 0px;
    padding: 1em;
    border: 1px solid #ccc;
}

fieldset p
{
    margin: 2px 12px 10px 10px;
}


fieldset label.inline
{
    display: inline;
}

input.textEntry
{
    width: 250px;
    border: 1px solid #ccc;
}

input.passwordEntry
{
    width: 320px;
    border: 1px solid #ccc;
}


/* MISC  
----------------------------------------------------------*/

.clear
{
    clear: both;
}


.failureNotification
{
    font-size: 12px;
    color: Red;
}

.bold
{
    font-weight: bold;
}
.web_dialog_overlay
{
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    height: 100%;
    width: 100%;
    margin: 0;
    padding: 0;
    background: #000000;
    opacity: .75;
    filter: alpha(opacity=15);
    -moz-opacity: .15;
    z-index: 101;
    display: none;
}
.web_dialog
{
    display: none;
    position: fixed;
    width: 550px;
    table-layout: fixed;
    top: 35%;
    left: 50%;
    margin-left: -190px;
    margin-top: -100px;
    background-color: #ffffff;
    border: 2px solid #336699;
    padding: 0px;
    z-index: 102;
    font-family: Verdana;
    font-size: 10pt;
    text-align: left;
}
.web_dialog p
{
    text-align: left;
    left: 0px;
    font-weight: bold;
}

.web_dialoghm
{
    border-style: none;
    border-color: inherit;
    border-width: 0px;
    display: table;
    position: relative;
    width: 700px;
    table-layout: fixed;
    background-color: #ffffff;
    padding: 0px;
    left: 72px;
    font-family: Verdana;
    font-size: 8pt;
    text-align: left;
    top: 30px;
    height: 376px;
}
.web_dialoghm p
{
    text-align: left;
    left: 0px;
    font-weight: bold;
    font-size: 10px;
}
.web_dialog_title
{
    border-bottom: solid 2px #336699;
    background-color: #336699;
    padding: 4px;
    color: White;
    font-weight: bold;
}
.web_dialog_title a
{
    color: White;
    text-decoration: none;
}
.align_right
{
    text-align: right;
}
.regist_main
{
    margin: 50px 50px;
}
.div-table
{
    display: table;
    width: 700px;
    border-spacing: 5px;
    margin: 20px 20px 20px;
}
.div-table-row
{
    display: table-row;
    width: auto;
    clear: both;
    padding: 4px 0 4px 0px;
}
.div-table-col-left
{
    float: left;
    display: table-column;
    width: 120px;
    padding: 2px 0 2px 20px;
    text-align: right;
    font-size: 14px;
}
.div-table-col-right
{
    float: left;
    display: table-column;
    width: auto;
    padding: 2px 0 2px 20px;
    text-align: left;
}
.submit_button
{
    text-align: center;
    color: White;
    font-size: 12px;
    font-weight: bold;
    border: 1px solid #26759e;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    font-family: arial, helvetica, sans-serif;
    padding: 3px 10px 3px 10px;
    text-shadow: -1px -1px 0 rgba(0,0,0,0.3);
    font-weight: bold;
    text-align: center;
    color: #FFFFFF;
    background-color: #339900;
    background-image: linear-gradient(top, #3093c7, #1c5a85);
}
.submit_button:hover
{
    border: 1px solid #26759e;
    background-color: #336600;
    background-image: linear-gradient(top, #26759e, #133d5b);
}
.loginin
{
    /* border: 1px solid #3d3d3d;*/
    width: 600px;
    margin: 20px 20px 0 80px;
}

.Width140
{
    width: 140px;
}
.rightColumn
{
    margin-right: 0px;
}
.inline
{
    margin-left: 0px;
}
.style1
{
    width: 460px;
    height: 109px;
    vertical-align: top;
}
.style2
{
    width: 165px;
}
.style3
{
    width: 165px;
    height: 109px;
    margin-top: 10px;
}
.fadetextbox
{
    width: 260px;
    margin-left: 5px;
    color :#999999
}
.textbox
{
    width: 260px;
    margin-left: 5px;
    color: black;
}
#pAdvancedSearch a {
    background-color:grey;line-height:22px;height:22px;display:block;width:110px;cursor:pointer;color: black;text-align: center
}
#pAdvancedSearch a span{
   display:block;
}