/*
 
Copyright (c) Enigma Interactive 2006

SOM2
Project:		VICCORP
Filename:		layout_home.css
Description:	Layout of the home page
     
History
ver date  		who     	comment
-----------------------------------------------------------------------------
10	14jul06		MS			Added some styling for vacancies
9	08jun06		MS			Fixing some issues in Netscape
8	21Apr06		MS			Making some minor changes
7	05Apr06		MS			Adding a new class for events
6	03Apr06		MS			Making some minor changes
5	24Mar06		MS			removed a nasty float which caused some display issues
4	23Mar06		MS			making change so the site works OK in firefly
3	23Mar06		MS			making some minor changes so media images displays properly
2	22Mar06		MS			adding new classes
1	23Feb06		MS			Created

*/
#siteMain {
	background-color: #ffffff;
}

#siteContent {
	width: 537px;
}

#mainPanel {
}

#teHTML {
}

#teHTMLInner {
}

#coForm {
}

.ArticleItem {
	padding-bottom: 10px;
}

.ArticleHeader {
	font-weight: bold;
}

.articleSummary {
	padding-top: 10px;
}

.ArticleTitle {
	font-weight: bold;
}

#EventsWrapper {
}

#DirectoryWrapper {
}

#DirectoryWrapper .formHide{
	display: none;
}

#DirectoryWrapper #DirectorySearch {
	position: relative;
}

#DirectoryWrapper #DirectorySearch .formItem {
	position: relative;
	overflow: hidden;
	padding: 5px;
	margin-bottom: 10px;
	background: url('/res/coDirectory/images/self_referral_form_header.gif');
	background-repeat: no-repeat;
	background-position: top left;
	height: 65px;
	padding-top: 10px;
}

#DirectoryWrapper #DirectorySearch .adminError{
	position: relative;
	overflow: hidden;
	clear: both;
	padding-bottom: 5px;
	font-weight: bold;
}

#DirectoryWrapper #DirectorySearch .formItem .summary{
	position: relative;
	overflow: hidden;
	clear: both;
	padding-bottom: 5px;
}

#DirectoryWrapper #DirectorySearch .formItem .wrapper{
	position: relative;
	overflow: hidden;
	width: 100%;
}

#DirectoryWrapper #DirectorySearch .formItem .wrapper .left{
	position: relative;
	overflow: hidden;
	float: left;
}

#DirectoryWrapper #DirectorySearch .formItem .wrapper .right{
	position: relative;
	overflow: hidden;
	float: right;
}

#DirectoryWrapper #DirectoryService {
	position: relative;
}

#DirectoryWrapper #DirectoryService .DirectoryArea {
	position: relative;
	overflow: hidden;
	padding: 10px;
	background-color: #bcd5ff;
	width: 465px;
	border: 1px solid #6681a3;
	border-bottom: none;
}

#DirectoryWrapper #DirectoryService .DirectoryArea .title {
	position: relative;
	font-weight: bold;
	font-size: 1.4em;
	padding-bottom: 10px;
}

#DirectoryWrapper #DirectoryService .DirectoryArea .description {
	position: relative;
	padding-bottom: 10px;
}

#DirectoryWrapper #DirectoryService .DirectoryArea .left {
	position: relative;
	float: left;
	width: 48%;
}

#DirectoryWrapper #DirectoryService .DirectoryArea .right {
	position: relative;
	float: right;
	width: 48%;
}

#DirectoryWrapper #DirectoryForm {
	position: relative;
	background-color: #bcd5ff;
	border: 1px solid #6681a3;
	border-top: none;
	border-bottom: none;
}

#DirectoryWrapper #DirectoryForm .title {
	position: relative;
	font-weight: bold;
	font-size: 1.4em;
	padding-bottom: 10px;
	text-align: center;
}

#DirectoryWrapper #DirectoryForm .formMessage {
	position: relative;
	padding: 10px;
	text-align: left;
}

#DirectoryWrapper #DirectoryForm .warning {
	position: relative;
	padding-bottom: 10px;           
	font-weight: bold;
	text-align: left;
}

#DirectoryWrapper #DirectoryForm .headline {
	position: relative;
	width: 422px;
	height: 27px;
	overflow: hidden;
	background-color: #000066;
	margin: 0px auto;
}

