/* ---------- Global CSS ----------   */*
{
    outline: none;
    margin: 0;
    padding: 0;
}
body
{
    font-family: Arial, Helvetica, sans-serif;
    color: #333;
    font-size: 12px;
}
img
{
    border-style: none;
}
.clear
{
    clear: both;
}
#page-wrapper
{
    width: 1000px;
    margin-right: auto;
    margin-left: auto;
}
#page-wrapper #page-container
{
    background-image: url(../../images/page-bg.gif);
    background-repeat: repeat-y;
    background-position: center;
    min-height: 500px;
    height: auto !important;
    height: 500px;
}
#page-container #page-top-border
{
    background-image: url(../../images/page-top.gif);
    background-position: center top;
    background-repeat: no-repeat;
    height: 16px;
}
/* ---------- Page Header CSS ----------   */#page-container #page-header
{
    width: 974px;
    margin-right: auto;
    margin-left: auto;
   /* height: 82px;*/
}
#page-header #left-header
{
    width: 225px;
    float: left;
}
#page-header #right-header
{
    float: right;
}
#right-header .search-box
{
    font-size: 13px;
    color: #666;
    font-weight: 700;
    margin-top: 10px;
    text-align: right;
    margin-right: 20px;
    margin-bottom: 35px;
}
.search-box .search-field
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
    color: #666;
    border: 1px solid #CCC;
    height: 20px;
    width: 176px;
    margin-left: 5px;
    padding-right: 3px;
    padding-left: 3px;
}
.search-box .button-search
{
    background-image: url(../../images/button-search.gif);
    background-repeat: no-repeat;
    height: 20px;
    width: 57px;
    outline: none;
    border-style: none;
    vertical-align: bottom;
    cursor: pointer;
}
.search-results{
	border-top :1px solid #ccc;
	clear:both;
	margin-left:20px;
	margin-right:20px;
	overflow:auto;
	padding-top:15px;
}
.search-results iframe
{
    width:100%;
    height:1000px;
}

.button-submit
{
    background-image: url(../../images/button-submit.gif);
    background-color: Transparent;
    height: 20px;
    width: 57px;
    border-top-style: none;
    border-right-style: none;
    border-bottom-style: none;
    border-left-style: none;
    background-repeat: no-repeat;
    cursor: pointer;
}
.button-close
{
    background-image: url(../../images/button-close.gif);
    background-repeat: no-repeat;
    height: 20px;
    width: 57px;
    outline: none;
    border-style: none;
    cursor: pointer;
}
.button-cancel
{
    background-image: url(../../images/button-cancel.gif);
    background-repeat: no-repeat;
    height: 20px;
    width: 57px;
    outline: none;
    border-style: none;
    cursor: pointer;
}
.button-signup
{
    background-image: url(../../images/button-sign-up.gif);
    background-repeat: no-repeat;
    height: 20px;
    width: 141px;
    outline: none;
    border-style: none;
    vertical-align: middle;
    cursor: pointer;
}
.button-more
{
    background-image: url(../../images/button-more.gif);
    background-repeat: no-repeat;
    height: 20px;
    width: 57px;
    outline: none;
    border-style: none;
    vertical-align: middle;
    cursor: pointer;
}

/* ---------- Main Navigation CSS ----------   */
#right-header #main-navigation
{
    font-family: Arial, Helvetica, sans-serif;
    font-weight: 700;
    color: #666;
    font-size: 13px;
    vertical-align: bottom;
    height: 31px;
    text-align: right;
    margin-right: 15px;
}
#main-navigation ul
{
    list-style-type: none;
    float: right;
}
#main-navigation li
{
    float: left;
}
#main-navigation a
{
    color: #666666;
    display: block;
    line-height: 31px;
    padding-left: 10px;
    padding-right: 10px;
    text-decoration: none;
}
#main-navigation a:hover
{
    color: #000;
    background-image: url(../../images/main-nav-hover-bg.gif);
    background-repeat: repeat-x;
    background-position: bottom;
}

#main-navigation .active
{
    color: #000;
    background-image: url(../../images/main-nav-hover-bg.gif);
    background-repeat: repeat-x;
    background-position: bottom;
}
#main-navigation #link-bill-mail
{
    height: 31px;
    width: 91px;
    display: block;
    background-image: url(../../images/link-bill-mail.gif);
    background-position: center bottom;
    text-indent: -99999px;
    background-repeat: no-repeat;
    margin: 0 1px 0 0;
}
#link-bill-mail a
{
    display: block;
    height: 31px;
    width: 91px;
    text-indent: -99999px;
    font-size: 0;
    color: #FFF;
    padding-right: 0px;
    padding-left: 0px;
}
#main-navigation #link-biller-express
{
    height: 31px;
    width: 145px;
    display: block;
    background-image: url(../../images/link-biller-express.gif);
    background-position: center bottom;
    text-indent: -99999px;
    background-repeat: no-repeat;
    margin: 0;
}
#link-biller-express a
{
    display: block;
    height: 31px;
    width: 145px;
    text-indent: -99999px;
    font-size: 0;
    color: #FFF;
    padding-right: 0px;
    padding-left: 0px;
}



.powered a
{
    color: #666;
    text-decoration: none;
}

