﻿/* Sets element margins, padding, and border to 0 to even out browser differences when adding desired values later. */
html, body, div, p, h1, h2, h3, h4, h5, h6, blockquote, ol, ul, li, dl, dt, dd, td, form, fieldset, a, img, button
{
    margin: 0;
    padding: 0;
    border: 0;
}
body
{
    text-align: center;
    font-family: Verdana; /* Tahoma;*/
    font-size: 0.72em;
    background-image: url(../images/backGround.gif);
    background-repeat: repeat-y;
    background-color: #3B3B3D;
}

h1, h2
{
    color: #000000;
}

h3, h4, h5
{
    color: #666666;
}

h6
{
    color: #000000;
}

h1
{
    margin: 0;
    font-size: 1.3em;
    font-weight: bold;
}

h2
{
    margin: 0.5em 0;
    font-size: 1.2em;
    font-weight: bold;
}
h3
{
    margin: 0.5em 0;
    font-size: 1.15em;
    font-weight: bold;
}
h4
{
    margin: 0.5em 0;
    font-size: 1.1em;
    font-weight: bold;
}
h5
{
    margin: 0.5em 0;
    font-size: 1em;
    font-weight: bold;
}
h6
{
    margin: 0.5em 0;
    font-size: 0.9em;
    font-weight: bold;
}
p
{
    margin: 1em 0;
    line-height: 1.5em;
}

a
{
    text-decoration: underline;
}

a:hover
{
    text-decoration: none;
}

#wrapper
{
    width: 1003px;
    margin: 0 auto; /*padding-bottom: 4px;*/
    text-align: left;
    border-color: #A6E9F2;
    background-color: #ffffff;
    border-right: 1px solid white;
    border-left: 1px solid white;
    
}

#header
{
    /*background-image: url(../images/Headers.gif);*/
    background-image: url(../images/Header_prelogin2.gif);
    background-repeat: no-repeat;
    width: 1003px;
    height: 115px;
}

#mainmenu
{
    text-align: center;
    height: 18px;
    background-image: url(../images/menu_bglogin_new.gif);
    background-repeat: repeat-x;
    padding-top: 8px;
}
.mainmenu_menu
{
    margin-top: 0px;
    text-align: center;
    padding-left: 2px;
    min-height: 28px;
    background-color: #0D45A2; /*#0D45A2;*/
}
#mainmenu .lblmarque
{
    margin-top: 10px;
}

#mainmenu .AspNet-Menu-Horizontal .AspNet-Menu li
{
    display: inline;
}

#mainmenu .AspNet-Menu-Horizontal .AspNet-Menu li a
{
    padding: 0px 10px;
    color: Black;
    font-size: 10px;
    font-family: Verdana;
    font-weight: bold;
    text-decoration: none;
}

#mainmenu .AspNet-Menu-Horizontal .AspNet-Menu li a:hover
{
    text-decoration: underline;
}
#ticker
{
    padding: 3px 10px;
    height: 12px;
    background-color: #327bd6;
    border-top: 1px solid #ffffff;
    border-bottom: 1px solid #ffffff;
    color: #ffce00;
    font-size: 11px;
    font-weight: bold;
}

#contentwrapper
{
    margin: 0px;
}
.leftpnl
{
    float: left;
    width: 500px;
    height: 193;
    margin-left: 0px;
}
.rightpnl
{
    float: right;
    width: 503px;
    height: 193;
    margin-right: 0px;
}
.bgpnl
{
    width: 1003px;
    /*background-image: url(../images/text_bg.gif);*/
    background-repeat: repeat-x;
    background-color: #ffffff;
}
#loginbox
{
    float: right;
    width: 300px;
    height: 80px;
    padding: 15px 0;
}
#loginbox .txtbox
{
    margin-top: 5px;
    height: 12px;
    vertical-align: bottom;
}

#loginbox .btn
{
    margin-top: 18px;
    vertical-align: bottom;
}

#loginbox label
{
    margin-left: 80px;
    color: #ffffff;
    font-family: Verdana;
    font-size: 10px;
    font-weight: bold;
    border: 0px solid red;
}


#loginbox span a
{
    margin-bottom: 3px;
    color: #ffffff;
    font-family: Verdana; /* arial, helvetica, sans-serif;*/
    font-size: 10px;
}
#loginbox span
{
    vertical-align: bottom;
}

