/* popup comments */

/*
#helperBord {position:absolute; box-shadow:0 1px 3px #000; -moz-box-shadow:0 1px 3px #000; -webkit-box-shadow:0 1px 3px #000; top:-9999px; left:0;}
#helperBord {border:3px solid #FFF; border-radius:8px; -moz-border-radius:8px; -webkit-border-radius:8px;}
#helperBack {position:absolute; background:#ffffff; top:-9999px; left:0; border: 3px solid #EB684A;}

#helperBack {border-radius:8px; -moz-border-radius:8px; -webkit-border-radius:8px; opacity:0.6; filter:alpha(opacity=60);}

#helper {position:absolute; color:#FFF; text-align:left; padding:5px 7px; text-shadow:0 1px 1px #000; top:-9999px; left:0;}

#helper {position:absolute; color:#000000; text-align:left; padding:5px 7px;top:-9999px; left:0;}

#helper p, #helper div {margin:0; padding:2px 4px; background:none; line-height:normal; font-family:Arial, Helvetica, sans-serif; font-size:13px;}
#helper h1, #helper h2, #helper h3, #helper h4 {margin:0; padding:2px 4px; background:none; color:#FF0; font-size:18px; font-family:Arial, Helvetica, sans-serif; letter-spacing:-1px;}
#helper table {width:94%; margin:0 0 3px;}
#helper th {border:1px solid #CCC; padding:2px 4px; text-align:left; font-size:12px;}
#helper td {border:1px solid #CCC; padding:2px 4px; font-size:12px;}
#helper ul, #helper ol {margin:0; padding:0;}
#helper ul li {list-style-type:none; padding:2px 4px; background:none;}
#bullshit {display: none;}
*/

.profile a{ text-decoration: none; }
* {
    margin: 0;
    padding: 0;
}
html, body {
    height: 100%;
}
table, td, img {
    border: 0 none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
    font-size: 100%;
}
input, select, option, textarea {
    font-family: Arial,Helvetica,sans-serif;
    font-size: 13px;
}
.helpme {
    /*background: url("/img/dots.gif") repeat-x scroll 0 100% transparent;*/
    cursor: help;
    display: inline-block;
}

#helperBack {
    -moz-box-shadow: 0 0 3px #000000;
    background: none repeat scroll 0 0 #FFFFFF;
    border: 3px solid #EB684A;
    left: 0;
    position: absolute;
    top: -9999px;
}
#helperBack {
    -moz-border-radius: 12px 12px 12px 12px;
    opacity: 0.9;
}
#helper {
    color: #000000;
    left: 0;
    position: absolute;
    text-align: left;
    top: -9999px;
    /*padding:5px 7px 5px 7px;*/
    padding:5px 5px;
    margin:3px;
}
#helpCont {
    font-size: 12px;
    line-height: 14px;
    padding: 10px 12px;
    position: relative;
}
#helpCont p, #helpCont div {
    background: none repeat scroll 0 0 transparent;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 13px;
    line-height: normal;
    margin: 0;
    padding: 2px 4px;
}
#helpCont h1, #helpCont h2, #helper h3, #helper h4 {
    background: none repeat scroll 0 0 transparent;
    color: #FFFF00;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 18px;
    letter-spacing: -1px;
    margin: 0;
    padding: 2px 4px;
}
#helpCont table {
    margin: 0 0 3px;
    width: 94%;
}
#helpCont th {
    border: 1px solid #CCCCCC;
    font-size: 12px;
    padding: 2px 4px;
    text-align: left;
}
#helpCont td {
    border: 1px solid #CCCCCC;
    font-size: 12px;
    padding: 2px 4px;
}
#helpCont ul, #helper ol {
    margin: 0;
    padding: 0;
}
#helpCont ul li {
    background: none repeat scroll 0 0 transparent;
    list-style-type: none;
    padding: 2px 4px;
}