#DirectoryWrapper #DirectoryForm .headline .left {
	position: relative;
	overflow: hidden;
	width: 16px;
	height: 27px;
	float: left;
}

#DirectoryWrapper #DirectoryForm .headline .title {
	position: relative;
	overflow: hidden;
	height: 27px;
	color: #ffffff;
	font-weight: bold;
	font-size: 1.1em;
	float: left;
	padding-top: 6px;
}

#DirectoryWrapper #DirectoryForm .headline .title a {
	color: #ffffff;
	font-weight: bold;
	text-decoration: none;
}

#DirectoryWrapper #DirectoryForm .headline .right {
	position: relative;
	overflow: hidden;
	width: 24px;
	height: 27px;
	background-image: url('/res/coDirectory/images/self_referral_form_right_ar.gif');
	background-repeat: no-repeat;
	float: right;
}


#DirectoryWrapper #DirectoryForm .DirectoryArea {
	position: relative;
	padding: 10px;
	background-color: #6681a3;
	width: 400px;
	margin: 0px auto;
	color: #ffffff;
	border: 1px solid #000066;
}

#DirectoryWrapper #DirectoryForm .DirectoryArea .formContent {
	position: relative;
	overflow: hidden;
	width: 100%;
}

#DirectoryWrapper #DirectoryForm .DirectoryArea input {
	border: 1px solid #000066;
}

#DirectoryWrapper #DirectoryForm .DirectoryArea textarea {
	border: 1px solid #000066;
}

#DirectoryWrapper #DirectoryForm .DirectoryArea select {
	border: 1px solid #000066;
}

#DirectoryWrapper #DirectoryForm .DirectoryArea .formContent .row {
	position: relative;
	overflow: hidden;
	width: 100%;
	padding-bottom: 5px;
}

#DirectoryWrapper #DirectoryForm .buttons {
	position: relative;
	overflow: hidden;
	width: 422px;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
	text-align: right;
	margin: 0px auto;
}

#DirectoryWrapper #DirectoryForm .DirectoryArea .formContent .row .label{
	position: relative;
	overflow: hidden;
	float: left;
	width: 120px;
	font-weight: bold;
}

#DirectoryWrapper #DirectoryForm .DirectoryArea .formContent .row .field {
	position: relative;
	overflow: hidden;
	float: left;
}

#DirectoryWrapper #DirectoryTowns {
	position: relative;
	padding: 10px;
	background-color: #bcd5ff;
	border: 1px solid #6681a3;
	border-bottom: none;
}


/* coSiteFooter styling */

#footerTop {
	position : relative;
	clear: both;
	padding: 0;
	margin: 0;
	height: 74px;
	background-color: #ffffff;
	background: url('/images/backgrounds/corner2.gif');
	background-repeat: no-repeat;
	background-position: right;
}

#CaseStudies {
	position : relative;
	width: 100%;
}

#CaseStudies .button {
	padding-bottom: 10px;
}

#CaseStudies .title {
	font-weight: bold;
	text-decoration: none;
	color: #000066;
}

#CaseStudies .caseBodyWrap {
	position: relative;
	overflow: hidden;
	width: 100%;
	padding-top: 10px;
	padding-bottom: 10px;
}

#CaseStudies .caseMediaWrap {
	position: relative;
	overflow: hidden;
	width: 100%;
}

#CaseStudies .caseBodyWrap .caseImage {
	float: left;
	padding-right: 5px;
	padding-bottom: 5px;
	clear: left;
}

#CaseStudies .caseBodyWrap .caseText {
	float: left;
}

#CaseStudies .headline {
	position: relative;
	height: 27px;
	overflow: hidden;
	background-color: #000066;
	margin: 0px auto;
}

#CaseStudies .headline .left {
	position: relative;
	overflow: hidden;
	width: 16px;
	height: 27px;
	float: left;
}

#CaseStudies .headline .title {
	position: relative;
	overflow: hidden;
	height: 27px;
	color: #ffffff;
	font-weight: bold;
	font-size: 1.1em;
	float: left;
	padding-top: 6px;
}

#CaseStudies .headline .title a {
	color: #ffffff;
	font-weight: bold;
	text-decoration: none;
}

#CaseStudies .headline .right {
	position: relative;
	overflow: hidden;
	width: 27px;
	height: 27px;
	background-image: url('/images/panels/rightarrow_curve.gif');
	background-repeat: no-repeat;
	float: right;
}

