.jqEasyCounterMsg{
  
}

*{
    font-family: tahoma,sans-serif;
}

.button .save{
 margin-top: 25px;
}

.list table {
    width: 790px;
    border-collapse: collapse;
    border: 2px solid #D0C7C4;
}
.list th {
/*    background-color: Gainsboro;*/
    border: 2px solid #D0C7C4;
     background: url("../images/h2_grey.png") repeat-x scroll 0 -1px #D0C7C4;
    
}

#main .list table th a{
    text-decoration: none;
    color: white;
}
.list td {
    border: 2px solid #D0C7C4;
    padding: 5px;
}
.list tr {
    font-size: 12px;
    text-align: left;
    vertical-align: top;
}

body #sidebar{
    width: 150px;
}

body #content{
    width: 790px;
}

.message, .errors{
    font-weight: bold;
    color:#ff7e00;
}

#getAuth{
     background: url("../images/IndexBtnCheck.png") no-repeat scroll right center transparent;
     height: 40px;
     width: 99px;
     float: right;
     margin-top: -6px;
     cursor: pointer;
}

.indexing{
    width:330px;
}

.indexing li{
    padding-top: 30px;
}

#startIndex{
    vertical-align: middle;
    cursor: pointer;

}


body #sidebar li{
    text-decoration: none;
    background: url(../images/liGrey.png)no-repeat scroll 0px 4px transparent;
    padding-left:20px;
    margin-left: -25px;
}

body #sidebar li a{
    text-decoration: none;
   color:#000;
}

body #sidebar ul{
    text-decoration: none;
    list-style: none
}

body #sidebar li:hover{
    background: url(../images/liBlue.png)no-repeat scroll 0px 4px transparent;

}

body#create li#create,
body#list li#list,
body#perform li#perform,
body#info li#info
{
	background: url(../images/liBlue.png)no-repeat scroll 0px 4px transparent;
}

em{
    font-weight: bold;
    font-style: normal;

}

ol{
     line-height: 22px;
}

#information {
    float: right;
    width: 296px;
     border: 1px dashed black;
     font-size: 12px;
}

.dialog{
    float: left;
    width: 485px;
}

#countableSummary, #countableText{
    width: 342px;
}

#countableSummary{
    height: 170px;
}
#countableText{
    height: 250px;
}

/*###########TOOLTIP#########*/
* span.meta-information{
}

* span.meta-information:hover{
    color: #6996C3;

}
