
/* File name: resalty.generic.css */
/**
 * Short description for file.
 *
 * This style file is managing the basic application layout.
 * The most generic classes and global styles should goes here.
 * 
 * Copyleft 2009, Optimal Technology Solutions, Inc. (http://www.optts.com)
*/

/* HTML reset */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}

ul, li {
    list-style:none;
}

/**
 * page wrappers and main behavior
*/
html,body {
    height:100%;
    background:url(../img/bg_page.jpg) repeat-x;
    font-family:tahoma;
    font-size:12px;
    direction:ltr;
}

a:link {
    text-decoration:none;
    color:#5a6166;
}

a:visited {
    text-decoration:none;
    color:#5a6166;
}

a:hover {
    color:#9cb80e;
}


#wrapper {
    height:auto;
}

#main {
    position:relative;
    width:940px;
    margin:0 auto;
    overflow:hidden;
}

/**
 * header section
*/
#header {
    width:940px;
    height:118px;
    margin:0 auto;
}

/**
 * logo
*/
#logo {
    clear:left;
    float:left; /** LTR **/
    height:90px;
    padding-left:20px; /** LTR **/
    width:250px;
}

/**
 * proffer
*/
#proffer {
    width:254px;
    height:25px;
    float:left;  /** LTR **/
    padding-top:50px;
}

#proffer img {
    margin:3px;
}

/**
 * account box at the top
*/
#account {
    width:352px;
    height:60px;
    float:right; /** LTR **/
    color:#CCCCCC;
    padding-top: 20px;
    overflow: hidden;
}

.account-login {
    overflow: hidden;
    width:359px;
    float:right;
    position: relative;
}

#account-username {
    position: absolute;
    left: 17px;
}

.account-login input.text {
    display: block;
    color: #5A6166;
    border: 1px solid #5A6167;
    float: right; /** LTR **/
    font-size: 12px;
    height: 14px;
    margin: 0 0 10px 10px; /** LTR **/
    width: 112px;
    background-color: #F7F8F3;
    padding: 3px;
    text-align:center;
    font-family:tahoma;
}
.account-login input.submit {
    margin-left: 10px; /** LTR **/
    float:right; /** LTR **/
}

#account-anchors {

    float:right;
    height: 30px;
    font-size:11px;
    clear:both;
    width:310px;

}
#account-welcome {
    width:350px;
    float:left;
}
#account-inner-welcome-login {
    color:#5A6166;
    float:right;
    font-size:11px;
    margin-bottom:5px;
    width:270px;
}
#account-welcome-pic {
    float:left;
    width:auto;
}
#account-user-name {
    float:left;
    width:auto;
    margin-left:10px;
    color:#000;
    font-size:12px;
    font-weight:700;
}

#account-anchors a:link,
#account-anchors a:visited
{
    color: #5A6166;
    text-decoration: none;
}

/*
 * top navigation bar
*/

#nav {
    background: url(../img/top-menu-bg.gif) repeat ;
    height: 27px;
    margin: auto;
    width: 940px;
    float: left; /** LTR **/
    position: relative;
}

#nav .curve {
    background:url(../img/top-menu-left.gif) no-repeat; /** LTR **/
    clear:left;
    height:27px;
    vertical-align:middle;
    width:19px;
    float:left; /** LTR **/
}

#nav ul.dropdown {
    background:url(../img/top-menu-bg.gif) repeat;
    float:left; /** LTR **/
    height:27px;
    position:relative;
    width:861px;
    z-index:3;
}

#nav ul.dropdown li {
    border-right:1px solid #FFFFFF; /** LTR **/
    float:left; /** LTR **/
    font-family:tahoma;
    font-size:12px;
    font-weight:400;
    height:27px;
    line-height:27px;
    width:200px;
    z-index:3;
}

#nav ul.dropdown li.hover {
    background:url(../img/top-menu-bg-h.gif) repeat-x;
    color:#FFF;
    height:27px;
    position:relative;
    z-index:3;
}

#nav ul.dropdown li a{
    color:#FFFFFF;
    display:block;
    height:27px;
    padding:0;
    text-align:center;
    width:200px;
    z-index:3;
}

#nav ul.dropdown li a:hover{
    color:#000;
}

#nav ul.dropdown ul {
    left:0;
    position:absolute;
    top:100%;
    visibility:hidden;
    width:200px;
    z-index:1000;
}

#nav ul.dropdown ul li {
    background:#9BB70D none repeat;
    border-bottom:1px solid #8DA513;
    border-left:medium none;
    color:#000000;
    float:left; /** LTR **/
    font-weight:400;
    z-index:3;
}

#nav .language {
    color:#9BB70D;
    display:block;
    height:30px;
    right:0; /** LTR **/
    position:absolute;
    top:-6px;
    /* width:81px; */
    z-index:3;
}

.cpanel-breadcrumb
{background: url(../img/breadcrumb_bg.gif) repeat-x left top;
 font-size: 12px;
 height: 25px;
 margin-top: 1px;
 padding-top: 10px;
 padding-left: 10px; /** LTR **/
 text-align: left; /** LTR **/
 float:left;
 width:710px;}
/**
 * language menu
*/

#language-list {
    background: #A7C736;
    height: 27px;
    margin: auto;
    width: 940px;
    float: left; /** LTR **/
    position: relative;
    z-index:15;
}

