/**
 * @package Component jVoteSystem for Joomla! 1.5
 * @projectsite www.joomess.de/projekte/18
 * @author Johannes Meßmer
 * @copyright (C) 2010- Johannes Meßmer
 * @license GNU/GPLv3 http://www.gnu.org/licenses/gpl-3.0.html
**/

/*Tabelle in AntwortBox*/
#jvotesystem .answer {
	width: 100%;
	height: auto;
	border: 0;
	margin: 0;
    padding: 0;
	font-family: tahoma, Helvetica,Arial,sans-serif;
	line-height: 1.3em;
}
/*TOPBOX*/
#jvotesystem div.topbox {
	background:  none repeat scroll 0 0 #F5F5F5;
    border: 1px solid #8BD183;
    margin-bottom: 0.5em;
    padding: 15px;
	line-height: 1.3em;
	
}
#jvotesystem div.topbox h3.title {
	font-size: 13pt;
	color: #1F6A17;
	margin: 0;
    padding: 0;
	font-family: tahoma, "lucida grande","Segoe UI",arial,verdana,"lucida sans unicode",tahoma,sans-serif;
	font-weight: normal;
	padding-bottom:10px
}
#jvotesystem div.topbox p.question {
	font-size: 12pt;
	color: #1F75CC;
    text-decoration: none;
	margin: 0;
    padding: 0;
	font-family: tahoma, "lucida grande","Segoe UI",arial,verdana,"lucida sans unicode",tahoma,sans-serif;
	font-weight: normal;
}
#jvotesystem div.topbox img.loading {
	float: right;
	height: 50px;
	width: 50px;
	padding: 0;
	margin: -10px -10px 0 0;
	display: none;
}
/*Navi*/
#jvotesystem p.navi {
	margin: 0;
    padding: 0;
    text-align: right;
	line-height: 1.3em;
}
/*ENDBOX*/
#jvotesystem div.endbox {
	background: none repeat scroll 0 0 #F7E1E2;
    border: 1px solid #e1888a;
    margin-bottom: 0.5em;
    padding: 10px;
	line-height: 1.3em;
}
#jvotesystem div.endbox div.left {
	font-size: 13pt;
	color: #b53d40;
	margin: 0;
    padding: 0;
	font-family: tahoma, "lucida grande","Segoe UI",arial,verdana,"lucida sans unicode",tahoma,sans-serif;
	font-weight: normal;
}
#jvotesystem div.endbox a.link {
	color: #C73F48;
    float: right;
    font-weight: bold;
    text-decoration: none;
}
#jvotesystem div.endbox div.left span.count{
	font-weight: bold;
}
/*TR-Tabelle in AntwortBox für Votes*/
#jvotesystem td.answervote {
	margin: 0;
	padding: 2px;
	position: relative;
    width: 76px;
	height: 72px;
	display:block
}
#jvotesystem td.answervote a.link{
	cursor: pointer;
    outline: medium none;
	color: #135CAE;
}
#jvotesystem td.answervote a.link:hover{
	color: #134782;
}
#jvotesystem td.answervote div.count, #jvotesystem  td.answervote div.vote, #jvotesystem  td.answervote div.vote_grey{
	background: none repeat scroll 0 0 #F6FCF6;
    border: 1px solid #AACCEE;
    margin: 0;
    padding: 0;
}
#jvotesystem td.answervote div.vote_grey{
	background: none repeat scroll 0 0 #DDE2DD;
    border: 1px solid #B6BAB6;
}
#jvotesystem td.answervote div.count {
	margin-bottom: 3px;
}
#jvotesystem td.answervote div.vote, #jvotesystem td.answervote div.vote_grey {
	padding: 2px;
	text-align: center;
}
#jvotesystem td.answervote a.link {
	color: #135CAE;
}
#jvotesystem td.answervote a.link:hover div.vote {
	border: 1px solid #388DDD;
}
#jvotesystem td.answervote a.link:active div.vote {
	background: none repeat scroll 0 0 #388DDD;
	color: #FFFFFF;
}
#jvotesystem td.answervote div.vote span.text, #jvotesystem td.answervote div.vote_grey span.text{
	font-size: 11px;
	text-align: center;
	vertical-align: middle;
}
#jvotesystem td.answervote div.vote_grey span.text{
	color: #5E605E;
}
#jvotesystem td.answervote div.vote img.icon, #jvotesystem td.answervote div.vote_grey img.icon{
	margin: -1px 4px 0 0;
    vertical-align: middle;
	height: 16px;
	width: 16px;
	border: medium none;
	background-image: url("/components/com_jvotesystem/assets/images/vote.png");
    background-repeat: no-repeat;
}
#jvotesystem td.answervote div.vote_grey img.icon{
	background-image: url("/components/com_jvotesystem/assets/images/vote_grey.png");
}
#jvotesystem span.votecount {
	font-size: 18px;
	color: #1F75CC;
    display: block;
	text-align: center;
    font-weight: bold;
    margin-top: 10px;
}
#jvotesystem p.votecounttext {
	color: #444444;
    font-family: tahoma, "lucida grande","Segoe UI",arial,verdana,"lucida sans unicode",tahoma,sans-serif;
    font-size: 8pt;
    font-weight: normal;
	text-align: center;
	margin: 0;
}
/*Div in AntwortBox für Text*/
#jvotesystem div.answerbox {
	margin-top: 3px;
    padding: 0;
	width: 100%;
}
#jvotesystem div.answerbox div.text {
	color: #2c343d;
	margin: 0;
	padding: 7px;
	padding-right:15px;
	width: 100%;
	background: none repeat scroll 0 0 #F6FCF6;
    border: 1px solid #AACCEE;
	min-height: 25px;
	font-size: 14px;
}
#jvotesystem div.answerbox p.autor {
	color: #888888;
    float: right;
    font-size: 11px;
    margin-bottom: -5px;
    margin-top: 4px;
}
/*ICONS*/
#jvotesystem div.answerbox div.text div.icons{
	float: right;
	margin: -5px 6px 0;
	padding: 0;
}
#jvotesystem div.answerbox div.text div.icons img.icon{
	float: right;
	padding: 0;
	margin: 1px;
	border: 0;
}
/*NewAnswer*/
#jvotesystem div.answerbox .newanswer {
	margin: 0;	
	width: 100%;
}
#jvotesystem div.answerbox .newanswer .box{
	color: #2c343d;
	min-height: 25px;
	font-size: 14px;
	padding-top:13px;
	width: 100%;
	padding: 7px;
	padding-top:13px;
	font-family: tahoma, Helvetica,Arial,sans-serif;
	background: none repeat scroll 0 0 #F6FCF6;
    border: 1px solid #AACCEE;
	min-height:25px;
	overflow: auto;
	
}
#jvotesystem div.answerbox .newanswer .button{
	float: right;
	width: auto;
	margin: 0 4px;
	text-align: center;
}
/*bubble*/

