﻿/* DEFAULTS
----------------------------------------------------------*/

body
{
    background: #b6b7bc;
    font-size: .80em;
    font-family: "Helvetica Neue" , "Lucida Grande" , "Segoe UI" , Arial, Helvetica, Verdana, sans-serif;
    margin: 0px;
    padding: 0px;
    color: #696969;
}

textarea{
    resize: none;
}

a:link, a:visited
{
    color: #696969;
}

a:hover
{
    color: #696969;
    text-decoration: none;
}

a:active
{
    color: #696969;
}

p
{
    margin-bottom: 10px;
    line-height: 1.6em;
}

th p
{
    margin-top: 0px;
    margin-bottom: 0px;
}

p.columnname
{
    margin-top: 3px;
    margin-bottom: 0px;
    line-height: 1.1em;
    display: block;
}
p.textbox
{
    margin-top: 5px;
    margin-bottom: 0px;
    line-height: 1em;
}
p.textbox_bottomspacer
{
    height: 25px;
}
p.checkbox
{
    margin-top: 8px;
    margin-bottom: 0px;
    line-height: 1em;
}
p.checkbox_bottomspacer
{
    height: 31px;
}
p.date
{
    margin-top: 4px;
    margin-bottom: 0px;
    line-height: 1em;
}
p.date_bottomspacer
{
    height: 2px;
}
p.dropdown
{
    margin-top: 5px;
    margin-bottom: 0px;
    line-height: 1em;
}
p.dropdown_bottomspacer
{
    height: 25px;
}
p.delete_bottomspacer
{
    height: 54px;
}
p.select_text
{
    font-weight: normal;
    height: 25px;
}
p.select_bottomspacer
{
    height: 5px;
}

.PagerMargin table
{
    margin-left: 30px;
}
.PagerMargin table td
{
    padding: 0 3px;
    border: none;
}

table.pad5 td, table.pad5 th
{
    padding: 5px;
}

table.pad0 td, table.pad0 th {
    padding: 0;
}

table.pad0 {
    border-collapse: collapse;
}

tr.pad3 td, tr.pad3 th
{
    padding: 3px;
}
tr.pad3top td, tr.pad3top th
{
    padding: 3px 3px 0 3px;
}
tr.pad3bottom td, tr.pad3bottom th
{
    padding: 0 3px 3px 3px;
}


/* HEADINGS   
----------------------------------------------------------*/

h1, h2, h3, h4, h5, h6, .h2
{
    font-size: 1.5em;
    color: #666666;
    font-variant: small-caps;
    text-transform: none;
    margin-bottom: 0px;
    font-weight: bold;
}

h1
{
    font-size: 1.6em;
    padding-bottom: 0px;
    margin-bottom: 0px;
}

h1.gridview
{
    margin-top: 0px;
}
h2, .h2
{
    font-size: 1.5em;
    font-weight: 600;
}

h3
{
    font-weight: normal;
    font-size: 1.2em;
}

h3.top
{
    margin-top: 0px;
}

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;
}


/* PRIMARY LAYOUT ELEMENTS   
----------------------------------------------------------*/

.page
{
    width: 99.8%;
    min-width: 1090px;
    background-color: #ffffff;
    margin: 0 auto 0 auto;
    border: 1px solid #496077;
}

.pageRegister
{
    width: 830px;
    background-color: #ffffff;
    margin: 20px auto 0px auto;
    border: 1px solid #496077;
}

.pageRegister_iFrame
{
    width: 830px;
    background-color: #ffffff;
    margin: 20px auto 0px auto;
    border: 1px solid #496077;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    color: #434343;
}

.header
{
    position: relative;
    margin: 0px;
    padding: 0px;
    background: #4b6c9e; /*background: #ec7615;*/
    width: 100%;
}

.header h1
{
    font-weight: 700;
    margin: 0px;
    padding: 0px 0px 0px 20px;
    color: #f9f9f9; /*color: black;*/
    border: none;
    line-height: 2em;
    font-size: 2em;
}

.header h2
{
    font-weight: 700;
    margin: 0px;
    padding: 0px 0px 0px 20px;
    color: #f9f9f9; /*color: black;*/
    border: none;
    line-height: 1.6em;
    font-size: 1.6em;
}

.main
{
    padding: 0px 12px;
    margin: 12px 8px 8px 8px;
    min-height: 350px;
}

.leftCol
{
    padding: 6px 0px;
    margin: 12px 8px 8px 8px;
    width: 200px;
    min-height: 200px;
}