#language-list ul.dropdown {
    background: #A7C736;
    color:#151419;
    float:right; /** LTR **/
    height:27px;
    position:relative;
    width:861px;
    z-index:3;
}

#language-list ul.dropdown li {

    border-left:1px solid #000; /** LTR **/
    float:right; /** LTR **/
    font-family:tahoma;
    font-size:12px;
    font-weight:400;
    height:27px;
    line-height:27px;
    width:100px;

}

#language-list ul.dropdown li.hover {
    background:#52595E;
    color:#FFF;
    height:27px;
    position:relative;
}

#language-list ul.dropdown li a{
    color:#151419;
    display:block;
    height:27px;
    text-align:center;
    width:100px;
}

#language-list ul.dropdown li a:hover{
    color:#98C433;
}

#language-list ul.dropdown ul {
    left:0; /** LTR **/
    position:absolute;
    top:100%;
    visibility:hidden;
    width:100px;
}

#language-list ul.dropdown ul li {
    background:#F7F8F3 ;
    color:#000000;
    float:left; /** LTR **/
    font-weight:400;
}



/**
 * content wrapper
*/
#content {
    width:940px;
    margin: 0 auto;
    overflow:hidden;
    min-height:255px;
}

#main-body {
    background: #FFFFFF url(../img/grad_gray.gif) repeat-x;
    display: block;
    float: left; /** LTR **/
    min-height:500px;
    width:720px;
    overflow: hidden;
}

#main-body-default {
    background: #FFFFFF url(../img/grad_gray.gif) repeat-x;
    display: block;
    float: left; /** LTR **/
    min-height:500px;
    width:100%;
    overflow: hidden;
}


/**
 * footer
*/
#footer {
    bottom:0;
    width:100%;
    height:270px;
    background:#9cb80e url(../img/bg_footer.jpg) repeat-x;

}

/**
 * footer menu
*/

#footer-menu {
    height:200px;
    margin:auto;
    padding-top:30px;
    width:940px;
}

#footer-menu .special-pic {
    display:block;
    float:left; /** LTR **/
    margin-right:20px; /** LTR **/
    width:60px;
}

#footer-menu ul {
    float:left; /** LTR **/
    line-height:20px;
    width:140px;
}

#footer-menu ul li {
    color:#F7F7F3;
    display:block;
    font-size:12px;
    text-align:left;
}

#footer-menu ul li a:visited,
#footer-menu ul li a:link {
    color:#F7F7F3;
}

#footer-menu ul li a:hover {
    color:#000000;
}

/**
 * footer copyright
*/

#footer-copyright {
    bottom:0;
    width:100%;
    height:50px;
    background:#9cb80e url(../img/bg_copyright.gif) repeat-x;
}

#footer-copyright-content {
    width:940px;
    height:50px;
    margin:0 auto;
}

#footer-copyright-anchors {
    float:left; /** LTR **/
    width:480px;
    margin-top: 15px;
}

#footer-copyright-anchors a {
    display:block;
    float:left; /** LTR **/
    margin:0 5px;
}

#footer-copyright-anchors img {
    display:block;
    float:left; /** LTR **/
    margin:0 5px;
    overflow: hidden;
}

#footer-copyright-ots {
    display:block;
    float:right; /** LTR **/
    vertical-align:middle;
    width:140px;
    font-size:11px;
    line-height:40px;
    text-align:left;
    margin-top: 4px;
}

#footer-copyright-ots img {
    vertical-align: middle;
}

/*
 * side menu
*/

.side-menu{
    width:220px;
    float:left; /** LTR **/
    display:block;

    min-height:600px;
    margin-bottom:30px;
    text-align:center;
    background:#FFFFFF url(../img/side-menu-bg-ltr.jpg) no-repeat right ; /** LTR **/
    margin-top:1px;
}

.live-chat {
    float:left; /** LTR **/
    height:90px;
    width:220px;
    margin:1px 0px 15px;
    cursor:pointer;
}

/**
 * accordion-menu
*/

.accordion-menu .expandable, .accordion-menu h3{
    clear:both;
    display:block;
    padding-left:8px; /** LTR **/
    background:#E5E5E7;
    padding-bottom:5px;
    width:auto;
    color:#000;
    text-decoration:none;
    padding-top:5px;
    height:25px;
    border-bottom:#ccc 1px solid;
    line-height:24px;
}
.accordion-menu h3 img {
    float:left; /** LTR **/
    display:block;
    margin-right:7px; /** LTR **/
    border:0;
}

.accordion-menu h3 a {
    display:block;
    float:left; /** LTR **/
    height:27px;
    color:#5A6166;
    width:auto;
    text-align:left;
}

.accordion-menu .last{
    border-bottom:none;
}

.accordion-menu {
    clear:both;
    display:block;
    margin:0 auto;
    text-align:left;
    width:180px;
}

.accordion-menu .top-menu {
    background: #E8E8EA url(../img/side-top.jpg) no-repeat ;
    height:10px;
    width:180px;
    margin-top:10px;
    clear:both;
}

.accordion-menu .bot-menu {
    background: #E8E8EA url(../img/side-bot.jpg) no-repeat ;
    height:10px;
    width:180px;
    clear:both;
}

.accordion-menu .submenu {
    color:#EFEFEF;
    line-height:22px;
}

.accordion-menu .submenu a {
    color:#5A6166;
}