/*ALERTBOX*/
#jvotesystem div.alert_Error, #jvotesystem div.alert_Success, #jvotesystem div.alert_Question {
	display: none;
    padding: 15px 20px 5px;
    position: fixed;
    top: 1px;
    left: 50%; 
    top: 45%;
	width: 450px;
	margin-left: -225px;
	padding-bottom: 5px;
	z-index: 100;
	line-height: 1.3em;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
#jvotesystem div.alert_Error h2.title, #jvotesystem div.alert_Success h2.title, #jvotesystem div.alert_Question h2.title {
	font-size: 13pt;
	margin: 0;
    padding: 0;
	font-family: tahoma, "lucida grande","Segoe UI",arial,verdana,"lucida sans unicode",tahoma,sans-serif;
	font-weight: bold;
}
#jvotesystem div.alert_Error p.msg, #jvotesystem div.alert_Success p.msg, #jvotesystem div.alert_Question p.msg {
	font-size: 11pt;
	padding: 2px;
	margin: 0;
	font-family: tahoma, "lucida grande","Segoe UI",arial,verdana,"lucida sans unicode",tahoma,sans-serif;
	color: #333333;
}
#jvotesystem div.alert_Error .button, #jvotesystem div.alert_Success .button, #jvotesystem div.alert_Question .button {
	width: auto;
	margin: 0 4px;
	float: right;
}
/*ERROR*/
#jvotesystem div.alert_Error {
	background: none repeat scroll 0 0 #F7E1E2;
    border: 2px solid #e1888a;
}
#jvotesystem div.alert_Error h2.title {
	color: #b53d40;
}
/*SUCCESS*/
#jvotesystem div.alert_Success {
	background: none repeat scroll 0 0 #A7EEA6;
	border: 2px solid #8AD366;
}
#jvotesystem div.alert_Success h2.title {
	color: #2F6214;
}
/*QUESTION*/
#jvotesystem div.alert_Question {
	background: none repeat scroll 0 0 #E1AA8E;
	border: 2px solid #E25D1B;
}
#jvotesystem div.alert_Question h2.title {
	color: #E9441F;
}
/*FOOTER*/
p.jVoteSystemFooter {
	font-size: 11pt;
    text-align: center;
	font-style: italic;
}
p.jVoteSystemFooter a.copylink{
	text-decoration: underline
}