body
{
    margin: 0;
    padding: 0;
    color: #555;
    font: normal 10pt Arial,Helvetica,sans-serif;
    background: #fff;
}

.LoginBody {
    margin: 0;
    padding: 0;
    color: #555;
    font: normal 10pt Arial,Helvetica,sans-serif;
    background: #E5ECF1;
    direction: rtl;
}

#page
{
    margin-bottom: 5px;
    background: white;
    width: 970px;
    margin-top: 10px;
    position: relative;
    min-height: 550px;
}

#BigHeaderPage
{
    margin-bottom: 5px;
width: 970px;
margin-top: 10px;
position: relative;
}

#header
{
    margin: 0;
    padding: 0;
    height: 165px;
    background-image: url(/images/admin/header.png) ;
    background-position:bottom center;
    background-repeat: repeat-x;

}
#headerbig
{
    margin: 0;
    padding: 0;
    height: 583px;
    background-image: url(/images/admin/header_big.png) ;
    background-position:bottom center;
    background-repeat: repeat-x;

}

#content
{
    padding: 10px 20px;
    -moz-border-radius:5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    margin: 0px 3px;
    min-height: 400px;
    display: table;
    width:100%;
}

#content1
{
    padding: 10px 20px;
    border: 1px solid #D1D1D1;
    -moz-border-radius:5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    margin: 0px 10px;
    display: table;
    width:99%;
}

#sidebar
{
    margin: 0px 10px 0px 5px;
    width:200px;

    border: 1px solid #D1D1D1;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}


#logoInLoginPage
{
    padding: 170px 340px;
    font-size: 200%;
}

#logo
{
    padding: 10px 20px;
    font-size: 200%;
}
#logo img
{
    width: 163px;
    position: absolute;
    top: 80px;
    left: -70px;
}

#headerbig  #logo img{
    width: 303px;
    position: absolute;
    top: 167px;
    right: 20px;
}
#headerbig #mainpicture img{
    position: absolute;
    top: 46px;
    left: 0px;
}

#personalDetails {
    position: absolute;
    top: 10px;
    right: 20px;
}
#personalDetails .personalDetails_tab{
    float: right;
    margin: 0px 0px;
    border-left: 1px solid #666;
    padding: 0px 10px;
    height: 25px;
}
#personalDetails .personalDetails_tab:last-child {
    border-left: none;
}
#personalDetails .personalDetails_tab .personalDetails_img{
    float: right;
    margin: 2px 0px;
}
#personalDetails .personalDetails_tab .personalDetails_text{
    float: right;
    color:#99B6C1;
    padding: 4px 4px;
}

#mainmenu
{
    position: relative;
    top: 40px;
    margin: 0px auto;
    z-index: 999;
}

#mainmenu ul
{
    padding:5px 0px;
    margin:0px;
}

#mainmenu ul li
{
    display: inline-block;
    background-image: url('/images/admin/mainMenu/menu_back.png');
    background-repeat: no-repeat;
    width: 50px;
    height: 54px;
    margin: 5px 13px;
}

#mainmenu ul li a
{
    width: 100%;
    display: table;
    text-align: center;
    text-decoration: none;
    color: #555;
}

#mainmenu ul li a img
{
    margin-top: 13px;
    width: 23px;
    margin-bottom: 17px;
    height: 22px;
}
#mainmenu ul li a label
{
    display: block;
    color: #111;
    margin: 0px -13px;
    font-size: 13px;
    font-weight: bolder;
    cursor: pointer;
    cursor: hand;
    height: 20px;
    margin-top: 3px;
    line-height: 17px;
}
#mainmenu ul li a:hover, #mainmenu ul li.active a
{
    text-decoration: underline;
}

#headerbig #mainmenu{
    top: -30px;
    text-align: center;
}
#headerbig #mainmenu ul li  {
    margin: 5px 16px;
}

#mainLoginBox {
    position: absolute;
    top: -183px;
    right: 104px;
}
#mainLoginBox h1 {
    display: none;
}
#mainLoginBox .form {
    position: absolute;
    width: 700px;
    text-align: center;
    z-index: 999;
    padding-right: 40px;
}
#mainLoginBox .form .row {
    float:right;
    margin: 5px 10px;
}
#mainLoginBox .form  .rememberMe {
    display: none;
}

#mainLoginBox .form .row input {
    height: 30px;
    font-size: 20px;
    padding: 0px 10px;
}
#mainLoginBox .form .row label {
    font-size: 16px;
    color: #222;
}

#mainLoginBox .form .row input[type="submit"] {
    margin: 23px -18px 0px 0px;
    height: 36px;
    width: 118px;
    font-weight: bold;
}
#mainLoginBox .form span.required {
    display: none;
}