#CaseStudies .content {
	position: relative;
	padding: 5px;
}

.caseStudiesTitleArea {
	position: relative;
	width: 497px;
	padding-bottom: 5px;
	overflow: hidden;
}

.caseStudiesTitleArea .sideImage {
	position: relative;
	overflow: hidden;
	float: left;
	color: #ffffff;
	width: 104px;
	height: 105px;
}

.caseStudiesTitleArea .caseDetails {
	position: relative;
	overflow: hidden;
	float: left;
	width: 393px;
	height: 105px;
	background: url('/res/coArticleCaseStudy/images/case_studies_fade.gif');
}

.caseStudiesTitleArea .caseDetails .innerText {
	position: relative;
	overflow: hidden;
	color: #39434D;
	padding: 5px;
	line-height: 1.8em;
}

#coForm {
	position: relative;
	overflow: hidden;
	margin: 0px auto;
	background: url('/res/coForm/images/coform_fade.gif');
	background-repeat: no-repeat;
	padding: 20px;
	margin-top: 20px;
}

#coForm .formContent {
	position: relative;
	overflow: hidden;
	margin: 0px auto;
	width: 422px;

}

#coForm .buttons {
	position: relative;
	overflow: hidden;
	margin: 0px auto;
	width: 230px;
	text-align: right;

}

#coForm .formContent .row {
	position: relative;
	overflow: hidden;
	width: 100%;
	padding-bottom: 15px;

}

#coForm .formContent .row .label {
	position: relative;
	overflow: hidden;
	float: left;
	width: 100px;
	font-weight: bold;
	padding-bottom: 5px;
}

#coForm .formContent .row .field {
	position: relative;
	overflow: hidden;
	float: left;
}

#coForm .formContent .row .label2 {
	position: relative;
	overflow: hidden;
	font-weight: bold;
	padding-bottom: 5px;
}

#coForm .formContent .row .field2 {
	position: relative;
	overflow: hidden;
}

#coForm .formContent .row .fieldLeft {
	position: relative;
	overflow: hidden;
	float: left;
	width:48%;
}

#volunteerWrapper {
	position: relative;
	overlow: hidden;
	width: 100%;
}

#volunteerWrapper #volunteerPadding {
	padding: 10px;
	background: url('/res/coDirectory/images/become_a_volunteer_fade.gif');
	background-repeat: no-repeat;
}

#volunteerWrapper #volunteerPadding #volunteer{
	padding: 15px;
}

#volunteerWrapper .adminError{
	position: relative;
	overflow: hidden;
	clear: both;
	font-weight: bold;
	padding-bottom: 10px;
}

#NewsWrapper {
}

#NewsWrapper .articleTitleDate {
	color: #000066;
}

#NewsWrapper .articleTitleTitle {
	font-weight: bold;
	text-decoration: none;
	color: #000066;
}

#NewsWrapper .articleBackButton {
	padding-top: 10px;
	padding-bottom: 10px;
}

#NewsWrapper .articleTitleTitle a {
	font-weight: bold;
	text-decoration: none;
}

#NewsWrapper .newsItemTitleRow {
	padding-bottom: 10px;
}

#NewsWrapper .newsItemTitleMore {
	padding-top: 5px;
	padding-bottom: 5px;
}

#NewsWrapper .newsItemBodyRow {
	padding-bottom: 10px;
}

#NewsWrapper .newsItemBody {
	overflow: hidden;
	width: 100%;
}

#NewsWrapper .newsSummary {
	width: 100%;
	padding-bottom: 20px;
}

#NewsWrapper .newsItemBodyRow .image {
	padding-left: 10px;
	padding-bottom: 5px;
	float: right;
}

#NewsWrapper .headline {
	position: relative;
	height: 27px;
	overflow: hidden;
	background-color: #000066;
	margin: 0px auto;
}

#NewsWrapper .headline .left {
	position: relative;
	overflow: hidden;
	width: 16px;
	height: 27px;
	float: left;
}

#NewsWrapper .headline .title {
	position: relative;
	overflow: hidden;
	height: 27px;
	color: #ffffff;
	font-weight: bold;
	font-size: 1.1em;
	float: left;
	padding-top: 6px;
}