/* ---------- Page Body/Contents CSS ----------   */
#page-container #page-body
{
	width: 974px;
    margin-right: auto;
    margin-left: auto;
}
#page-body h2
{
    color: #069;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 18px;
    font-weight: 400;
    margin-bottom: 14px;
}
#page-body h3
{
    color: #069;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 7px;
}
#page-body h3 a
{
    text-decoration:none;
}
#page-body h4
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
    font-weight: 700;
    color: #333;
    margin-bottom: 5px;
    padding-top: 7px;
}
#page-body a {
	color:#069;
}
#page-body p
{
    font-size: 12px;
    margin-bottom: 7px;
    line-height: 140%;
}
#page-body a:hover
{
    color: #069;
    text-decoration: underline;
}
/* ---------- Page Footer CSS ----------   */#page-wrapper #page-footer
{
    background-image: url(../../images/page-bottom.gif);
    background-repeat: no-repeat;
    background-position: center top;
    overflow: auto;
    padding: 14px 10px 10px;
}
#page-footer .copyright
{
    font-size: 10px;
    color: #333;
    width: 300px;
    float: left;
}
#page-footer .footer-links
{
    text-align: right;
    font-size: 13px;
    font-weight: 700;
    float: right;
}
.footer-links a
{
    color: #666;
    text-decoration: none;
    margin-left: 14px;
}
.footer-links a:hover
{
    text-decoration: underline;
}
.powered
{
    clear: both;
    font-size: 11px;
    text-align: right;
    padding-top: 5px;
}
.powered a
{
    color: #666;
    text-decoration: none;
}
.powered img
{
    vertical-align: middle;
}

#link-bill-mail a:hover, #link-biller-express a:hover
{
    color: #FFF;
    background-color: transparent;
    background-image: none;
}
#link-biller-express span
{
    visibility: hidden;
}
#link-bill-mail span
{
    visibility: hidden;
}
p + h3, h2 + h3
{
    margin-top: 20px;
}
.pop-up-box
{
    width: auto;
    background-color: #E3E3E3;
    border: 1px solid #CCC;
    padding: 10px 10px 10px 10px;
    z-index: 9999;
}
.pop-up-box .msg
{
    font-size: 11px !important;
    margin-bottom: 14px !important;
    font-weight: bold;
}

.pop-up-box div
{
    margin-bottom: 10px;
}

.pop-up-text-box
{
    border: 1px solid #CCC;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    height: 18px;
    width: 150px;
}
.pop-up-box label
{
    width: 100px;
    display: block;
    float: left;
    text-align: right;
    margin-right: 10px;
}
.pop-up-box .star
{
    color: #C00;
}
.pop-up-box .note
{
    margin-left: 60px;
    margin-bottom: 0px !important;
}

.pop-up-box .button-reset
{
    background-image: url(../../images/button-reset.gif);
    height: 20px;
    width: 57px;
    border-top-style: none;
    border-right-style: none;
    border-bottom-style: none;
    border-left-style: none;
    background-repeat: no-repeat;
    cursor: pointer;
}
.pop-up-box .button-insert
{
    background-image: url(../../images/button-insert.gif);
    height: 20px;
    width: 57px;
    border-top-style: none;
    border-right-style: none;
    border-bottom-style: none;
    border-left-style: none;
    background-repeat: no-repeat;
    cursor: pointer;
}
/*.pop-up-box .button-cancel
{
    background-image: url(../../images/button-cancel.gif);
    height: 20px;
    width: 57px;
    border-top-style: none;
    border-right-style: none;
    border-bottom-style: none;
    border-left-style: none;
    background-repeat: no-repeat;
    margin-top: 5px;
    margin-bottom: 5px;
    cursor: pointer;
}
*/
.pop-up-box .text-area
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    width: 350px;
    height: 130px;
    border-color: #999 #CCC #CCC #999;
    border-style: solid;
    border-width: 1px;
}
.pop-up-box .button-browse
{
    background-image: url(../../images/button-reset.gif);
    height: 20px;
    width: 57px;
    border-top-style: none;
    border-right-style: none;
    border-bottom-style: none;
    border-left-style: none;
    background-repeat: no-repeat;
    cursor: pointer;
}
input[type="file"]
{
    background-color: White;
}


.bluetxt
{
    color: #007BE3;
}

.mail
{
    border: 1px solid #CCC;
    font-family: Verdana, Geneva, sans-serif;
    font-size: 11px;
    color: #666;
}
.mail a
{
    color: #069;
}
.mail .header
{
    color: #3585BF;
    font-size: 18px;
    height: 45px;
}
.mail td
{
    padding-right: 10px;
    padding-left: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
}
.mail .border-bottom
{
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #CCC;
}
.mail p
{
    margin-top: 0px;
    margin-bottom: 10px;
}
.mail .footer
{
    background-color: #F7F9FB;
}
.error
{
    font-size: 11px;
    color: #C00;
}

.transparentBG
{
    background-color: #F2F2F2;
    filter: alpha(opacity=75);
    -moz-opacity: 0.75;
    opacity: 0.75;
    display: none;
    height:100%;
    width: 100%;
    position: absolute;
    top: 0px;
    z-index: 90;
    left: 0;
}
.bread-crumb
{
    font-family: Arial,Helvetica,sans-serif;
    font-size: 11px;
    padding-bottom: 10px;
}
.bread-crumb a:hover {
color:#069;
text-decoration:underline;
}

.bread-crumb a {
color:#333333;
}