.test
{
    color: #fff;
    background-color: #fff;
}
body
{
    margin: 0px 0px 0px 0px;
    padding: 0;
    background: url(../images/background.jpg) 100%;
    background-attachment: fixed;
    font-family:  Arial, Helvetica, sans-serif;
    font-size: 12px;
}

.fixed{white-space:nowrap;text-overflow:ellipsis; overflow:hidden;}

.cellhead
{
    background: #faecd1;
    padding: 5px 2px 5px 2px;
    font-size: 12px;
    font-weight: bold;
    text-align: center;
    border-left:#f96d06 1px solid;
}
.cellcontent
{
    border-top:#f96d06 1px solid;
    border-left:#f96d06 1px solid;
    padding-left: 5px;
    padding-right: 5px;
    text-align: center;
    height:21px;
    font-size: 12px;
}
.cellheadhome
{
    background: #faecd1;
    padding: 5px 2px 5px 2px;
    font-size: 12px;
    font-weight: bold;
    text-align: center;
    border-bottom:1px solid #f96d06;
    border-right:1px solid #f96d06;
}
.cellcontenthome
{   
    padding-left: 5px;
    padding-right: 5px;
    text-align: center;
    height:21px;
    font-size: 12px;
    border-bottom:1px solid #f96d06;
    border-right:1px solid #f96d06;
}
p
{
    text-align: left;
    padding-top: 2px;
    padding-bottom: 5px;
    line-height: 20px;
    font-weight: normal;
}
.contenttable
{
    padding: 0px 0px 0px 0px;
}
.topbottompad
{
    padding-bottom: 20px;
    padding-top: 20px;
}
#wrapper
{
    width: 100%;
}

/* Header Div */

#header
{    
    vertical-align: middle;
    height:30px;
   
}
#headbanner{
width:100%;
float:left;
}
.toolbarbg
{
    width:100%;
    background:#FC6805 url(../images/topbg1.gif) repeat-x;    
    
    float: left;
}
.toolbarloginbg
{
    height: 25px;
    float: left;
    display: inline;
    margin-right:3px;
}
.toolbarimg
{
    padding-right: 10px;
    float: right;
}
.topad
{
    padding-top: 20px;
    float: right;
}
#toolbar{
   background:#A30E03 url(../images/topbg1.gif) repeat-x;
   
   width:100%;
   position:fixed;
   top:0;
   z-index:400;
   }
#toolbar-login{
   float:left;
   width:14%;   
   }
#toolbar-menu{
   float:left;
   width:100%;
   }
#toolbar-share{
   float:left;
   width:10%;    
   }
#toolbar-share a{
    font-family:Mangal;
   }
#toolbar-language{
   float:right;
   margin-left:2px;
   }

/* Main Div */

#middle{
    height: 1%;
    position: relative;
}
#middle:after{
    content: '.';
    display: block;
    clear: both;
    visibility: hidden;
    height: 0;
}
#container
{
    width: 100%;
    float: left;
    overflow: hidden;
}
#content
{
    padding: 0 220px 0 19%;
}
.maincontainer
{
    padding: 0px 0px 0px 0px;
    background: #fff;
    -webkit-box-shadow: 0px 2px 0px #000;
    -moz-box-shadow: 0px 2px 0px #000;
    -moz-border-radius: 10px 10px 10px 10px;
    -khtml-border-radius: 10px 10px 10px 10px;
    -webkit-border-top-left-radius: 10px;
    -webkit-border-top-right-radius: 10px;
    -webkit-border-bottom-left-radius: 10px;
    -webkit-border-bottom-right-radius: 10px;
    border-radius: 10px 10px 10px 10px;
}
.ui-ad-container{
     padding: 5px 5px 5px 5px;
     background: #fff;
    -webkit-box-shadow: 0px 2px 0px #000;
    -moz-box-shadow: 0px 2px 0px #000;
    -moz-border-radius: 5px 5px 10px 5px;
    -khtml-border-radius: 5px 5px 10px 5px;
    -webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -webkit-border-bottom-left-radius: 5px;
    -webkit-border-bottom-right-radius: 5px;
    border-radius: 5px 5px 5px 5px;
}
.content
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #333;
    padding-left: 10px;
    padding-top: 5px;
    background: transparent;
}

/* css for rounded table within freechart/index.asp */

.roundedtable th
{
    border-bottom: #f96d06 1px solid;
    border-left: #f96d06 1px solid;
    background: #faecd1;
    padding: 5px 5px 5px 5px;
    font-size: 12px;
    text-align: left;
}
.roundedtable td
{
    border-bottom: #f96d06 1px solid;
    border-right: #f96d06 1px solid;
    background: #fff;
    padding: 5px 5px 5px 5px;
    font-size: 12px;
    text-align: left;
}
tr.topcor td
{
    border-top: #f96d06 1px solid;
    -moz-border-radius: 0px 10px 0px 0px;
    -khtml-border-radius: 0px 10px 0px 0px;
    -webkit-border-top-right-radius: 10px;
    border-radius: 0px 10px 0px 0px;
}
tr.topcor th
{
    border-top: #f96d06 1px solid;
    -moz-border-radius: 10px 0px 0px 0px;
    -khtml-border-radius: 10px 0px 0px 0px;
    -webkit-border-top-left-radius: 10px;
    border-radius: 10px 0px 0px 0px;
}
tr.btmcor th
{
    border-bottom: #f96d06 1px solid;
    -moz-border-radius: 0px 0px 0px 10px;
    -khtml-border-radius: 0px 0px 0px 10px;
    -webkit-border-top-left-radius: 10px;
    border-radius: 0px 0px 0px 10px;
}
tr.btmcor td
{
    border-bottom: #f96d06 1px solid;
    -moz-border-radius: 0px 0px 10px 0px;
    -khtml-border-radius: 0px 0px 10px 0px;
    -webkit-border-bottom-right-radius: 10px;
    border-radius: 0px 0px 10px 0px;
}

/* Left Div */

