@charset "utf-8";
/* CSS Document */
body {
    margin: 0px;
    padding: 0px;
    font-family: Verdana;
    font-size: 11px;
    font-weight: normal;
    color: #666666;
    background: url(../images/bg.jpg) left top repeat-x;
}

img {
    border: none;
    margin: 0px;
    padding: 0px;
}

form {
    padding: 0px;
    margin: 0px;
}

hr {
    height: 0px;
    color: white;
}

a {
    border: none;
    margin: 0px;
    padding: 0px;
    color: #EF5A00;
    text-decoration: none;
    font-weight: normal;
}	 

a:visited {
    border: none;
    margin: 0px;
    padding: 0px;
    color: #EF5A00;
    text-decoration: none;
    font-weight: normal;
}

a:hover {
    border: none;
    margin: 0px;
    padding: 0px;
    color: #166DBD;
    text-decoration: none;
    font-weight: normal;
}

ul {
    margin: 0px;
    padding: 0px;
    list-style-type: none;
}

li {
    padding: 0px 0px 0px 13px;
    background: url(../images/others/blue_arrow.gif) left no-repeat;
    color: #4e4e4e;
    font-weight: normal;
    font-size: 11px;
    line-height: 20px;
}

li a {
    margin: 0px;
    color: #4e4e4e;
    text-decoration: none;
    font-weight: normal;
}

li a:visited {
    margin: 0px;
    color: #4e4e4e;
    text-decoration: none;
    font-weight: normal;
}

li a:hover {
    margin: 0px;
    color: #3386d4;
    text-decoration: none;
    font-weight: normal;
}

fieldset {
    border: 1px solid #dfd5c3;
    margin: 0px;
    background-color:#EEEEEE;
}

fieldset.prediction {
    background-color:#FFFFFF;
    height: 90px;
    padding:0px 0px 0px 10px;
}

fieldset.horoscope {
    background-color: #FFFFFF;
    height: 90px;
    padding: 0px 0px 5px 10px;
}

fieldset.astrologers {
    background-color: #FFFFFF;
    height: 68px;
    padding: 0px 0px 3px 10px;
}

.astrologers img {
    float: left;
    padding-right: 5px;
}

/***** Customized Services start *****/
fieldset.customized {
    background-color: #FFFFFF;
    height: 281px;
    padding: 0px 0px 3px 10px;
}

fieldset.customized a {
    color: #fe7a24;
    font-weight: bold;
}

/* Inner customized services start */

fieldset.inner_customized {
    background-color: #FFFFFF ;
    height: 325px;
    padding: 0px 0px 3px 10px;
}

fieldset.inner_customized a {
    color: #fe7a24;
    font-weight: bold;
}

/* Inner customized services end */
/***** Customized Services end *****/

fieldset img {
    padding: 0px;
    vertical-align: bottom;
    margin:0px;
}

legend {
    padding: 2px;
    margin: 0px;
    border: 1px solid #dfd5c3;
    font-weight: bold;
    background: #fffcf8;
    text-align: left;
}

.small {
    font-size: 0.85em;
}

.bold {
    font-weight: bold;
}

input.button, input[type="button"], input[type="submit"] {
    background-color: #6097ca;
    color: #FFFFFF;
    padding: 1px 5px 1px 5px;
    border: 1px solid #DFD5AF;
    border-top: 1px solid #FFF6D3;
    border-left: 1px solid #FFF6D3;
    letter-spacing: 0.1em;
    font-weight: bold;
    font-size: 1.0em;
}

input.button:hover, input[type="button"]:hover, input[type="submit"]:hover {
    background-color: #268CCD;
}
/*
input[type="text"] {
    background-color: #FFFFFF;
    border:1px solid #dedbdb;
    height: 16px;
    font-size: 12px;
}
*/
input.textfield {
    width: 170px;
/*    background-color: #FFFFFF;
    border: 1px solid #dedbdb;*/
    background-color: #FFFFFF;
    border: 1px solid #AEABAB;
    height: 16px;
    font-size: 12px;
    font-weight: normal;
    color: #343434;
/*    color: #3A78AD;*/
}

