a{
	color: #4bbeff;
	text-decoration: none;
}

p {
	padding: 2px;
}

.smalltext {
	font-size: 8pt;
}


/* header classes */

.bm-header {
	
	
	color: white;
	background-color: black;

	padding-top: 16px;
	padding-bottom: 16px;
	padding-left: 32px;
	
}

.bm-h-title {
	/*font-family: Futura, verdana;*/
	font-size: 36pt;
	font-weight: normal;
	padding-left: 56px;
	
	background: url(../imgs/logo.png) center no-repeat;
	background-position: 0 72%; /* x-pos y-pos */	
}
.bm-h-title a {
	color: white;
}

.bm-sub-header {
	font-size: 12pt;
	padding-left: 12px;
	color: gray;
}

/* tabs */

.tl-tab-row {
	background-color: black;
	color: gray;
	
	padding-left: 16px;
	padding-right: 8px;
	padding-bottom: 8px;
	padding-top: 8px;
}

.tl-tab {
	color: #4bbeff;
	cursor: pointer;
	padding: 8px;
	padding-left: 12px;
	padding-right: 12px;
	
}

.tl-tab:hover {
	background-color: #4bbeff;
	color: white;
}

.tl-tab-selected {
	background-color: white;
	color: black;
}

.tl-tab-selected:hover {
	background-color: white;
	color: black;
	cursor: default;
}

/* action row */

.bm-foot-head {
	font-size: 10pt;
	text-align: left;
	background-color: #ddd;
	color: black;
	
	padding: 8px;
}

.bm-foot-head a {
	text-decoration: none;
	color: #3274d0;
}

.bm-foot-head a:hover {
	text-decoration: none;
	color: #3274d0;
	background-color: transparent;
}

/* footer classes */

.bm-footer {
	font-size: 10pt;
	text-align: center;
	background-color: black;
	color: gray;
	
	padding: 16px;
}

.bm-sub-foot {
	text-align: center;
	color: gray;
	padding: 12px;
	font-size: 10pt;
}



/* body classes */
.tl-body a {
	text-decoration: none;
	color: #0030ff;
}

.tl-body a:hover {
	background-color: transparent;
	color: #0030ff;
}

.tl-body a:visited {
	color: #3274d0;
}

.tl-body {
	padding: 16px;
	font-size: 10pt;
}

table.tl-link-table {
	border-collapse:collapse;
	margin-bottom: 16px;
	width: 100%;
	margin: 0 auto;
	
	font-size: 10pt;
}

.tl-link-table td {
	padding-top: 4px;
	padding-bottom: 4px;
	padding-left: 8px;
	padding-right: 8px;
}

.tl-count {
	text-align: center;
}
.tl-count a{
	color: black !important;
	padding: 4px 8px;
}

.tl-hide-button {
	text-align: center;
	font-size: 8pt;
}

td.tl-hide-button a {
	color: white;
	padding: 3px;

}

tr.tl-c-highlight {
	background-color: #F0FF9F;	
}

.tl-link-table tr:hover {background-color: #C5EAFF;}
.tl-link-table tr:hover .tl-count {background-color: #4bbeff;}
.tl-link-table tr:hover .tl-hide-button {color: black;}
.tl-link-table tr.tl-hide-url:hover {background-color: #c9c9c9;}
.tl-hide-button:hover {background-color: #6bceff;}

.tl-hide-url { background-color: #ddd;}
.tl-hide-url td.tl-hide-button:hover {background-color: #aaa;}

