/*  */
.tooltip-disp{
    position:absolute;
    border:1px solid #333;
    background:#ffffff;
    padding:2px 5px;
    color:#333;
    display:none;
    width: 300px;
    border-radius: 20px;
    font-size: 0.8em;
}
.tooltip-disp .close{
    position:absolute;
    top: -5px;
    right: -9px;
    float: right;
    color:red; 
    font-size: 1em;
    font-weight: bold;
}
.greydout {
    z-index: 10000;
    filter: alpha(opacity=50); /*older IE*/
    filter:progid:DXImageTransform.Microsoft.Alpha(opacity=50); /* IE */
    -moz-opacity: .50; /*older Mozilla*/
    -khtml-opacity: 0.5;   /*older Safari*/
    opacity: 0.5;   /*supported by current Mozilla, Safari, and Opera*/
    background-color:#000000;
}
.loading {
    text-align: left;
    width: 200px;
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.sharing {
    display: block;
    height: 26px;
    font-size: 10px;
    background-color: #E0DFDF;
    margin-bottom: 15px;
    padding: 5px 5px 0 5px;
}

.sharing .secondary {
    vertical-align: top;
    text-align: center !important;
    /*color: #000;
    border: none !important;
    background-image: none !important;
    background-color: #E0DFDF !important;*/
}

.sharing a {
    margin : 0 2px 4px 2px;
}

.sharing_left {
    float: left;
}

.sharing_right {
    float: right;
}

#comment-messages {
    color: #256995;
    font-weight: bold;
    font-size: 12px;
    padding-left: 10px;
}

.leagle-comment {
    color: #556;
    font-size: 13px;
    border: 1px solid #cfcfcf;
    padding: 0.5em 1em;
    margin: 1em 0.5em;
    -moz-border-radius: 5px;-webkit-border-radius: 5px;border-radius: 5px;
}

.leagle-comment .commentdata{
    padding: 5px 0;
    border-top: 1px solid #cfcfcf;
    /*border-bottom: 1px solid #cfcfcf;*/
}

.leagle-comment .username{
    color: #555;
    font-weight: bold;
}

.leagle-comment .date{
    color: #999;
    font-size: 10px;
    font-style: italic;
}

.leagle-comment .commentactions {
    padding: 5px;
    margin: 5px;
}

.leagle-comment .commentactions .links {
    float: right;
}

.leagle-comment .commentactions,.leagle-comment .commentactions a{
    font-size: 10px;
    font-weight: bold;
    color: #acacac;
}

.leagle-comment .commentactions a#commentReply:hover{
    color: #256995;
}
.leagle-comment .commentactions a#commentFlag:hover{
    color: #D9534F;
}

.hide {
    display: none;
}

#charCount {
    font-size: 10px;
    color: #555;
    float: right;
    padding-top: 20px;
}

#charCount #commentcount{
    font-size: 11px;
    font-weight: bold;
}

div.formrow {border:2px solid transparent;margin:0 0 2px 0;float:left;width:100%;padding:6px 0;}
div.formrow label {float:left;display:block;width:6em;font-weight:bold;font-size:13px;padding:0 6px;}
div.formrow label:after {display:inline;color:red;content:'*';}
div.formrow input {width:20em;height:1.75em;font-family: Arial,Helvetica,sans-serif;font-size:12px;padding:0 6px;-moz-border-radius: 5px;-webkit-border-radius: 5px;border-radius: 5px;border:1px solid gray;margin: 3px 0;}
div.formrow textarea:focus, div.formrow input:focus {border:2px solid #256995;}
div.formrow textarea {width:30em;font-family: Arial,Helvetica,sans-serif;font-size:12px;padding:3px;-moz-border-radius: 5px;-webkit-border-radius: 5px;border-radius: 5px;border:1px solid gray;margin: 3px 0;}
div.formrow fieldset legend {font-weight:bold;}
div.requiredRow {border:2px solid #049;}
