﻿body
{
	margin: 0px;
	font-family: "Trebuchet MS", Geneva, Arial, Helvetica, SunSans-Regular, sans-serif;
	font-size: 90%;
	background-repeat: no-repeat;
	background-image: url("images/mc_readmsg_swoop.jpg");
}

a:link, a:visited
{
	text-decoration: none;
	color: Black;
}

a:hover
{
	text-decoration: underline;
	color: Black;
}

a.DisabledLink, a.DisabledLink:link, a.DisabledLink:visited
{
	text-decoration: none;
	color: #ababab;
}

a.DisabledLink:hover
{
	text-decoration: none;
	color: #ababab;
}

div#NavBarText
{
	position: absolute;
	left: 325px;
	top: 10px;
	width: 200px;
}

img#Envelope
{
	position: absolute;
	left: 293px;
	top: 10px;
}

div#ThatUserPanel
{
	position: absolute;
	left: 8px;
	top: 10px;
	width: 124px;
	height: 175px;
	text-align: center;
}

span#m_ThatUserLabel
{
	display: block;
	padding-top: 5px;
	font-weight: 600;
}

img#m_ThisUserImage
{
	position: absolute;
	left: 570px;
	top: 125px;
}

div#ReceivedTextPanel
{
	position: absolute;
	background-color: #ffffff;
	border: solid 1px #ababab;
	left: 149px;
	top: 35px;
	padding: 5px;
	width: 395px;
	height: 95px;
	overflow: auto;
	z-index: 1;
}

span#m_ReceivedText
{
	display: block;
	font-style: italic;
	font-weight: 600;
}

span#m_ReceivedTextInfo
{
	display: block;
	margin-top: 1em;
}

img#ThatUserBalloon
{
	position: absolute;
	left: 135px;
	top: 60px;
	z-index: 2;
}

textarea#m_SendText
{
	position: absolute;
	border: solid 1px #ababab;
	top: 150px;
	left: 149px;
	width: 405px;
	height: 95px;
	overflow: auto;
	z-index: 1;
}

img#ThisUserBalloon
{
	position: absolute;
	left: 552px;
	top: 170px;
	z-index: 2;
}

div#BottomMenu
{
	position: absolute;
	left: 149px;
	top: 255px;
	width: 405px;
}

a#m_SendLink
{
	position: absolute;
	left: 335px;
}

a.SendLink:link, a.SendLink:visited, a.SendLink:hover
{
	color: #ff9900;
}

a.ErrorMessage, a.ErrorMessage:link, a.ErrorMessage:visited, a.ErrorMessage:hover
{
	color: Red;
	text-decoration: none;
}

a#m_CloseLink
{
	position: absolute;
	left: 170px;
}

a.BuddyLink
{
}

div#RightMenu
{
	position: absolute;
	left: 570px;
	top: 35px;
	line-height: 1.75em;
}

a#m_NextMessageLink
{
	display: block;
}

a#m_PreviousMessageLink
{
	display: block;
}

a#m_DeleteLink
{
	display: block;
}

img.UserImageGeneric
{
	border: solid 2px #a9a9a9;
}

img.UserImageMale
{
	border: solid 2px #99ccff;
}

img.UserImageFemale
{
	border: solid 2px #ffccff;
}