
/* message formating styles */
.editedby{
font-weight: bold;
}
.s_stroketrugh{
text-decoration: line-through;	
}
.m_justify{
text-align: justify;
color: green;
}
.code{
font-style: italic;
font: 90% curier, sans-serif;
}
.forumMessage {
	border: 1px solid #E2E2E2;
	padding: 10px;
}
.forumCell {
	background: #F5F5F5 url(../images/partners_bg-hover.png) repeat-x scroll 0 0;
	border: 1px solid #E2E2E2;
	padding: 5px;
}
.forumCelllight {
	background: #F5F5F5 url(../images/partners_bg-hover.png) repeat-x scroll 0 0;
	border: 1px solid #E2E2E2;
	padding: 5px;
}
.forumCelldark {
	background: #EBEBEB url(../images/left-menu_li-hov-bg.png) repeat-x scroll 0 0;
	border: 1px solid #E2E2E2;
	padding: 5px;
}
.forumThdark {
	background: #e6e6e6 url(../images/shadow-darker.gif) repeat-x scroll 0 0;
	border: 1px solid #e6e6e6;
	padding: 5px;
}
.forumSmall {
	font-size: 0.8em;
}

TABLE.quote {
	border: 1px solid #E2E2E2;
}
TD.quote {
	background: #EBEBEB url(../images/left-menu_li-hov-bg.png) repeat-x scroll 0 0;
	padding: 5px;
}
.quote_head {
	background: #F5F5F5 url(../images/partners_bg-hover.png) repeat-x scroll 0 0;
	padding: 5px;
	border-bottom: 1px solid #E2E2E2;
}
UL.userList LI {
	list-style-type: none;
}

a.forumTopicLink_unlock_no:link, a.forumTopicLink_unlock_no:active, a.forumTopicLink_unlock_no:visited {
	display: inline-block;
	width: 32px;
	height: 32px;
	background: url('../images/forum/topic_unlock.gif') no-repeat top left;
		color: #004A95;
}

a.forumTopicLink_unlock_yes:link, a.forumTopicLink_unlock_yes:active, a.forumTopicLink_unlock_yes:visited {
	display: inline-block;
	width: 32px;
	height: 32px;
	background: url('../images/forum/topic_unlock_yes.gif') no-repeat top left;
	color: #004A95;
}
a.forumTopicLink_lock:link, a.forumTopicLink_lock:active, a.forumTopicLink_lock:hover, a.forumTopicLink_lock:visited {
	display: inline-block;
	width: 32px;
	height: 32px;
	background: url('../images/forum/topic_lock.gif') no-repeat top left;
	color: #004A95;
}
a.forumTopicLink_unlock_yes span,a.forumTopicLink_unlock_no span, a.forumTopicLink_lock span {
	height: 1px; width: 1px; position: absolute; overflow: hidden; top: -10px;	color: #004A95;
}

.loginCell {
	background: #F5F5F5 url(../images/partners_bg-hover.png) repeat-x scroll 0 0;
	border: 1px solid #E2E2E2;
	padding: 5px;
	font-size: 11px;
}

.loginCell a{
	font-size: 10px;
	}

.loginCell input{
	height: 12px;
	font-size: 11px;
	padding-bottom: 2px;
}

.loginCell input.login_button {border: none; height:16px; background:#004A95; color:white;  font:bold 11px Arial, Helvetica, sans-serif;}

.small_font{
	font-size: 11px;
	}
.small_bold_font{
	font-size: 11px;
	font-weight: bold;
	}
.forum_breadcrumb {
	font-size: 10px;
	padding: 5px 0 0 5px;
}

.userList SPAN {
	font-weight: bold;
}

/* Pagebar*/
.forum_pagebar_message {
	font-size: 10px;
	text-align: left;
	padding: 0.2em 0.5em;
	margin-right: 0.1em;
	text-decoration: none;}
.forum_pagebar_message a {
	text-decoration: none;
}
.forum_pagebar_message a:visited {
	text-decoration: none;
}
.forum_pagebar_message .break {
	padding: 2px 3px 2px 3px;
	border: none;
	text-decoration: none;
}
.forum_pagebar_message a:hover {
	border-color: #2E6AB1;
}
.forum_pagebar_message .inactive
{
	 color: #ccc;
   text-decoration: none;
}
.forum_pagebar_message IMG {
	vertical-align: middle;
}
/*Pagebar end*/

.file_is_uploaded{
	background: #F5F5F5 url(../images/partners_bg-hover.png) repeat-x scroll 0 0;
	border: 1px solid #E2E2E2;
	padding: 5px;
	margin-top: 10px;
	}



