/**  youme css 
* created : 17-8-2018
* author  : aharoen
* 
**/
.oddrow{background-color:white}
.evenrow{background-color:silver}
.floatleft{float:left}
.floatright{float:right}
.divcol-tl{border-top:thin solid #2090FF;border-left:thin solid #2090FF}
.divcol-r{border-right:thin solid #2090FF}
.divcol-b{border-bottom:thin solid #2090FF}
.clearleft{clear:left;}
.myclearfix:after{
   content: ".";
   visibility: hidden;
   display: block;
   height: 0;
   clear: both;
}
.container{width:880px}
.divcol400{width:400px}
.divcol120{width:120px}
..divcol80{width:80px}
..divcol100{width:100px}
.showloading{position:absolute;top:45%;left:50%;width:50px;height:50px;}
.hideloading{display:None}
.youmecell{min-height:26px;padding:0 3px 0 3px}
.youmecell:focus{background-color:#FFFF00;}
.listitem{margin:0 5px 0 10px;border-botom:solid thin silver;}
.listitem:focus,.listitem-active{background-color:#FFFF00}
.listitem:hover{background-color:#FFFFA0}
.lookuplistLoc,.lookuplist{background-color:#D0E0D0;width:150px;
          border:solid 1pt gray;overflow:scroll}
 input.youmecell:focus{background-color:#AAFFAA;}
.aleftdef{text-align:left;}
.arightdef{text-align:right;}
.aleft{text-align:left;}
.aright{text-align:right;}
.youmeform{background-color:silver;border:solid thin gray;border-radius:5px}
.youmeform_label{border:solid thin gray;height:24px;}
.youmeform_input{height:20px;}
