div.breadcrumb {
	background-color: #d3d8e0;
//	font-weight: bold;

	font-size: 12px;
	padding: 2px;

	text-decoration: none;
}

div.tabs {
	background-color: #265c91;
	display: block;

	font-weight: bold;

	font-size: 12px;

	text-decoration: none;
	color: #ffffff;

	padding-top: 9px;

	padding-bottom: 7px;
}

a.tab {
	border-left: 1px solid white;
//	border-right: 1px solid white;
	//padding-left: 5px;
	padding-right: 10px;
	padding-left: 10px;
	text-decoration: none;
	padding-top: 9px;
	padding-bottom: 7px;
}

a.tab:hover {

	background-color: #7994bb;
	color: #003e79;
}

ul.sub_nav {
	list-style-type: none;
	list-style-image: none;
	list-style-position: outside;
	margin-left: 0;
	padding: 0px 1px 1px;	
}

ul.sub_nav ul {
	list-style-type: none;

	padding: 0px 15px 1px;
}

ul.sub_nav ul li { 
	border-bottom: 1px solid white;
	font-style: italic; 
}

ul.sub_nav li {
	list-style: none;
	text-align: left; 
	margin: 0;
	border-bottom: 1px solid white;
}

td.page_content {
	padding: 5px;
}

table.list-table {
	border-color: #dadada;
	max-width: 720px;
}

.list-table th, .list-table td, tr.last td {
	border-color: #7994bb;
}

.list-table tr.odd {
	background-color: #e3e7f0;
}

div.grouplist div.list-button-bar-bottom li a, a.button {
	background: #265c91;
	font-weight: bold;
	color: white;

}

div.grouplist div.list-button-bar-bottom ul {
	list-style: none;

}

div.grouplist div.list-button-bar-bottom ul li {
	display: inline;

}


div.grouplist div.list-button-bar-bottom ul li a {
	float: left;
	margin-right: 5px;
	padding: 2px;
}

div.grouplist div.list-button-bar-bottom a:hover {
background-color:#BFDAED;
border-color:#4590C5;
/* color:#016CB6; */
text-decoration:none;
}

/* div.list-button-bar-bottom:visited li a, a.button {
	margin: 3px;
}*/

input.search-button, .form-button input {
	color: white;
	 background: #265c91;  
	font-weight: bold;
	cursor:pointer;
}