.accordion-menu .submenu a:hover {
    color:#9CB80E;
}

.accordion-menu .submenu ul{
    display:block;
}

.accordion-menu .submenu li{
    display:block;
    padding-left:45px; /** LTR **/
    width:135px;
    background:#EFEFEF;
    border-bottom:1px solid #FFF;
}


/**
 * home page
*/
.home-body {
    float:left; /** LTR **/
    height:285px;
    width:940px;

}

.homepage-text {
    color:#FFFFFF;
    float:left; /** LTR **/
    font-size:12px;
    margin:40px 0 0;
    text-align:center;
    width:340px;
}

.flash-container {
    height:286px;
    float:left;
    margin-left:50px; /** LTR **/

    width:440px;

}

.in-blocks-container {
    clear:both;
    float:left; /** LTR **/
    height:auto;
    min-height:150px;
    width:940px;
    margin-bottom:20px;
}

.body-customer-block {
    color:#666666;
    float:left; /** LTR **/
    font-size:13px;
    height:170px;
    line-height:22px;
    padding:0 5px 10px;
    text-align:left;
    width:400px;
}

.body-top-block {
    color:#666666;
    float:left; /** LTR **/
    font-size:13px;
    height:170px;
    line-height:22px;
    padding:0 5px 10px;
    text-align:left;
    width:500px;
    z-index:3;
}

.body-top-block ul {
    color:#000000;
    font-size:14px;
    font-weight:bold;
}

.body-top-block ul li {
    color:#5A6166;
    font-size:12px;
    font-weight:normal;
}

.mainfont {
    float:left; /** LTR **/
    padding:10px 20px 0 30px; /** LTR **/
    text-align:justify;
    width:425px;
}

.mainfont li {
    padding-left:20px; /** LTR **/
}

/**
 * errors
*/
label.error {
    color:red;
}


/**
 * #default-breadcrumb
*/
#default-breadcrumb {
    background: url(../img/breadcrumb_bg.gif) repeat-x left top;
    font-size: 12px;
    height: 25px;
    margin-top: 1px;
    padding-top: 10px;
    padding-left: 10px; /** LTR **/
    text-align: left; /** LTR **/
    float:left;
    width:945px;
}
#default-breadcrumb li {
    background: left center; /** LTR **/
    font: bold;
    float: left; /** LTR **/
    padding-left: 20px; /** LTR **/
}

#default-breadcrumb li.sub {
    background: url(../img/nav-pic-ltr.png) no-repeat left center; /** LTR **/
    float: left; /** LTR **/
    padding-left: 35px; /** LTR **/
}
/**
* cpanel-breadcrumb
*/
#cpanel-breadcrumb {
    background: url(../img/breadcrumb_bg.gif) repeat-x left top;
    font-size: 12px;
    height: 25px;
    margin-top: 1px;
    padding-top: 10px;
    padding-left: 10px; /** LTR **/
    text-align: left; /** LTR **/
    float:left;
    width:710px;
    border-top:1px solid #FFF;
}
#cpanel-breadcrumb li {
    background: left center; /** LTR **/
    font: bold;
    float: left; /** LTR **/
    padding-left: 20px; /** LTR **/
}

#cpanel-breadcrumb li.sub {
    background: url(../img/nav-pic-ltr.png) no-repeat left center; /** LTR **/
    float: left; /** LTR **/
    padding-left: 35px; /** LTR **/
}
/**
 * inline-box
 * used to display blocks inside pages
*/
.inline-box {
    background: url(../img/inline-box-left.jpg) no-repeat left 60px;
    float:left; /** LTR **/
    margin:20px ;
    min-height:200px;
    width:540px;
}

.inline-box h3 {
    background: url(../img/inline-box-top-bg.jpg) repeat-x;
    height:40px;
    margin:0 auto;
    padding-top:22px;
    padding-left:5px; /** LTR **/
    width:514px;
}

.inline-box .body {
    background: url(../img/inline-box-left.jpg) no-repeat left top;
    min-height:200px;
    padding:10px;
}

.inline-box .body div.notice {
    width:350px;
    background:#FFF9DC url(../img/notice.gif) no-repeat left center;
    border:1px solid #DA9B25;
    font-weight:bold;
    height:50px;
    margin:0 auto;
    padding-left:55px; /** LTR **/
    padding-top: 15px;
    padding-right: 10px; /** LTR **/
}

.inline-box .body form {
    color:#5A6166;
    line-height: 20px;
    padding-left:30px; /*she7ata*/

}

.inline-box .body fieldset {
    margin-top:10px;
}

.inline-box .body legend {
    background: #9CB80E url(../img/legend_bg.jpg) repeat-x;
    color: #FFFFFF;
    font-size:14px;
    line-height: 27px;
    margin:7px 2px;
    padding: 2px 5px;
}

/* modified by she7ata
.inline-box .body .input {
    margin:10px 15px;
    padding:2px 30px;

}
*/
.inline-box .body .input {
    margin:10px 0px;
    padding:2px 0px;

}



.inline-box .body .input label {
    display:inline-block;
    width:115px;
    padding:2px 10px;
    text-align:left; /** LTR **/
}

.inline-box .body .text input,
.inline-box .body .password input {
    background: #FFFFFF url(../img/grad_gray.gif) repeat-x;
    border: 1px solid #5A6166;
    width:190px;
    padding:3px;
}

