/*styling the comment form */

/* EXPLORER no entiende los estilos anidados del tipo #comment div.quote { ... } */

#comment div {
	width: 445px;
}
#commentIE div {
	width: 445px;
	float: left;
}

#joomlacommentsearch fieldset,
#joomlacommentform fieldset {
    margin: 20px 0 20px 0;
    padding: 0.5em;
    border: solid 1px #000000;
}

#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: #999999;
    font-size: 1em;
}
#joomlacommentform fieldset legend#CommentFormTitle {
    color: #000000;
    font-size: 1.2em;
}
#joomlacommentform fieldset legend#SectionForm {
    color: #000000;
    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;
}
#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 #FFC45F dotted;
}

#joomlacommentform div {
	width: 410px;
    margin: 2px;
}

#emoticons {
}
.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 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;
}

li.post {
    margin: 5px 0px;
    padding: 0px;
    background: #FFF;
}

div.post {
	border-style:solid;
	border-width: 1px;
}

#comment #SearchResults .postinfo,
#Comments .postinfo {
    float: right;
}
#Comments ul li.post div.postfooter {
	width: 443px;
    background-image: url(../images/dot.gif);
    background-repeat: repeat-x;
    padding-top: 2px;
    padding-bottom: 2px;
    clear:both;
    color: #000000;
}
#Comments ul li.post div.postfooter span a {
    color: #000000;
    text-decoration: none;
}
#Comments ul li.post div.postfooter span a:hover,
#Comments ul li.post div.postfooter span a:focus {
    color: #666666;
    background: none;
    text-decoration: underline;
}
div.adminButtons {
	padding-top: 3px;
	padding-bottom: 3px;
}
#comment #SearchResults ul li.post div.posthead,
#Comments ul li.post div.posthead {
	width:443px;
    padding-bottom: 2px;
    color: #FFFFFF;
    background-color: #E00A16;
    vertical-align: middle;
}
#comment #SearchResults ul li.post div.postcontent,
#Comments ul li.post div.postcontent {
    color: #000000;
}
div.comment_content {
    padding: 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_ekin.png);
    background-repeat: no-repeat;
    background-position: 2px 2px;
    padding-left: 21px;
}
#Comments ul li.post span.username a {
    padding-top: 1px;
    color: #FFFFFF;
}
#Comments ul li.post div.posthead span.postinfo .postnotify0 {
    background-image:url(../images/mailred.jpg);
    background-position: 2px 2px;
    background-repeat:no-repeat;
    padding-left:16px;
    padding-right: 5px;
}
#Comments ul li.post div.posthead span.postinfo .postnotify1 {
    background-image: url(../images/mailgreen.jpg);
    background-position: 2px 2px;
    background-repeat:no-repeat;
    padding-left:16px;
    padding-right: 5px;
}
#Comments .postdate {
    color:#FFFFFF;
    font-weight:normal;
    height:20px;
    padding: 0 5px 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;
}


/* estilos metido en comment.class.php para Explorer */
#comment .quotebody  {
	width: 300px;
	color: #505367;
	border: 1px #CCCCCC solid;
	background: white;
	text-align: justify;
	padding: 8px;
	margin-bottom: -10px;
}
#comment .genmed {
	width: 100px;
	color: #505367;
	text-align: left;
	padding-left: 8px;
	padding-bottom: 1px;
}
/* como la capa principal lleva un id, no prioriza los valores si hacemos div.quotebody, etc. */

#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;
}

#comment .postusertype {
    padding: 2px 2px 0 2px;
}
div#CommentCabecera {
	height: 15px;
    margin-top: 20px;
    padding-top: 5px;
    padding-bottom: 5px;
    background-color: #E00A16;
    color: #FFFFFF;
    font-weight: bold;
}

div#comments_info {
	width: 440px;
    padding-left: 5px;
}
span#comments_title {
	float: left;
}

span#admin_buttons {
    float: right;
}

span#admin_buttons a {
    color: #FFFFFF;
}

