﻿.WindowFooter a
{
    color: #A0A0A0;
    text-decoration: underline;
}

.WindowFooter a:hover
{
    text-decoration: none;
    color: #606060;
    background-color: #CFCFCF;
}

div.UserToolTip
{
    display: none;
    position: absolute;
    width: 282px;
}

div.UserToolTip
{
    font-family: "Arial";
    font-size: 10pt;
    border: solid 1px #003F7F;
    padding: 4px;
    background-color: #FFF;
}

div.UserToolTip p
{
    line-height: 1.5em;
}

div.UserToolTip p.UserName
{
    margin: -4px;
    margin-bottom: 4px;
    padding: 4px;
    font-weight: bold;
    color: #FFF;
    background-color: #003F7F;
}

div.UserToolTip p.InfoGroup
{
    margin-left: 60px;
}

div.UserToolTip p.InfoGroup span.InfoTitle
{
    display: inline-block;
    text-align: right;
    width: 54px;
    float: left;
    font-weight: bold;
    margin-left: -60px;
}

div.UserToolTip div.InfoGroupSeparator
{
    margin: 2px -4px;
    border-top: 1px dotted #A0A0A0;
}

a.DiscussionLink
{
    float: right;
    margin-left: 4px;
    color: #ABABAB;
    font-size: 8pt;
    text-decoration: underline;
}

a.DiscussionLink:hover
{
    color: #ABABAB;
    font-size: 8pt;
    text-decoration: none;
}

div.CommentSeparator
{
    border-top: 2px dotted #A0A0A0;
}

div.SubCommentSeparator
{
    border-top: 1px dotted #A0A0A0;
    margin-left: 32px;
}

.Window
{
    cursor: default;
    border: solid 1px #A0A0A0;
    -moz-box-shadow: 0 0 2px #A0A0A0;
    -webkit-box-shadow: 0 0 2px #A0A0A0;
    box-shadow: 0 0 2px #A0A0A0;
}

.WindowTitle
{
    padding: 10px;
    font-weight: bold;
    background-color: #EFEFEF;
    border-bottom: solid 1px #A0A0A0;
}

.WindowContent
{
    overflow: auto;
}

.WindowFooter
{
    font-size: 8pt;
    padding-right: 4px;
    height: 20px;
    line-height: 20px;
    vertical-align: middle;
    text-align: right;
    background-color: #EFEFEF;
}

#DiscussionContent
{
    height: 447px;
}

#CommentTextBox
{
    margin-top: 10px;
    width: 684px;
    height: 31px;
}

#SendCommentButton
{
    margin-top: 10px;
    width: 690px;
}

p.Comment
{
    margin: 0;
    padding: 8px;
    line-height: 1.5em;
}

p.Comment .SubCommentTextBox
{
    width: 499px;
    height: 47px;
    margin-top: 10px;
    margin-bottom: 5px;
}

p.SubComment .SubCommentTextBox
{
    width: 467px;
}

p.Comment .SubSendCommentButton, p.Comment .EditCommentButton
{
    width: 505px;
}

p.SubComment .SubSendCommentButton, p.SubComment .EditCommentButton
{
    width: 473px;
}

span.PostTime
{
    float: left;
    color: #ABABAB;
    font-size: 8pt;
    font-style: normal;
}

p.Comment
{
    background-color: #DFEFFF;
}

p.SubComment
{
    background-color: #EFF7FF;
    margin-left: 32px;
}

span.CommentFooter
{
    display: block;
    height: 16px;
}

p.Comment a.UserName
{
    font-weight: bold;
}

img.SubComment
{
    float: left;
    margin-top: 8px;
    margin-left: -24px;
}

img.Smiley
{
    vertical-align: baseline;
}