.textarea, textarea {
    background-color: #FFFFFF;
    border: 1px solid #AEABAB;
    font-size: 12px;
    font-weight: normal;
    height: 70px;
    color: #343434;
}

input.textfield:focus, .textarea:focus, input[type="text"]:focus {
    background-color: #F0EBD6;
/*    border: 1px solid #3875AD;*/
}

select.dropdown, select {
    background-color: #FFFFFF;
    border: 1px solid #AEABAB;
    height: 20px;
    font-size: 11px;
    font-family: Verdana;
    color: #343434;
}

.label {
    color: #666666;
    font-weight: normal;
}

/********* content and images within content *************/

p {
    margin: 0px;
    padding: 8px 4px 8px 4px;
    text-align: justify;
    text-indent: 0em;
    font-size: 11px;
    font-family: Verdana;
    color: #666666;
}

p img {
    margin: 0px 7px 7px 0px;
    padding: 0px;
    float: left
}

.title {
    border: none;
/*    color:#fe711b;*/
    color: #166dbd;
    font-weight: bold;
    font-size: 12px;
    padding: 0px;
    margin: 0px;
}

.subtitle {
    border: none;
    color: #166dbd;
    font-weight: bold;
    font-size: 10px;
    padding: 0px;
    margin: 0px;
}

.hidden {
    visibility: hidden;
    display: none;
}

/* --- mainLayout.jsp --- */
.main_body {
    padding-left: 5px;
}

/******** ----- ALerts start ----- ***************/

/* ERROR */

div.alert {
    width: 75%;
    margin: 5px 0 15px 0;
    line-height: 20px;
    padding: 10px 15px;
    border-top: 1px solid #DF7B7B;
    border-bottom: 1px solid #DF7B7B;
    background-color: #FFE6E6;
}

div.warning {
    width: 75%;
    margin: 0 0 15px 0;
    line-height: 20px;
    padding: 10px 20px 10px 20px;
    border-top: 1px solid #FF9900;
    border-bottom: 1px solid #FF9900;
    background-color: #FFEBCC;
    /*background: #FFEBCC url('../img/admin/warning.gif') no-repeat 5px 10px;*/
}

div.conf {
    width: 85%;
    margin: 10px 0 15px 0;
    line-height: 20px;
    padding: 10px 15px;
    border-top: 1px solid #019609;
    border-bottom: 1px solid #019609;
    background-color: #CCFFCD;
}

div.confirm h3 {
    font-size: 11px;
    padding: 0 0 0 20px;
    background: url(../images/others/ok.gif) no-repeat 0 0;
}

div.warn h3 {
    font-size: 11px;
    padding: 0 0 0 20px;
    background: url(../images/others/warning.gif) no-repeat 0 0;
}

div.error h3 {
    font-size: 11px;
    padding: 0 0 0 20px;
    background: url(../images/others/error.jpg) no-repeat 0 0;
}

div.error ol {
    padding-bottom: 0;
}

/******** ----- Alerts end ----- ***************/



/*------------------ header -------------------------*/

.outer_table {
    border: 1px solid #feefcb;
    background-color: #FFFFFF;
}

.header {
    background: url(../images/top_bg.gif) left top no-repeat;
}	

.topmenu {
    background: #FFFFFF url(../images/others/top_menu.gif) left top repeat-x;
    height: 26px;
    padding: 0px 10px 0px 10px;
    color: #FFFFFF;
    font-weight: bold;
}	

.topmenu a {
    color: #FFFFFF;
    font-weight: bold;
    text-decoration: none;
}

.topmenu a:visited {
    color: #FFFFFF;
    font-weight: bold;
    text-decoration: none;
}	

.topmenu a:hover {
    color: #000000;
    font-weight: bold;
    text-decoration: none;
}	

.topmenu a:active {
    color: #000000;
    font-weight: bold;
    text-decoration: none;
}		

/*-------------------- Flash -----------------------------*/

.right_content {
    border: none;
    margin: 5px 0px 0px 0px;
    padding: 0px;
}