#NewsWrapper .headline .title a {
	color: #ffffff;
	font-weight: bold;
	text-decoration: none;
}

#NewsWrapper .headline .right {
	position: relative;
	overflow: hidden;
	width: 27px;
	height: 27px;
	background-image: url('/images/panels/rightarrow_curve.gif');
	background-repeat: no-repeat;
	float: right;
}

#DayInLifeWrapper {
	position: relative;
	overflow: hidden;
	width: 100%;
}

#DayInLifeWrapper .topRow {
	position: relative;
	overflow: hidden;
	width: 100%;
}

#DayInLifeWrapper .topButtons {
	position: relative;
	overflow: hidden;
	padding-bottom: 10px;
}


#DayInLifeWrapper .newsItemBody{
	position: relative;
	overflow: hidden;
	padding-top: 10px;
	padding-bottom: 10px;
	width: 100%;
}


#DayInLifeWrapper .newsItemBodyImages{
	float: right;
	clear: right;
}

#DayInLifeWrapper .topRow .articleTitle {
	position: relative;
	overflow: hidden;
	float: left;
}

#DayInLifeWrapper .topRow .articleTitle .articleTitleTitle {
	font-weight: bold;
	text-decoration: none;
	color: #000066;
	font-size: 1.3em;
}

#DayInLifeWrapper .topRow .articleArchive {
	position: relative;
	overflow: hidden;
	float: right;
	text-align: right;
}

#DayInLifeWrapper .articleBackButton {
	padding-top: 10px;
	padding-bottom: 10px;
}

#DayInLifeWrapper .articleTitle .articleTitleTitle {
	padding-bottom: 10px;
}

#DayInLifeWrapper .articleTitle .articleTitleTitle a {
	font-weight: bold;
	text-decoration: none;
}

#DayInLifeWrapper .articleTitle .articleTitleDate {
	color: #000066;
}

#DayInLifeWrapper .articleTitle .itemTitleRow {
	padding-bottom: 10px;
}

#DayInLifeWrapper .headline {
	position: relative;
	height: 27px;
	overflow: hidden;
	background-color: #000066;
	margin: 0px auto;
}

#DayInLifeWrapper .headline .left {
	position: relative;
	overflow: hidden;
	width: 16px;
	height: 27px;
	float: left;
}

#DayInLifeWrapper .headline .title {
	position: relative;
	overflow: hidden;
	height: 27px;
	color: #ffffff;
	font-weight: bold;
	font-size: 1.1em;
	float: left;
	padding-top: 6px;
}

#DayInLifeWrapper .headline .title a {
	color: #ffffff;
	font-weight: bold;
	text-decoration: none;
}

#DayInLifeWrapper .headline .right {
	position: relative;
	overflow: hidden;
	width: 27px;
	height: 27px;
	background-image: url('/images/panels/rightarrow_curve.gif');
	background-repeat: no-repeat;
	float: right;
}

#coArticleEventFilterWrap {
	position: relative;
	overflow: hidden;
	font-weight: bold;
	font-size: 1.1em;
	background: url('/res/coArticleEvents/images/fade.gif');
	background-repeat: no-repeat;
	padding: 10px;
	display: none;
	width: 537px;
}

#coArticleEventFilterWrap .formTitle {
	position: relative;
	overflow: hidden;
	padding-bottom: 5px;
}

#coArticleEventFilterWrap .formLeft {
	position: relative;
	overflow: hidden;
	float: left;
}

#coArticleEventFilterWrap .formRight {
	position: relative;
	overflow: hidden;
	float: left;
	padding-left: 10px;
}

#EventsWrapper {
}

#EventsWrapper .eventsRow{
	padding-bottom: 10px;
}

#EventsWrapper .articleDate {
	padding-bottom: 5px;
	font-weight: bold;
	font-size: 1.1em;
}

#EventsWrapper .articleTitle {
	position: relative;
	overflow: hidden;
	padding-bottom: 2px;
}

#EventsWrapper .articleTitle a{
	font-weight: bold;
	text-decoration: none;
}

#EventsWrapper .articleTitle .articleTitleDate {
	padding-bottom: 2px;
	color: #000066;
}

#EventsWrapper .articleTitle .articleTitleLocation {
	padding-bottom: 5px;
	color: #000066;
}

#EventsWrapper .articleTitle .articleTitleTitle {
	padding-bottom: 5px;
	color: #000066;
}

