@charset "UTF-8";
/* CSS Document */

.pollbounds {
	width: 440px;
	overflow: auto;
}

.pollgrid,
.pollgrid td,
.pollgrid th {
    font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 13px;
	border-collapse: collapse;
    border-bottom: 1px solid #e0e0e0;
}

.pollgrid a:link,
.pollgrid a:visited {
	color: #CC3300;
    text-decoration: none;
}

.pollgrid a:hover {
	color: #FF6600;
    text-decoration: underline;
}

.pollgrid .title a:link,
.pollgrid .title a:visited {
	color: #FFCCAA;
    text-decoration: none;
}

.pollgrid .title a:hover {
	color: #FF6600;
    text-decoration: underline;
}


.pollgrid .left a:link,
.pollgrid .left a:visited  {
	color: #D80000;
    text-decoration: none;
}

.pollgrid .left a:hover {
	color: #FF0000;
    text-decoration: underline;
}

.pollgrid a {
	display: block;
	margin: 0;
	padding: 0;
    font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
}

.pollgrid img {
	display: block;
	border: 0px;
	margin: -4px auto 2px auto;
	padding: 0px;
}

.pollgrid a img {
    text-decoration: none;
	padding: 0px;
}

.pollgrid td, 
.pollgrid th {
    font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
    line-height: 13px;
	padding: 8px 6px 2px 6px;
	text-align: center;
	white-space: nowrap;
	min-width: 25px;
} 

.pollgrid th {
	font-weight: bold;
}

.pollgrid td {
	border-right: 1px solid #e0e0e0;
}

.pollgrid td.title {
	background-color: #FFFFFF;
	background-image: none;
}

.pollgrid th.title {
    background-color: #555555;
    color: #ffffff;
    border-left: 1px solid #ffffff;
    background-image:url(http://images.dailykos.com/images/admin/titlebkg.gif);
	background-position: top;
	background-repeat: repeat-x;
	white-space: nowrap;
}

.pollgrid tr.composite td, 
.pollgrid tr.composite th  {
	padding: 8px 6px;
	font-weight:bold;
}


.pollgrid td.rep {
    background-image:url(http://images.dailykos.com/images/admin/rep.gif);
	background-position: bottom;
	background-repeat: repeat-x;
}

.pollgrid td.dem {
    background-image:url(http://images.dailykos.com/images/admin/dem.gif);
	background-position: bottom;
	background-repeat: repeat-x;
}

.pollgrid tr.even {
	background-color: #FFFFFF;
}

.pollgrid tr.odd {
	background-color: #FFFFEE;
    border-bottom: 1px solid #FFEEAA; 
    border-top: 1px solid #FFEEAA; 
    background-image:url(http://images.dailykos.com/images/admin/oddrow.gif);
	background-position: bottom;
	background-repeat: repeat-x;
}

.pollgrid tr.odd th.left,
.pollgrid tr.even th.left,
.pollgrid th.left {
	margin: 0;
	padding: 8px 6px 2px 6px;
	text-align: right;
    background-color: #FFCC99;
	border: 1px solid #FFFFFF;
    background-image:url(http://images.dailykos.com/images/admin/leftkey.gif);
	background-position: top;
	background-repeat: repeat-x;
	white-space: nowrap;
}