div.flash-error, div.flash-notice, div.flash-success
{
    padding:.8em;
    margin-bottom:1em;
    border:2px solid #ddd;
}

div.flash-error
{
    background:#FBE3E4;
    color:#8a1f11;
    border-color:#FBC2C4;
}

div.flash-notice
{
    background:#FFF6BF;
    color:#514721;
    border-color:#FFD324;
}

div.flash-success
{
    background:#E6EFC2;
    color:#264409;
    border-color:#C6D880;
}

div.flash-error a
{
    color:#8a1f11;
}

div.flash-notice a
{
    color:#514721;
}

div.flash-success a
{
    color:#264409;
}

div.form .rememberMe label
{
    display: inline;
}

div.view
{
    padding: 10px;
    margin: 10px 0;
    border: 1px solid #C9E0ED;
}

div.breadcrumbs
{
    font-size: 0.9em;
    padding: 5px 20px;
}

div.breadcrumbs span
{
    font-weight: bold;
}

div.search-form
{
    padding: 10px;
    margin: 10px 0;
    background: #eee;
}

.portlet
{

}

.portlet-decoration
{
    padding: 3px 8px;

    background-image: url('/images/admin/sideMenu/Arrow.png');
    background-repeat: no-repeat;
    background-position: 95% 50% ;
    height: 40px;
}

.portlet-title
{
    font-size: 12px;
    font-weight: bold;
    padding: 13px 22px;
    margin: 0;
    color: #4E4E4E;
}

.portlet-content
{
    font-size:12px;
    margin: 0 0 15px 0;
    padding: 5px 8px;
}

.portlet-content ul
{
    list-style-image:none;
    list-style-position:outside;
    list-style-type:none;
    margin: 0;
    padding: 0;
}

.portlet-content li
{
    padding: 2px 0 4px 0px;

}

.sideMenu
{
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.sideMenu li
{
    padding-bottom: 2px;
    background-image: url('/images/admin/sideMenu/ArrowSmall.png');
    background-repeat: no-repeat;
    background-position: 98% 11px;
    padding-right: 20px;
}
.sideMenu li.active a
{
    font-weight: bold;
}

.sideMenu li.active li a
{
    font-weight: normal;
}


.sideMenu li a
{
    font-weight: normal;
    font-size: 12px;
    color: #797979;
    display: block;
    padding: 8px 2px 2px 8px;
    line-height: 15px;
    text-decoration: none;
    border-bottom: 1px solid #E2E2E2;
}

.sideMenu li a:visited
{

    color: #797979;
}

.sideMenu li a:hover
{
    background: #F3F3F3;
}




#footer
{
    padding: 0;
    height: 70px;
    background-image: url(/images/admin/footer.png);
    background-position: bottom center;
    background-repeat: repeat-x;
    text-align: center;
    position: relative;

}
#footer .netajLogo {
padding-top: 14px;
}


#footer ul
{
    padding:6px 20px 5px 20px;
    margin:0px;

}

#footer ul li
{
    display: inline;
    border-left:1px solid #000;
}

#footer ul li a
{
    color:#000;
    background-color:transparent;
    font-size:15px;
    font-weight:normal;
    text-decoration:none;
    padding:5px 8px;
}

#footer ul li a img
{
    padding: 0px 3px;
}

#footer ul li a:hover, #footer ul li.active a
{


    text-decoration: underline;
}


ul.subMenu
{
    height: 30px;
    padding: 5px 0px 5px 0px;
    margin:0px;
}


ul.subMenu li
{
    display: inline;
    border: 1px solid #acacac;
    background: #eeeeee;

    padding: 2px 5px;
}

ul.subMenu li:hover
{
    border: 1px solid #2c2c2c;
    background: #CDCDCD;
}

ul.subMenu li a
{
    color:#000000;
    background-color:transparent;
    font-size:15px;
    font-weight:normal;
    text-decoration:none;
    padding:5px 0px;
}

ul.subMenu li a img
{
    padding: 0px 3px;
}

ul.subMenu li a:hover, ul.subMenu li.active a
{
    /*text-decoration: underline;*/
}




#mExcelDailogForm,#mPrintDialog {
    width: 300px;
    display: table;
}
#mExcelDailogForm div.item,#mPrintDialog div.item {
    width: 150px;
    display: table;
    float: right;
}
#mExcelDailogForm input ,#mPrintDialog input {
    float:right;
}
#mExcelDailogForm label ,#mPrintDialog label {
    float:right;
}
#mExcelDailogForm br, #mPrintDialog br {
    clear:both;
}
#mExcelDialog .row,#mPrintDialog .row {
    clear: both;
    float: left;
    height: 30px;
}