#sideLeft
{
    float: left;
    width: 18%;
    margin-left: -100%;
    position: relative;
    padding-top: 2px;
}
.leftcontainer
{
    background: #faecd1;
    -webkit-box-shadow: 0px 2px 0px #000;
    -moz-box-shadow: 0px 2px 0px #000;
    -moz-border-radius: 10px 10px 10px 10px;
    -khtml-border-radius: 10px 10px 10px 10px;
    -webkit-border-top-left-radius: 10px;
    -webkit-border-top-right-radius: 10px;
    -webkit-border-bottom-left-radius: 10px;
    -webkit-border-bottom-right-radius: 10px;
    border-radius: 10px 10px 10px 10px;
}
.boxtopbg
{
    background: url(../images/topbg.gif) repeat-x;
    -webkit-border-top-left-radius: 10px;
    -webkit-border-top-right-radius: 10px;
    -moz-border-radius-topleft: 10px;
    border-top-left-radius: 10px;
    -moz-border-radius-topright: 10px;
    border-top-right-radius: 10px;
    line-height: 35px;
}
.boxtopbg1
{
    background: url(../images/topbg.gif) repeat-x;    
    line-height: 35px;
    margin-bottom: 10px;
    
}
#main-content{ margin-top:10px;}
.boxhdg
{
    padding-top: 2px;
    font-weight: bold;
    font-size: 18px;
    text-align: center;
}

/* right Div */

#sideRight
{
    float: left;
    margin-right: -1px;
    width: 200px;
    margin-left: -200px;
    position: relative;
    padding-top: 2px;
}
.rightcontainer
{
    background: #faecd1;
    -webkit-box-shadow: 0px 2px 0px #000;
    -moz-box-shadow: 0px 2px 0px #000;
    -moz-border-radius: 10px 10px 10px 10px;
    -khtml-border-radius: 10px 10px 10px 10px;
    -webkit-border-top-left-radius: 10px;
    -webkit-border-top-right-radius: 10px;
    -webkit-border-bottom-left-radius: 10px;
    -webkit-border-bottom-right-radius: 10px;
    border-radius: 10px 10px 10px 10px;
}

.ads{
    padding-top: 5px;
    padding-left: 10px;
    background: transparent;
    }
.contentbold
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: bold;
    color: #000;
    margin: 5px 5px 5px 5px;
}
A:link
{
    font-family: Arial, Tahoma, Helvetica, sans-serif;
   /* font-size: 12px; */
}
A:active
{
    font-family: Arial, Tahoma, Helvetica, sans-serif;
  /* font-size: 12px; */
}
A:visited
{
    font-family: Arial, Tahoma, Helvetica, sans-serif;
    /* font-size: 12px; */
}
A:hover
{
    font-family: Arial, Tahoma, Helvetica, sans-serif;
  /* font-size: 12px; */
}
.greytable
{
    border: 2px solid #ecdbdb;
    padding: 10px 10px 10px 10px;
}

/* Highlight Div*/	
		
.highlight
{
    font-weight: bold;
    color: #000;
    text-align: center;
    padding: 8px;
    -moz-border-radius: 10px 10px 10px 10px;
    -khtml-border-radius: 10px 10px 10px 10px;
    -webkit-border-top-left-radius: 10px;
    -webkit-border-top-right-radius: 10px;
    -webkit-border-bottom-left-radius: 10px;
    -webkit-border-bottom-right-radius: 10px;
    border-radius: 5px 5px 5px 5px;
    background-color: #FA8449;
    background: -moz-linear-gradient(100% 100% 90deg, #ffe7ad, #ffc752);
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#ffc752), to(#ffe7ad));   
    background: -webkit-linear-gradient(#ffe7ad, #ffc752);
    background: -o-linear-gradient(#ffe7ad, #ffc752);
}
#learnmore
{
    font-weight: bold;
    padding-left: 5px;
    color: #000;
    text-decoration: underline; 
}
#learnmore:hover
{
    font-family: Arial, Tahoma, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: bold;
    color: #ff0000;
}
.hide
{
    float: right;
    font-weight: bold;
    padding-right: 0%;
}

/*left menu*/

.outer a, .outer div, .outer li, .outer ul, .outer body
{
    margin: 0;
    padding: 0;
    font-family: Arial, Verdana, Helvetica, sans-serif;
}
div.menu
{
    width: 99%;
}
div.menu ul
{
    list-style: none;
    text-indent: 0px;
    margin: 10px 0px 0px 5px;
    font: 12px Arial, Verdana, Helvetica, sans-serif;
    font-weight: bold;
}
div.menu li
{
    margin-bottom: 0px;
    font: 12px Arial, Verdana, Helvetica, sans-serif;
    padding: 0px;
    color: #000;
    padding: 2px;
    text-decoration: none;
}
div.menu a
{
    font: 12px Arial, Verdana, Helvetica, sans-serif;
    padding: 0px;
    color: #000;
    line-height: normal;
    padding: 0px;
    text-decoration: underline;
}

div.menu a:hover
{
    background: url('img/highlight.gif') no-repeat right;
    padding: 0px;
    color: #ff4605;
}

/* Footer Div*/
#footer
{
    padding-top: 10px;
}
.footerdivider
{
    font-family: Tahoma, Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: bold;
    color: #fff;
    margin-left: 4px;
    margin-right: 4px;
}
.dotted
{
    font-family: Arial, Tahoma, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: normal;
    color: #fff;
    padding: 3mm;
    border: 1px dotted;
    text-align: center;
    -moz-border-radius: 5px 5px 5px 5px;
    -khtml-border-radius: 5px 5px 5px 5px;
    -webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -webkit-border-bottom-left-radius: 5px;
    -webkit-border-bottom-right-radius: 5px;
    border-radius: 5px 5px 5px 5px;
}
.copyright
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #fff;
}
A.footer:link
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #fff;
    font-weight: bold;
}
A.footer:visited
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #fff;
    font-weight: bold;
}
A.footer:active
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #fff;
    font-weight: bold;
}
A.footer:hover
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #ff4605;
    font-weight: bold;
}
div.toolbarbtn
{
    margin: 0;
    padding-top: 2px;
    padding-right: 6px;
    float: right;
}
.notify
{
    padding-left: 5px;
    padding-right: 5px;
    background-color: #FBDE81;
    font-size: small;
    -moz-border-radius: 5px 5px 5px 5px;
    -khtml-border-radius: 5px 5px 5px 5px;
    -webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -webkit-border-bottom-left-radius: 5px;
    -webkit-border-bottom-right-radius: 5px;
    border-radius: 5px 5px 5px 5px;
}
div.header{
width: 100%;
}
div.header div{
float: left;
}
div.header div.headcol1{
width: 19%;
padding-top: 10px;
}
div.header div.headcol2{
width: 15%;
padding-top: 10px;
color: #fff;
}
div.header div.headcol3{
padding-top: 10px;
}
div.header div.headcol4{
padding-top: 10px;
float: right;
}
.likebutton{
width: 100%;
margin:0;
padding:0;
}
.FB-likebutton{
float:left;
padding-right:10px;
}
.Google-likebutton{
float:left;
}

