/**
 * News styles.
 *
 * @author Jan Novacek <novacek@jezeksw.cz>
 * @copyright 2005-2006 jezeksw
 * @version 0.1
 */

/**
 * Headings
 */
.opinionPoll h2 {
	margin-bottom: 15px;
}
.opinionPoll h3 {
	margin-bottom: 6px; margin-top: 6px;
	font-size: 1.1em; font-weight: bold; color: #C2263F; line-height: 1.4em;
}
.opinionPoll h3.notActive {
	color: #555;
}

.opinionPoll .item {
	margin-bottom: 2px; padding-bottom: 4px;
	background: transparent url(../gfx/newsDivLine.png) 0 100% repeat-x;
}
.opinionPoll .lastItem {
	margin-bottom: 10px;
}

/**
 * Paragraphs
 */
.opinionPoll p {
	margin-bottom: 4px;
	font-size: 1.1em; line-height: 1.4em;
}
.opinionPoll p.lowIndent {
	margin-bottom: 5px;
}
.opinionPoll p.color-1 {
  color: #004282;
}
.opinionPoll p.color-1 a{
  color: #004282;
}
.opinionPoll p.color-2 {
  color: #c4151c;
}
.opinionPoll p.color-2 a{
  color: #c4151c;
}
.opinionPoll p.color-3 {
  color: #0c8200;
}
.opinionPoll p.color-3 a{
  color: #0c8200;
}
.opinionPoll p.color-4 {
  color: #e15a00;
}
.opinionPoll p.color-4 a{
  color: #e15a00;
}


/**
 * Links
 */
.opinionPoll a {
	text-decoration: none; 
}
.opinionPoll a:hover {
	text-decoration: none;	
}