.inline-box .body .text input:focus,
.inline-box .body .password input:focus {
    border:1px solid #9CB80E;
    background:#FFFFFF;
}

.inline-box .body .form-end {
    width:248px;
    margin:25px auto 10px;
    text-align: center;
}

.inline-box .body .form-end input {
    background: url(../img/submit.gif);
    border:none;
    color:#FFFFFF;
    width:91px;
    height:40px;
    padding-bottom:20px;
}

.inline-box .body .form-end input:hover {
    background: url(../img/submit-hover.gif);
}


/**
 * side live help
*/
#side-live-help {
    margin: 20px 20px 10px; /** LTR **/
}



/**
 * side guides
*/
.guide {
    margin-top: 30px;
    margin-left: 10px;
}

/*
    @auther Alemasry@optts.com
*/
.flash_good {
    background:#e5f2be url(../img/success.png) no-repeat left center;
    border:1px solid #bedf5d;
    padding:13px 20px 0 70px;
    margin: 20px 40px;
    height:auto;
    font-weight:normal;
    box-shadow: 0px 0px 6px #000;
    -moz-box-shadow: 0px 0px 3px #ccc;
    -webkit-box-shadow: 0px 0px 3px #ccc;

    border-radius: 6px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    width:550px;
}
.flash_bad {
    background:#FFF9DC url(../img/us_en/alert.jpg) no-repeat left center;
    border:1px solid #DA9B25;
    padding:10px 0 10px 60px;
    margin: 5px 0px 0px 10px;
    height:auto;
    font-weight:normal;
    width:625px;
}

.error-message {
    width:100%;
    background:#ee0101;
    color:#fff;
    width:150px;
    font-family:tahoma;
    font-size:11px;
    border:2px solid #ddd;
    box-shadow: 0px 0px 6px #000;
    -moz-box-shadow: 0px 0px 6px #000;
    -webkit-box-shadow: 0px 0px 6px #000;
    padding:4px 10px 4px 10px;
    border-radius: 6px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    position:absolute;
    left:450px;





    line-height:11px;
    z-index:10;
    filter:alpha(opacity=80);
    -moz-opacity:0.8;
    -khtml-opacity: 0.8;
    opacity: 0.8;









}
#UserChangepasswordForm .error-message, #UserSenderNamesForm  .error-message, #UserEmailListForm .error-message, #UserEditprofileForm .error-message{
    left:690px;
}

#UserRegisterForm .error-message {
    width:100%;
    background:#ee0101;
    color:#fff;
    width:150px;
    font-family:tahoma;
    font-size:11px;
    border:2px solid #ddd;
    box-shadow: 0px 0px 6px #000;
    -moz-box-shadow: 0px 0px 6px #000;
    -webkit-box-shadow: 0px 0px 6px #000;
    padding:4px 10px 4px 10px;
    border-radius: 6px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    position:absolute;
    left:400px;




    line-height:11px;
    z-index:10;
    filter:alpha(opacity=80);
    -moz-opacity:0.8;
    -khtml-opacity: 0.8;
    opacity: 0.8;






}
.public-forms .error-message {
    width:100%;
    background:#ee0101;
    color:#fff;
    width:150px;
    font-family:tahoma;
    font-size:11px;
    border:2px solid #ddd;
    box-shadow: 0px 0px 6px #000;
    -moz-box-shadow: 0px 0px 6px #000;
    -webkit-box-shadow: 0px 0px 6px #000;
    padding:4px 10px 4px 10px;
    border-radius: 6px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    position:absolute;
    left:450px;




    line-height:11px;
    z-index:10;
    filter:alpha(opacity=80);
    -moz-opacity:0.8;
    -khtml-opacity: 0.8;
    opacity: 0.8;






}
.capatchaerrormsg{
    width:100%;
    background:#ee0101;
    color:#fff;
    width:150px;
    font-family:tahoma;
    font-size:11px;
    border:2px solid #ddd;
    box-shadow: 0px 0px 6px #000;
    -moz-box-shadow: 0px 0px 6px #000;
    -webkit-box-shadow: 0px 0px 6px #000;
    padding:4px 10px 4px 10px;
    border-radius: 6px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    position:absolute;
    left:450px;
    margin-top:-15px;


    line-height:11px;
    z-index:10;
    filter:alpha(opacity=80);
    -moz-opacity:0.8;
    -khtml-opacity: 0.8;
    opacity: 0.8;







}


.addhint{

    width:100%;
    background:#ee0101;
    color:#fff;
    width:200px;
    font-family:tahoma;
    font-size:11px;
    border:2px solid #ddd;
    box-shadow: 0px 0px 6px #000;
    -moz-box-shadow: 0px 0px 6px #000;
    -webkit-box-shadow: 0px 0px 6px #000;
    padding:4px 10px 4px 10px;
    border-radius: 6px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    margin-left:450px;
    height:60px;

    position:absolute;
}


/**
 * FAQ pages
*/

#faq {
    margin-top:10px;
    margin-bottom:10px;
}

#faq ul.categories {
    color: #9CB80E;
    margin-top: 20px;
    margin-left:30px; /** LTR **/
    padding-bottom:30px;
    text-align: center;
    font-weight:bold;
    text-align:left;
}

#faq ul.categories li {

    padding-left:0px; /** LTR **/
    margin-left:2px;
    list-style-type: square;
    text-align:left;
    float:left; /** LTR **/
    padding-right:18px;
}