/* All Toolbar Uses Button */

a.toolbarbtn span
{
    background: transparent url('../images/toolbtn-left.png') no-repeat 0 0;
    display: block;
    line-height: 21px;
    padding: 0px 0px 0px 6px;
    font-size: 12px;
    color: #fff;
}
a.toolbarbtn
{
    background: transparent url('../images/toolbtn-right.png') no-repeat top right;
    display: block;
    float: left;
    height: 21px;
    margin-right: 5px;
    padding-right: 5px;
    text-decoration: none;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: bold;
}
a.toolbarbtn:hover span
{
    background-position: 0 -21px;
    color: #000;
    cursor: hand;
}
a.toolbarbtn:hover
{
    background-position: right -21px;
}
#divhead
{
    text-align: left;
    padding-left: 5px;
    padding-bottom: 0px;
    padding-top: 0px;
    font-size: 15px;
}
A.menufont:link
{
    font-family: Arial, Verdana, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: bold;
    color: #fff;
    text-decoration: none;
}
A.menufont:active
{
    font-family: Arial, Verdana, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: bold;
    color: #fff;
    text-decoration: none;
}
A.menufont:visited
{
    font-family: Arial, Verdana, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: bold;
    color: #fff;
    text-decoration: none;
}
A.menufont:hover
{
    font-family: Arial, Verdana, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: bold;
    color: #ccc;
    text-decoration: none;
}

/* GLOBAL BLACK BUTTON *****************************/

a.GlobalBlackButton span
{
    background: transparent url('/images/button_left_orange.png') no-repeat 0 0;
    display: block;
    line-height: 22px;
    padding: 7px 0 5px 18px;
    font-size: 16px;
    color: #800000;
}
a.GlobalBlackButton
{
    background: transparent url('/images/button_right_orange.png') no-repeat top right;
    display: block;
    float: left;
    height: 34px;
    margin-right: 6px;
    padding-right: 20px;
    text-decoration: none;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
    font-weight: bold;
}
a.GlobalBlackButton:hover span
{
    background-position: 0 -34px;
    color: #fff;
    cursor: hand;
}
a.GlobalBlackButton:hover
{
    background-position: right -34px;
}
/* ********** Icon Container *********** */

#icon-container, #icon-container1, #icon-container2
{
    width: 100%;
    margin: 2px;
}

#content1, #content2, #content3, #content4, #content5, #content6, #content7, #content8, #content9, #content10, #content11
{
    width: 12%;
    margin: 2px 0px 2px 0px;
    float: left;
    text-align: left;
}
#icon1, #icon2, #icon3, #icon4, #icon5, #icon6, #icon7, #icon8, #icon9, #icon10, #icon11
{
    width: 7%;
    margin: 2px 2px 2px 0px;
    float: left;
}
#highlight-link
{
    padding: 0px;
    border: 2px solid #800000;
    padding: 2px;
    -moz-border-radius: 4px 4px 4px 4px;
    -khtml-border-radius: 4px 4px 4px 4px;
    -webkit-border-top-left-radius: 4px;
    -webkit-border-top-right-radius: 4px;
    -webkit-border-bottom-left-radius: 4px;
    -webkit-border-bottom-right-radius: 4px;
    border-radius: 4px 4px 4px 4px;
}

/*Gemstone CSS By: Deepak */
.RecommendationHeading
{
    width: 35%;
    border: 0px solid;
    line-height: 15px;
    display: inline;
    float: left;
    text-align: left;
    padding-left: 5px;
    font-weight: bold;
    border-collapse: collapse;
}
.RecommendationContent
{
    width: 60%;
    border: 0px solid;
    line-height: 30px;
    display: inline;
    float: right;
    text-align: left;
    border-collapse: collapse;
}
.RecommendationBorder
{
    width: 95%;
    border: 1px dotted;
    height: 140px;
    border-collapse: collapse;
    margin-left: 2%;
    margin-bottom: 1%;
    margin-top: 1%;
    background-color: #FEFCF6;
    border-color: #F96D06;
}
div.menu li
{
    margin-bottom: 0px;
    color: #000;
    padding-left: 12px;
    padding-right: 2px;
    padding-bottom: 2px;
    padding-top: 2px;
    text-decoration: none;
    text-align: left;
    border-bottom: 0px dashed;
    background-image: url('/images/v_arrow.gif');
    background-repeat: no-repeat;
}
#welcome
{
    padding-top: 2px;
    font-weight: bold;
    font-size: 18px;
    text-align: center;
}
#inputtext
{
    border: 1px solid #a7a6aa;
    background-image: url(../images/form-text-box.gif);
    background-repeat: repeat-x;
    -webkit-border-top-left-radius: 4px;
    -webkit-border-top-right-radius: 4px;
    -webkit-border-bottom-left-radius: 4px;
    -webkit-border-bottom-right-radius: 4px;
    -moz-border-radius: 4px 4px 4px 4px;
    -khtml-border-radius: 4px 4px 4px 4px;
    border-radius: 4px 4px 4px 4px;
    margin-bottom: 5px;
    margin-right: 5px;
    color: #000000;
    line-height: 20px;
    padding-left: 5px;
    width: 90%;
    height: 20px;
}
.inputtextarea
{
    display: block;
    width: 90%;
    margin: 1px;
    padding-left: 5px;
    border: solid 1px #a7a6aa;
    -moz-border-radius: 4px 4px 4px 4px;
    -khtml-border-radius: 4px 4px 4px 4px;
    -webkit-border-top-left-radius: 4px;
    -webkit-border-top-right-radius: 4px;
    -webkit-border-bottom-left-radius: 4px;
    -webkit-border-bottom-right-radius: 4px;
    border-radius: 4px 4px 4px 4px;
    background: #fff;
    line-height: 18px;
}
.mybutton
{
    background-image: url(../images/btn_mybutton.png);
    background-repeat: repeat-x;
    height: 24px;
    color: #fff;
    font-weight: bold;
    font-family: Verdana;
    padding-left: 7px;
    padding-right: 7px;
    border: 0px;
    -moz-border-radius: 4px 4px 4px 4px;
    -khtml-border-radius: 4px 4px 4px 4px;
    -webkit-border-top-left-radius: 4px;
    -webkit-border-top-right-radius: 4px;
    -webkit-border-bottom-left-radius: 4px;
    -webkit-border-bottom-right-radius: 4px;
    border-radius: 4px 4px 4px 4px;
    cursor: pointer;
}
.largefont
{
    font-size: 14px;
    line-height: 15px;
}
#link-container
{
    margin: 2px;
    width: 100%;
    display: block;
   
}
.animated_div:hover
{   
    -moz-transform: rotate(10deg);
    -webkit-transform: rotate(10deg);
    -o-transform: rotate(10deg);
    background: #FA7E3D;
    opacity: 1;
    width: 15%;
    height: 20px;
    font-size: 12px;
    float: left;
    text-align: center;
    padding: 7px;
    float: left;
    margin: 5px;
    font-weight: bold;
}
.animated_div
{
    width: 15%;
    height: 20px;
    background: #FAECD1;
    color:#000;
    position: absolute;
    font-weight: bold;
    font-size: 12px;
    padding: 7px;
    float: left;
    margin: 5px;
    opacity: 1;
    text-align: center;
    -webkit-transition: -webkit-transform 1s;
    -webkit-border-radius: 5px;
    -o-transition-property: -o-transform;
    -o-transition-duration: 1s;
    -moz-transition-property: -moz-transform;
    -moz-transition-duration: 1s;
    transition-duration: 1s;
    border-radius: 5px;
    -moz-border-radius: 5px;
}
.innerleftdiv
{
    border: 0px solid;
    display: inline;
    float: left;
    width: 30%;
    margin-left: 2%;
    
}
.animated_div a
{
    font-size: 12px;
    font-weight: bold;
}

