﻿body
{
    /* background: #42afdc url('../images/maqua2.jpg');                               /* Abi  */
    background: #f3f5f6 url(../images/bgrd8.jpg);
    background-attachment: fixed;
    color: White;
    direction: ltr;
    margin: 2px auto 0px auto;
    padding: 0;
    vertical-align: top;
}
.PreviewImage
{ 
    background-color: #003600;
 }
.margin-center
{
    margin: 0 auto;
}
.multiline
{
    color: #ffffff;
    width: 500px;
    direction: rtl;
    text-align: right;
    background-color: Transparent;
    border: dotted 1px #FF9900;
    font-family: Tahoma;
}
.title
{
    font-family: Tahoma;
    font-size: 12px;
    color: White;
    font-style: normal;
    font-weight: normal;
}
.statictitle
{
    font-family: Verdana;
    font-size: 14px;
    color: #FFFFBB;
    font-weight: 600;
}

A, #memucenter A
{
    font: 600 8.5pt tahoma;
    font-variant: normal;
    text-decoration: none;
    text-transform: none;
    color: #ffffff;
}

A:link, A:active, #memucenter A:link, #memucenter A:active
{
    color: #66FFFF;
}

A:hover
{
    font: 600 8.5pt tahoma;
    color: red;
}
#memucenter A:hover
{
    border: 1px dotted #FF00ff;
    font: 600 8.5pt tahoma;
    color: #FF0000;
}


.A_BlueRed
{
    color: blue;
    text-decoration: none;
    background-color: Transparent;
}
.A_BlueRed:hover
{
    color: red;
    text-decoration: underline;
    background-color: Transparent;
}
.BlueRed A
{
    color: blue;
    text-decoration: none;
    background-color: Transparent;
}
.BlueRed A:visited
{
    color: blue;
    text-decoration: none;
    background-color: Transparent;
}
.BlueRed A:hover
{
    color: red;
    text-decoration: underline;
    background-color: Transparent;
}
/********************************* Text Box, TextArea, DropDown *************************************/
.form-field
{
    font-family: arial,helvetica,clean,sans-serif;
    color: Maroon;
    font-weight: 600;
    font-size: 12px;
}
.SGridcenter
{
    /*     background-image: url('../images/topcenterpng.png');  */
    background-color: #3C3C3C;
    margin: 0 auto;
    color: #FFFFFF;
    vertical-align: top;
    font-size: 9pt;
    height: 350px;
}
.Stopcenter
{
    background-image: url(  '../images/topcenterpng.png' );
    width: 740px;
    height: 40px;
    text-align: right;
    margin: 0 auto;
    color: #FFFFFF;
    font-style: italic;
    font-weight: 700;
    vertical-align: top;
}

.ttopcenter
{
    background-image: url( '../images/tabletopcenterpng.png' );
    width: 96%;
    background-color: #43545C;
    vertical-align: middle;
}
.ttopleft
{
    background-image: url( '../images/tabletop.png' );
    background-position: left top;
    background-color: #43545C;
    width: 20px;
    height: 30px;
}
.ttopright
{
    background-image: url( '../images/tabletopright.png' );
    background-position: right top;
    background-color: #43545C;
    width: 20px;
    height: 30px;
}

.tcenterleft
{
    /*     background-image: url('../images/tablecenterleft.png'); */
    background-color: #43545C;
}

.tcentercenter
{
    /*    background-image: url('../images/tablecenterleft.png' );     background-color: #A9A9AB; */
    background-color: #43545C;
    width: 96%;
    vertical-align: top;
}


.tcenterright
{
    /*     background-image: url('../images/tablecenterright.png'); */
    background-position: right center;
    background-color: #43545C;
    width: 20px;
}

.tbotleft
{
    background-image: url('../images/tablebottamleft.png');
    background-position: left bottom;
    background-color: #43545C;
    width: 20px;
    height: 10px;
}

.tbotcenter
{
    background-position: bottom;
    background-image: url('../images/tablebottamcenter.png');
    background-color: #43545C;
    width: 96%;
    height: 10px;
    background-repeat: repeat-x;
}

.tbotright
{
    background-image: url( '../images/tablebottamright.png' );
    background-position: right bottom;
    background-color: #43545C;
    width: 20px;
    height: 10px;
}


.head1
{
    font-size: 28px;
    color: #EBF7FC;
    font-weight: bolder;
    text-align: center;
    vertical-align: middle;
}

.head2
{
    border-bottom: 1px solid #CCCCCC;
    font-weight: 600;
    text-align: right;
    vertical-align: bottom;
}

.DropDownList
{
    font-family: Tahoma;
    font-size: 12px;
    width: 150px;
}

.Button
{
    width: 120px;
    font-family: Tahoma;
    font-size: 12px;
    height: 25px;
}
.TextBox
{
    text-align: right;
    font-family: Tahoma;
    font-size: 12px;
    color: Black;
}
.Date
{
    direction: ltr;
}

.Link
{
    text-decoration: none;
    color: #0066CC;
}

.popupControl
{
    border: 3px double #66FFFF;
    position: absolute;
    visibility: hidden;
    background-color: #000;
    color: #000;
    font-weight: normal;
    position: absolute;
}
