html,body,div,span,object,iframe,blockquote,pre,abbr,address,cite,code,del,dfn,em,img,ins,kbd,q,samp,small,strong,var,fieldset,form,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,dialog,figure,footer,header,hgroup,menu,nav,section,time,mark,audio,video
    {
    margin: 0;
    padding: 0;
    vertical-align: baseline;
}

img {
    border: none;
}

body {
    background: #fff;
    color: #000;
    font: 75%/ 1.5em tahoma, verdana, arial, sans-serif;
    direction: rtl;
    text-align: right;
    font-size: 12px;
}

#wrap #pagecontent .ui-widget textarea {
    font: tahoma, verdana, arial, sans-serif;
}

:focus {
    outline: none;
}

a {
    text-decoration: none;
    cursor: pointer;
    color: #2E6E9E;
}
.breadcrumb{
    color: #2E6E9E;
    clear: both;
}
a:hover,a:focus {
    text-decoration: underline;
}

h1,h2,h3,h4,h5,h6 {
    font-weight: 700;
    font-family:verdana, tahoma, arial, sans-serif;
    padding: 0;
}

h1 {
    font-size: 16px;
    margin: 10px 0;
}

h2 {
    font-size: 15px;
    margin: 7px 0;
}

h3 {
    font-size: 14px;
}

h4 {
    font-size: 13px;
}

h5 {
    font-size: 12px;
}

h6 {
    font-size: 11px;
}

ol {
    list-style: outside decimal;
}

p {
    font-weight: 300;
    margin: 0 0 1.5em;
    padding: 5px;
}

strong,b {
    font-weight: 700;
}

ul {
    list-style: outside disc;
}

ul,ol {
    margin: 0 0 1.5em 1.5em;
    padding: 0;
}

li ul,li ol {
    padding: 0;
    margin: 0 0 1.5em 1.5em;
}

/* hack to override the default fonts for jquery ui until i finde time to generate custom theme */
.ui-widget {
    font-family: Arial, Helvetica, "Liberation sans", "Bitstream Vera Sans",
        sans-serif !important;
    text-align: right !important;
}

.clear {
    display: none;
}

.left {
    float: left;
}

.right {
    float: right;
}

.hidden {
    display: none;
}

.ui-datepicker {
    width: 300px ! important;
}
.maintenance-mode {
    background-color:#CD0A0A;
    color:white;
    display:block;
    clear:both;
    padding:5px;
}