.animated_div a:hover
{
    font-size: 12px;
    font-weight: bold;
    color:#000000;
}
.animated_main_div
{
    height: 50px;
    cursor: hand;
}
.inputtext
{
    border: 1px solid #a7a6aa;
    background-image: url(../images/form-text-box.gif);
    background-repeat: repeat-x;
    -webkit-border-top-left-radius: 4px;
    -webkit-border-top-right-radius: 4px;
    -webkit-border-bottom-left-radius: 4px;
    -webkit-border-bottom-right-radius: 4px;
    -moz-border-radius: 4px 4px 4px 4px;
    -khtml-border-radius: 4px 4px 4px 4px;
    border-radius: 4px 4px 4px 4px;
    margin-bottom: 5px;
    margin-right: 5px;
    color: #000000;
    line-height: 20px;
    padding-left: 5px;
    width: 90%;
    height: 20px;
}
extrawidthheading{
 width:45%;
}
extrawidthcontent{
 width:53%;
}
.chart-name{
   background:#fabf98;
   border-bottom:0px dashed #800000;
   padding:5px;
   text-align:center;
   color:#800000;
   }
   
   /* Notification dialog box  */
   
.dialognotification{
   border:#000 0px solid; 
   float:left; 
   padding-right:10px; 
   padding-top:5px;
   }
.sharecharturl{
    font-weight:bold;
}  

div#sharedurl{
    background:#D7D0D0; 
    padding:5px;
} 
.checkavailability{
margin:6px 6px 6px 6px; 
padding:5px; 
cursor: pointer; 
outline:none;  
border: 1px solid #e69105; 
background: #f6a828 50% 50% repeat-x; 
color: #ffffff; 
font-weight:bold;
-moz-border-radius: 4px; 
-webkit-border-radius: 4px; 
border-radius: 4px;
}
.checkavailability:hover{margin:6px 6px 6px 6px; 
padding:5px; cursor: pointer; 
outline:none;  
border: 1px solid #e69105; 
background: #f6a828 url(images/ui-bg_gloss-wave_35_f6a828_500x100_hover.png) 50% 50% repeat-x; 
color: #900000; 
font-weight: bold;
-moz-border-radius: 4px; 
-webkit-border-radius: 4px; 
border-radius: 4px;
}
.sharebutton {
       display: inline-block;
       zoom: 1; /* zoom and *display = ie7 hack for display:inline-block */
       *display: inline;
       vertical-align: baseline;
       margin: 2px 2px 0;
       outline: none;
       cursor: pointer;
       text-align: center;
       text-decoration: none;
       font: 12px/100% Arial, Helvetica, sans-serif;
       padding: 5px 10px 7px;
       text-shadow: 0 1px 1px rgba(0,0,0,.3);
       -webkit-border-radius: 2px 2px 2px 2px; 
       -moz-border-radius: 2px 2px 2px 2px;
       border-radius: 2px 2px 2px 2px;
       -webkit-box-shadow: 0 1px 2px rgba(0,0,0,.2);
       -moz-box-shadow: 0 1px 2px rgba(0,0,0,.2);
       box-shadow: 0 1px 2px rgba(0,0,0,.2);
}