#EventsWrapper .articleTitle .articleTitleSummary {
	padding-bottom: 5px;
	float: left;
	width: 100%;
}

#EventsWrapper .newsItemTitleRow {
	padding-bottom: 10px;
	clear: both;
}

#EventsWrapper .details {
	padding-top: 10px;
}

#EventsWrapper .details .eventItem {
	width: 100%;
	padding-bottom: 5px;
	overflow: hidden;
}

#EventsWrapper .details .eventItem .title {
	float: left;
	padding-right: 10px;
	font-weight: bold;
	font-size: 1.2em;
	padding-bottom: 10px;
}

#EventsWrapper .details .eventItem .lefter {
	font-weight: bold;
	color: #000066;
	float: left;
	padding-right: 10px;
}

#EventsWrapper .details .eventItem .righter {
	float: left;
}

#EventsWrapper .headline {
	position: relative;
	height: 27px;
	overflow: hidden;
	background-color: #000066;
	margin: 0px auto;
}

#EventsWrapper .headline .left {
	position: relative;
	overflow: hidden;
	width: 16px;
	height: 27px;
	float: left;
}

#EventsWrapper .headline .title {
	position: relative;
	overflow: hidden;
	height: 27px;
	color: #ffffff;
	font-weight: bold;
	font-size: 1.1em;
	float: left;
	padding-top: 6px;
}

#EventsWrapper .headline .title a {
	color: #ffffff;
	font-weight: bold;
	text-decoration: none;
}

#EventsWrapper .headline .right {
	position: relative;
	overflow: hidden;
	width: 27px;
	height: 27px;
	background-image: url('/images/panels/rightarrow_curve.gif');
	background-repeat: no-repeat;
	float: right;
}

#VacancyWrapper {
}

#VacancyWrapper .articleTitle {
	padding-top: 10px;
}

#VacancyWrapper .articleHeaderWrap {
	width: 100%;
	float: left;
}

#EventsWrapper .details .eventItemBodyRow {
	width: 100%;
	padding-bottom: 5px;
}

#EventsWrapper .details .eventItemBodyRow .images {
	float: right;
	padding-left: 5px;
	padding-bottom: 5px;
	clear: right;
}


#VacancyWrapper .articleTitle .articleHeaderWrap .articleTitleTitle {
	float: left;
	font-weight: bold;
	text-decoration: none;
	color: #000066;
}

#VacancyWrapper .articleTitle .articleHeaderWrap .articleTitleLocation {
	float: left;
	color: #000066;
}

#VacancyWrapper .articleTitle .articleHeaderWrap .articleTitleDate {
	float: left;
	font-weight: bold;
	text-decoration: none;
	color: #000066;
}

#VacancyWrapper .articleTitle .articleHeaderWrap .articleTitleButton {
	float: left;
	padding-left: 5px;
}

#VacancyWrapper .ArticleItem {
	position: relative;
	padding-bottom: 20px;
}

#VacancyWrapper .ArticleItem .ArticleHeader {
	float: left;
	color: #000066;
}

#VacancyWrapper .ArticleItem .JobTitle {
	float: left;
	color: #000066;
}

#VacancyWrapper .ArticleItem .articleSummary {
	padding: 0px;
	padding-top: 5px;
	clear: both;
}

#VacancyWrapper .ArticleItem .ArticleItemTitle {
	width: 100%;
	float: left;
}

#VacancyWrapper .ArticleItem .ArticleItemLocation {
	position: relative;
	float: left;
	padding-left: 10px;
}

#VacancyWrapper .ArticleItem .ArticleItemSummary {
	position: relative;
	clear: both;
	padding-bottom: 5px;
}

#VacancyWrapper .ArticleItem .ArticleItemDate {
	position: relative;
	clear: both;
	font-weight: bold;
	padding-bottom: 5px;
}

#VacancyWrapper .articleBackButton {
	padding-top: 10px;
	padding-bottom: 10px;
}

#VacancyWrapper .articleTitle .articleTitleTitle a {
	font-weight: bold;
	text-decoration: none;
}

#VacancyWrapper .articleTitle .newsItemTitleRow {
	padding-bottom: 10px;
}

#VacancyWrapper .headline {
	position: relative;
	height: 27px;
	overflow: hidden;
	background-color: #000066;
	margin: 0px auto;
}