.footer
{
    color: #4e5766;
    padding: 8px 0px 0px 0px;
    margin: 0px auto;
    text-align: center;
    line-height: normal;
}


/* TAB MENU   
----------------------------------------------------------*/

div.hideSkiplink
{
    background-color: #3a4f63; /*background-color: #444444;*/
    width: 100%;
    height: 32px;
}

div.leftMenu
{
    display: block;
    float: left;
    width: auto;
}

div.rightMenu
{
    display: block;
    float: right;
    width: auto;
}

div.menu
{
    padding: 4px 8px 4px 8px;
    display: none;
    float: left;
}

div.menu ul
{
    list-style: none;
    margin: 0px;
    padding: 0px;
    width: auto;
    z-index: 200;
}

div.menu ul li a, div.menu ul li a:visited
{
    background-color: #465c71;
    border: 1px #4e667d solid;
    color: #dde4ec;
    display: block;
    line-height: 1.35em;
    padding: 4px 20px;
    text-decoration: none;
    white-space: nowrap; /*background-color: #666666;     border: 1px #777777 solid;     color: #cccccc;     display: block;     line-height: 1.35em;     padding: 4px 20px;     text-decoration: none;     white-space: nowrap;*/
}

div.menu ul li a:hover
{
    background-color: #bfcbd6;
    color: #465c71; /*background-color: #cccccc;*/
    color: #666666;
    text-decoration: none;
}

div.menu ul li a:active
{
    background-color: #465c71;
    color: #cfdbe6; /*background-color: #666666;*/
    color: #cccccc;
    text-decoration: none;
}

/* TAB MENU PRODUCTS  
----------------------------------------------------------*/
div.divProducts
{
    position: absolute;
    margin: 3px;
    padding: 0px;
    top: 0px;
    left: 220px;
}

div.menuProducts
{
    padding: 4px 8px 4px 8px;
    display: none;
}

div.menuProducts ul
{
    list-style: none;
    margin: 0px;
    padding: 0px;
    z-index: 300;
}

div.menuProducts ul li a, div.menuProducts ul li a:visited
{
    background-color: #2a3f53;
    border: 1px #3a4f63 solid;
    color: #cdd4dc; /*background-color: #444444;     border: 1px #555555 solid;     color: #cccccc;*/
    display: block;
    line-height: 1.2em;
    font-size: 11pt;
    padding: 4px 20px;
    width: 100px;
    text-decoration: none;
    white-space: nowrap;
}

div.menuProducts ul li a:hover
{
    background-color: #afbbc6;
    color: #263c51; /*background-color: #cccccc;     color: #444444;*/
    text-decoration: none;
}

div.menuProducts ul li a:active
{
    background-color: #465c71;
    color: #cfdbe6; /*background-color: #444444;     color: #cccccc;*/
    text-decoration: none;
}

/* TAB CONTROL */
.tab_xp .ajax__tab_header
{
    font-size: 13px;
    background: url(/images/tab1-line.gif) repeat-x bottom;
}

.tab_xp .ajax__tab_outer
{
    padding-right: 4px;
    background: url(/images/tab1-right.gif) no-repeat right;
    height: 25px;
}
.tab_xp .ajax__tab_inner
{
    padding-left: 3px;
    background: url(/images/tab1-left.gif) no-repeat;
    height: 25px;
}
.tab_xp .ajax__tab_tab
{
    outline: 0;
    height: 17px;
    padding: 4px;
    margin: 0;
    margin-bottom: -4px;
    background: url(/images/tab1.gif) repeat-x;
}
.tab_xp .ajax__tab_hover .ajax__tab_outer
{
    background: url(/images/tab1-hover-right.gif) no-repeat right;
}
.tab_xp .ajax__tab_hover .ajax__tab_inner
{
    background: url(/images/tab1-hover-left.gif) no-repeat;
}
.tab_xp .ajax__tab_hover .ajax__tab_tab
{
    background: url(/images/tab1-hover.gif) repeat-x;
}
.tab_xp .ajax__tab_active .ajax__tab_outer
{
    background: url(/images/tab1-active-right.gif) no-repeat right;
}
.tab_xp .ajax__tab_active .ajax__tab_inner
{
    background: url(/images/tab1-active-left.gif) no-repeat;
}
.tab_xp .ajax__tab_active .ajax__tab_tab
{
    font-weight: bold;
    background: url(/images/tab1-active.gif) repeat-x;
}
.tab_xp .ajax__tab_body
{
    border: 1px solid #999999;
    border-top: 0;
    padding: 8px;
    background-color: #ffffff;
}