.sharebutton:hover {
       text-decoration: none;
}
.white {
color: #fff;
border: solid 0px #b7b7b7;
background: #fff;
background: -webkit-gradient(linear, left top, left bottom, from(#FC9F61), to(#FF6C32));
background: -moz-linear-gradient(top, #ff9652, #ff5918);
background: -o-linear-gradient(#ff9652, #ff5918);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff9652', endColorstr='#ff5918');
   
}
.white:hover {
background: #ffefd6; 
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffefd6', endColorstr='#ffefd6');
color: #000;
}
.msgcls{
padding:20px 20px 20px 20px;
width:80%;
border:#f96d06 1px solid; 
background-color:#faecd1;
}
#astrosage-tools{
float:left;
width:100%;
position:fixed;
top:0;
padding-top:62px;
z-index:1;
}
/*Matching */

/* New Planet Position Page for Astrologer Point of view */
.tdbackground
{
    text-align: left;
    font-weight: normal;
    padding-left: 5px;
    background-color: #fff;
}
.tdbackground:hover
{
    text-align: left;
    font-weight: normal;
    padding-left: 5px;
    background: #F7DBA2;
}
.PlanetaryTable{
border:#f96d06 1px solid;width:90%; margin-left:40px; margin: 0 auto;-moz-border-radius: 10px 10px 10px 10px;-khtml-border-radius: 10px 10px 10px 10px;-webkit-border-top-left-radius: 10px;-webkit-border-top-right-radius: 10px;-webkit-border-bottom-left-radius: 10px;-webkit-border-bottom-right-radius: 10px;border-radius: 10px 10px 10px 10px;
}

#PlanetaryTableTD{
height:21px; text-align:left; padding-left:5px;
}
.cellheaddiv
{
 width:90%;
 margin-left:30px;
 border:1px #F96D06 solid;
 background: #faecd1;
 font-size: 14px;
 font-weight: bold;
 text-align: left;
 padding: 5px 2px 5px 2px;
 border-bottom:#f96d06 0px solid;
    }
    
.cellTextdiv
{
    text-align: left;
    padding-left:5px;
    font-size: 12px;
    width:89.8%;
    margin-left:30px;
    border:1px #F96D06 solid;
}
.NameofBook
{
  float:right;
  padding-right:5px;
  font-weight:bold; 
}
#datetimeplace{
    display:none;
    padding-left:10px;
    background:#E9D9BB;
    border-top:solid 1px #807878;
    padding-top:5px;
}
.dialog-msg{
    padding-left:3px;
    background-color:#F8DDB0;
    border:1px solid #D0CBC2;
    line-height:25px;
    -moz-border-radius: 3px 3px 3px 3px;
    -khtml-border-radius: 3px 3px 3px 3px;
    -webkit-border-top-left-radius: 3px;
    -webkit-border-top-right-radius: 3px;
    -webkit-border-bottom-left-radius: 3px;
    -webkit-border-bottom-right-radius: 3px;
    border-radius: 3px 3px 3px 3px;
     margin-bottom:10px;
}
div#emailsharedurl{
    background:#C9BFBF; 
    padding:5px;
    padding-top:7px;
    padding-bottom:1px;
} 
.tooltip1
{
background: #F7DBA2;
position: absolute;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
border-radius: 5px;
border: 1px solid #F96D06;
color: #000;
width:380px;
padding: 10px 12px;
 font-size:16px;
-moz-box-shadow: 0 0 8px #000;
-webkit-box-shadow: 0 0 3px #000;
}
.tooltip1:before
{
content: "";
position: absolute;
top:82%;
right:370px;
border-right: 15px solid transparent;
border-top: 20px solid transparent;
border-left: 15px solid transparent;
margin: 26px 0 0 -10px;
}
.formatlink
{
    padding-bottom: 10px;
    padding-top: 0px;
    padding-right:15px; 
    font-weight:bold; 
    font-size:small;
}

div.planet 
{
        display:table-cell;
        border-right:1px solid #F96D06;
        border-bottom:1px solid #F96D06;
        width:150px;
        cursor:pointer;
}

div.date
{
        display:table-cell;
        border-right:0px solid #F96D06;
        border-bottom:1px solid #F96D06;
        width:150px;
}

div.row 
{
        display:table-row;
        
}

div.row:hover 
{
      background:#F7DBA2;
}



.ui-img-ico{ padding:20px; vertical-align:middle;border-right:1px solid #ddd; float:left;}
.ui-inner-txt{font-size:20px; text-align:center;padding:15px 0px 0 px; color:#990000;}
.ui-inner-txt-sm{font-size:12px; padding:5px 0px 0 5px; text-align:center;color:#990000;}
.ui-box a{text-decoration:none;} 
.ui-inner-box h2{ margin:0; padding:10px 0 0 0;}
.ui-inner-box p{ margin:0; padding:0;}
.ui-container{width:100%;}
.ui-margbox{ margin:40px; padding:50px 17px; border:1px solid #ddd;}
.ui-right{ float:right}
.ui-left{ float:left}
.ui-box{
    background:#fff;
    border-radius:5px;
   -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, .5);
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, .5);
    -webkit-transition: background 1s ease-in-out;
    width:550px;
    margin:5px;
    }
.ui-box:hover{
   -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, .5);
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, .5);
    background:#f4f4f4;    
    }
.ui-box-read{
    background:#fff;
    border-radius:3px;
   -webkit-box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, .5);
    box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, .5);
   -webkit-transition: background 1s ease-in-out;
    width:90%;    
    margin:15px auto;
    }   
.ui-inner-box-read h2{ margin:0; padding:16px 0px; font-size:22px; text-align:center;color:#990000;} 
.ui-inner-box-read img{ margin-right:10px;} 
/* Services page layout
********************************************************/
.ui-services-wrapper{
    width: 99%;
    margin: 0 auto;
    }
.ui-services-box{
    width: 48.6%;
    float: left;
    margin: 5px;
    }
.ui-services-content-box{
    background: #fff;
    border-radius: 0px 0px 5px 5px;
   -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, .5);
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, .5);
    padding: 5px;
    }
.ui-services-content-img{
    float: left;
    width: 90px;
    padding-right: 5px;
    }
 .ui-services-content-txt p{
    float:right;    
    width:73%;
    }
.ui-services-content-txt p{
    text-align:left;
    margin:0;
    padding:0;
    }