#VacancyWrapper .headline .left {
	position: relative;
	overflow: hidden;
	width: 16px;
	height: 27px;
	float: left;
}

#VacancyWrapper .headline .title {
	position: relative;
	overflow: hidden;
	height: 27px;
	color: #ffffff;
	font-weight: bold;
	font-size: 1.1em;
	float: left;
	padding-top: 6px;
}

#VacancyWrapper .headline .title a {
	color: #ffffff;
	font-weight: bold;
	text-decoration: none;
}

#VacancyWrapper .headline .right {
	position: relative;
	overflow: hidden;
	width: 27px;
	height: 27px;
	background-image: url('/images/panels/rightarrow_curve.gif');
	background-repeat: no-repeat;
	float: right;
}

#VacancyWrapper .content {
	position: relative;
	padding: 5px;
}

#closedPollWrapper,
#PollWrapper {

}

#closedPollWrapper .poll,
#PollWrapper .poll{
	position: relative;
	overflow: hidden;
	width: 497px;

}

#closedPollWrapper .poll .header,
#PollWrapper .poll .header {
	position: relative;
	overflow: hidden;
	width: 100%;
	/* background-color: #000066; */
	background: url('/res/coPoll/images/poll_header.gif');
	background-repeat: no-repeat;
	background-position: top left;
	color: #ffffff;
	font-weight: bold;
	font-size: 0.9em;
	border-bottom: 1px solid #ffffff;
	height: 27px;
}

#closedPollWrapper .poll .date,
#PollWrapper .poll .date {
	/* background-color: #000066; */
	color: #ffffff;
	font-weight: bold;
	float: left;
	padding-left: 8px;
	padding-top: 8px;
}

#closedPollWrapper .poll .opinion,
#PollWrapper .poll .opinion {
	/* background-color: #000066; */
	color: #ffffff;
	font-weight: bold;
	font-size: 0.9em;
	float: right;
}

#closedPollWrapper .poll .panel,
#PollWrapper .poll .panel {
	position: relative;
	overflow: hidden;
	width: 100%;
	background: url('/res/coPoll/images/poll_fade.gif');
	background-repeat: no-repeat;
	padding-bottom: 20px;
}

#closedPollWrapper .poll .wrapper,
#PollWrapper .poll .wrapper {
	position: relative;
	overflow: hidden;
	width: 100%;
	padding: 20px;
	padding-bottom: 0px;
}

#closedPollWrapper .poll .wrapper .leftTitle,
#PollWrapper .poll .wrapper .leftTitle {
	position: relative;
	overflow: hidden;
	color: #000066;
	font-weight: bold;
	float: left;
	width: 65px;
	font-size: 0.9em;
}

#closedPollWrapper .poll .question,
#PollWrapper .poll .question {
	position: relative;
	overflow: hidden;
	float: left;
	font-size: 0.9em;
}

#closedPollWrapper .poll .pollResults,
#PollWrapper .poll .pollResults {
	position: relative;
	overflow: hidden;
	float: left;
	font-size: 0.9em;
	width: 400px;
}

#closedPollWrapper .poll .pollResults .individualPollResult, 
#PollWrapper .poll .pollResults .individualPollResult {
	position: relative;
	overflow: hidden;
	width: 100%;
}

#closedPollWrapper .poll .pollResults .individualPollResult .pollTitle,
#PollWrapper .poll .pollResults .individualPollResult .pollTitle {
	position: relative;
	overflow: hidden;
	float: left;
	width: 80px;
}

#closedPollWrapper .poll .pollResults .individualPollResult .pollPercent,
#PollWrapper .poll .pollResults .individualPollResult .pollPercent {
	position: relative;
	overflow: hidden;
	float: left;
	repeat: repeat-y;
	padding-left: 5px;
}

#closedPollWrapper .poll .pollResults .individualPollResult .gaudge,
#PollWrapper .poll .pollResults .individualPollResult .gaudge {
	position: relative;
	overflow: hidden;
	float: left;
	background: url('/res/coPoll/images/current_poll_bar.gif');
	background-repeat: repeat-x;
	height: 13px;
}

#closedPollWrapper .poll .pollResults .individualPollResult .gaudge {
	background: url('/res/coPoll/images/past_poll_bar.gif');
}
