/* CSS Basic Document */
body
{
    margin:0px auto;
    padding:0px;
    background-color:#56A7FF;
    font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
    font-style: normal;
    line-height: 13px;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    color: #000000;
    text-decoration: none;
}
td.off {
    background: url(../images/menu_bg.gif) 0px 0px repeat-x;
    height:10px;
}
td.on{
    background-color:#56A7FF;
    height:1px;
    color:#FFFFFF;
}
td.mainoff {
    height:20px;
}
td.mainon{
    height:20px;
}
.logo
{
    margin-left:19px;
    margin-top:16px;
}
.header_image_box
{
    padding:0px 5px 4px;
    background-color:#FFFFFF;
    color: #000000;
}
.body_text_box
{
    padding:0px 10px 10px 10px;
    background-color:#FFFFFF;
    color: #000000;
}
.body_left_bg
{
    background:url(../images/body_left_bg.jpg) left top repeat-y;
    width:8px;
}
.body_right_bg
{
    background:url(../images/body_right_bg.jpg) left top repeat-y;
    width:8px;
}
.footer_left_bg
{
    background:url(../images/footer_left_bg.gif) left top no-repeat;
    height:33px;
}
.input_box
{
    border:1px solid #72550F;
    width:105px;
    height:18px;
    background-color:#ffffff;
    font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
    font-style: normal;
    line-height: 14px;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    color: #000000;
    text-decoration: none;
    padding-left:3px;
}
.highlight
{
    color:#000000;
    background-color:inherit;
    font-size:14px;
    text-decoration:none;
}

/* CSS Background image Document */
.menu_bg
{
    background:url(../images/menu_bg.jpg) left top repeat-x;
    height:27px;
}
.body_left_bg
{
    background:url(../images/body_left_bg.jpg) left top repeat-y;
    width:6px;
}
.body_right_bg
{
    background:url(../images/body_right_bg.jpg) left top repeat-y;
    width:6px;
}
.header_top_image
{
    background:url(../images/header_top_image.jpg) left top;
    height:120px;
    background-repeat:no-repeat;
}

/* CSS Text Document */
.menu_link {
    font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
    font-style: normal;
    line-height: 25px;
    font-weight: bold;
    font-variant: normal;
    text-transform: none;
    color: #FFFFFF;
    background-color:inherit;
    text-decoration: none;
}
.menu_link:hover
{
    text-decoration:underline;
    color:#FFFFFF;
    background-color:inherit;
}
.left_menu_link {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-style: normal;
    line-height: 10px;
    font-weight: 500;
    font-variant: normal;
    text-transform: none;
    color: #000000;
    background-color:inherit;
    text-decoration: none;
}
.left_menu_link:hover
{
    text-decoration:underline;
    color:#0242F9;
    background-color:inherit;
}
.footer_link {
    font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
    font-style: normal;
    line-height: 23px;
    font-weight: 500;
    font-variant: normal;
    text-transform: none;
    color: #000000;
    background-color:inherit;
    text-decoration: none;
}
.footer_link:hover
{
    text-decoration:underline;
    color:#456200;
    background-color:inherit;
}

#infoHeader{
    background-image    : url("../images/InfoHeader.jpg");
    background-repeat   : repeat;
    font-family         : Tahoma, Verdana, Arial, Helvetica, sans-serif;
    font-size           : 11px;
    font-style          : normal;
    line-height         : 15px;
    font-weight         : bold;
    font-variant        : normal;
    text-transform      : none;
    color               : #FFFFFF;
    background-color    : inherit;
    text-decoration     : none;

}
#bottomline{
    background-image    : url("../images/link.jpg");
    background-repeat   : repeat-x;
    background-position : bottom;
}
#leftline{
    background-image    : url("../images/leftline.jpg");
    background-repeat   : repeat-y;
    background-position : left;
}
#rightline{
    background-image    : url("../images/rightline.jpg");
    background-repeat   : repeat-y;
    background-position : right;
}
#topline{
    background-image    : url("../images/link.jpg");
    background-repeat   : repeat-x;
    background-position : top;
}

#usercheckinfo {
    visibility        : hidden;
    font-size         : 13px;
}

#passcheckinfo {
    color             : white;
    background-color  : blue;
    visibility        : hidden;
    font-size         : 13px;
}

#pass1checkinfo {
    color             : white;
    background-color  : blue;
    visibility        : hidden;
    font-size         : 13px;
}
#firstnameinfo {
    color             : white;
    background-color  : red;
    visibility        : hidden;
    font-size         : 13px;
}
#lastnameinfo {
    color             : white;
    background-color  : red;
    visibility        : hidden;
    font-size         : 13px;
}

#ageinfo {
    color             : white;
    background-color  : red;
    visibility        : hidden;
    font-size         : 13px;
}

#emailinfo {
    color             : white;
    background-color  : red;
    visibility        : hidden;
    font-size         : 13px;
}

#alertdiv{
    visibility        : hidden;
    width             : 200px;
    height            : 100px;
    margin-top        : 400px;
    margin-left       : 400px;
}

#infoajax{
    visibility         : visible;
}

#ModalPopUp{
    width              : 400px;
    height             : 100px;
    color              : #000000;
    background-color   : #7e1416;
    border-style       : ridge;
    border-color       : yellow;
    margin-left        : 100px;
    text-align         : center;
    visibility         : hidden;
    position           : absolute;
    top                : 50% !important;
    z-index            : 1000;
}

#ModalPopUp1{
    width              : 400px;
    height             : 80px;
    color              : white;
    background-color   : #56A7FF;
    border-style       : ridge;
    border-color       : white;
    margin-left        : 100px;
    text-align         : center;
    visibility         : hidden;
    position           : absolute;
    top                : 70% !important;
    z-index            : 1000;
 }

#answeradd{
    width              : 400px;
    height             : 350px;
    color              : yellow;
    background-color   : #7e1416;
    border-style       : ridge;
    border-color       : yellow;
    margin-left        : 100px;
    text-align         : center;
    visibility         : hidden;
    position           : absolute;
    top                : 30% !important;
}

#link {
    color              : white;
    height             : 30px;
    }
    
.footer_link1 {
    font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
    font-style: normal;
    line-height: 23px;
    font-weight: bold;
    font-variant: normal;
    text-transform: none;
    color: #000000;
    background-color:inherit;
}

#ModalPopUp2{
    width              : 400px;
    height             : 100px;
    color              : white;
    background-color   : #a1d02c;
    border-style       : ridge;
    border-color       : #c7ec56;
    margin-left        : 100px;
    text-align         : center;
    visibility         : hidden;
    position           : absolute;
    top                : 70% !important;
    z-index            : 1000;
 }

#bodywidth{
     width:1000px;
 }

 #bwidth{
     width:968px;
 }