.ui-services-heading{
    border-bottom: 0 solid #ddd;
    line-height: 36px;
    padding-left: 5px;
    background-color: #f75108;
    background-image: -webkit-gradient(linear,0 0,0 100%,from(#ff9652),to(#f75108));
    background-image: -moz-linear-gradient(#ff9652,#f75108);
    background-image: -o-linear-gradient(#ff9652,#f75108);
    background-image: linear-gradient(#ff9652,#f75108);
    border-radius: 5px 5px 0 0;
    box-shadow: 0px 1px 1px #000;
    text-shadow: 0px 1px 1px #000;
    }
.ui-services-heading h2{
    line-height: 36px;
    font-size: 18px;
    font-weight: normal;
    font-family: Verdana;
    text-align: left;
    color: #fff;
    text-shadow: 0px 1px 1px #000;
    margin: 0;
    padding: 0;
    }
.ui-services-heading h2 a{
    line-height: 36px;
    font-size: 14px;
    font-weight: normal;
    font-family: Verdana;
    text-align: left;
    color: #fff;
    text-shadow: 0px 1px 1px #000;
    text-decoration: none;
    }
.ui-services-heading h2 a:hover{
    text-decoration: underline;
    }
.ui-clear{
    clear: both;
    }
/************** Order Form *********************/
.OrdPage .expand_wrapper    {
    padding: 0px;
    margin: 0px 0px 5px 0px;
    float: left;
    width: 100%;
    border-bottom: 1px solid #d6d6d6;
    }
.OrdPage h2.expand_heading    {
    padding: 0 35px 0 10px;    
    margin: 0 0 5px 0;
    background: url(/images/expand-collapse-icon.jpg) top right no-repeat;
    height: 38px;
    line-height: 38px;
    float: left;
    }
.OrdPage h2.expand_heading a    {
    color: #000;
    text-decoration: none;
    display: block;
    font-size: 16px;
    font-weight: bold;
    }
.OrdPage h2.expand_heading a:hover    {
    color: #ff0000;
    }
.OrdPage h2.active    {
    background-position: right bottom;
    }
.OrdPage .toggle_container    {
    margin: 0 0 5px;
    padding: 0;
    border-top: 1px solid #d6d6d6;
    background: #ffffff;
    overflow: hidden;
    clear: both;
    }
.OrdPage .toggle_container .box{
    padding: 5px;
    font-family: Arial;
    font-size: 13px; 
    }
.ui-mid-heading{
    border-bottom: 0 solid #ddd;
    line-height: 32px;
    padding-left: 5px;
    margin-top:5px;
    background-color: #ff6921;
    }
.ui-mid-heading h2{
    line-height: 32px;
    font-size: 15px;
    font-weight: bold;
    font-family: Arial;
    text-align: left;
    color: #fff;
    text-shadow: 0px 1px 1px #333;
    margin: 0;
    padding: 0;
    }
.ui-order-heading{
    border-bottom: 0 solid #ddd;
    line-height: 36px;
    padding-left: 5px;
    background-color: #ff6921;
    border-radius: 5px 5px 0 0;
    box-shadow: 0px 1px 1px #000;
    text-shadow: 0px 1px 1px #000;
    }
.ui-order-heading h2{
    line-height: 36px;
    font-size: 18px;
    font-weight: normal;
    font-family: Verdana;
    text-align: left;
    color: #fff;
    text-shadow: 0px 1px 1px #000;
    margin: 0;
    padding: 0;
    }
.OrdPage {
    width:100%;
    margin:0 auto;
    padding-bottom:10px;
    }
.OrdPage .contents p {
    font-family: Arial;
    font-size: 13px; 
    padding:0px 0px 0px 10px;
     
    }
.OrdPage .contents {    
    width:100%;
    font-family: Arial;
    font-size: 13px; 
    margin-top:10px;   
    }
.OrdPage label{
    font-family: "Helvetica Neue" ,Helvetica,Arial,sans-serif;
    font-size: 15px;
    font-weight: bold;
    line-height: 20px;
    }
.OrdPage input, 
.OrdPage textarea{
   -webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,0.2);
   -moz-box-shadow: inset 0 1px 2px rgba(0,0,0,0.2);
    box-shadow: inset 0 1px 2px rgba(0,0,0,0.2);
   -webkit-transition: border linear .2s,box-shadow linear .2s;
   -moz-transition: border linear .2s,box-shadow linear .2s;
   -ms-transition: border linear .2s,box-shadow linear .2s;
   -o-transition: border linear .2s,box-shadow linear .2s;
    transition: border linear .2s,box-shadow linear .2s;
    }
.OrdPage input:focus, 
.OrdPage textarea:focus{
    box-shadow: inset 0 1px 1px #fff, 0px 0px 10px #fffc06;
   -o-box-shadow: inset 0 1px 1px #fff, 0px 0px 10px #fffc06;
   -webkit-box-shadow: inset 0 1px 1px #fff, 0 0 10px #fffc06;
   -moz-box-shadow: inset 0 1px 1px #fff, 0 0 10px #fffc06;
    outline: 0;
    }
.OrdPage label{
    font-weight: bold;
    clear: both;
    display: block;
    text-align: right;
    margin: 8px 5px 7px 5px;
    font-size: 12px;
    color: #000;
    float: left;
    width:20%;
    }
.OrdPage input[type="text"],
.OrdPage textarea,
.OrdPage input[type="password"]{
   -webkit-border-radius: 4px;
   -moz-border-radius: 4px;
    border-radius: 4px;
    border: 1px solid #aaa;
    padding: 5px;
    font-size: 13px;
    margin-top: 0;
    background:#fff;
    color:#000;
    }    
.OrdPage input[type="text"],
.OrdPage textarea, 
.OrdPage input[type="password"]{
    width: 65%;
    height:28px;
    margin-bottom: 4px;
    }
.OrdPage textarea{
    height:100px;
    }
/************ Products box ***************/
/* grid configurations. */

.ui-grid-a, .ui-grid-b, .ui-grid-c, .ui-grid-d { overflow: hidden; }
.ui-block-a, .ui-block-b, .ui-block-c, .ui-block-d, .ui-block-e{ margin: 0; padding: 0; border: 0; float: left; min-height: 1px; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; -ms-box-sizing: border-box; box-sizing: border-box; }
/* grid a: 50/50 */
.ui-grid-a .ui-block-a, .ui-grid-a .ui-block-b { width: 49.95%; }
.ui-grid-a > :nth-child(n) { width: 50%; margin-right: -.5px; }
.ui-grid-a .ui-block-a { clear: left; }
/* grid b: 33/33/33 */
.ui-grid-b .ui-block-a, .ui-grid-b .ui-block-b, .ui-grid-b .ui-block-c { width: 33.25%; }
.ui-grid-b > :nth-child(n) { width: 33.333%; margin-right: -.5px; border:1px solid #ddd }
.ui-grid-b .ui-block-a { clear: left; }
/* grid c: 25/25/25/25 */
.ui-grid-c .ui-block-a, .ui-grid-c .ui-block-b, .ui-grid-c .ui-block-c, .ui-grid-c .ui-block-d { width: 24.925%; }
.ui-grid-c > :nth-child(n) { width: 25%; margin-right: -.5px; }
.ui-grid-c .ui-block-a { clear: left; }
/* grid d: 20/20/20/20/20 */
.ui-grid-d .ui-block-a, .ui-grid-d .ui-block-b, .ui-grid-d .ui-block-c, .ui-grid-d .ui-block-d, .ui-grid-d .ui-block-e { width: 19.925%; }
.ui-grid-d > :nth-child(n) { width: 20%; }
.ui-grid-d .ui-block-a { clear: left; }

.ui-padding-all{   
    padding: 5px;
   }
	
	
div.ui-product-container{
	width: 100%;
	padding-top:4px;
    }
div.ui-product-container ul{
	list-style: none;
	margin: 0px;
	padding: 0px;	
	}
div.ui-product-container li{
	margin: 0px;	
	float:left;
	width: 215px;
   	padding-top:2px;
   	text-decoration:none;
	text-align:left;
	border-bottom:0px dashed;
	line-height:18px;	
	background:#fff;
	border-radius:3px;
	padding:7px;
	margin:5px 5px;
   -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, .5);
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, .5);
   -webkit-transition: background 1s ease-in-out;
	}	
div.ui-product-container img{	
	float:left;
	padding-right:5px;
	}
div.ui-product-container span{	
	font: 12px Arial, Verdana, Helvetica,  sans-serif;
	color:#000;	
	}
div.ui-product-container li:hover{
   -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, .5);
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, .5);
    background:#ffc;
    }
.ui-product-content-box{
    background: #fff;
    border-radius: 0px 0px 10px 10px;
   -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, .5);
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, .5);
    padding: 5px;
    }