#loginbox span a:hover
{
    text-decoration: underline;
}

.width900
{
    margin: 10px auto;
    width: 900px;
}
.width800
{
    margin: 10px auto;
    width: 800px;
}

fieldset
{
    border-top: 1px solid #adc9df; /*  border-bottom: 1px solid #adc9df;   border-left: 1px solid  #adc9df;   border-right: 1px solid #adc9df; */
    margin: 10px;
    padding: 10px;
    background-color: #ffffff;
    /*background-image: url(../images/fieldset_bg.gif);*/
    background-repeat: repeat-x;
    background-position: bottom;
}


legend
{
    margin-top: 10px;
    margin-bottom: 5px;
    padding: 3px 5px;
    font-family: Verdana, arial, sans-serif;
    font-weight: bold;
    font-size: 12px;
    color: #ffffff;
    background-image: url(../images/legend_bg.gif);
    background-repeat: repeat-x;
    border: 1px solid #153c77;
}

.formlabel
{
    border: none;
    font-family: Verdana; /*, arial, helvetica, sans-serif;*/
    font-weight: bold;
    font-size: 98%;
    width: 180px;
    text-align: right;
    margin: 4px 5px 0px 0;
}

.left
{
    float: left;
}

.txtBox
{
    border: 1px solid #666666;
    padding: 0.5em 0.5em;
}

#footer
{
    margin: 0px 0px;
    padding: 1px 0px;
    border-top: 3px solid #399cd2;
    background-color: #163b72;
    height: 30px;
    width: 1003px;
    vertical-align: bottom;
}

#leftfooter h6, #rightfooter h6, #rightfooter a
{
    color: #ffffff;
}

#leftfooter
{
    padding: 5px;
    float: left;
}
#rightfooter
{
    padding: 5px;
    float: right;
}

.caption
{
    font-family: Verdana;
    font-weight: bold;
    font-size: 13px;
    text-align: center;
    width: 1003px;
    height: 27px;
    background-image: url(../images/Header_bg.gif);
    color: White;
    margin: 0px;
}

.formbrief
{
    background-color: #fffbee;
    border: 1px solid #bb9b12;
    margin: 0 10px;
    padding: 5px 0;
    text-align: center;
}

.note
{
    font-family: Verdana; /* , Arial, Sans-Serif;*/
    font-weight: bold;
    font-size: 11px;
    color: black;
    padding: 5px 0;
}
.fld100
{
    width: 100px;
}
.fld150
{
    width: 150px;
}
.fld200
{
    width: 200px;
}
.fld300
{
    width: 300px;
}
.fld400
{
    width: 400px;
}
.fld500
{
    width: 500px;
}
.reqfld
{
    color: red;
}

input.btn
{
    color: #163b72;
    font-family: Verdana; /* 'trebuchet ms',helvetica,sans-serif;*/
    font-size: small;
    font-weight: bold;
}

.btnpnl
{
    text-align: center;
    padding: 10px;
}
.AspNet-GridView table
{
    border-collapse: collapse;
    border: 1px solid #608aa0;
    margin: 0;
}
.AspNet-GridView table
{
    width: 100%;
    clear: both;
    margin-bottom: 12px;
}
.AspNet-GridView table caption
{
    color: #74907f;
    text-align: left;
    font-size: 20px;
    padding: 4px 0;
}
.AspNet-GridView table th
{
    font-weight: bold;
    text-align: left;
    padding: 4px 10px;
}
.AspNet-GridView table thead th
{
    color: #ffffff;
    background-color: #399cd2 !important;
}
.AspNet-GridView table td
{
    background-color: #eef9ff;
    padding: 4px 10px;
}
.AspNet-GridView table th a
{
    color: #ffffff;
}
.AspNet-GridView table td a
{
    color: #000000;
}
.AspNet-GridView table tr.altrow th, tr.altrow td
{
    background-color: #ffffff;
}

.testimonial_caption
{
    font-weight: bold;
    font-size: 14px;
    color: red;
    vertical-align: middle;
}

.testimonial_company
{
    font-size: 12px;
    color: #000000;
}

.testimonial_link
{
    /*  float: right;*/
    font-weight: bold;
    font-size: 10px;
    color: blue;
}

