some-new-css {
	font:Arial, Helvetica, sans-serif;
}

body, table, input, select, textarea
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
    font-size:12;
}

.noneDecorationPanel{
    padding:0px; border:0px;
}
a.edit_links {margin-left:10px;}
a.comm_link {margin:5px;font-size:12px;}

.login_body{
    background:url(../img/login_body.gif) repeat; 
}

.avaliableVehicleTblDiv input, .selectedVehicleTblDiv input, .avaliablePhoneTblDiv input, .selectedPhoneTblDiv input{
    max-width:88px;
    width:88px;
}

.noItemsSelectedText{
   /* border:1px solid #C0C0C0;*/
    margin-top:-1px;
    padding:7px;
    text-align:center;
}

.selected_tbl_row{
    background-color:#ECF4FE;
}

td.middleButtonsTd{width:100px;}

div.avaliablePoisTblDiv,div.selectedPoisTblDiv,div.avaliableVehicleTblDiv,div.selectedVehicleTblDiv,div.avaliablePhoneTblDiv,div.selectedPhoneTblDiv{
    height:412px;
    overflow:auto;
    z-index:2;
    border:1px solid #C0C0C0;
}
div.avaliableVehicleTblDiv,div.selectedVehicleTblDiv{
    height:417px;
}

div.avaliablePoisTblDiv{
    width:324px;
}

div.selectedPoisTblDiv{
    width:390px;
}
div.avaliableVehicleTblDiv,div.selectedVehicleTblDiv{
    width:513px;
}

.over_login_line{
    display:none;
}
.login_box_right{
    background:url(../img/login_box_right.gif) no-repeat;
    width:368px;
    height:312px;
    float:right;
}
.login_line_div{
    height:1px;
    width:100%;
    background-color:#BED6F8;
}

body {
    margin:0;
    padding:0;
}

input.submit {
    font-size: 6;
}

.header {
    font-size: 20;
}

.header-small {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 16;
    font-weight:bold;
}

#maparea {
    /*width1:960px;*/
    width:99%;
    /*height1:650px;*/
    /*height:100%;*/
    min-height:100px;
    min-width:100px;
    background-color:#E0E0E0;
    z-index:100;
    margin:0px;
    position:relative;
}

.compactPanel {
    margin:0px;
    padding:0px;
}
.footerBack{
    
}

#small-maparea {
    width:444px;
    height:404px;
    position:relative;
}

.details-table {
    border-bottom:1px solid #d3d3d3;
    border-right:1px solid #d3d3d3;
}

.details-table td {
    border-top:1px solid #d3d3d3;
    border-left:1px solid #d3d3d3;
}

.error-msg {
 /*   color:red;
    font-weight:bold;
    font-size:large;*/
    text-align:center;
}

.Overspeed {
    color:red;
    font-weight:bold;
    font-size:large;
}

.white-border-bkg {
    border-color:white;
    background-color:white;
}
/******************************************************************************************/
/*style for the from on login.jsf*/
.login-form {
    background-color:#F4F4F4;
    border:1px solid #d3d3d3;
    border-top:2px solid lightskyblue;
    border-bottom:2px solid lightskyblue;
}

.bkg {
	/*background-color:#729d49;*/
    background-color:white;
}

login_button{
    display:block;
}

.left-menu-selection {
    background-color:#d3d3d3;
}
/*.login_members_txt{
    text-align:center;
} */


/*non-selected item*/
.left-menu-non-selected {
    background-color:white;    
}

.left-menu-operation {
    color:#1B3601;    
}
#groupA{
    color:#000;
}
#menuTable{
height:20px;     
 }

.vehicle-selector-link {
    color:#000;
    text-align:center; 
    text-decoration:none;
}

.table-odd-row td {
    background-color:#d3d3d3;
    color:#000000;    
}

.border_n td {
   border:0px; 
}

.table-even-row td {
    background-color:white;
    color:#000000;        
}

.details-table tr {
    background-color:white;    
}

#selectionLink {
    color:#FF7200;
    font-weight:bold;
    text-align:center;   
}

#groupDescr {
    color:#FF7200;
    font-weight:bold;
    text-align:center;
}
/*used for user info in the page's header*/
.userDetailsInfo-firstName {
    font-weight:bold;
}

/*used for user info in the page's header*/
.userDetailsInfo-lastName {
    font-weight:bold;    
}

.rep-admin-link {

}

.vehicleDataGridColumn {
     border-width:0px;
     margin:0px;
     padding:1px;     
 }

.ignitionContainer {
    border: 1px solid #bed6f8;
    height:18px;
    width:262px;
}