#faq ul.categories li a:link,
#faq ul.categories li a:visited {
    color: #9CB80E;
}

#faq ul.categories li a:hover {
    color: #5A6166;
}

/** list of sticky questions on the main FAQ page **/

#faq div.sticky-questions {
    background-color:#FFFFCC;
    border:1px solid #FF9900;
    font-size:14px;
    font-weight: bold;
    line-height:22px;
    margin:20px;
    padding:15px 15px 15px 20px; /** LTR **/
}

#faq div.sticky-questions h3 {
    margin:0px 0px 10px 2px;
    font-size: 16px;
    font-weight: bold;
}

#faq div.sticky-questions a:link,
#faq div.sticky-questions a:visited {
    color: #9CB80E;
}

#faq div.sticky-questions a:hover {
    color: #FF9900;
}

#faq div.sticky-questions ul {
    color: #FF9900;
    margin-left: 20px; /** LTR **/
}


#faq div.sticky-questions ul li {
    list-style-type: disc;
    margin-top: 5px;
    margin-bottom: 5px;
}

/** FAQ categories summary on main FAQ page **/

#faq .categories-summary {
    margin:20px 10px 20px 20px; /** LTR **/
}

#faq .categories-summary a:link,
#faq .categories-summary a:visited {
    color: #9CB80E;
}

#faq .categories-summary a:hover {
    color: #5A6166;
}

#faq .categories-summary .category {
    margin: 15px 20px;
}

#faq .categories-summary .category h4 {
    font-size: 16px;
    font-weight: 700;
    padding-bottom: 10px;
}

#faq .categories-summary .category ul {
    padding-left: 25px; /** LTR **/
}

#faq .categories-summary .category ul li {
    list-style-image:  url(../img/faqs-blue-bullet.gif);
    margin: 10px 10px 5px 5px; /** LTR **/
}


/** questions with answers **/

#faq .questions-detailed {
    margin: 40px 20px 20px 20px;
}

#faq .questions-detailed h3 {
    color: #9BB70D;
    font-size: larger;
    font-weight: 700;
    margin: 15px 5px;
}

#faq .questions-detailed .answer {
    background-color:#FFFFCC;
    border:1px solid #FF9900;
    font-size:14px;
    line-height:22px;
    margin:20px;
    padding:15px 15px 15px 20px; /** LTR **/
}

#faq .go-up {
    border-bottom: 1px solid #CCCCCC;
    text-align: left; /** LTR **/

}


/**
 * Smsready pages
*/

#smsready {
    margin-top:10px;
    margin-bottom:10px;
}

#smsready ul.categories {
    color: #9CB80E;
    margin-top: 20px;
    margin-left:40px; /** LTR **/
    padding-bottom:30px;
    text-align: center;
    font-weight:bold;
}

#smsready ul.categories li {
    float:left; /** LTR **/
    padding-left:21px; /** LTR **/
    list-style-type: square;
    list-style-position:outside;
}

#smsready ul.categories li a:link,
#smsready ul.categories li a:visited {
    color: #9CB80E;
}

#smsready ul.categories li a:hover {
    color: #5A6166;
}

/** the grid of sms ready messages **/

#smsready ul.grid {
    padding: 20px;
    width: 680px;
    overflow: hidden;
}

#smsready ul.grid li {
    float: left; /** LTR **/
    height: 205px;
    margin: 2px;
    width: 220px;
    overflow : hidden;
}


#smsready ul.grid li .message {
    background-color: #F0F0F0;
    color: #000000;
    float: left; /** LTR **/
    font-family: tahoma;
    font-size: 16px;
    height: 150px;
    padding: 10px;
    width: 200px;
    overflow: auto;
}

#smsready ul.grid li ul.actions {
    height:35px;
    float: left; /** LTR **/
    overflow: hidden;
    width: 200px;
}

#smsready ul.grid li ul.actions li {
    float: left; /** LTR **/
    height: 30px;
    margin-top: 7px;
    width: 95px;
    text-align: center;
}

ul.paginator {
    margin: 10px auto;
    width:250px;
    padding-bottom: 35px;
}

ul.paginator li {
    float: left;  /** LTR **/
    min-width: 10px;
    padding: 5px;

}

ul.paginator li a:link,
ul.paginator li a:visited {
    color: #9CB80E;
}

ul.paginator li.counter {
    color: #8A8E92;
    margin: 0 4px;
}

ul.paginator li.prev,
ul.paginator li.next {
    color: #8A8E92;
    background: #F0F0F0;
    border: 1px solid #CCCCCC;

}

/* dashboard */
.dashboard-container {
    width: 340px;
    float: left;
    margin: 10px 0 0 10px;
}
.dashboard-control {
    width: 720px;
    text-align: left;
    float: left;
}
.dashboard-top {
    width: 300px;
    background: #E4E5E5 url(../img/dashboard-top.jpg) repeat-x;
    height: 20px;
    clear: both;
    text-align: left;
    float: left;
    padding: 0 20px
}
.dashboard-body-top {
    direction:ltr;
    float: left;
    width: 320px;
    background-color: #E4E5E5;
    height: auto;
    clear: both;
    min-height: 80px;
    padding: 0 10px
}
.dashboard-bottom {
    width: 300px;
    background: transparent url(../img/dashboard-bottom.jpg) repeat-x;
    height: 20px;
    clear: both;
    text-align: left;
    padding: 0 20px
}
.dashboard-body-bottom {
    float: left;
    width: 320px;
    background-color: #E4E5E5;
    clear: both;
    min-height: 245px;
    padding: 0 10px;
    height: auto;
}
.dashboard-header {
    background: transparent url(../img/dashboard_top_pic.gif) no-repeat;
    width: 170px;
    height: 30px;
    float: left;
    color: #FFF;
    text-align: center;
    padding-top: 6px;
    margin-bottom: 7px;
}
.dashboard-body {
    float: left;
    width: 320px;
    background-color: #E4E5E5;
    height: auto;
    clear: both;
    min-height: 307px;
    padding: 0 10px
}

