/* Type Links (Annual/Quarterly/etc) */

.nav li {
  float:none;
  display:inline-block;
  *display:inline; /* ie7 fix */
  *zoom:1; /* hasLayout ie7 trigger */
  vertical-align: top;
}
.sec_filings_container { 
  font-family: arial;
}

/* Fix for PDF/HTML/XBRL Icon Spacing */
.sec_filings_view a img { display:inline; }

.sec_filings_container td{
	font-size:13px;
}
.table-hover tbody tr:hover td, .table-hover tbody tr:hover th {
    
}
/* Type Links (Annual/Quarterly/etc) */
.type_link_container {
	text-align:center;
	margin-top:8px;
	margin-bottom:8px;
	font-size:13px;
}
.nav-pills > .active > a, .nav-pills > .active > a:hover {
    /*background-color: #81BD41 !important;
    color: #FFFFFF !important;*/
}
.type_link {
	
	text-decoration:none;
	font-weight:bold;
	font-size:15px;
}
.type_link:hover {
	text-decoration:underline;
}
.type_selected {
	font-weight:bold;
}

/* Sort Links HEADER ONLY (Filing Date/Form Type/etc) */
.sort_link {
	text-decoration:none;
	font-size:13px;
}
.sort_link:hover {
	text-decoration:underline;
}
.sort_nolink {
	font-size:13px;
}

/* Pagination ( First,2,3,4 ) */
.pagination_container {
	text-align:center;
	margin-top:8px;
	margin-bottom:8px;
	font-size:12px;
}
.pagination {
	text-decoration:none;
	
}

.pagination:hover {
	text-decoration:underline;
}

.colortable {
	border:1px solid #000;
	width:100%;
	padding:none;
	margin:none;
}
.colortable th {
	padding:5px;
	font-size:14px;
}
.colortable tr {
	border:1px solid #000;
}
.colortable td {
	padding:5px;

}

.colortable_odd_row{
	background-color:#F2F2F2;
}

.colortable_even_row{

}
.th{
	background:#154778 url(../img/tr_back.gif.html) repeat-x;
	color:#fff;
}
/* Table Columns */
.sec_filings_date {
	width:20%;
	text-align:left;
}
.sec_filings_type {
	width:15%;
	text-align:left;
}
.sec_filings_title {
	width:40%;
	text-align:left;
}
.sec_filings_view {
	width:25%;
	text-align:right;
}

/**********SEC FILINGS END*************/
