@import url('dashboard.css');
body {
	margin: 0;
	padding: 0;
	font-size: 10pt;
	font-family: sans-serif;
}
.small
{
    font-size: 12px;
    line-height: 15px;
}
li{list-style-type:none;}
table { border-collapse:collapse }
table.dataTable {
	font-size: 10pt;
}
th, td { padding: 5px; }
a:visited{color: blue;}
.center{text-align:center;}
.number{text-align: right;}
.dateText{width: 65px}
p{
	font-weight: 12pt;
	font-family: sans-serif;
}
#logo{
	margin-bottom: 15px;
	
}
#header {
	padding: 0px;
	
	/*background-color: #5A94CE;*/
	border-bottom: 1px solid #888888;
}

.filterPanel{
	background-color: #F1F1F1;
	border: 1px solid #D4D2D0;
	padding: 3px;
	margin: 5px 10px 5px 10px;
}
.headerTitle {
	font-weight: bold;
	font-size: 22pt;
}

fieldset{
	padding: 10px 10px 10px 10px;
	margin: 10px;
}
legend{
	font-weight: bold;
}
.actionPanel{
	padding: 10px;
}
.actionPanel input{
	margin: 3px;
}

tr.headers{
	padding: 5px; 
	background-color: #F5F5F5; 
}
tr.headers th{
	border-bottom: 1px solid #D4D2D0;
}

div.navigatorLabel{
	display: inline;
}
div.navigator{ display: inline; margin-left: 30px;}
.navigation {
	text-align: right;
	background-color: #F5F5F5;
}


#breadcrumbPanel {
	border: black dotted 1px;
	border-top: none;
	background-color: rgb(243, 243, 243);
}

#breadcrumbHeader {
	font-weight: bold;
	border-bottom: 1px dotted black;
}

#breadcrumbBody {
	padding: 0.5em;
	font-family: sans-serif;
	font-size: 0.8em;
}
.timeColumn{
	width: 150px;
	text-align: center;
}
th.descriptionColumn{
	text-align: left;		
}
.verificationStatus{
	width: 150px;
	text-align: left;
}
.timelineType{
	width: 150px;
	text-align: left;		
}
td.customerNameColumn{
	width: 175px;	
}
th.customerNameColumn{
	text-align: left;	
}

.navMenuItem{
	display:inline; 
	float: left;
	margin-right: 25px;
	font-size: 15px;
	font-weight: bold;
}