
/* general declarations */
body
{
    background-color: #ffffff;
    background-image: url('images/bg_top.gif');
    background-repeat: repeat-x;
    margin: 0px;
    padding: 0px;
    text-align: center;
}

p, div, h1, h2, h3, h4
{
    font-family: helvetica, "Trebuchet MS" , "Bitstream Vera Sans" , verdana, lucida, arial, sans-serif;
    font-size: 12pt;
}

table
{
    padding: 0px;
    border-collapse: collapse;
    font-family: Helvetica;
    font-size: 12pt;
}

a
{
    color: #006699;
    text-decoration: none;
    background-color: transparent;
}

a:hover
{
    color: #006699;
    text-decoration: underline;
}

.button
{
    border-top: 1px solid #96d1f8;
    background: #65a9d7;
    background: -webkit-gradient(linear, left top, left bottom, from(#3e779d), to(#65a9d7));
    background: -webkit-linear-gradient(top, #3e779d, #65a9d7);
    background: -moz-linear-gradient(top, #3e779d, #65a9d7);
    background: -ms-linear-gradient(top, #3e779d, #65a9d7);
    background: -o-linear-gradient(top, #3e779d, #65a9d7);
    padding: 10.5px 21px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    -webkit-box-shadow: rgba(0,0,0,1) 0 1px 0;
    -moz-box-shadow: rgba(0,0,0,1) 0 1px 0;
    box-shadow: rgba(0,0,0,1) 0 1px 0;
    text-shadow: rgba(0,0,0,.4) 0 1px 0;
    color: white;
    font-size: 14px;
    font-family: Helvetica, Arial, Sans-Serif;
    text-decoration: none;
    vertical-align: middle;
}
.button:hover
{
    border-top-color: #28597a;
    background: #28597a;
    color: #ccc;
}
.button:active
{
    border-top-color: #1b435e;
    background: #1b435e;
}

/* page part declarations */
#logo
{
    padding-top: 15;
    text-align: center;
}

#ptop
{
    background: #777777;
    height: 70px;
}

#disclaimer
{
    border-top: 1px solid #808080;
    height: 25px;
    font-size: 10pt;
    text-align: right;
}

.footnote
{
    font-size: 8pt;
}

/* content */
#content
{
}

#content h1
{
    font-size: 16pt;
    color: #663300;
    font-family: Georgia;
    line-height: 30px;
    letter-spacing: 0pt;
}
#content p
{
    line-height: 20px;
}


/* navigating menu */
#navi
{
    background: #CCCCCC;
    height: 25px;
}
#navi div
{
    padding: 5px;
    text-align: right;
    float: left;
}

/* Form elements */
.FillForm
{
    font: normal 20px Helvetica;
}

.FillForm .textlabel
{
    display: block;
    float: left;
    text-align: left;
    margin: 3 0 3 10px;
    width: 150px;
}

.FillForm .question
{
    display: block;
    float: left;
    text-align: left;
    margin: 3 0 3 10px;
}

.FillForm .CLFText
{
    height: 40px;
    color: #444444;
    border: 1px solid #CCCCCC;
    padding: 4px 8px;
    margin: 3 0 3 0px;
    font: normal 20px Helvetica;
}

.FillForm .CLFTextArea
{
    color: #444444;
    border: 1px solid #CCCCCC;
    padding: 4px 8px;
    margin: 3 0 3 0px;
    font: normal 20px Helvetica;
}

/* Pricing */
img.home
{
    width:46px;
    height:44px;
    background:url(img_navsprites.gif) 0 0;
}

.parentDisable
{
    z-index: 100;
    width: 100%;
    height: 100%;
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    background-color: #aaa;
    opacity: .7;
    filter: alpha(opacity=50);
}

.popup
{
    z-index: 300;
    display: none;
    position: absolute;
    top: 200px;
    left: 200px;
    color: #000;
    opacity: 1;
    background-color: #fff;
    border-left: 2px solid #E2E2E2;
    border-right: 2px solid #808080;
    border-top: 2px solid #E2E2E2;
    border-bottom: 2px solid #808080;
}
