/*styling the comment form */
#joomlacommentsearch fieldset,
#joomlacommentform fieldset {
   /* margin: 0 0 0.5em 0;
    padding: 0.5em;*/
	border:none;
   /* border: solid 1px #CCCCCC;
    background: #f8f8f8;*/
}

#comment form#joomlacommentform fieldset fieldset div a {
    background: none;
}

#joomlacommentform {
    text-align: left;
}
#joomlacommentform div#comment_title{
	background-color:#356aa0;
	line-height:24px;
	margin:0px;
	width:700px;
	float:left;
}

div#form_container{
	width:700px;
	float:left;
}

div#comment_title span.CommentFormTitle{
	color:#FFFFFF;
	padding:0px 5px;
	float:left;
}
#joomlacommentform legend {
    font-weight: bold;
}
#joomlacommentform fieldset fieldset legend {
    font-weight: bold;
    color: #999999;
    font-size: 1em;
}
#joomlacommentform fieldset legend#CommentFormTitle {
    color: #000000;
   /* background: #F8F8F8;*/
    font-size: 1.2em;
}
#joomlacommentform label {
    float: left;
    width: 8em;
    font-weight:bold;
    color: #000;
    margin: 0;
}

#joomlacommentform input {
    width: 300px;
    border: 1px solid #CCCCCC;
	margin-right:5px;
}
#joomlacommentform input#temail {
    /*width: 198px;*/
}
#joomlacommentform input#ttile {
    /*width: 328px;*/
}
#joomlacommentform input#security_try {
    float: left;
    width: 100px;
    margin-top: 6px;
}
#joomlacommentform textarea {
    width: 400px;
    height: 130px;
    border: 1px solid #CCCCCC;
}

#joomlacommentform input.button,
#joomlacommentform input.button:hover,
#joomlacommentform input.button:focus {
    width: 50px;
}

#joomlacommentsearch{
	width:100%;
	height:auto;
	/*border:1px solid #999999;*/
}

#joomlacommentsearch #comment_search_form_title{
	background-color:#356AA0;
	line-height:20px;
	margin-bottom:5px;
	padding-left:5px;
	color:#FFFFFF;
	font-weight:bold;
}

#joomlacommentsearch input#comment_search_button{
	background:url(../images/search.gif) top left no-repeat;
	width:52px;
	height:21px;
	border:none;
	cursor:pointer;
}

#joomlacommentform input#send_button{
	background:url(../images/send.gif) top left no-repeat;
	width:52px;
	height:21px;
	border:none;
	cursor:pointer;
	margin-right:5px;
	margin-top:6px;
	*margin-top:0px;
}

#joomlacommentform input.reset_button{
	background:url(../images/reload.gif) center left no-repeat;
	width:22px;
	height:25px;
	border:none;
	cursor:pointer;
	float:left;
	margin-right:10px;
	margin-top:4px;
}

div#captcha {
    float:left;
	padding-right:10px;
}
div#security {
    width: 400px;
	padding-left:94px;
}

#joomlacommentform input:focus,
#joomlacommentform textarea:focus {
   /* background: #FFFFCC;
    border: 1px #FFC45F dotted;*/
}

#joomlacommentform div {
    margin: 5px 0px;
}

#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: 0px;
    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: url(../images/voting_yes.png) #EEF9EB 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: url(../images/voting_yes.png) #FFFFFF 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: url(../images/voting_no.png) #F9EBEB 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: url(../images/voting_no.png) #FFFFFF 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;
	display:none;
}

/* comment boxes */
#comment #Comments{
	height:auto;
	width:100%;
}


#comment #Comments ul {
    list-style-type: none;
    list-style-position: outside;
    margin: 0px;
    padding: 0px;
}

#Comments div.post {
    /*border: 1px solid #677791;*/
	width:100%;
	height:auto;
    margin: 5px 0px;
    padding: 0px;
    background:url(../images/comments_bottom.gif) bottom left no-repeat;
}

span.togglerimage{
	background:url(../images/square.gif) top right no-repeat;
	width:12px;
	height:12px;	
	padding-left:10px;
}

span.togglerimage.open{
	background:url(../images/dash.gif) top right no-repeat;
	width:12px;
	height:12px;	
}

/*div#comment_title span.togglerimage{
	background:url(../images/square.gif) right center no-repeat;
	width:12px;
	height:12px;	
	float:right;
	padding-left:0px;
}

div#comment_title span.togglerimage.open{
	background:url(../images/dash.gif) right center no-repeat;
	width:12px;
	height:12px;
	float:right;
}*/

#comment #SearchResults .postinfo,
#Comments .postinfo {
   
}

