.itemdata
{
    font-family: Arial;
    font-weight: normal;
    font-size: 9pt;
    color: black;
    width: 100%;
}

.itemdata td
{
	vertical-align:top;
}
.lbl
{
	font-family: Arial;    
    font-size: 9pt;
    color: black;
	font-weight: bold;
	padding-right: 15px;
	width: 120px;
}
.header
{
	font-weight: bold;
	border-bottom: solid 1px black;
	vertical-align: bottom;
	font-family: Arial;
	font-size: 10pt;
	padding-top: 10px;
}
.historyheader
{
	font-weight: bold;
	font-family: Arial;
}
.currenthistoryitem
{
	background-color: #E0E0E0;
}
.arrow
{
	background: url(images/arrow.gif) no-repeat left;
	vertical-align: bottom;
	border: solid 1px #E0E0E0;
	padding-left: 10px;
}
.text
{
	border: solid 1px Navy;
}
.attachment
{
	background: url(images/pdf.gif) no-repeat left;
	padding-left: 20px;
}

.history
{
	font-family: Arial;
    font-weight: normal;
    font-size: 9pt;
    color: black;
    margin-left: 25px;
}
.history td
{
	padding-left: 5px;
	padding-right: 10px;
}
.voting td
{
	padding-right: 15px;
}
.attendee
{
	padding-left: 15px;
}
.textToShow
{
	background: url(images/arrows-down.gif) no-repeat left;
	padding-left: 20px;
	font-weight:bold;
}
.textShowing
{
	background: url(images/arrows-up.gif) no-repeat left;
	padding-left: 20px;
	font-weight:bold;
}

.motionpassed
{
	color:Green;
	background: url(images/passed.gif) no-repeat left;
	padding-left: 20px;
	font-weight:bold;
}
.motionfailed
{
	color:Red;
	background: url(images/failed.gif) no-repeat left;
	padding-left: 20px;
	font-weight:bold;
}
.votefor
{
	color:Green;
	background: url(images/for.gif) no-repeat left;
	padding-left: 20px;
}
.voteagainst
{
	color:Red;
	background: url(images/against.gif) no-repeat left;
	padding-left: 20px;
}
.voteabsent
{
	color:Gray;
	background: url(images/absent.gif) no-repeat left;
	padding-left: 20px;
}
.voteabstain
{
	color:Blue;
	background: url(images/abstain.gif) no-repeat left;
	padding-left: 20px;
}
.voterecused
{
	color:Black;
	background: url(images/recused.gif) no-repeat left;
	padding-left: 20px;
}
.votemajorityagainst
{
	background: url(images/majorityagainst.gif) no-repeat left;
	padding-left: 20px;
}
.votemajorityfor
{
	background: url(images/majorityfor.gif) no-repeat left;
	padding-left: 20px;
}

.hit
{
	background-color: Yellow;
}

