/*styling the comment form*/
#joomlacommentsearch FIELDSET, #joomlacommentform FIELDSET
{
	margin: 0 0 0.5em;
	padding: 0.5em;
	border: 1px solid #CCCCCC;
	background: #F8F8F8;
}
#comment FORM#joomlacommentform FIELDSET FIELDSET DIV A
{
	background: none;
}
#joomlacommentform
{
	text-align: left;
}
#joomlacommentform LEGEND
{
	font-weight: bold;
}
#joomlacommentform FIELDSET FIELDSET LEGEND
{
	font-weight: bold;
	color: #646464;
	font-size: 1.1em;
	font-family: "Courier New";
}
#joomlacommentform FIELDSET LEGEND#CommentFormTitle
{
	font-size: 1.2em;
}
#joomlacommentform LABEL
{
	float: left;
	width: 7em;
	color: #000;
	margin: 0;
	font-family: "Courier New";
}
#joomlacommentform INPUT
{
	width: 300px;
	border: 1px solid #CCCCCC;
}
#joomlacommentform INPUT#temail
{
	width: 198px;
}
#joomlacommentform INPUT#ttile
{
	width: 328px;
}
#joomlacommentform INPUT#security_try
{
	float: left;
	width: 100px;
	margin-top: 3px;
}
#joomlacommentform TEXTAREA
{
	width: 400px;
	height: 200px;
	border: 1px solid #CCCCCC;
}
#joomlacommentform INPUT.button, #joomlacommentform INPUT.button:hover, #joomlacommentform INPUT.button:focus
{
	width: 50px;
}
DIV#captcha
{
	float: right;
}
DIV#security
{
	width: 220px;
}
#joomlacommentform INPUT:focus, #joomlacommentform TEXTAREA:focus
{
	background: #FFFFCC;
	border: 1px dotted #FFC45F;
}
#joomlacommentform DIV
{
	margin: 2px;
}
#emoticons
{
	padding-left: 8em;
}
.emoticon
{
	padding: 2px 1px;
}
/*Voting section*/
#comment UL.voting
{
	list-style: none;
	padding: 0;
	margin: 0px;
}
#comment UL.voting LI
{
	float: right;
	margin: 5px;
	padding: 0px;
	background: none;
}
#comment UL.voting A
{
	display: block;
}
#comment A.voting_yes:link, #comment A.voting_yes:visited
{
	color: #3C922F;
	font-weight: normal;
	background: #EEF9EB url(../images/voting_yes.png) no-repeat;
	border: 1px outset #3C922F;
	padding: 2px 4px 2px 20px;
	white-space: nowrap;
	float: left;
	line-height: 10px;
	text-decoration: none;
}
#comment A.voting_yes:hover
{
	color: #3C922F;
	font-weight: normal;
	background: #FFFFFF url(../images/voting_yes.png) no-repeat;
	border: 1px outset #3C922F;
	padding: 2px 4px 2px 20px;
	white-space: nowrap;
	float: left;
	line-height: 10px;
	text-decoration: none;
}
#comment A.voting_no:link, #comment A.voting_no:visited
{
	color: #AE3738;
	font-weight: normal;
	background: #F9EBEB url(../images/voting_no.png) no-repeat;
	border: 1px outset #AE3738;
	padding: 2px 4px 2px 20px;
	white-space: nowrap;
	float: left;
	line-height: 10px;
	text-decoration: none;
}
#comment A.voting_no:hover
{
	color: #AE3738;
	font-weight: normal;
	background: #FFFFFF url(../images/voting_no.png) no-repeat;
	border: 1px outset #AE3738;
	padding: 2px 4px 2px 20px;
	white-space: nowrap;
	float: left;
	line-height: 10px;
	text-decoration: none;
}
/*Menu*/
DIV#comment UL
{
	list-style-type: none;
	margin: 0;
	padding: 0;
}
.josc_clear
{
	clear: both;
}
/*comment boxes*/
#comment #Comments UL
{
	list-style-type: none;
	list-style-position: outside;
	margin: 0px;
	padding: 0px;
}
#comment #SearchResults UL LI.post, #Comments UL LI.post
{
	border: 1px solid #888888;
	margin: 5px 0px 15px;
	padding: 0px;
	background: #FFF;
	width: 100%;
}
#comment #SearchResults .postinfo, #Comments .postinfo
{
	float: right;
}
#Comments UL LI.post DIV.postfooter
{
	background-image: url(../images/dot.gif);
	background-repeat: repeat-x;
	padding: 2px 5px;
	clear: both;
	color: #000000;
}
#Comments UL LI.post DIV.postfooter SPAN A
{
	color: #135CAE;
	text-decoration: none;
	padding-right: 5px;
	margin-right: 5px;
	border-right: 1px solid #CCC;
}
#Comments UL LI.post DIV.postfooter SPAN A:hover, #Comments UL LI.post DIV.postfooter SPAN A:focus
{
	color: #0B3768;
	background: none;
	text-decoration: underline;
}
#comment #SearchResults UL LI.post DIV.posthead, #Comments UL LI.post DIV.posthead
{
	padding-bottom: 2px;
	/*[disabled]color:#FFFFFF;*/
	vertical-align: middle;
	background-color: #F1F1F1;
}
#comment #SearchResults UL LI.post DIV.postcontent, #Comments UL LI.post DIV.postcontent
{
	color: #505367;
	background-image: url(../images/comment_bg.png);
	padding: 5px;
	background-repeat: repeat-x;
}
#comment .comment_content
{
	overflow: auto;
	margin-bottom: 5px;
	text-align: justify;
}
#comment #SearchResults UL LI.post SPAN.comment_by
{
	padding-left: 5px;
}
#Comments UL LI.post DIV SPAN.username
{
	background: url(../images/user.png);
	background-repeat: no-repeat;
	padding-left: 22px;
	margin-left: 6px;
	padding-top: 1px;
	padding-bottom: 4px;
}
#Comments UL LI.post DIV SPAN.username A
{
	padding-top: 1px;
	color: #FFFFFF;
}
#Comments UL LI.post DIV.posthead SPAN.postinfo .postnotify0
{
	background-image: url(../images/mailred.png);
	background-repeat: no-repeat;
	padding-left: 20px;
	padding-right: 5px;
	padding-top: 0px;
}
#Comments UL LI.post DIV.posthead SPAN.postinfo .postnotify1
{
	background-image: url(../images/mailgreen.png);
	background-repeat: no-repeat;
	padding-left: 20px;
	padding-right: 5px;
	padding-top: 0px;
}
#Comments .postdate
{
	color: #7E7E7E;
	font-size: 0.9em;
	font-weight: normal;
	height: 20px;
	padding: 0 5px 5px;
	vertical-align: top;
}
/*Navigation*/
#comment #joscPageNav
{
	text-align: center;
	padding: 2px;
}
#comment #joscPageNav #joscPageNavNoLink, #comment #joscPageNav #joscPageNavLink
{
	text-align: center;
}
#comment #joscPageNav A
{
	color: #135CAE;
	text-decoration: none;
}
#comment #joscPageNav A:hover, #comment #joscPageNav A:focus
{
	color: #0B3768;
	background: none;
	text-decoration: underline;
}
#JOSC_busypage
{
	float: left;
}
/*quote*/
#comment .quote
{
	text-align: center;
	margin-bottom: 8px;
	margin-left: 8px;
	margin-right: 8px;
}
#comment .genmed
{
	color: #505367;
	text-align: left;
	padding-left: 8px;
	padding-bottom: 1px;
}
#comment .quotebody
{
	color: #505367;
	border: 1px solid #CCCCCC;
	background: #FFFFFF;
	text-align: justify;
	padding: 8px;
}
#comment .code .genmed
{
	padding-left: 29px;
}
#comment .josc_ads
{
	text-align: center;
}
/*comment avatar*/
#comment .comment_avatar
{
	float: left;
	padding: 0px 5px 5px 0px;
}
.comment_preview_container
{
	border: 1px solid #677791;
	margin: 8px;
}
.comment_preview
{
	padding: 4px;
	text-align: left;
	border: 1px solid #CCCCCC;
	font-size: 0.9em;
	background-color: #F5F5F5;
	cursor: pointer;
}
#comment .hide
{
	color: #AAAAAA;
	display: inline;
}
#comment .postemoticon
{
	vertical-align: -25%;
	padding: 0;
	margin: 0;
}
#comment #joomlacommentform IMG
{
	padding: 0;
	margin: 0;
	border: none;
}
#comment .postusertype
{
	padding: 2px 2px 0;
	color: #7E7E7E;
}
#comment DIV#CommentMenu
{
	margin: 25px 0px 0px;
	padding: 20px 5px 20px 10px;
	overflow: auto;
	background-color: #E7E7E7;
	font-size: 1.2em;
	border-top: 1px solid #878787;
	border-bottom: 2px solid #878787;
}
#comment DIV.josc_buttons
{
	float: right;
}
#comment DIV#comments_info
{
	float: left;
	padding-left: 5px;
	padding-top: 4px;
}
#comment DIV.josc_buttons UL LI
{
	display: block;
	float: left;
	border-left: 1px solid #376FFD;
	border-right: none;
	border-bottom: none;
	border-top: none;
	background-image: none;
	cursor: pointer;
	margin: 0;
	padding: 0;
}
#comment DIV.josc_buttons UL LI A
{
	text-decoration: none;
	padding: 5px;
}
#comment DIV.josc_buttons UL LI A:hover
{
	background: #C4C4C4;
}
/*website*/
#comment A.postwebsite:link, #comment A.postwebsite:visited, #comment A.postwebsite:hover
{
	background: transparent url(../images/html.png) no-repeat scroll 0 0;
	padding: 0 0 0 17px;
	font-weight: normal;
	white-space: nowrap;
}

