
/*

// ======================================
// Style-Sheet - Forum
// --------------------------------------------------------------------

// --------------------------------------------------------------------
// Code written by Conan Theobald and is Copyright (c)
// 2002 by Conan Theobald unless otherwise stated.
//
// Visit: www.conans.co.uk
// Email: software@conans.co.uk
// ======================================

*/

/*
// ======================================
// . . .
// ======================================
*/

.email_Icons {
	padding-top: 5px;
	padding-bottom: 5px;
}

.email_Icons a {

	display: inline;

	margin-right: 5px;
	padding: 5px;

	border-top: 1px solid #AAAAAA;
	border-left: 1px solid #AAAAAA;

	border-right: 1px solid #222222;
	border-bottom: 1px solid #222222;

	background: #444444;

	font-weight: normal;

	text-align: center;
	vertical-align: middle;

}

.email_Icons a:hover {

	text-decoration: none;

	background: #555555;

}

/*
// ======================================
// . . .
// ======================================
*/

a.Read {
	font-weight: normal;
}

a.Unread {
	font-weight: bold;
}

/*
// ======================================
// . . .
// ======================================
*/

.email_Header_TopLeft {
	width: 20%;
	text-align: right;
	border-top: 1px solid #AAAAAA;
	border-left: 1px solid #AAAAAA;
	font-weight: bold;
}

.email_Header_TopRight {
	border-top: 1px solid #AAAAAA;
	border-right: 1px solid #AAAAAA;
	border-bottom: 1px dashed #777777;
}

.email_Header_Left {
	width: 20%;
	text-align: right;
	border-left: 1px solid #AAAAAA;
	font-weight: bold;
}

.email_Header_Right {
	border-right: 1px solid #AAAAAA;
	border-bottom: 1px dashed #777777;
}

.email_Header_BottomLeft {
	width: 20%;
	text-align: right;
	border-bottom: 1px solid #AAAAAA;
	border-left: 1px solid #AAAAAA;
	font-weight: bold;
}

.email_Header_BottomRight {
	border-bottom: 1px solid #AAAAAA;
	border-right: 1px solid #AAAAAA;
}
