html{
	overflow-x:hidden;
	overflow-y:auto;	
}

#fec_mainContentWide{
	margin: 12px 24px 0px 30px !important;
}

/*
Progress bar
*/
.progressControl{
	text-align:center;
    margin-top:0px;
    margin-bottom:0px;
    padding:0px;
}

/* round button */
#button{
	/*margin-top:12px;*/
	font-family:tahoma, arial, sans-serif;
	font-size:11px !important;
	font-weight:bold;
	color:#ffffff !important;
	text-decoration:none;
}

a.round {
	line-height:25px;
	height:25px;
	background:url('/images/app_img/element/button.gif') no-repeat right top; 
	padding-right:15px; 
	display:inline-block;
}

a.round span { 
	background:url('/images/app_img/element/button.gif') no-repeat left top; 
	height:25px;
	line-height:25px;
	display:inline-block;
	padding-left:15px;
}

a.round:hover {background-position:right -25px;}
a.round:hover span {background-position:left -25px;}
/* end round button */

div #pagination{
	width:100%;
	background-color:#eeeeee;
	border: 1px solid #e0e0e0;
	margin:10px 0px 10px 0px;
	text-align:left;
	height:25px;
}

div #pagination ul{
	list-style: none;
	margin:0px;
	padding:0px;
	float:left;
	padding-top:5px;
}

div #pagination ul li{
	float:left;
	margin:0px 5px 0px 5px;
	vertical-align:middle;
}

div #pagination ul li a{
	text-decoration:underline;
	cursor:pointer;	
	color:#004477;
}

div .paging{
	width:100%;
	padding-top:5px;
	background-color:#eeeeee;
	border: 1px solid #e0e0e0;
	margin:10px 0px 10px 0px;
	height:25px;
}

div .prevNext{
	float:left;
	margin:0px 5px 0px 5px;
	font-family:verdana;
	font-size:11px;
	padding-top:5px;
}

div .showAllLink{
	margin:0px 5px 0px 5px;
	font-family:verdana;
	font-size:11px;
	padding-top:5px;
	text-align:right;
	float:right
}

div .showAllLink a{
	text-decoration:underline;
	cursor:pointer;	
	color:#004477;
	text-align:right;
	float:right
}

div .showAllLinkInd {
    display: inline;
    float: right;
    font-family: verdana;
    font-size: 11px;
    padding-right: 5px;
    text-align: right;
}


div .showAllLinkInd a{
	text-decoration:underline;
	cursor:pointer;	
	color:#004477;
}

div .totalCount{
	display: inline;
	float:right;
	padding-right:10px;
}

table tr td.titleCol{
	width:200px;
}

table tr td.colonCol{
	width:10px;
}

form input{
	font-family:verdana;
	font-size:11px;	
}

.noRecordsFound{
	font-family:verdana;
	font-size:11px;
	color:#ff0000;
	margin:20px 0px 20px 0px;
}


DIV#fec_mainContentWide {
	font-family: Verdana, Arial, Helvetica, sans-serif important;
	font-size: 11px !important;
	color: #454545 !important;	
}

/* Sortable tables used in pCandList.jsp */
table.sortablemap thead {
    background-color:#004477;
	color:#FFFFFF;
	font-family:Verdana,Arial,MS Sans Serif;
	text-align:center;
	vertical-align:bottom;
}

table.sortablemap th { 
	background-color:#004477;
	color:#FFFFFF;
	font-family:Verdana,Arial,MS Sans Serif;
	text-align:center;
	vertical-align:bottom;
}

table.sortablemap .colHeaderLeft {
	background-color:#004477;
	color:#FFFFFF;
	font-family:Verdana,Arial,MS Sans Serif;
	text-align:left;
	vertical-align:middle;
}

table.sortablemap .colHeader {
	background-color:#004477;
	color:#FFFFFF;
	font-family:Verdana,Arial,MS Sans Serif;
	text-align:center;
	vertical-align:middle;
}

table.sortablemap .sortdescending {
	background-color:#737373;
	background-image: url("/images/app_img/arrow/arrow_up.png");
	background-repeat:no-repeat;
	background-position: 99% 45%;
	cursor:pointer;
}

table.sortablemap .sortascending {
	background-color:#737373;
	background-image: url("/images/app_img/arrow/arrow_down.png");
	background-repeat:no-repeat;
	background-position: 99% 45%;
}

th, td {
	text-align:left;
	vertical-align:top;
}

p, ul, li, ol, th, td {
	font-family:Verdana,Arial,Helvetica,sans-serif;
	font-size:11px;
	line-height:1.3em;
}


table.sortablemap {
	border-collapse:collapse;
}

table.sortablemap span.sortarrow {
	color: red;
	text-decoration: none;
}

/* end: Sortable tables used in pCandList.jsp */

/* used in pCandList.jsp */
.checkbox_column {
	border:1px solid #004477;
	text-align:left;
	width:1%;
}

.name_column {
	border:1px solid #004477;
	text-align:left;
	width:12%;
}

.party_column {
	border:1px solid #004477;
	text-align:left;
	width:6%;
}

.receipts_column {
	border:1px solid #004477;
	width:44%;
}

.disbursements_column {
	border:1px solid #004477;
	text-align:right;
	width:15%;
}

.coh_cop_column {
	border:1px solid #004477;
	text-align:right;
	width:8%;
}

.debt_column {
	border:1px solid #004477;
	text-align:right;
	width:6%;
}

.date_column {
	border:1px solid #004477;
	text-align:left;
	width:9%;
}

/* end:used in pCandList.jsp */


/* used in pContrbTran.jsp,disclosure.fec.gov.contrbTran.js */
#contrb_tran_data {
	margin:2px 0;
	width:100%;
	text-align:left;
	vertical-align:top;
}