.dashboard-bold {
    font-size: 14px;
    font-weight: 700
}

#dashboard-table-control {
    color: #5A6166;
    width: 93%;
    margin-left:20px;
}
#dashboard-table-control thead tr {
    background: #FFF url(../img/input_bg_t.gif) repeat-x;
    height: 31px
}

#dashboard-table-control thead tr td {
    padding-left: 5px
}

#dashboard-table-control tbody tr td {
    height: 35px;
    padding-left: 5px
}

#dashboard-table-control tbody tr:hover {
    background-color: #F7F7F3;
    cursor: pointer;
}

#dashboard-table-control tfoot {
    background: #FFF url(../img/table-footer.gif) bottom repeat-x;
    height: 40px;
    text-align: center
}

#dashboard-table-control thead a:link,.control-table thead a:visited {
    color: #000;
    margin: 0 5px
}
#dashboard-table-control thead a:hover,#dashboard-table-control tbody tr td a:hover,#dashboard-table-control tbody tr td b font {
    color: #9BB70D;
}
.dashboard-control-table {
    width: 699px;
    margin-top: 10px;
}
.dashboard-control-table tbody tr td a:link,.control-table tbody tr td a:visited {
    color: #5A6166
}

.dashboard-top-table {
    clear: both;
    width: 700px;
    background: #fff url(../img/c-top-table.jpg) repeat-x;
    height: 19px;
    border-bottom: #fff solid 1px
}

.dashboard-bottom-table {
    width: 700px;
    height: 30px;
    border-bottom: #fff solid 1px;
    background: #fff url(../img/c-bot-table.jpg) repeat-x
}

.dashboard-input {
    width: 160px;
    float: left;
}

.dashboard-container #SmsDynamicSenderId {
    background-color:#FFFFFF;
    border:1px solid #5A6166;
    float:left;
    font:12px tahoma;
    padding:3px;
    width:295px;
}

.dashboard-button {
    width: 25px;
    float: left;
}
/* register success elemnet */

#success-forgotpassword-content {
    overflow:hidden;
    background:#fff;
    width:800px;
    padding:0 20px;
}

#success-forgotinfo-content {
    overflow:hidden;
    background:#fff;
    width:900px;
    padding:0 20px;
    margin-top:20px;
}

#success-active02 {
    position:absolute;
    width: 195px;
    left: 600px;
    height: 59px;
    background-color:#FFF9DC; 
    top: 509px; 
    padding-top:10px; 
    font-size:14px;
}
#success-active03 {
    position:absolute;
    width: 200px;
    left: 310px;
    height: 59px;
    background-color:#FFF9DC;
    top: 509px;
    padding-top:10px;
    font-size:14px;
}
#success-active01 {
    position:absolute;
    width: 200px;
    left: 925px;
    height: 59px;
    background-color:#FFF9DC;
    top: 509px;
    padding-top:10px;
    font-size:14px;
}

.balance-l {
    width: auto;
    text-align: center;
    margin-top: 5px
}

.balance-l a,visited {
    width: auto;
    text-align: center;
    color: #000;
    text-decoration: none
}

.balance-l a:hover {
    text-align: center;
    color: #ccc
}

.dashboard-body fieldset {
    float: left;
    border: none;
    clear: both;
    display: block;
    margin: auto;
    width:320px;
}

.dashboard-body fieldset label {
    line-height: 22px;
    text-align: left;
    width: auto;
}

.dashboard-body fieldset ul li {
    margin-top: 0px;
    width: 200px;
    float: left;
}

#messages-no {
    margin:0;
    width: 160px;
    float: left;
}

.submit-li {
    text-align: left
}

.dashboard-body fieldset ul li input {
    font: 12px Tahoma;
    border: #5a6166 1px solid;
    width: 140px;
    background-color: #fff;
    height: 20px;
    margin-top: 10px;


}

.dashboard-body fieldset ul li input:focus {
    border: #9CB80E 1px solid;
    background: #fff;
    height: 20px
}
.dashboard-sms-send-button{
    font: 12px Tahoma;
    border: #5a6166 1px solid;
    width: 140px;
    background-color: #fff;
    height: 20px;
    margin-top: 10px;
    float:right;
}
.dashboard-sms-send-button:focus {
    border: #9CB80E 1px solid;
    background: #fff;
    height: 20px
}

#submit {
    color: #FFF;
    width: 93px;
    height: 40px;
    text-align: center;
    padding-bottom: 17px;
    border: 0;
    font: 12px tahoma;
    background: transparent url(../img/dashboard-send.png) repeat-x
}

#submit:hover {
    background: transparent url(../img/dashboard-sendh.png) repeat-x
}