.right_content .flash_banner{
    border: 1px solid #dfd5c3;
    margin: 0px
}

.right_content .flash_banner span{
    border: none;
    color: #fe711b;
    font-weight: bold;
    font-size: 13px;
    padding: 0px;
    margin: 0px;
}
/*-------------------- Flash inner start -------------------------*/
.innerSmallBanner {
    border: 1px solid #dfd5c3;
    margin: 0px;
    padding: 4px 4px 4px 4px;
}

.innerPage {
    border: none;
    margin: 0px;
}

.innerPage .innerPageCenter {
    border: none;
    padding: 4px 4px 4px 0px;
    margin-left: 0px;
}
/*
.innerPredictionTop {
    border: 1px solid #dfd5c3;
    margin: 0px;
    padding: 4px 4px 4px 4px;
}
*/
/*-------------------- Flash inner end -------------------------*/

.right_content .flash_banner .main_fbanner {
    border: none;
    padding: 4px 4px 4px 4px;
}

/************* predictions ***************/
.right_content .flash_banner span {
    border: none;
    color: #fe711b;
    font-weight: bold;
    font-size: 13px;
    padding: 0px;
    margin: 0px;
}

/*----------------- right content --------------------*/

/********** invite a friend *************/
.text_friend {
    width: 120px;
    background-color: #FFFFFF;
    border: 1px solid #AEABAB;
    height: 16px;
    margin: 9px 0px 5px 0px;
    padding: 0px;
    font-size: 12px;
    font-weight: normal;
    color: #343434;
}

.invite_friend {
    /*background:url(../images/inviteafriend.gif) left top no-repeat;*/
    width: 141px;
}

.invite_friend h1 {
    font-size: 11px;
    text-decoration: none;
    font-weight: bold;
    color: #0b4283;
    padding: 5px 0px 0px 8px;
    margin: 0px;
}
/********** invite a friend *************/

/* ------------------------ Left Panel ---------------------*/

.panchang {
    background: url(../images/panchang_bg.jpg) left top no-repeat;
    color: #343434;
    height: 108px;
    font-weight: normal;
    font-size: 11px;
    padding: 0px;
    margin: 3px 0px 0px 0px;
    border: 1px solid #0b4283
}

.panchang th {
    color: #0b4283;
    font-weight: bold;
    font-size: 12px;
    padding: 0px 5px 0px 0px;
    margin: 3px 0px 0px 0px;
    border-bottom: 1px solid #0b4283
}

.left_menu_block {
    background: #fffcf8 url(../images/others/left_menu_header.gif) left top no-repeat;
    width: 205px;
    height: 21px;
    color: #FFFFFF;
    font-weight: bold;
    font-size: 12px;
    border-left: 1px solid  #ffd6b1;
    border-right: 1px solid  #ffd6b1;
    border-bottom: 1px solid  #ffd6b1;
    padding: 0px 0px 0px 0px
}

.left_menu_block h1 {
    color: #343434;
    font-weight: normal;
    font-size: 11px;
    padding: 3px 0px 0px 0px;
    margin: 0px;
}

.left_menu_block li {
    border-bottom: 1px solid  #e1e1e1;
    line-height: 15px;
    margin: 0px;
}

/*------------------------ Footer ---------------------------------*/
.footer {
    color: #FFFFFF;
    font-weight: bold;
    text-decoration: none;
    background-color: #86b0d6;
    font-size: 11px;
    margin: 5px 0px 0px 0px;
    padding: 0px 0px 0px 10px;
    height: 23px;
}

.footer  a {
    color: #FFFFFF;
    font-weight: bold;
    text-decoration: none;
    font-size: 11px;
    text-decoration: none;
}

.footer  a:visited {
    color: #FFFFFF;
    font-weight: bold;
    text-decoration: none;
    font-size: 11px;
    text-decoration: none;
}

.footer a:hover {
    color: #3386d4;
    font-weight: bold;
    text-decoration: none;
    font-size: 11px;
    text-decoration: none;
}

/*------------------------ Footer ---------------------------------*/