.filterTable {
    width:auto;
}

table.gridTable {
    border-collapse: collapse;
    border:1px solid #666;
}
table.gridTable td {
    border-collapse: collapse;
    border:1px solid #666;
    vertical-align: middle;
}
table.gridTable th {
    border-collapse: collapse;
    border:1px solid #666;
    vertical-align: middle;
    text-align: center;
    height: 18px;
}
table.gridTable.fullInputRows td {
    margin: 0px;
    width: 10px;
    padding: 0px;
    text-align: center;
    display: table-cell;
    height: 25px;
}
.equipment_comment_table textarea
{
    border-color: #FFFFFF;
}
table.gridTable.fullInputRows td input , table.gridTable.fullInputRows td textarea, table.gridTable.fullInputRows td select  {
    width: 97%;
    text-align: center;
    border: 0px #fff;
    margin: 0px;
    padding: 0px;
}
table.gridTable.fullInputRows td textarea {
    text-align: right;
}
table.gridTable.fullInputRows td select {
    border: 1px #000;
    padding: 0px;
    width: 99%;
}


div.form .floatedRows {

}
div.form .floatedRows .row {
    float:right;
    margin: 5px 5px;
    text-align: center;
}
div.form .floatedRows5columns .row {
    text-align: right;
    width: 18%;
    display: table-cell;
    height: 55px;
}
div.form .floatedRows5columns .row  select {
    width: 153px;
    padding-bottom: 1px;
    padding-top: 1px;
}
div.form .floatedRows5columns .row input {
    width: 153px;
    padding-bottom: 1px;
    padding-top: 1px;
}

div.form .floatedRows4columns .row {
    text-align: right;
    width: 23%;
    display: table-cell;
    height: 55px;
}
div.form .floatedRows4columns .row  select {
    width: 153px;
    padding-bottom: 1px;
    padding-top: 1px;
}
div.form .floatedRows4columns .row input {
    width: 153px;
    padding-bottom: 1px;
    padding-top: 1px;
}
div.form .floatedRows3columns .row {
    text-align: right;
    width: 32%;
    display: table-cell;
    height: 55px;
}
div.form .floatedRows3columns .row  select {
    width: 153px;
    padding-bottom: 1px;
    padding-top: 1px;
}
div.form .floatedRows3columns .row input {
    width: 153px;
    padding-bottom: 1px;
    padding-top: 1px;
}
div.form .numFields .row input {
    float:right;
    margin: 5px 5px;
    width: 55px;
    text-align: center;
}
div.form .numFields .row label {
    padding: 0px 5px;
}

.mainWithHeader {

}
.mainWithHeader #sidebar {
    width: 97%;
    display: table;

}
.mainWithHeader #sidebar  .portlet-decoration {
    background-position: 98% 50%;
    padding: 3px 15px;
}
.mainWithHeader #sidebar .sideMenu li {
    float:right;
}
div.form table.linesTable .row {
    float:none;
    display: table-cell;
}
div.form table.linesTable .row label {
    height: 30px;
}

div.form .floatedRows #WorkSchedule1NatureOfTheWorkMultipleForms .MultipleForms_item {
    float:right;
    clear:none;
    width: 49%;
}

div.form .footerRow {
    display: table;
    clear: both;
    width:100%;
}
div.form .footerRow .row{
    margin: 5px 0px 5px 10px;
    display: table;
    float: right;
}

div.form .comment_row input {


}
div.form .comment_description  {
    vertical-align: top;
    padding: 0px;
    width:200px;

}

div.form .comment_description textarea {
    width: 97%;
    height: 97%;
    margin: 2px;
    padding: 0px;

}
div.form textarea.widetextarea {
    width: 97%;
    height: 97%;
    margin: 2px;
    padding: 0px;

}

.pagerDiv {
    text-align: center;
}

.restrictions {
    direction: rtl;
    text-align: center;
    padding-top: 20px;
    padding-left: 10px;
    color: black;
}

#towing_car_title_label{
    float: right;
    padding-left: 10px;
    font-weight: bold;
}
#towing_car_title_value {
    float: right;
    padding-left: 10px;
}
#towing_car_telephone_label
{
    float: right;
    padding-left: 10px;
    font-weight: bold;
}
#towing_car_telephone_value{
    float: right;
    padding-left: 10px;
}
#car_insurance_end_data_title{
    float: right;
    padding-left: 10px;
    font-weight: bold;
}
#car_insurance_end_data_value{
    float: right;
    padding-left: 10px;
}
#car_license_end_data_title{
    float: right;
    padding-left: 10px;
    font-weight: bold;
}
#car_license_end_data_value{
    float: right;
    padding-left: 10px;
}