.dashboard-body fieldset ul li textarea {
    font: normal 12px tahoma;
    border: #5A6166 1px solid;
    background-color: #fff;
    float: left;
    width: 295px;
    padding: 3px;
}

.dashboard-body fieldset ul li textarea:focus {
    border: #9CB80E 1px solid;
    background-color: #fff;
}
/* smallend */
#smallend INPUT#Submit {
    font: normal 12px tahoma;
    color: #FFF;
    background: transparent url(../img/submit.gif) no-repeat;
    width: 90px;
    height: 40px;
    text-align: center;
    padding-bottom: 17px;
    margin-left: 5px;
    border: 0;
    cursor: pointer;
}

#smallend INPUT#Submit:visited {
    color: #FFF;
    background: transparent url(../img/submit.gif) no-repeat;
    width: 95px;
    height: 40px;
    text-align: center;
    padding-bottom: 17px;
    border: 0
}

#smallend INPUT#Submit:hover {
    background: transparent url(../img/submitover.gif) no-repeat;
    border: 0
}

#smallend {
    width: 700px;
    border: 0;
    text-align: center;
    display: block;
    float: left;
    clear: both;
    padding: 10px
}

/**
 * SMS send page
*/

#SelectMsg {
    cursor: pointer;
}

#addressbook-edit{
    color:#5A6166;
    width:400px;
    border:1px solid #F7F7F3;
    text-align:center;
    font-size:12px;
}
#addressbook-edit thead tr{
    background:#FFF url(../img/input_bg_t.gif) repeat-x;
    height:31px;
    text-align:center
}
#addressbook-edit thead tr td {
    padding-left:5px;
    text-align:center
}
#addressbook-edit tbody tr td {
    height:35px;
    border:solid 1px #F7F7F3  ;
    text-align:center;
    padding-left:5px;
    font-size:12px;
}
#addressbook-edit tbody tr:hover{
    background-color:#F7F7F3;
}
#addressbook-edit tfoot{
    background:#FFF url(../img/table-footer.gif) bottom repeat-x;
    height:40px;
    text-align:center;
}
#addressbook-edit input{
    width: 185px;;
}
#addressbook-edit thead a:link,listTable thead a:visited {
    margin:0 5px;
}
#addressbook-leftbutton {
    text-align:right;
    clear:both;
    margin-bottom:15px;
    padding-right:20px;
    height:26px;
}

/* Fieldset style */
.ResaltyFieldset {
    width: 660px;


    background-color: #FFF;
    border-top: 1px #9CB80E solid;
    border-left-style: none;
    border-bottom-style: none;
    border-left-style: none;
    padding-bottom: 10px;
}
.ResaltyFieldset legend {
    background: #9CB80E url(../img/legand.jpg);
    font-size: 14px;
    height: 27px;
    text-align: left;
    color: #fff;
    line-height: 22px;
    padding: 2px 10px;
    margin-bottom: 15px;
}

.ResaltyFieldset  ul li {
    display: block;
    float: left;
    width: 670px;
    line-height: 20px;
    padding: 3px 0;
    margin-bottom: 7px;
}

.ResaltyFieldset  ul li label {
    float: left;
    width: 200px;
    text-align: left;
    margin-left: 20px;
    line-height: 22px;
}


/* new feild set */
.wideFieldset {
    width: 680px;
    overflow: auto;
    width: 680px;
    background-color: #FFF;
    border-top: 1px #9CB80E solid;
    border-left-style: none;
    border-bottom-style: none;
    border-left-style: none;
    padding-bottom: 10px;
}
.wideFieldset legend {
    background: #9CB80E url(../img/legand.jpg);
    font-size: 14px;
    height: 27px;
    text-align: left;
    color: #fff;
    line-height: 22px;
    padding: 2px 10px;
    margin-bottom: 15px;
}

.wideFieldset  ul li {
    display: block;
    float: left;
    width: 670px;
    line-height: 20px;
    padding: 3px 0;
    margin-bottom: 7px;
    border-bottom:1px solid #EFEFEF;
}

.wideFieldset  ul li label {
    float: left;
    width: 200px;
    text-align: left;
    margin-left: 20px;
    line-height: 22px;
    color:#9cb80c;
    font-size:14px;
}





#flash_error {
    color:#990000;
    display:none;
    font-size:12px;
    font-weight:bold;
    margin: 0px 30px ;
    font-variant:small-caps;
    height:20px;
    width:auto;
}

#advanced_send {
    text-align: left;
}

#error-page {
    background: url(../img/errorar.jpg)  no-repeat center;
    height: 250px;
    margin-top:50px;
}
.hint1{position:absolute;
       width: 280px;
       left: 600px;
       height: 80px;
       background:url(../img/us_en/forgetdialog.gif) no-repeat;
       top: 450px;
       padding-top:25px;
       font-size:14px;
       text-align:center;

}
.hint2{position:absolute; 
       width: 282px;
       left: 180px;
       height: 80px;
       background:url(../img/us_en/forgetdialog.gif) no-repeat;
       top: 420px;
       padding-top:25px;
       font-size:14px;
       text-align:center
}


.hint3{ position:absolute;
        width: 282px;
        left: 185px;
        height: 80px;
        background:url(../img/us_en/forgetdialog.gif) no-repeat;
        top: 640px;
        padding-top:33px;
        font-size:14px;
        text-align:center
}

