/*
 *  Basic layout for Maala site, October 2011, InManage LTD.
 */

/* General Styles */
* { margin:0;  padding:0; }
body{ color:#00447d; font-family:Arial, sans-serif; font-size:14px; }

a{ text-decoration:none; }
a img, fieldset{ border:0 none; }

img, input{ vertical-align:middle; }

ul { margin-right:20px; }

fieldset { border: 0; }
textarea{ resize:none; overflow:auto }
input:focus{ outline:none; }
input, textarea{ font-family:Arial, sans-serif;  font-size:12px;  }

.clearAll{ clear:both; }
.bold{ font-weight:bold; }

/* General layout */
#logoHeader{ height:142px; margin:15px auto 0; width:960px; direction:rtl;  }

#horizontal{ background:url(/media/img/headerBottom.png) center no-repeat; height:32px; margin-top:10px; direction:rtl; }
#horizontal > div{ color:#fff; font-size:14px; height:32px; line-height:32px; margin:0 auto; width:960px; }

#contentWrapper{ margin:20px auto; padding:0 20px; width:920px; direction:rtl;  }

#footer{ background:url(/media/img/footerBg.png) 0 0 repeat-x; height:38px; direction:rtl; }
#footer  > div{ margin:0 auto; width:960px; }
#footer  > div > div{ float:left; margin-top:6px; }
#footer  > div > div a{ color:#fff; direction:ltr; display: block; font-size:11px;  height:22px; line-height:22px; }

/* Top of the page text */

#welcomeText{ font-size:14px; font-weight:bold; margin-bottom:20px; }
.formTitle{ background:url(/media/img/pageTitleHorizontal.png) 0 23px no-repeat; font-size:18px; font-weight:normal; height:23px; padding-bottom:7px; width:905px; }
#pageDesc{ line-height:22px; margin-top:20px; }
#pageFooter{ line-height:22px; margin:10px 0; }
#pageFooter > span { font-weight:bold; }
#formContainer{ margin:20px 0 30px; width:805px; }

.questionNotes { border-top:1px solid #2CADD6; border-bottom:1px solid #2CADD6; }
#print_holder { font-weight:bold; text-align:center; }


#fancybox-content { direction:rtl; }

.narrowLabels.groupTableOptions label {
    width:initial;
}

div#uploadifive-chapter_xls_linksb {
    background-color: #2bacd5;
    background-image: none;
    border-radius: inherit;
    border: none;
    font-family: Arial, sans-serif;
    font-size: 14px;
    font-weight: 400;
    cursor: pointer;
}

div#uploadifive-chapter_xls_linksb input{
    font-size:14px !important;
    font-family: Arial, sans-serif !important;
    cursor: pointer;

}