/* FORM ELEMENTS   
----------------------------------------------------------*/

fieldset
{
    margin: 1em 0px;
    padding: 1em;
    border: 1px solid #ccc;
}

fieldset.list
{
    margin: 0px 0px;
    padding: 1em;
    border: 1px solid #ccc;
    text-align: left;
}

fieldset p
{
    margin: 2px 12px 10px 10px;
}

fieldset.login label, fieldset.register label, fieldset.changePassword label
{
    /*display: block;*/
}

fieldset label.inline
{
    display: inline;
}

legend
{
    font-size: 1.1em;
    font-weight: 600;
    padding: 2px 4px 8px 4px;
}

input.textEntry
{
    width: 320px;
    border: 1px solid #ccc;
}

input.passwordEntry
{
    width: 320px;
    border: 1px solid #ccc;
}

div.accountInfo
{
    width: 42%;
}

div.registerInfo
{
    width: 84%;
    margin: auto;
}

/* MISC  
----------------------------------------------------------*/


.popupButton
{
    display: none;
    width: 70px;
}

.clear
{
    clear: both;
}

.title
{
    display: block;
    float: left;
    text-align: left;
    width: auto;
}

.pnlFiles
{
    width: 892px;
    height: 150px;
    border: 1px solid Gray;
    overflow: auto;
    margin: auto;
    text-align: left;
}

.loginDisplay
{
    float: right;
    font-size: 1.1em;
    display: block;
    text-align: right;
    padding: 10px;
    color: White;
}

.loginDisplay a:link
{
    color: white;
}

.loginDisplay a:visited
{
    color: white;
}

.loginDisplay a:hover
{
    color: white;
}

.failureNotification
{
    font-size: 1.2em;
    color: Red;
}

.bold
{
    font-weight: bold;
}

.submitButton
{
    text-align: right;
    padding-right: 10px;
    margin-bottom: 0px;
}

.HowToLink
{
    position: relative;
    top: 0px;
    right: 8px;
    width: 47px;
    height: 27px;
    background: url('/images/Play3.png') no-repeat left;
    padding-top: 5px;
    float: right;
}

.HowToCloseLink
{
    position: relative;
    top: 8px;
    right: 8px;
    width: 80px;
    height: 27px;
    float: right;
}

/* Combox Box */
.WindowsStyle .ajax__combobox_inputcontainer .ajax__combobox_textboxcontainer input
{
    margin: 0;
    border: solid 1px #7F9DB9;
    border-right: 0px none;
    padding: 1px 0px 0px 5px;
    font-size: 13px;
    height: 18px;
    top: 0px;
}
.WindowsStyle .ajax__combobox_inputcontainer .ajax__combobox_buttoncontainer button
{
    margin: 0;
    padding: 0;
    background-image: url(/images/windows-arrow.gif);
    background-position: top left;
    border: 0px none;
    height: 21px;
    width: 21px;
}
.WindowsStyle .ajax__combobox_itemlist
{
    border-color: #7F9DB9;
    height: 100px;
}

/* NEW BUSINESS STYLES  
----------------------------------------------------------*/

/* Document & Video Table */
.NBTabDocumentTable tr:hover
{
    background-color: #F5F5F5;
}
.NBTabDocumentTable td
{   padding: 5px 3px 5px 3px;
    
}
.NBTabDocumentTable {
    border-collapse:collapse;
    border:1px solid #DCDCDC;
}
.NBTabDocumentTable td a img {border:0px;}

/* Tab Title Style and Padding on Content */
.NBTabContentDiv
{
    
    padding-left: 10px;
    padding-top: 0px;
}
.NBTabContentTitle
{
    font-size: 1.5em;
    margin-top: 0px;
    color: #666666;
    font-variant: small-caps;
    text-transform: none;
    margin-bottom: 0px;
    font-weight: bold;
}

/* Floating Divs for Flyers Tab */
.FlyerDivContainer
{	float: left;
    width: 185px;
    text-align: center;
    height: 250px;
    font-size: 10pt;
    padding: 5px;
}
.FlyerDivContainer img
{	width: 150px;
    height: 170px;
    border: 1px solid #c3c3c3;
}

/* Prospect Styles */
.ProspectCell
{
    width: 70px;
    text-align: center;
    vertical-align: text-top;
}