.hint4{position:absolute; 
       width: 282px;
       left: 620px;
       height: 80px;
       background:url(../img/us_en/forgetdialog.gif) no-repeat;
       top: 640px;
       padding-top:33px;
       font-size:14px;
       text-align:center
}
.stepscss{margin:0; padding:0; list-style:none;list-style-image:none; text-align:left; display: block;}
.stepscss li{ margin-left:20px; margin-top:10px; width:300px; }
.stepscssspecial{ margin-right:20px; margin-top:10px; width:300px; }
.imgsteps{ width:30px; float:left; margin-right:15px; }
.datasteps{ float:left; margin-bottom:20px; width:250px; display: block;}
.guide-registration{margin-top: 20px; display: block; float: left;}
#feedback  {
    display:block;
    float:left;
    left:0;
    position:fixed;
    top:200px;
    z-index:2;
}
.sponser  {
    display:block;
    float:left;
    margin-right:10px;
    vertical-align:middle;
    width:180px;
}
.services-div{height:120px;width:940px;float:left;clear:both;margin-bottom:30px;}
.services-b{background:#fff url(../img/us_en/blogs_block.jpg) no-repeat;display:block;height:120px;width:300px;text-align:left;float:left;margin:14px 10px 0 5px;}
.blogs-block{background:transparent url(../img/us_en/services_block.jpg) no-repeat;display:block;height:140px;width:300px;text-align:center;
             float:left; margin:0 5px; }
.solutions-block{background:#fff url(../img/us_en/help_block.jpg) no-repeat;display:block;height:120px;width:300px;text-align:right;float:right;margin:14px 0px 0 10px;}

.solutions-txt{height:64px;  float:left; width:160px; padding:50px 0 0 10px; text-align:left; direction:ltr;}

.solutions-txt li{border-bottom:#ccc 1px solid;line-height:22px; height:20px;margin-bottom:3px;}
.solutions-txt li a,visited{font-size:14px; color:#3A3F43;}
.solutions-txt li a:hover{color:#ADCD18}
/* home blocks css*/
.services-txt{height:64px;  float:left; width:240px; padding:40px 0 0 20px; text-align:left; direction:ltr;}
.services-txt li{border-bottom:#fff 1px solid;line-height:22px; height:20px;margin-bottom:3px;}
.services-txt li a,visited{font-size:14px; color:#fff}
.services-txt li a:hover{color:#000}

.blog-txt{height:70px;  float:left; width:160px; padding:50px 0 0 30px; text-align:left; direction:ltr;}
.blog-txt li{border-bottom:#ccc 1px solid;line-height:20px; height:22px; text-align:left; margin-top:3px;}
.blog-txt li a,visited{font-size:14px; color:#000}
.blog-txt li a:hover{color:#9CB80E}
.headpic{margin-left:20px;}
.help-div {
    -moz-background-clip:border;
    -moz-background-inline-policy:continuous;
    -moz-background-origin:padding;
    background:#F7F8F3 url(../images/help-divbg.gif) repeat-x scroll 0 0;
    border-bottom:1px solid #FF9900;
    border-top:1px solid #FF9900;
    color:#5A6166;
    float:left;
    line-height:22px;
    padding:10px;
    width:300px;
}
.feedtxt{
    width:200px;
    background:#FFFFFF url(../img/grad_gray.gif) repeat-x scroll 0 0;
    border:1px solid #5A6166;
}
.ajaxSubmit{ padding:20px; background:#55ea55;border:1px solid #999;display:none}
.formError .formErrorContent {
    background:#ee0101;
    color:#fff;
    width:120px !important;
    font-size:11px;
    border:2px solid #ddd;
    box-shadow: 0px 0px 6px #000;
    -moz-box-shadow: 0px 0px 6px #000; 
    -webkit-box-shadow: 0px 0px 6px #000; 
    padding:4px 10px;
    border-radius: 6px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px; 
    z-index:10;
    /*background:green; */ /* she7ata */
    line-height:12px;
    margin-left:20px;
}
#confirm {
    direction:ltr;
    display:none;
    text-align:left;
}
.tawasal{
    direction:ltr;
    margin-left:50px;
    text-align:left;
}
.rasal {
    margin-left:50px;
    text-align:left;
}
.fastsms {
    line-height:normal;
    margin-left:50px;
    text-align:left;
}
#sidemenu {
    width:200px;
    float:left;
    height:250px;
    margin-top:20px;
}
#menufield {
    width:280px;
    margin:0 auto;
}
#menufield legend {
    color:#9CB80E;
    line-height:35px;
    font-size: 14px;
}
#menufield ul li {
    margin:2px 0;
    padding:2px 0;
}
#menufield ul li label {
    font-size:12px;
    margin-right:15px;
    color:#5a6166;
    width:100px;
    display:block;
    height:20px;
}
#menufield ul li input{
    background:url("../img/grad_gray.gif") repeat-x scroll 0 0 #FFFFFF;
    border:1px solid #5A6166;
    padding:3px;
    width:150px;
    height:15px;
}
#subcust{
    width:280px;
    float:left;
    clear:both;
    margin-top:10px;
}
.submitcus {
    background: #03F url("../img/submit-hover.gif");
    border:medium none;
    color:#FFFFFF;
    height:40px;
    padding-bottom:20px;
    width:91px;
    margin:0 auto;
    cursor:pointer;
    margin-left:85px;
}