/*--------------- Inner Registration start -----------------------*/

fieldset.innerBody {
    border: 1px solid #dfd5c3;
    margin: 0px;
    background-color: #FFFFFF ;
    padding: 3px 10px 3px 10px;
}

fieldset.innerBody .orange_bg {
    background-color: #fef1e6;
    border: 2px solid #DFD5AF;
    border-top: 1px solid #FFF6D3;
    border-left: 1px solid #FFF6D3;
}

.pad0 {
    padding: 0px;
}

.pad5 {
    padding: 5px;
}

fieldset.innerBody .mandatory {
    color: #FF3300;
    margin: 0px;
    background-color: #FFFFFF;
    padding: 0px 0px 3px 8px;
    font-size: 10px;
}

/*------------------ Inner Registration end ----------------------*/



/******************* Login ***********************/

.login {
    padding: 0px;
    background-color: #fbf7ed;
}

.login table {
    padding: 0px;
    height: 35px;
}

/*************** Inbox start *********************/

.inbox {
    font-family: Verdana;
    color: #7f7f7f;
}

.inbox_top {
    font-family: Verdana;
    color: #eeeeee;
    background: url(../images/user/inbox_top.gif) left top no-repeat;
    height: 8px;
}

.inbox_bottom {
    font-family: Verdana;
    color: #eeeeee;
    background: url(../images/user/inbox_bottom.gif) left top no-repeat;
    height: 6px;
}

.inbox_bg {
    font-family: Verdana;
    color: #343434;
    background-color: #EEEEEE
}

.inbox_title {
    font-family: Verdana;
    color: #FFFFFF;
    background: url(../images/user/inbox_head_bg.gif) left top no-repeat;
    height: 31px;
    line-height: 8px;
    font-weight: bold;
}

.inbox_welcome {
    font-family: Verdana;
    color: #fe9a46;
    height: 31px;
    line-height: 12px;
    font-weight: bold;
}

.inbox_inner_center {
    font-family: Verdana;
    color: #000000;
    background-color: #FFFFFF;
}

.inbox_inner_bottom {
    font-family: Verdana;
    color: #eeeeee;
    background: url(../images/user/inbox_bottom_bg.gif) left top no-repeat;
    height: 6px;
}

.inbox_head {
    font-family: Verdana;
    color: #7f7f7f;
    height: 17px;
}

.inbox_item {
    font-family: Verdana;
    color: #86b0d6;
    height: 17px;
}

.blue_bg {
    background-color: #e8f1fa;
}

.lightblue_bg {
    background-color: #f5f9fd;
}

.darkblue_bg {
    background-color: #eff5fc;
}

/** inbox predictions **/
.inbox_prediction_title {
    font-family: Verdana;
    font-weight: bold;
    color: #FFFFFF;
    background: url(../images/user/prediction_bg.gif) left top no-repeat;
    height: 23px;
    line-height: 11px;
    padding: 0px 0px 0px 5px;
}

.inbox_prediction_block {
    background-color: #FFFFFF;
    border: 1px solid #d0d0d0
}

.inbox_prediction_content {
    border-top: 1px solid #d0d0d0;
    color: #343434;
    background-color: #f7f7f7;
}

#userPredictsHead .shown {
    color: #166DBD;
}
/*************** Inbox end *********************/

/*************** Testimonials start *********************/

/* ----- home testimonials start ----- */

.testimonial_home {
    background-color: #fff1e3;
    width: 390px;
    padding: 5px;
    margin: 0px;
}

.testimonial_home label {
    color: #27bcee;
    font-weight: bold;
}

fieldset.testimonial {
    border: 1px solid #dfd5c3;
    margin: 0px;
    background-color: #FFFFFF;
    height: 105px;
    padding: 0px 0px 3px 10px;
}

/* ----- home testimonials end ----- */

.testimonials_tabs {
    border: 0px;
    margin: 0px;
    padding: 0px;
}

.testimonials_tabs .tabs {
    border: 0px solid #dfd5c3;
    margin: 0px;
    padding: 0px;
    height: 36px;
    width: 100%;
    background: url(../images/testimonials/comment_tabs_bg.gif) repeat-x;
}