.AspNet-DataList table
{
    width: 100%;
    clear: both;
    margin-bottom: 12px;
}

.widebox
{
    margin: 10px auto;
    width: 800px;
    padding: 10px;
}
.testimonialfg
{
    margin-left: 100px;
}

#testimonialleft
{
    float: left;
}

#testimonialright
{
    float: left;
    margin-top: 50px;
    margin-left: 50px;
    height: 140px;
    width: 500px;
}

.testimonialcaption
{
    font-weight: bold;
    font-size: 16px;
    color: #ffffff;
}

.testimonialcompany
{
    font-weight: bold;
    font-size: 12px;
    color: #ffce00;
}

.navPanel
{
    /*background: url(  "../images/titlebg.gif" ); position:absolute;*/
    height: 25;
    font-family: Verdana;
    font-size: 11px;
    font-weight: normal;
    font-style: normal;
    text-decoration: none;
    width: 252px;
    text-align: right;
    min-height: 25px;
    margin: 3 2 2 0;
}

.boxed
{
   /*background: url(  "../images/navbg.gif" );*/
    cursor: pointer;
    text-align: center;
    color: #0C4156;
    border: solid 1px #4B9FB7;
    height: 14px;
    width: 10px;
    padding: 3px 1px 3px 1px;
    float: right;
    margin-top: 1px;
}

.billcontent
{
    width: 100%;
    display: block;
    background: #ECEDF1;
    min-height: 560px;
    font-family:Verdana;
}

.clsSpace
{
    margin-left: 100px;
}
.testimonialcontent
{
    float: right;
    text-align: left;
}
.homeContent
{
    margin-top:0px;
    float: left;
    width: 750px;
}
.pnlTestimonial
{
    /*border-top: solid 3px yellow;*/
    width: 252px;
    background: white;
    float: right;
    min-height: 100px;
}
.testimoniallisting
{
    width: 200px;
    text-align: left;
}
#leftpanlbl
{
    border-left: 1px solid #C7E9F2;
    border-right: 1px solid #C7E9F2;
    border-top: 1px solid #C7E9F2;
    height: 20px;
    width: 375px;
    background-color: #C0C0C0;
}
#rightpanlbl
{
    border-left: 1px solid #C7E9F2;
    border-right: 1px solid #C7E9F2;
    border-top: 1px solid #C7E9F2;
    height: 20px;
    width: 375px;
    background-color: #C0C0C0;
}
#leftpan
{
    float: left;
    border-bottom: 1px solid #C0C0C0;
    border-left: 1px solid #C0C0C0;
    border-right: 1px solid #C0C0C0;
    border-top: 1px solid #C0C0C0;
    height: 100px;
    width: 380px;
    margin-left: 0px;
}
#rightpan
{
    float: right;
    border-bottom: 1px solid #C0C0C0;
    border-left: 1px solid #C0C0C0;
    border-right: 1px solid #C0C0C0;
    border-top: 1px solid #C0C0C0;
    height: 100px;
    width: 380px;
    margin-left: 20px;
    margin-right: 0px;
}
.lblref
{
    margin-left: 10px;
    font-family: Verdana;
    font-size: 10px;
    color: Black;
    font-weight: bold;
    width: 500px;
}

.formlabelright
{
    border: none;
    font-family: Verdana; /*, arial, helvetica, sans-serif;*/
    font-weight: normal;
    font-size: 98%;
    width: 120px;
    text-align: left;
    margin: 2px 5px 2px 3px;
}
#midpanlbl
{
    border-left: 1px solid #C7E9F2;
    border-right: 1px solid #C7E9F2;
    border-top: 1px solid #C7E9F2;
    height: 20px;
    width: 800px;
    margin-left: 10px;
    background-color: #EDF8FA;
    margin-top: 30px;
}
#midpan
{
    border-bottom: 1px solid #C7E9F2;
    border-left: 1px solid #C7E9F2;
    border-right: 1px solid #C7E9F2;
    border-top: 1px solid #C7E9F2;
    height: 200px;
    width: 800px;
    margin-left: 10px;
}

.box1
{
    border: 1px solid #608aa0;
    background-color: #d9f4f9;
    float: left;
    width: 185px;
    text-align: center;
    padding: 5px 15px;
    margin: 12px 5px;
}
.width700
{
    margin: 10px auto;
    width: 700px;
}
