/* 
Document   : style
Created on : Feb 27, 2009, 10:20:01 PM
Author     : anas
Description:
Purpose of the stylesheet follows.
*/

/* 
TODO customize this sample style
Syntax recommendation http://www.w3.org/TR/REC-CSS2/
*/

body {
    background: url("../images/bg.gif")  repeat fixed;
    font-family:'Tahoma',sans-serif;
}

#header {

}

#content {
}

#wrapper {
    background: url("../images/wrapper-bg.gif")  repeat ;
}

#topnav {
    height: 32px;
    background-color:#2A6BAB;
    float:left;
}

#topnav ul {
    padding: 0;
    margin: 0;
    list-style: none;
    float:right;
}

#topnav ul  li {
    float: right;
    border-left:1px solid #afcda6;
}

#topnav ul li a{
    color: #FFFFFF;
    padding: 8px 11px;
    text-decoration: none;
    border-left: 1px solid white;
    display: block;

}


#topnav ul li a:visited {
    color: #FFFFFF;
}

#topnav ul li a:hover, #topnav ul li .current{
    color: #FFFFFF;
    background-color:#FEC30D;
}

#right_menu{
    text-align:right;
    direction:rtl;
    float:right;
}

#right_menu li a:hover {
    text-decoration:none;
}

#login_form  input, label {
    margin-right:15px;
    margin-bottom:5px;
    clear:both;
    color:#FFFFFF;
}

#customer_care
{
    height:70px;
    margin-left:15px;
}

#featured{
    margin-left:10px;
}

#featured_title{
    height:25px;
    background: url("../images/titlebg.jpg") ;
    color:white;
    font-weight:bold;
    padding-right:5px;
}

#featured_list{
    background-color:white;
}

#wide_title {
    height:32px;
    background: url("../images/content_title_bg.jpg");
}

#wide_title span {
    color:#FFFFFF;
    float:right;
    margin-top: 10px;
    margin-right: 50px;
}

#wide_content {
    background-color:#FFFFFF;
    padding-bottom:25px;
}

#intro {
    padding-top:20px;
    text-align:right;
}

#intro p {
    direction:rtl;
    width: 700px;
    font-size:16px;
    padding-left:10px;
}

#joinBTN a.join {
background:#97CD39 none repeat scroll 0 0;
border:1px solid #000000;
color:#FFFFFF;
display:block;
font-size:15px;
margin:1em auto 0.5em;
padding:3px;
text-align:center;
text-decoration:none;
width:9.5em;
font-weight:bold;
}

#joinBTN  a:hover {
    background-color:#2A6BAB;
}

.q {
color:#0880BC;
direction:rtl;
margin-bottom:10px;
margin-right: 10px;
}

.a {
direction:rtl;
margin-bottom:10px;
margin-right:20px;
}

.numbering {
    margin-right: 15px;
}

#bottom {
    background-color:#DEEFF7;
    width:740px;
    padding-top:5px;
}

.bottom_box{
    background-color: #FFFFFF;
    border: 1px solid #CECECE;
    margin-left:5px;
    direction:rtl;
}

#blocks_wrapper {
    margin-top:5px;
}

.box_title {
    border-bottom: 1px dotted #CECECE;
}

.box_title p {
    text-align:center;
    color: #F9C011;
    font-size: 15px;
    font-weight: bold;
    margin-top: 10px;
}

.brd {
    border: 2px solid #CECECE;
}

.page_intro {
clear:both;
direction:rtl;
margin:10px;
}

.page_list {
direction:rtl;
list-style-image:none;
list-style-position:outside;
list-style-type:none;
margin:10px;
padding-right:0;
}

.page_list li {
background-image:url(/images/tick.gif);
background-position:625px 0;
background-repeat:no-repeat;
color:#3A3A3A;
line-height:25px;
padding-bottom:10px;
padding-right:20px;
text-align:justify;
width:625px;
}


