﻿html, body
{
    font-family: Arial;
    font-size: 10pt;
    color: #000;
    background-color: #FFF;
}

strong
{
    font-weight: bold;
}

em
{
    font-style: italic;
}

textarea
{
    font-family: Arial;
    font-size: 10pt; 
}

a
{
    color: #2F77BF;
    text-decoration: none;
}

a:hover
{
    color: #BF2F2F;
    text-decoration: underline;
}

#JoinChatElementsDiv
{
    border: solid 1px #003F7F;
    padding: 4px;
    background-color: #FFF;
}

#JoinChatTitle
{
    margin: -4px;
    margin-bottom: 4px;
    padding: 4px;
    font-weight: bold;
    color: #FFF;
    background-color: #003F7F;
}

#JoinChatElementsDiv input
{
    margin: 2px;
}

#JoinChatElementsDiv label
{
    display: inline-block;
}

#AnonymousJoinElementsDiv, #AuthenticatedJoinElementsDiv
{
    margin-top: 10px;
    margin-bottom: 15px;
    margin-left: 30px;
}

#lblJoinChatError
{
	display: block;
	background-color: #FFDFDF;
	color: #BF0000;
	margin: 4px;
	margin-bottom: 10px;
	padding: 4px;
	border: dotted 1px #BF0000;
}

#EmbeddedLoginViewBox a
{
    padding: 2px;
    margin: 2px;
}

#EmbeddedLoginViewBox a, .WindowFooter a
{
    color: #A0A0A0;
    text-decoration: underline;
}

#EmbeddedLoginViewBox input
{
    font-family: Arial;
    font-size: 8pt;
}

#EmbeddedLoginViewBox a:hover, .WindowFooter a:hover
{
    text-decoration: none;
    color: #606060;
    background-color: #CFCFCF;
}

#EmbeddedLoginViewBox
{
    font-weight: normal;
    font-family: Arial;
    font-size: 8pt;
    vertical-align: middle;
    float: right;
    text-align: right;
    width: 400px;
    margin-top: -4px;
    margin-right: -4px;
    height: 21px;
    line-height: 21px;
}

.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;
    max-height: 13px;
    overflow: hidden;
}

.WindowContent
{
    overflow: auto;
}

.WindowFooter
{
    font-size: 8pt;
    padding-right: 4px;
    height: 20px;
    line-height: 20px;
    vertical-align: middle;
    text-align: right;
    background-color: #EFEFEF;
}

p.Chatter, p.Message, p.Comment
{
    padding-left: 8px;
    padding-right: 8px;
    line-height: 1.5em;
}

p.Chatter
{
    padding-left: 24px;
}

p.FirstChatter, p.Comment
{
    padding-top: 8px;
}

p.LastChatter, p.Comment
{
    padding-bottom: 8px;
}

span.SentTime
{
    color: #ABABAB;
    font-size: 8pt;
    font-style: normal;
}

p.MyChatter
{
    color: #003F7F;
}

p.LoggedOnChatter
{
    font-weight: bold;
    font-style: normal;
}

p.Message
{
    margin-left: 40px;
}

p.Message span.MessageText
{
    margin-left: 0px;
}

p.Message span.SentTime
{
    float: left;
    margin-left: -40px;
}

p.ServerMessage
{
    color: #7F7F7F;
}

p.MyMessage span.ChatterName
{
    color: #003F7F;
}

p.Message span.ChatterName, p.Comment a.UserName
{
    font-weight: bold;
}

img.Status
{
    float: left;
    margin-top: 6px;
    margin-left: -16px;
}

img.Smiley
{
    vertical-align: baseline;
}
