﻿body { margin: 0 auto 0 auto; }
.hide1{ display:none; }
.hide2{ visibility:hidden; }
A IMG{ border:0; }

.main
{
    margin: 0 auto 0 auto;
    width: 827px;
    font-size: 12px;
    font-family: Tahoma, Arial;
    /*border-top: solid 1px #EEEEEE;*/
    line-height: 16px;
    text-align: justify;
    margin-top:20px;
}
.logo
{
    width: 265px;
    height: 129px;
}
.loop
{
    width: 512px;
    height: 131px;
}
.tblHead
{
    width:100%;
    margin-bottom: 20px;
}
.header0
{
    /*width: 777px;*/
    height: 21px;
    padding-right: 20px;
    text-align: right;
    font-weight:bold;
}
.header0 A
{
    color:#000000;
    text-decoration:none;
}
.header0 A:HOVER
{
    text-decoration:underline;
}
/*.menuDot
{
    margin:0 4px 0 12px;
}*/
.staticMenu
{
    height:34px;
    background-image: url(../images/menubg.jpg);
    text-align:center;
}
.staticMenu A
{
    color: #000000;
    font-size: 14px;
    font-weight:bold;
    padding: 0 20px 0 20px;
}
.staticMenu A:HOVER
{
    color: #ffffff;
}
/*  ,"<img alt=\"\" src=\"images/s.gif\" />{0}"
.staticMenu A IMG
{
    margin:0 4px 0 12px;
    width:11px;
    height:10px;
    background-image:url(../images/menudot.jpg);
}
.staticMenu A:HOVER IMG
{
    background-image:url(../images/menudot_.jpg);
}*/

/*  X
.staticMenu A IMG
{
    margin:0 4px 0 12px;
    width:11px;
    height:10px;
    background-image:url(../images/menudot.jpg);
    border:0;
}*/
.staticHover
{
    height:34px;
    background-image:url(../images/menubg2.jpg);
}
.staticHover A
{
    background-image: none;
}

.staticSelected
{
    height:34px;
    font-size:14px;
    background-image:url(../images/menubg2.jpg) ;
}
.staticSelected A
{
    background-image: none;
    color: #ffffff;
}
.staticSelected A:HOVER
{
    color: #000000;
}


.data
{
    /*height: 355px;*/
    width: 730px;
    margin: 0 auto 0 auto;
}
.error
{
    color: #ff0000;
}
.homeTitle
{
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
}
.subPageTitle
{
    font-weight: bold;
    text-transform: uppercase;
}

.welcomeTxt
{
    margin-top:20px;
}
.welcomeImg IMG
{
    float:left;
    border:solid 3px #000000;
    margin-right:5px;
}
.newsTitle
{
    color: #765404;
    font-weight: bold;
}
.homeSep
{
    margin: 24px auto 4px auto;
    width: 720px;
    color: #64686d;
    height: 1px;
}

.servicesHomeTitle
{
    background-image: url(../images/menubg.jpg);
    height: 34px;
}
.servicesHomeTxt
{
    background-color: #F2F2F2;
    width:162px;
}
.footer
{
    margin:28px auto 0 auto;
    width:100%;
    text-align:center;
}
.footerTD
{
    /*background-image: url(../images/footerbg.jpg);*/
    border-top:solid 1px #cccccc;
    border-bottom:solid 1px #cccccc;
    height: 24px;
}
.footer A
{
    color:#000000;
    text-decoration:none;
}
.footer A:HOVER
{
    text-decoration:underline;
}
.copyrights
{
    color: #243139;
    margin: 7px 0 7px 0;
    width:100%;
    text-align:center;
}


/* Rating */
.ratingStar {
    font-size: 0pt;
    width: 15px;/*13*/
    height: 14px;/*12*/
    margin: 0px;
    padding: 0px;
    cursor: pointer;
    display: block;
    background-repeat: no-repeat;
}

.filledRatingStar {
    background-image: url(../images/FilledStar.jpg);

}

.emptyRatingStar {
    background-image: url(../images/EmptyStar.jpg);
}

.savedRatingStar {
    background-image: url(../images/FilledStar.jpg);/*SavedStar.png*/
}