#newArabic {
    direction:rtl;
    float:right;
    text-align:right;
}

#newArabic td {
    text-align:right;
}

#newArabic td.td_title {
    width:85px;
}

#newArabic td.help {
    width:350px;
    color:silver;
}

#newArabic textarea {
    height:100px;
}

#newArabic input {
    text-align:left;
}



#newEnglish {
    direction:rtl;
    float:right;
    text-align:right;
}

#newEnglish td {
    text-align:right;
}

#newEnglish td.td_title {
    width:85px;
}

#newEnglish td.help {
    width:350px;
    color:silver;
}

#newEnglish textarea {
    height:100px;
    text-align:left;
    direction:ltr;
}

#newEnglish input {
    text-align:left;
}



#alerts {
    height: 50px;
    text-align:center;
}

#sending {
    width:300px;
    margin-left: auto ;
    margin-right: auto ;
    padding:2px;
    background-color: #FFF1A8;
}

#sent {
    width:300px;
    margin-left: auto ;
    margin-right: auto ;
    padding:2px;
    background-color: #FFF1A8;
}

#wide_title_inside {
    background-color:#FEC30D;
    height:32px;
}

#wide_title_inside_content {
    margin-top:5px;
    font-size:14px;
    font-weight: bold;
    color: #fff;
    text-align:right;
    direction:rtl;
}

#wide_title_inside_content p {
    margin-right:25px;
}


#options {
    background: url("../images/options_bg.gif") ;
}

#options ul {
    list-style-image:none;
    list-style-position:outside;
    list-style-type:none;
    margin-right:0px;
    padding-right:0px;
    margin-top:10px;
}

#options li {
    background-image: url("../images/tick_1.gif");
    background-position: 160px 9px;
    background-repeat: no-repeat;
    line-height:25px;
    padding-right:20px;
}

#footer {
    height:30px;
    background-color: #43A5D6;
    text-align:center;
}

#footer ul {
    list-style-image:none;
    list-style-position:outside;
    list-style-type:none;
}

#footer li {
    display:inline;
    padding:0 0 0 5px;
}

#titles_table {
    direction:rtl;
    border-collapse: separate;
    border-spacing: 2px;
    margin-bottom:0px;
    
}

#titles_table td {
    text-align:center;
    border:1px solid #81876C;
    padding:2px;
    background-color:#2A6BAB;
    color:white;
}

#messages_table {
    direction:rtl;
    border-collapse: separate;
    border-spacing: 2px;

}

#messages_table td {
    border:1px solid #81876C;
    padding:2px;
    text-align:right;
}

#contacts{
    text-align:right;
}

#new_contact{
    padding:5px;
}

#new_contact_table{
    float:right;
    direction:rtl;
    background-color:#F1F2C4;
    border: 1px solid #87BC44;
    padding: 5px;
    margin-bottom: 10px;
    width:300px;
}

#new_contact_table td{

}

#new_contact a:visited{
    color:blue;
}


#contacts_table{
    width:700px;
    direction:rtl;
    background-color: #f1f7cd;
    float:right;
}

#contacts_table .tdtitle{
    text-align: center;
    color:#81876c;
}

#contacts_table a:visited{
    color: blue;
}

#contacts_table td{
    padding-right:5px;
    text-align:right;
}

#contacts_table .odd{
    background-color: #E0F29A;
}

#contacts_table .even{
    background-color: #C6F5BA;
}

#users_list{
    direction:rtl;
    width:535px;
    direction:rtl;
    background-color: #f1f7cd;
}



.bottomnav{
    margin-top:20px;
    padding:0pt;
    padding-bottom: 20px;
}

.prev{
    float:left;
}

.next{
    float:right;
}

#newUser{
    direction:rtl;
}

#newUser .f{
    background-color: #ebebeb;
}

#newUser .desc{
    background-color: #c3ffc2;
}

.user_help{
    text-align: justify;
    width:400px;
}


