﻿body 
{
margin:0px; font-family:Palatino Linotype; font-size:12px;
background-color:#9bbcd4;
background-image:url(../../images/bg.png); background-repeat:repeat-x;
}
.top_bg_left
{
width:599px; height:151px; background:url(../../images/top-bg-left.png) no-repeat;
}
.top_bg_right
{
width:401px; height:151px; background:url(../../images/top-bg-right.png) no-repeat;
}
.top_bg_leftnew
{
width:599px; height:125px; background:url(../../images/top-bg-left2.png) no-repeat;
}
.top_bg_rightnew
{
width:401px; height:125px; background:url(../../images/top-bg-right2.png) no-repeat;
}
.logo
{
width:281px; height:103px; float:left; background:url(../../images/smart_dating_logo.png) no-repeat; margin:15px 0px 0px 50px;
}
.login_bg_top
{
width:378px; height:102px; float:left; background:url(../../images/login-bg-top.png) no-repeat;margin-left:6px; 
}
.login_bg_center
{
width:371px; height:282px; float:left; background:url(../../images/login-bg-center.png) no-repeat; margin-left:13px;
}
.login_bg_bottom
{
width:365px; height:125px; float:left; background:url(../../images/login-bg-bottom.png) no-repeat; margin-top:-11px; margin-left:19px;
}
.banner_left
{
width:599px; height:282px; background:url(../../images/banner-left.png) no-repeat;
}
.banner_right
{
width:401px; height:282px; background:url(../../images/banner-right.png) no-repeat;
}
.menu_top_bg
{
width:599px; height:9px; float:left; background-color:#3f89bd;
}
.menu_top_bg_right
{
width:401px; height:9px; float:left; background-color:#3f89bd;
}
.menu_bg
{
width:561px; height:50px; float:left; background-color:#1d689d;
}
.menu_bg_right
{
width:38px; height:50px;  float:left; background:url(../../images/menu-right3.png) no-repeat;
}
.featured_bg
{
width:401px; background-color:#f4f3f3;
/*background-color:#e9e8e8;*/
}
.content_text
{
padding:0px 10px 0px 10px; line-height:19px; text-align:justify; background-color:White;
}
.header_text
{
width:80%; height:40px; margin-top:10px; float:left; font-size:14pt; color:#FDB422; border-bottom:dotted 1px #FDB422; text-transform:uppercase;
}
.footer_left
{
width:38px; height:50px; float:left; background:url(../../images/footer-left.png) no-repeat;padding:0px;
}
.footer_right
{
width:363px;height:50px; float:left;background-color:#1d689d; font-size:12px; color:White;padding:0px; 
}
.jandeimg
{
width:194px; height:27px; float:left; background:url(../../images/joinAndenjoy.png) no-repeat; margin:12px  0px 3px 80px;
}
.form_td
{
width:350px; height:30px; float:left;
}
.form_label
{
width:125px; height:30px; float:left; text-align:right; margin-top:4px;
}
.form_textbox
{
width:225px; height:30px; float:left; 
}
.form_td_center
{
width:344px;  float:left;
}
.form_label_center
{
width:119px; padding-top:5px;  float:left; text-align:right; margin-top:4px;height:26px;
}
.form_textbox_center
{
width:225px; padding-top:5px;  float:left;
}
.featured_text
{
width:381px; height:30px; float:left; color:#045FB4; font-size:14pt; margin:10px 0px 0px 20px;
}
.member_content
{
width:370px; float:left; margin-left:20px;text-align:justify;
}
.member_img_bg
{
width:101px; height:147px; float:left; background:url(../../images/member-img-bg.png) no-repeat; margin-bottom:8px; margin-right:13px;
}
.member_img
{
width:101px; height:95px; float:left;
}
.member_text
{
width:101px; height:47px; float:left; padding-left:10px;
}
.menu_table
{
width:100%; height:40px;
}
.menus
{
 text-align:center;  color:White;cursor:pointer;
}
.menus:hover
{
text-align:center;  color:White; background-color:#FDB422;cursor:pointer;
}



/* Rating */
.ratingStar {
    font-size: 0pt;
    width: 38px;
    height: 34px;
    margin: 0px;
    padding: 0px;
    cursor: pointer;
    display: block;
    background-repeat: no-repeat;
}

.filledRatingStar {
    background-image: url(../../Images/FilledStar.png);

}

.emptyRatingStar {
    background-image: url(../../Images/EmptyStar.png);
}

.savedRatingStar {
    background-image: url(../../Images/SavedStar.png);
}


