﻿body
{
    background-image: url(../images/bg.jpg);
    background-repeat: repeat-x;
    background-color:#FFFFFF;
    font-family: Verdana, Arial, Sans-Serif;
    font-size: 10pt;
    color: #4D4D4F;
    margin: 0;
    padding: 0;
}

.hide
{
    visibility: hidden;
    display: none;   
}

DIV.popup_background
{
    background-color:#000;
	filter:alpha(opacity=80);
	opacity:0.8;
}

DIV.popup
{
    border: solid 1px gray;
    padding: 5px;   
    background-color: #FFF;
}

DIV.main
{
    width: 850px;   
    margin: 0 auto;
}

DIV.top
{
    width: 100%;
    height: 132px;
    position: relative;  
}

DIV.middle
{
    position:relative;
    min-height: 600px;
    border: solid 14px #BFDAED;
    border-top: none;
    padding: 2px;
}

DIV.bottom
{
    width: 100%;
    height: 14px;
    background-color: #BFDAED;  
    background-color: #FFFFFF;  
}

DIV.middle DIV.corner
{
    height:14px;width:14px;background-color:Blue;
}

DIV.middle DIV.tl
{
    /*position:absolute;top:-14px;left:-14px;*/
    visibility: hidden;
    display: none;
}

DIV.middle DIV.tr
{
    /*position:absolute;top:-14px;right:-14px;*/
    visibility: hidden;
    display: none;
}

DIV.middle DIV.bl
{
    position:absolute;bottom:-14px;left:-14px;
    background: transparent url('../images/bl.gif');
}

DIV.middle DIV.br
{
    position:absolute;bottom:-14px;right:-14px;
    background: transparent url('../images/br.gif');
}

DIV.pnl_ans
{
    margin-left: 10px;
}
DIV.pnl_faq_lst, DIV.pnl_main_ctnt
{
    width: 48%; float: right;padding: 1%;  
    font-size: 9pt; 
}
DIV.pnl_main_ctnt
{
    width: 48%; float: left;padding: 1%; 
}
DIV.pnl_buttons
{
    margin: 10px 0 10px 0;
}
DIV.pnl_buttons INPUT.btn_cmd
{
    height: 34px;
    width: 150px;
    color: #FFFFFF;

    border: solid 1px #39A3D3;  
    background-image:url(../images/tab-all-gradient.jpg);
    background-position: 0px 0px;
    background-repeat:no-repeat;
}
DIV.pnl_buttons INPUT.btn_cmd_hover
{
    background-position: -150px 0px;
}

DIV.pnl_buttons INPUT.btn_cmd_sel
{
    background-position: -300px 0px;
}

DIV.pnl_faq_lst LI
{
    padding-bottom: 5px;
}
DIV.faq
{
    cursor:hand;
    cursor:pointer;
}
DIV.pnl_ques:hover
{
    text-decoration: underline;
}

DIV.pnl_contact_popup
{
    width: 300px;
    height: 200px;
    border-width: 3px;
    padding: 10px 5px 10px 5px;
}

SPAN.sec_title
{
    font-weight: bold;
    font-size: larger;
}

SPAN.lbl_copyright 
{	
    FONT-SIZE: 10px;	
    FLOAT: left;	
    COLOR: #8a8788
}

DIV.pnl_contact_popup_success
{
    
}

TABLE.tbl_contact_popup_success
{
    width: 100%;
    height: 50%;
    vertical-align: middle;
    text-align: center;
}


