textarea{resize: none;}
h3 {font-size: 20px; font-weight: normal; margin: 10px auto 15px;}
.logo{font-size: 40px; margin: 0; text-align: center;}
.clr{clear: both;}
a{cursor: pointer;}
.lem_body{font-family: Arial; font-size: 12px; max-width: 930px; margin: 0 auto;}
.lem_user_body{font-family: Arial; font-size: 12px;}
.lem_body p {color: #333;}
/** CSS FOR ALL TABLES  **/
.lem_tables { margin: 0 auto; font-size: 12px; color: #666666;}
.lem_tables th {background-color: #5AB301; color: #fff; padding: 8px; text-align: left; margin-bottom: 10px; border: 1px solid #498E04;}
.lem_tables th[scope=row] {background: none; color: #333333; text-align: left; width: 130px; border: none;}
.lem_tables tr td {line-height: 1.7em; text-align: left; vertical-align: top; padding: 8px 15px; /* background-color: #F4F4F4; */ min-width: 70px;}

.lem_tables tr td.lem_first { /*width: 150px;*/ }
.lem_tables tr td.lem_second {width: 280px; }
.lem_tables tr td p.note{margin: 0;}

/** CSS FOR ALL FORMS  **/
.lem_forms {display: block; font-family: arial;}
.lem_forms input, .lem_forms select, .lem_forms textarea, input[type=button], a.lem_button, a.lem_small-btn, .lem_small-btn{font-family: inherit; font-size: 13px; color: #464646; text-decoration: none; width: 280px; padding: 3px 4px; border-radius: 5px; border: 1px solid lightgray;}

.lem_forms input:focus, .lem_forms select:focus, .lem_forms textarea:focus, input[type=button]:focus, a.lem_button:focus, a.lem_small-btn:focus, .lem_small-btn:focus{
    border-color: #919191;
    -webkit-box-shadow:0 0 6px #BFBFBF; 
    -moz-box-shadow: 0 0 6px #BFBFBF;
    -o-box-shadow: 0 0 6px #BFBFBF; 
    box-shadow:0 0 6px #BFBFBF;
}
.lem_forms select {padding: 2px 3px 3px 3px; width: 289px;}
.lem_forms input.small, .lem_forms select.small, .lem_forms textarea.small {width: 120px;}
.lem_forms input[type=submit], input[type=button], a.lem_button, a.lem_small-btn, .lem_small-btn {background: url(../images/btn_bg.png) repeat-x 0% 0%; padding: 4px 10px; width: auto;
                                                    color: #464646; margin: 3px;}
.lem_forms input[type=submit]:hover, input[type=button]:hover, a.lem_button:hover {background: url(../images/btn_bg.png) repeat-x 0% 46%;
    border-color: #919191;
    /*-webkit-box-shadow:0 0 6px #BFBFBF; 
    -moz-box-shadow: 0 0 6px #BFBFBF;
    -o-box-shadow: 0 0 6px #BFBFBF; 
    box-shadow:0 0 6px #BFBFBF;*/
}

.lem_forms input[type=submit]:active, input[type=button]:active, a.lem_button:active {background: url(../images/btn_bg.png) repeat-x 0% 95%;}
.lem_forms input[type=submit]:disabled, input[type=button]:disabled {opacity: 0.lem_7;} 
.lem_forms input[type=checkbox],.lem_forms input[type=radio] {width: auto;}

/** OTHER CSS **/
.red {font-size: 12px; color: #F53823;}
.greenMsg {font-size: 12px; text-align: center; font-weight: bold; color: #009D00;}
.redMsg {font-size: 12px; text-align: center; font-weight: bold; color: #F53823;}
.warn {color: #F53823;}

.lem_data_tables {font-size: 12px; color: #4E4E4E;}
.lem_data_tables tbody{}
.lem_data_tables th {background-color: #626262; color: #F7F7F7; padding: 8px 5px; text-align: left; margin-bottom: 10px; border-radius: 5px 7px 0 0;}
.lem_data_tables tbody tr td {border-left: 1px solid #AAAAAA; border-bottom: 1px solid #626262; padding: 10px 5px 6px; font-size: 12px;  vertical-align: top;}
.lem_data_tables tbody tr td.lem_last {border-right: 1px solid #626262;}
.lem_data_tables tbody tr td.lem_first {border-left: 1px solid #626262;}
.lem_data_tables tbody tr td.lem_options {padding: 3px;}
.lem_data_tables tbody tr.lem_alternate td {background-color: #F7F7F7;}
.lem_data_tables tbody tr.lem_current td {background-color: #DBE8F2;}
.lem_data_tables tbody tr td input, .lem_data_tables tbody tr td a.lem_button{padding: 2px 3px; font-size: 11px;}
label.error {font-size: 10px; font-style: italic; color: #F53823; padding-left: 5px; padding-top: 2px; display: block;}

/** Message CSS **/
#lem_message { border-radius: 7px; -moz-border-radius: 7px; background-color: /*#FBFBFB*/#DFF0FA; border: 1px solid #BBBBBB/*#EFEFEF*/; padding:  7px 8px;
    display: none; font-size: 12px; width: 70%; margin: 15px auto; text-align: left; color: #464646; line-height: 20px;
    
    background: #e8f4f7;
    background: -moz-linear-gradient(top,  #e8f4f7 0%, #c0e4f7 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e8f4f7), color-stop(100%,#c0e4f7));
    background: -webkit-linear-gradient(top,  #e8f4f7 0%,#c0e4f7 100%);
    background: -o-linear-gradient(top,  #e8f4f7 0%,#c0e4f7 100%);
    background: -ms-linear-gradient(top,  #e8f4f7 0%,#c0e4f7 100%);
    background: linear-gradient(top,  #e8f4f7 0%,#c0e4f7 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e8f4f7', endColorstr='#c0e4f7',GradientType=0 );
    
    -webkit-box-shadow:0 0 6px #D0D0D0; 
    -moz-box-shadow: 0 0 6px #D0D0D0;
    -o-box-shadow: 0 0 6px #D0D0D0; 
    box-shadow:0 0 6px #D0D0D0;
    }

p.note{
    font-size: 10px; color: #858585; padding-top: 0px; margin-top: -2px; padding-left: 5px;
}
p.lem_title {font-size: 14px;}

.lem_more {font-size: 12px; font-weight: bold;}

#lem_paginate{
text-align: right;
}
#lem_paginate a{
    display: inline;
    padding: 2px 7px;
    margin: 2px;
    border: 1px solid #C5C5C5;
    background-color: #E5E5E5;
    border-radius: 4px; 
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    color: #4D4D4D;
    font-size: 12px;
    text-decoration: none;
}
#lem_paginate a:hover{
    background-color: #CFCFCF;
    color: #4D4D4D;
}
#lem_paginate a.lem_current{
    font-weight: bold;
    color: white;
    background-color: #4D4D4D;
    border-color: #4D4D4D;
}

#lem_menu{
    position: fixed;
    width: 200px;
    padding: 0 10px 10px;
    margin: 35px 5px 5px;
    border: 1px solid #D3D3D3;
    border-radius: 8px;
    z-index: 100;
    
background: #ffffff;
background: -moz-linear-gradient(top,  #ffffff 0%, #ededed 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#ededed));
background: -webkit-linear-gradient(top,  #ffffff 0%,#ededed 100%);
background: -o-linear-gradient(top,  #ffffff 0%,#ededed 100%);
background: -ms-linear-gradient(top,  #ffffff 0%,#ededed 100%);
background: linear-gradient(top,  #ffffff 0%,#ededed 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ededed',GradientType=0 );

}

#lem_content{
    width: 670px;
    padding: 10px 20px 10px 130px;
    margin: 5px auto 5px 115px;
    border: 1px solid #D3D3D3;
    border-radius: 8px;
    min-height: 400px;
    z-index: 10;
background: #fdfdfd;
background: -moz-linear-gradient(top,  #fdfdfd 0%, #f9f9f9 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fdfdfd), color-stop(100%,#f9f9f9));
background: -webkit-linear-gradient(top,  #fdfdfd 0%,#f9f9f9 100%);
background: -o-linear-gradient(top,  #fdfdfd 0%,#f9f9f9 100%);
background: -ms-linear-gradient(top,  #fdfdfd 0%,#f9f9f9 100%);
background: linear-gradient(top,  #fdfdfd 0%,#f9f9f9 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fdfdfd', endColorstr='#f9f9f9',GradientType=0 );

}
#lem_content>div{
    display: none;
}
#lem_menu ul{
    list-style: none;
    padding: 0;
    margin: 0;
}
#lem_menu li{
    padding: 0px 0px 5px;
    list-style: none;
    font-size: 16px;
    font-weight: normal;
    color: #4A4A4A;
    margin: 5px 0;   
    border-bottom: 1px dashed gray;
    margin-left: 15px;
    position: relative;
}

#lem_menu li #lem_count{
    display: inline;
    border-radius: 10px;
    margin-left: 5px;
    font-size: 11px;
    font-weight: bold;
    padding: 2px 6px;
    border: 1px solid black;
    /*border: 1px solid #9A2102;
    background-color: #E52102;*/
    color: black;
    position: absolute;
    right: 10px;
    top: 3px;
}

#lem_menu li.heading{
    margin: 20px 5px 0;
    padding: 0px 0 3px;
    border-bottom: none;
    cursor: pointer;
    
}
#lem_menu li.heading:hover, #lem_menu li.heading.collapse{
    background: url(../images/expand.png) no-repeat center right;
}

#lem_menu li ul
{
    margin-left: 10px;
    font-size: 12px;
}
#lem_menu li a{
    font-weight: normal;
    font-size: 14px;
    color: #2A2A2A;
    text-decoration: none;
    display: block;
    padding: 5px;
    opacity: 0.75;
    border-radius: 5px;    
}
#lem_menu li a:hover{
    opacity: 1;
    background-color: #DADADA;    
}

#lem_menu li.current a{
    background-color: #5D5D5D;
    color: white;
    opacity: 1;
    cursor: default;  
}

#lem_foot{
    text-align: center;
    margin: 50px 20px 30px;
}

#lem_links{
    list-style: none;
    margin: 15px 0;
    padding: 0;
}
#lem_links li{
    margin: 5px;
    padding: 5px;
    background-color: #F0F0F0;
    border-radius: 5px;
    min-height: 40px;
    border: solid 1px #CACACA;
    opacity: 0.85;
    position: relative;
    
    background: #ffffff;
    background: -moz-linear-gradient(top,  #ffffff 0%, #ededed 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#ededed));
    background: -webkit-linear-gradient(top,  #ffffff 0%,#ededed 100%);
    background: -o-linear-gradient(top,  #ffffff 0%,#ededed 100%);
    background: -ms-linear-gradient(top,  #ffffff 0%,#ededed 100%);
    background: linear-gradient(top,  #ffffff 0%,#ededed 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ededed',GradientType=0 );
    
}
#lem_links li:hover{
    opacity: 1;
    cursor: default;
    border-color: #B5B5B5;

background: #ffffff;
background: -moz-linear-gradient(top,  #ffffff 0%, #f3f3f3 50%, #dddddd 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(50%,#f3f3f3), color-stop(100%,#dddddd));
background: -webkit-linear-gradient(top,  #ffffff 0%,#f3f3f3 50%,#dddddd 100%);
background: -o-linear-gradient(top,  #ffffff 0%,#f3f3f3 50%,#dddddd 100%);
background: -ms-linear-gradient(top,  #ffffff 0%,#f3f3f3 50%,#dddddd 100%);
background: linear-gradient(top,  #ffffff 0%,#f3f3f3 50%,#dddddd 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#dddddd',GradientType=0 );

-webkit-box-shadow:0 0 6px #AFAFAF; 
-moz-box-shadow: 0 0 6px #AFAFAF;
-o-box-shadow: 0 0 6px #AFAFAF; 
box-shadow:0 0 6px #AFAFAF;

}

#lem_links li h3{
    font-size: 13px;
    font-weight: bold;
    padding: 0px;
    margin: 0 0 3px 0;
    float: left;
}
#lem_links li b{
    margin-right: 5px;
    color: #eaeaea;
}
#lem_links li a{
    color: #525252;
    text-decoration: underline;
}
#lem_links li a:hover{
    color: #232323;
}

#lem_links li div.lem_date{
    float: right;
    font-size: 11px;
    color: #666666;
    padding-right: 5px;
}
#lem_links li div.lem_date b{
    color: #666666;
}
#lem_links li div.lem_link_det{
    clear: both;
}
#lem_links li div.lem_link_det>p{
    display: none;
}
#lem_links li div.lem_link_det>span{
 
    padding-left: 15px;
    padding-top: 5px;
    display: inline-block;
}
#lem_links li div.lem_link_det>span.lem_first{
    padding-left: 0;
    margin-left: 0;
}


#lem_links li #lem_control{
    position: absolute;
    display: none;
    right: 2px;
    bottom: 2px;
}

#lem_links li #lem_control input{
    color: #DFDFDF;
    border: 0;
    padding: 2px 5px;
    margin: 2px;
    font-size: 11px;
    opacity: 0.7;
    border-radius: 3px;
    
background: #959595;
background: -moz-linear-gradient(top,  #959595 0%, #0d0d0d 46%, #010101 50%, #0a0a0a 53%, #383838 87%, #4e4e4e 100%, #1b1b1b 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#959595), color-stop(46%,#0d0d0d), color-stop(50%,#010101), color-stop(53%,#0a0a0a), color-stop(87%,#383838), color-stop(100%,#4e4e4e), color-stop(100%,#1b1b1b));
background: -webkit-linear-gradient(top,  #959595 0%,#0d0d0d 46%,#010101 50%,#0a0a0a 53%,#383838 87%,#4e4e4e 100%,#1b1b1b 100%);
background: -o-linear-gradient(top,  #959595 0%,#0d0d0d 46%,#010101 50%,#0a0a0a 53%,#383838 87%,#4e4e4e 100%,#1b1b1b 100%);
background: -ms-linear-gradient(top,  #959595 0%,#0d0d0d 46%,#010101 50%,#0a0a0a 53%,#383838 87%,#4e4e4e 100%,#1b1b1b 100%);
background: linear-gradient(top,  #959595 0%,#0d0d0d 46%,#010101 50%,#0a0a0a 53%,#383838 87%,#4e4e4e 100%,#1b1b1b 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#959595', endColorstr='#1b1b1b',GradientType=0 );

}
#lem_links li #lem_control input:hover{
    opacity: 1;
    color: #E1E1E1;
}

#recaptcha_table tr td{
    min-width: inherit;
}