.testimonials_tabs #previous {
    width: 30px;
    height: 36px;
    background: url(../images/testimonials/left_arrow.gif) no-repeat;
}

.testimonials_tabs #next {
    width: 30px;
    height: 36px;
    background: url(../images/testimonials/right_arrow.gif) no-repeat;
}

#comment_scroller {
    clear: both;
    overflow: hidden;
    border: 0px;
    width: 100%;
    height: 23px;
}

#comment_scroller_frame {
    clear: both;
    padding: 0px;
    width: 100%;
    height: 23px;
}
/*
#commentScroller img {
width: 90px;
margin: 5px;
display: inline;
border: 0px;
}
*/
#comment_scroller a {
    display: block;
    width: 30%;
    float: left;
    height: 23px;
    margin-left: 10px;
    padding-top: 4px;
    background-color: #86b0d6;
    color: #FEFEFE;
}

#comment_scroller a:hover {
    background-color: #3774ac;
}

#comment_scroller a.opened {
    background-color: #3774ac;
}

.testimonials_block {
    margin: 0px;
    padding: 0px;
}

.testimonials_block .new_comment {
    float: right;
    margin: 5px;
}

.comment {
    width: 400px;
    font-family: Verdana;
    color: #7f7f7f;
    padding: 3px;
}

.comment span {
    font-family: Verdana;
    color: #27bcee;
    font-size: 12px;
    padding: 0px 10px 0px 0px;
    font-weight: normal;
}

.comment h1 {
    font-family: Verdana;
    color: #ff7e00;
    font-size: 12px;
    padding: 0px 10px 0px 0px;
    font-weight: normal;
    margin: 0px;
    float: left;
}

.comment_center {
    font-family: Verdana;
    color: #7f7f7f;
    background-color: #fff1e3;
}

.comment_top {
    font-family: Verdana;
    color: #7f7f7f;
    background: url(../images/testimonials/comment_top.gif) left top no-repeat;
    height: 8px;
}

.comment_bottom {
    font-family: Verdana;
    color: #7f7f7f;
    background: url(../images/testimonials/comment_bottom.gif) left top no-repeat;
    height: 6px;
}

.comments_nav_panel {

}

/*************** Testimonials end *********************/

/************** Special offers start *****************/

/* ----- home ---------*/
#offers_home_block {
    height: 50px;
}
/*
.home_special_offers .offers_top {
    cursor: pointer;
    cursor: hand;
}
*/
.home_special_offers {
    font-weight: bold;
    font-size: 13px;
    font-family: Verdana;
}

.home_special_offers a {
    font-weight: bold;
    font-style: italic;
    font-size: 12px;
    text-align: center;
    vertical-align: middle;
    color: #EF5A00;
}

.home_special_offers a:hover {
    color: #166DBD;
}

/* ---- inner --- */
.special_offer {
    background-color: #FFFFFF;
    margin:5px;
}

.special_offer .specialoffer_icon {
    background: url(../images/special_offer_bg.gif) left top no-repeat;
    width: 96px;
    height: 85px;
}

.special_offer .content {
    color: #272626;
    background-color: #FFFFFF;
    padding: 5px;
    font-size: 11px;
}

.special_offer .content label {
    color: #166dbd;
    background-color: #FFFFFF;
    padding: 5px 5px 5px 0px;
}

.special_offer .content span {
    color: #ea6008;
    background-color: #FFFFFF;
    padding: 0px 5px 5px  0px;
    font-size: 11px;
}
/************** Special offers end *****************/

/************** Inner Predictions start *****************/
.predictions img {
    float: left;
    padding: 5px;
}

.predictions .title {
    padding-left: 0px;
    float: left;
}

/************** Inner Predictions end *****************/

/************** Export start *****************/
.export div {
    float: right;
    padding-right: 10px;
    text-align: right;
}

.export div a {
    font-weight: bold;
    font-family: Verdana;
    color: #166dbd;
}