.ui-product-heading{
    border-bottom: 0 solid #ddd;
    line-height: 36px;
    padding-left: 5px;
    font-size: 18px;
    font-weight: normal;
    font-family:Verdana;
    text-align:left;
    color: #fff;
    background: #7b0202;
    background-color: #7b0202;
    background-image: -webkit-gradient(linear,0 0,0 100%,from(#fc0707),to(#7b0202));
    background-image: -moz-linear-gradient(#fc0707,#7b0202);
    background-image: -o-linear-gradient(#fc0707,#7b0202);
    background-image: linear-gradient(#fc0707,#7b0202);
    background  : -ms-linear-gradient(#fc0707, #7b0202);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fc0707', endColorstr='#7b0202');
    border-radius: 10px 10px 0 0;
    box-shadow:0px 1px 1px #000;
    text-shadow:0px 1px 1px #fff;
    }
.ui-product-heading h2{
    border-bottom: 0 solid #ddd;
    line-height: 36px;
    font-size: 18px;
    font-weight: normal;
    font-family:Verdana;
    text-align:left;
    color: #fff;
    text-shadow:0px 1px 1px #000;
    margin:0;
    padding:0;
    }
.ui-vdo-container {
	position: relative;
	padding-bottom: 60%;	
	height: 0;
	}
.ui-vdo-container iframe{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	}
/****************************************************************/    
.ui-chk input[type="checkbox"] {
    display:none;
    }
.ui-chk input[type="checkbox"] + label {
    color:#000;
    font-family:Arial, sans-serif;
    font-size:12px;
    font-weight:bold;
    width:100%;
    text-align:left;
}

.ui-chk input[type="checkbox"] + label span {
    display:inline-block;
    width:19px;
    height:19px;
    margin:-1px 4px 0 0;
    vertical-align:middle;
    background:url(/images/rdo-chk.png) left top no-repeat;
    cursor:pointer;
    float:left;
}

.ui-chk input[type="checkbox"]:checked + label span {
    background:url(/images/rdo-chk.png) -19px top no-repeat;
}

.ui-rdo input[type="radio"] {
    display:none;
}

.ui-rdo input[type="radio"] + label {
    color:#000;
    font-family:Arial, sans-serif;
    font-size:12px;
    font-weight:bold;
    width:100%;
    text-align:left;
}

.ui-rdo input[type="radio"] + label span {
    display:inline-block;
    width:19px;
    height:19px;
    margin:-1px 4px 0 0;
    vertical-align:middle;
    background:url(/images/rdo-chk.png) -38px top no-repeat;
    cursor:pointer;
    float:left;
    }
.ui-rdo input[type="radio"]:checked + label span {
    background:url(/images/rdo-chk.png) -57px top no-repeat;
}  
/* Inner Tooltip
***********************************************/
td > .ui-tooltip,div > .ui-tooltip, li > .ui-tooltip, a > .ui-tooltip, span > .ui-tooltip {
	opacity: 0;
	margin-top: -10px;
	visibility: hidden;
	margin-left: -65px; 
	}
td:hover > .ui-tooltip,div:hover > .ui-tooltip, li:hover > .ui-tooltip, a:hover > .ui-tooltip, span:hover > .ui-tooltip,
a .ui-tooltip:hover, span .ui-tooltip:hover, li .ui-tooltip:hover, td .ui-tooltip:hover {
	opacity: 1;
	visibility: visible;
	overflow: visible;
	margin-top: -130px;
	display: inline;
	margin-left: 15px;	
	}
.ui-tooltip {
	background: #FFFBCF;
	background: -moz-linear-gradient(top, #FFFBCF 0%, #FFFCDF 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#FFFBCF), color-stop(100%,#FFFCDF));
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#FFFBCF', endColorstr='#FFFCDF',GradientType=0 );
	border: 1px solid #990000;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;
	padding: 10px;
	margin-left: -40px;
	position: absolute;	
	font-family: Arial;
	font-size: 12px;
	text-decoration: none;
	font-style: normal;
	font-weight:bold;
	color: #990000;
	text-shadow: 0px 1px 1px #ddd;
	-webkit-box-shadow: 0 0px 5px #000;
	-moz-box-shadow: 0 0px 5px #000;	
	-o-box-shadow: 0 0px 5px #000;	
	box-shadow: 0 0px 5px #000;
	z-index: 10;	
	}
.ui-tooltip span { /* Triangle */
	background: #FFFBCF;
	border: 0;
	border-bottom: 1px solid #990000;
	border-left: 1px solid #990000;	
	width: 10px;
	height: 10px;
	margin-right: 15px;
	margin-top: 5px;
	display: block;
 	position: absolute;
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
	-webkit-box-shadow: inset -1px 1px 0 #fff;
	-moz-box-shadow: inset 0 1px 0 #fff;
	-o-box-shadow: inset 0 1px 0 #fff;
	box-shadow: inset 0 1px 0 #fff;
	display /*\**/: none\9;
	*display: none !important;
	*display: none;
	}
/*************** Right Scrollbar *******************/ 
  
    ::-webkit-scrollbar{
            height: 16px;
            overflow: visible;
            width: 16px;
        }
        ::-webkit-scrollbar-button
        {
            height: 0;
            width: 0;
        }
        ::-webkit-scrollbar-track
        {
            background-clip: padding-box;
            border: solid transparent;
            border-width: 0 0 0 4px;
        }
        ::-webkit-scrollbar-track:horizontal
        {
            border-width: 4px 0 0;
        }
        ::-webkit-scrollbar-track:hover
        {
            background-color: rgba(0,0,0,.05);
            box-shadow: inset 1px 0 0 rgba(0,0,0,.1);
        }
        ::-webkit-scrollbar-track:horizontal:hover
        {
            box-shadow: inset 0 1px 0 rgba(0,0,0,.1);
        }
        ::-webkit-scrollbar-track:active
        {
            background-color: rgba(0,0,0,.05);
            box-shadow: inset 1px 0 0 rgba(0,0,0,.14),inset -1px 0 0 rgba(0,0,0,.07);
        }
        ::-webkit-scrollbar-track:horizontal:active
        {
            box-shadow: inset 0 1px 0 rgba(0,0,0,.14),inset 0 -1px 0 rgba(0,0,0,.07);
        }
        ::-webkit-scrollbar-thumb
        {
            background-color: #990000;
            background-clip: padding-box;
            border: solid transparent;
            border-width: 1px 1px 1px 6px;
            min-height: 28px;
            padding: 100px 0 0;
            box-shadow: inset 1px 1px 0 rgba(0,0,0,.1),inset 0 -1px 0 rgba(0,0,0,.07);
        }
        ::-webkit-scrollbar-thumb:horizontal
        {
            border-width: 6px 1px 1px;
            padding: 0 0 0 100px;
            box-shadow: inset 1px 1px 0 rgba(0,0,0,.1),inset -1px 0 0 rgba(0,0,0,.07);
        }
        ::-webkit-scrollbar-thumb:hover
        {
            background-color: #fda805;
            box-shadow: inset 1px 1px 1px rgba(0,0,0,.25);
        }
        ::-webkit-scrollbar-thumb:active
        {
            background-color: #be4e03;
            box-shadow: inset 1px 1px 3px rgba(0,0,0,0.35);
        }
        ::-webkit-scrollbar-corner
        {
            background: transparent;
        }
        body::-webkit-scrollbar-track-piece
        {
            background-clip: padding-box;
            background-color: #f5f5f5;
            border: solid #fff;
            border-width: 0 0 0 3px;
            box-shadow: inset 1px 0 0 rgba(0,0,0,.14),inset -1px 0 0 rgba(0,0,0,.07);
        }
        body::-webkit-scrollbar-track-piece:horizontal
        {
            border-width: 3px 0 0;
            box-shadow: inset 0 1px 0 rgba(0,0,0,.14),inset 0 -1px 0 rgba(0,0,0,.07);
        }
        body::-webkit-scrollbar-thumb
        {
            border-width: 1px 1px 1px 5px;
        }
        body::-webkit-scrollbar-thumb:horizontal
        {
            border-width: 5px 1px 1px;
        }
        body::-webkit-scrollbar-corner
        {
            background-clip: padding-box;
            background-color: #f5f5f5;
            border: solid #fff;
            border-width: 3px 0 0 3px;
            box-shadow: inset 1px 1px 0 rgba(0,0,0,.14);
        }
        .RScroll::-webkit-scrollbar
        {
            height: 16px;
            overflow: visible;
            width: 12px;
        }
        .RScroll::-webkit-scrollbar-track
        {
            background-clip: padding-box;
            border: solid transparent;
            border-width: 0;
        }
        .RScroll::-webkit-scrollbar-track-piece, .RScroll::-webkit-scrollbar-thumb
        {
            border-width: 0;
        }
        .ui-ad-asmarriage img{
       -webkit-transition: all .9s;
        transition: all .9s;
        border:1px solid transparent;
        }
        .ui-ad-asmarriage:hover img {
       -webkit-box-shadow: 0 0 20px #fe6e05;
       -moz-box-shadow: 0 0 20px #fe6e05;
        box-shadow: 0 0 20px #fe6e05;
        border:1px solid #fe6e05;
            }
            
/* Notification
-----------------------------------------*/

.notification-box { background:#FDF1BC; min-height:40px; border-bottom:5px solid #FE9A2E; padding:5px; margin:0;box-sizing: border-box;-moz-box-sizing: border-box;-moz-box-sizing: border-box;}
.notification-box-remove{ vertical-align:middle; margin-right:10px;box-shadow:0 0 1px #666; background:#fff; padding:4px 6px 7px; border-radius:50px; position:absolute; top:5px; right:0px;}
.notification-box-remove > i{ vertical-align:middle; font-size:16px; color:#990000; padding:0; margin:0;}
.notification-txt{font-size:14px; padding-top:5px;margin-left:10px; margin-right:40px; font-weight:bold;}
.notification-txt > a{font-size:14px;color:#990000; font-weight:bold; text-decoration:underline;}

@media(max-width:1180px){#content{padding: 0 0px 0 19%;}#sideRight{clear:both;float: none;margin-right:0px;width: auto; margin:0 auto; margin-left:5px;position: relative;padding-top: 10px;}}
@media(max-width:924px){.adresize{width:640px; overflow-x:scroll}}
@media(max-width:840px){.adresize{width:580px; overflow-x:scroll}}
@media(max-width:768px){#sideRight{margin-left:0%;}.adresize{width:450px; overflow-x:scroll}}
@media(max-width:592px){.adresize{width:400px; overflow-x:scroll}}
@media(max-width:520px){.adresize{width:380px; overflow-x:scroll}}
@media(max-width:480px){.adresize{width:240px; overflow-x:scroll}}



 .ui-canvas-text {
       padding:30px 15px;
       background:#faecd1;
       border:#f96d06 1px solid;
       margin:10px; font-size:24px;
       color:#ff0000
 }
 .padding-all{padding:10px;}
 .margin-all{margin:10px;}
 .cardview {position: relative;background-color: #fff;border-radius: 3px;} 
 .cardview{box-shadow: 0 2px 5px 0 rgba(0,0,0,0.16),0 2px 10px 0 rgba(0,0,0,0.12);}