div.emailBtn
{
	background: url(../designFiles/emailBtn.png) no-repeat;
	width: 92px;
	height: 22px;
	margin-top: 10px;
	margin-bottom: 10px;
	cursor: pointer;
}

div.emailBtn div
{
	padding-top: 2px;
	text-align: center;
	color: white;
	font-size: 13px;
	font-weight: bold;
}

form#sendEmailForm td.formFieldText
{
	width: 120px;
}

form#sendEmailForm input, form#sendEmailForm textarea
{
	width: 300px;
}

form#sendEmailForm textarea
{
	height: 130px;
}

form#sendEmailForm textarea.textareaField_replyMsg
{
	border-bottom: 0px;
}

div.origMsgContent
{
	border: 1px solid #C0C0C0;
	border-top: 1px dashed #C0C0C0;
	height: 130px;
	padding: 3px;
	overflow-y: scroll;
}

div#myEmailPage 
{
	padding-bottom: 10px;
}

div#emailTabs
{
	width: 942px;
}

table#emailTabsTable
{
	height: 30px;
}

div#emailMsgs
{
	clear: both;
	padding-top: 7px;
	padding-right: 7px;
}

table#emailMsgsTblHeaders
{
	width: 930px;
	height: 24px;
	background-color: #626E7E;
	border: 1px solid #626E7E;
}

table#emailMsgsTblHeaders td
{
	text-align: right;	
	color: white;
	font-weight: bold;
	font-size: 12px;
}

table#emailMsgsTblHeaders td div
{
	margin-top: 5px;
	margin-right: 11px;
}

table#emailMsgsTable
{
	width: 930px;
	color: #686868;
	border: 1px solid #626E7E;
}

table#emailMsgsTable td.msgDelete div
{
	margin-right: 22px;
}

table#emailMsgsTable td.tableDataEmpty
{
	height: 40px;
	width: 930px;
	text-align: center;
	vertical-align: middle;
}

div#noMsgs
{
	padding: 10px;
	font-weight: bold;
	font-size: 14px;
}

div#msgsTblTop_in
{
	margin-right: 11px;
	padding-top: 5px;
}

tr.msgRowSep
{
	width: 930px;
}

tr.msgRowSep div.msgSep
{
	background-color: #EFEFEF;
	height: 1px;
	overflow: hidden;
	font-size: 0%;
	margin-top: 1px;
	margin-bottom: 5px;
}

tr.msgRow, tr.msgRow_new
{
	cursor: pointer;
}

tr.msgRow td div.in, tr.msgRow_new td div.in
{
	margin-top: 7px;
	margin-bottom: 10px;
	margin-right: 10px;
}

tr.msgRow_new td
{
	font-weight: bold;
}

div.senderActions
{
	padding-top: 7px;
}

div.msgContent
{
	background-color: #F8F8F8;
}

div.msgContent div
{
	padding: 15px;
}

div.msgActions
{
	height: 25px;
	background-color: #EDEDED;
	border-top: 1px solid white;
}

div.msgActions_in
{
	padding-top: 5px;
	padding-right: 15px;
	padding-left: 15px;
}

div.msgActions_in a
{
	font-weight: bold;
	text-decoration: underline;
	color: #0A0CF4;
	cursor: pointer;
}

span.msgActions_replay
{
}

div.msgActions_close
{
	float: left;
	padding-left: 2px;
}

div.msgActions_close img
{
	vertical-align: middle;
}

div#deleteAllMsgs
{
	float: left;
	padding-top: 5px;
	padding-left: 32px;
}

div#deleteAllMsgs a
{
	text-decoration: none;
}

div#deleteAllMsgs img
{
	vertical-align: middle;
}