#Comments div.postfooter {
    padding: 0px 0px 5px;
	text-align:right;
    clear:both;
    color: #e6571d;
	width:700px;
}
#Comments div.postfooter span a {
    color: #e6571d;
    text-decoration: none;
}
#Comments div.postfooter span a:hover,
#Comments div.postfooter span a:focus {
    color: #0B3768;
}

#Comments div.post div.posthead {
    padding-bottom: 5px;
    /*color: #FFFFFF;
    background: transparent url(../images/head.png) repeat scroll 0 0;*/
	vertical-align: middle;
	float:left;
	width:700px;
}

#comment #SearchResults div.post{
    /*border: 1px solid #677791;*/
    margin: 5px 0px;
    padding: 0px;
}

#SearchResults{
	/*border-bottom:1px solid #DCDCDC;*/
	margin-bottom:20px;
}

#comment #SearchResults div.post div.posthead{
    /*padding-bottom: 5px;*/
    /*color: #FFFFFF;
    background: transparent url(../images/head.png) repeat scroll 0 0;*/
	vertical-align: middle;
	background-color:#d1e9f4;
	padding:0px 10px;
	line-height:20px;
}

#comment #SearchResults div.post div.postcontent{
	color: #505367;
    padding: 5px;
	background-color:#edf8fe;
	border-bottom:5px solid #FFFFFF;
	border-top:1px solid #FFFFFF;
}

#Comments div.post div.postcontent {
    color: #505367;
    /*background: transparent url(../images/body2.gif) repeat-x scroll 0 0;*/
    background:url(../images/comment_top.gif) top left no-repeat;
	padding: 5px;
	float:left;
}
#comment .comment_content {
    overflow: auto;
    margin-bottom: 5px;
    text-align: justify;
	float:left;
	width:700px;
}
#comment #SearchResults div.post span.comment_by {
	/*color:#FF7200;*/
}
#Comments div.post div span.username {
    background:url(../images/comment_user_icon.gif);
    background-repeat: no-repeat;
    background-position: 0px 0px;
    padding-left: 21px;
	color:#0a4f93;
	font-size:12px;
	font-weight:bold;
	float:left;
}

#Comments div.post div span.username a {
    padding-top: 1px;
    color: #FFFFFF;
}
#Comments div.post div.posthead span.postinfo .postnotify0 {
    background-image:url(../images/comment_date_icon.gif);
    background-position: 2px 0px;
    background-repeat:no-repeat;
    padding-left:16px;
    padding-right: 5px;
}
#Comments div.post div.posthead span.postinfo .postnotify1 {
    background-image:url(../images/comment_date_icon.gif);
    background-position: 2px 0px;
    background-repeat:no-repeat;
    padding-left:16px;
    padding-right: 5px;
}
#Comments .postdate {
   /* color:#FFFFFF;*/
    font-size:0.9em;
    font-weight:normal;
    height:20px;
    padding: 0 5px 5px 0px;
    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 #CCCCCC solid;
	background: white;
	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 #677791 solid;
	margin: 8px;
}
.comment_preview {
	padding: 4px;
	text-align: left;
	border: 1px #CCCCCC solid;
	font-size: 0.9em;
	background-color: #F5F5F5;
	cursor: pointer;
}

#comment .hide {
    color: #AAAAAA;
    display: inline;
}

#comment .postemoticon {
    vertical-align: -50%;
    padding: 0;
    margin: 0;
}

#comment #joomlacommentform img {
    padding: 0;
    margin: 0;
    border: none;
	margin-bottom:-5px;
}

#comment .postusertype {
    padding: 2px 2px 0 2px;
}
#comment div#CommentMenu {
	width:700px;
    margin: 0px;
    padding: 0px;
   /* background: url(../images/head.png);*/
   /*	background-color:#356aa0;
    border: 1px solid #677791;*/
    overflow:hidden;
    line-height: 18px;
   /* color: #FFFFFF;*/
    font-weight: bold;
}

#comment div.josc_buttons {
    float: right;
}
#comment div#comments_info {
    float: left;
	margin-bottom:10px;
    /*padding-left: 5px;*/
}

#comment div.josc_buttons ul li {
    display: block;
    float:left;
  /*  border-left: 1px solid #135CAE;*/
    border-right: none;
    border-bottom: none;
    border-top: none;
    cursor: pointer;
    margin: 0;
    padding: 0;
	background:none;
}

#comment div.josc_buttons ul li a {
    text-decoration: none;
    padding: 2px 5px;
    color: #FF7200;
    font-weight:normal;
}

#comment div.josc_buttons ul li a:hover {
    color: #0B3768;
}

img#JOSC_busyImage, img#JOSC_busypageImage{
	display:none;
}