.export div a:hover {
    color: #6097ca;
}
/************** Export end *****************/

.welcome_block {
    color: #606060;
}

.welcome_block th {
    color: #606060;
    font-size: 10px;
    color: #166dbd;
/*    background-color: #dedede;*/
}

.welcome_block td {
    color: #606060;
    font-size: 9px;
    font-weight: normal;
}

/************** User Order History Details ************/
.bluebg {
    font-family:Verdana;
    color:#7f7f7f;
    background-color:#e8f1fa;
    height:17px;
}

.lightblue {
    font-family:Verdana;
    color:#86b0d6;
    background-color:#f5f9fd;
    height:17px;
}

.darkblue {
    font-family:Verdana;
    color:white;
    background-color:#9ac9ff;
    height:17px;
    font-weight:bold;
    padding:0px 5px 0px 5px;
}

/************** End of User Order History Details ************/

/************ Current Orders Start ******************/
/*** --- offers list --- ***/
.current_order {
    background-color: #FFFFFF;
    border: 1px solid #eeeeee;
    margin-top: 5px;
}

.current_order table {
    color: #444343;
    font-weight: normal;
}

.current_order .middle {
    background: #fefefe url(../images/orders/order_middle.gif) left top repeat-x;
}

.current_order .middle th {
    padding: 5px;
    border-bottom: 2px solid #d2d2d2;
}

.current_order .middle td {
    border-top: 1px solid #d2d2d2;
    padding: 5px 2px 5px 2px;
    margin: 0px;
    line-height: 20px;
}

.current_order .middle span {
    padding-right: 10px;
}

/*** --- user info --- ***/
.user {
    background: #fefefe url(../images/orders/user_bg.gif) left top repeat-x;
    color: #FFFFFF;
}

.user table {
    background-color: #eae9e9;
    font-family: Verdana;
    font-size: 11px;
    color: #444343;
}

.user th {
    padding-left: 5px;
}

.user td {
    padding: 1px;
}

/*** --- user info --- ***/
/*** --- reply --- ***/
.reply {
    background-color: #f7f7f7;
    color: #444343;
}

.reply .reply_head {
    background-color: #d9effd;
    color: #444343;
    height: 22px;
    font-weight: bold;
    padding-left: 5px;
}

.reply td {
    padding: 1px;
    text-align: left;
}

.reply th {
    color: #3d8abb;
    font-weight:bold;
    text-align: left;
    padding-left: 5px;
    height: 22px;
}
/*** --- reply --- ***/
/************ Current Orders End ******************/

/*** --- personalized horoscope --- ***/
.service_offers {
    background-color: #FFFFFF;
    border: 1px solid #eeeeee;
    margin-top: 5px;
}

.service_offers table {
    color: #444343;
    font-weight: normal;
}

.service_offers .middle {
    background: #fefefe url(../images/orders/order_middle.gif) left top repeat-x;
}

.service_offers .middle th {
    padding: 5px;
    border-bottom: 2px solid #d2d2d2;
}

.service_offers .middle td {
    border-top: 1px solid #d2d2d2;
    padding: 5px 2px 5px 2px;
    margin: 0px;
    line-height: 20px;
}

.service_offers .middle td.noborder {
    border-top: 0px none;
    padding: 0px 2px 5px 2px;
    margin: 0px;
    line-height: 18px;
}

.service_offers .middle span {
    padding-right: 10px;
    float: right;
}

/************ service tabs start ******************/
#service_scroller {
    clear: both;
    overflow: hidden;
    border: 0px;
    width: 100%;
    height: 23px;
}

#service_scroller_frame {
    clear: both;
    padding: 0px;
    width: 100%;
    height: 23px;
}

#service_scroller a {
    display: block;
    width: 90%;
    float: left;
    height: 23px;
    margin-left: 10px;
    padding-top: 4px;
    background-color: #86b0d6;
    color: #FEFEFE;
}

#service_scroller a:hover {
    background-color: #3774ac;
}

#service_scroller a.opened {
    background-color: #3774ac;
}
/************ service tabs end ******************/
