/* STYLESHEET SECTIONS
   CSS Flags marked with [=]
	 
	 FEATURES STYLES
	 SITEMAP STYLES
	 
	 ....................................... */

/* =FEATURES STYLES
   ....................................... */
   
   
/* =QUICK POLLS STYLES -----------------------
------------------------------------------------------*/

div.quickPoll {
    float:left;
    padding:0 20px 0 0;
    width:230px;
}

div.quickPoll h3 {
    color: #333;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 100%;
    line-height: inherit;
    margin: 0.6em 0;
}

ul.answers,
ul.results {
    list-style: none;
    margin: 0.6em 0 0;
}
ul.answers li,
ul.results li {
    padding-bottom: 5px;
}
ul.answers input {
    margin-right: 3px;
}
div.resultBar {
    background: transparent url(../fw/bar-bg.jpg) repeat-x scroll left top;
    height: 11px;
    -moz-border-radius-topright: 3px;
    -webkit-border-top-right-radius: 3px;
    -moz-border-radius-bottomright: 3px;
    -webkit-border-bottom-right-radius: 3px;
}
span.resultQuestion {
    font-weight: bold;
}
span.resultPercent {
    color: #555;
    font-size: 11px;
}
span.resultNumber {
    color: #555;
}

table.answers {
}

ul.answers input {
}

ul.answers label {
}

.viewall {
}


/* =SITEMAP STYLES
   ....................................... */
   
   
ul.siteMapBox {
	margin: 0;
	padding: 20px;
}
ul.siteMapBox ul {
	margin: 0;
	padding: 5px 0;
}
ul.siteMapBox li {
	margin: 0;
	padding: 0 0 10px 0;
	font-weight: bold;
	font-size: 125%; /* 15px */
	list-style: none;
}
ul.siteMapBox li ul li {
	margin: 0;
	padding: 2px 0 2px 15px;
	font-weight: normal;
	font-size: 80%; /* 12px */
	list-style: none;
}/* Resetting font-size in sublists - based on inherited 15px initial size. */
ul.siteMapBox li ul li ul li {
	list-style: disc;
	font-size: 100%; /* 12px */
	list-style: none;
}/* Resetting font-size in sublists - based on inherited 12px initial size. */

