/*-----------------------------------------------------------*/
/* Message Boards CSS
/*-----------------------------------------------------------*/

/* Global ---------------------------------------------------*/
.MessageBoards {
	min-height: 200px;
	font: normal 12px/14px 'Arial', 'Sans-Serif';
	color: #053b6b;
	}
.MessageBoards h1 {
	background: url('/images/e1/t1/msg.title.message_board.gif') 6px 3px no-repeat;
	height: 75px;
	width: 350px;
	padding: 0px;
	margin: 0px 0px 0px 0px;
	cursor: pointer;
	}
.MessageBoards h1 span {
	display: none;
	}
.MessageBoards a, .MessageBoards a:visited {
	color: #053B6A;
	text-decoration: none;
	}
.MessageBoards a:hover {
	text-decoration: underline;
	}
.MessageBoards .BreakCrumbs {
	clear: both;
	padding: 0px 10px 9px 10px;
	}
/*-----------------------------------------------------------*/

/* Content Format -------------------------------------------*/
.MessageBoards .MSG_Avatar {
	vertical-align: top;
	}

.MessageBoards .MSG_Avatar a {
	vertical-align: top;
	}

.MessageBoards .Title_Info {
	float: left;
	}

.MessageBoards .MSG_Categories, .MessageBoards .MSG_Topics, .MessageBoards .MSG_Messages, .MessageBoards .MSG_EditMessage {
	margin-bottom: 10px;
	}
.MessageBoards .MSG_Categories .MSG_Category, .MessageBoards .MSG_Topics .MSG_Topic, .MessageBoards .MSG_Messages .MSG_Message {
	padding: 5px 10px;
	border-bottom: 2px dotted #02458A;
	}
.MessageBoards .MSG_EditMessage {
	font: bold 12px/15px 'Tahoma', 'Sans-Serif';
	color: #053B6A;
	padding: 10px;
	margin-bottom: 0px;
	}
.MessageBoards .MSG_Title {
	font: bold 14px/18px 'Arial', 'Sans-Serif';
	}
.MessageBoards .MSG_Title a {
	background: url('/images/e1/t1/msg.btn.view.gif') no-repeat;
	padding-left: 20px;
	}

.MessageBoards .MSG_Messages .MSG_Message .MSG_Title {
	}
.MessageBoards .MSG_Date {
	float: right;
	color: #666666;
	font: normal 11px/15px 'Tahoma', 'Sans-Serif';
	}
.MessageBoards .MSG_Content {
	margin-top: 10px;
	}
.MessageBoards .MSG_Posts span, .MessageBoards .MSG_Updated span {
	font-weight: bold;
	}
.MessageBoards .MSG_Posts {
	margin-top: 10px;
	}
.MessageBoards .MSG_User {
	color: #666666;
	font: normal 11px/12px 'Tahoma', 'Sans-Serif';
	padding: 0px 22px;
	}
.MessageBoards .MSG_User a {
	background: none;
	padding: 0px;
	}
.MessageBoards .MSG_Actions {
	font: normal 11px/14px 'Tahoma', 'Sans-Serif';
	border-top: 1px solid #02458A;
	border-bottom: 1px solid #02458A;
	padding: 3px;
	margin: 3px 0px;
	}
.MessageBoards .MSG_Reply {
	font-weight: bold;
	margin-top: 10px;
	}
.MessageBoards .MSG_Reply a {
	color: #C14713;
	}
.MessageBoards .MSG_Messages .MSG_Message .MSG_Actions {
	background: transparent url('/images/e1/t1/msg.icon.arrow.gif') 0px 3px no-repeat;
	padding: 3px 3px 3px 9px;
	font-weight: bold;
	border: 0px;
	margin: 3px 0px;
	}
.MessageBoards .MSG_Quote {
	border: 1px solid #02458A;
	background-color: #F1F8FF;
	font-style: italic;
	padding: 5px;
	margin-bottom: 3px;
	}
.MessageBoards .MSG_FormTitle, .MessageBoards .MSG_FormContent, .MessageBoards .MSG_FormActions {
	margin-bottom: 5px;
	}
.MessageBoards .MSG_Error {
	padding: 10px;
	font-weight: bold;
	color: #FF0000;
	}
.MessageBoards .MSG_FormTitle input {
	border: 1px solid #999999;
	width: 300px;
	}
.MessageBoards .MSG_FormContent textarea {
	border: 1px solid #999999;
	width: 500px;
	height: 150px;
	}
.MessageBoards .MSG_FormActions input {
	border: 1px solid #999999;
	font: bold 11px/11px 'Tahoma', 'Sans-Serif';
	padding: 3px 6px;
	background-color: #053B6B;
	color: #FFFFFF;
	}
/*-----------------------------------------------------------*/

/* Other ----------------------------------------------------*/
.MSG_Odd {
	progid:DXImageTransform.Microsoft.AlphaImageLoader(src=/images/e1/t1/msg.odd.png);
	background: url('/images/e1/t1/msg.odd.png') !important;
	background: none;
	}
.MSG_Even {
	}
.MSG_Fade {
	progid:DXImageTransform.Microsoft.AlphaImageLoader(src=/images/e1/t1/msg.odd.5.png);
	background: url('/images/e1/t1/msg.odd.5.png') !important;
	background: none;
	}
#Content .MessageBoards .MSG_HeadItem {
	}
#Content .MessageBoards .MSG_HeadItem  .MSG_Title a {
	font: bold 19px/25px 'Arial', 'Sans-Serif';
	color: #C14713;
	background: url('/images/e1/t1/msg.btn.view.gif') 0px 3px no-repeat;
	}
.Paging {
	padding: 10px 10px 0px 10px;
	}
.Paging a {
	text-decoration: none;
	margin: 0px 0px 0px 2px;
	padding: 1px 4px;
	border: 1px solid #053B6B;
	}
.Paging a:hover, .Paging .CurrentPage a {
	text-decoration: none;
	background-color: #053B6B;
	color: #FFFFFF;
	}
/*-----------------------------------------------------------*/
