#isys-header {
	height:  125px;
	background-image: url("/images/layout/isys_banner.jpg");
	background-repeat: no-repeat;
}

#isys-header a.homepage-link {
	float: left;
	display: block;
	height: 90px;
	width: 200px;
}

input,
select {
	font-size: 100%;
	margin-top: 0;
}



ul#isys-main-menu {
	float: left;			/* must float this, else it'll be invisible in everything except IE */
	display: block;
	width: 100%;			/* need a width for hasLayout in IE, else menubar will be invisible in IE6 */
	margin: 0;
	padding: 0;
	list-style: none;
/*	font-size: 92%; */
	font-size: 85%;
	color: #FFF;
	background-color: #EBEBEB;
	font-family: Verdana, Arial, Helvetica, sans-serif;

	line-height: 4;
	height: 4em;
	margin-bottom: 10px;
}

ul#isys-main-menu a:hover {
	color: #d10074;
	background-color: transparent;
}



ul#isys-main-menu li {
	float: right;
	margin: 0;
	padding: 0 1.5em;
	text-align: center;
	color: #FFF;
	background-color: transparent;
}

ul#isys-main-menu li a {
	color: #000;
	background-color: transparent;
	text-decoration: none;
}



#isys-breadcrumb {
	clear: both;
	display: block;
	background-image: url("/images/layout/header_bg2.gif");
	background-repeat: repeat-x;
	background-position: 0;
	color: #000;
	background-color: #C9D5D7;
	line-height: 1.4;
	font-size: 85%;
	text-align: left;
	padding: 5px 10px 7px 10px;
/*	border-top: 1px solid #BBB;	*/
	border-bottom: 1px solid #BBB;
	margin-bottom: 3px;
}



#sub-nav fieldset {
	padding: 30px 10px;
	color: #000;
	background-color: #FFF;
	margin: 0 0 -10px 0;
}




a.button {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 100%;
	font-weight : bold;
	text-decoration : none;
	text-align: center;
	color : #333333;
	display: block;
	margin: 0;
	padding : 6px;
	background-color : #c9c9c9;
	width: 5em;
	}

a.button:link {
	color : #000000;
	border-top : 2px solid #e6e6e6;
	border-left : 2px solid #e6e6e6;
	border-right : 2px solid #999999;
	border-bottom : 2px solid #999999;
	text-decoration : none;

	}

a.button:visited {
	color : #000000;
	border-top : 2px solid #e6e6e6;
	border-left : 2px solid #e6e6e6;
	border-right : 2px solid #999999;
	border-bottom : 2px solid #999999;
	text-decoration : none;
	}

a.button:active {
	color : #000;
	border-top : 2px solid #999999;
	border-left : 2px solid #999999;
	border-right : 2px solid #e6e6e6;
	border-bottom : 2px solid #e6e6e6;
	text-decoration : none;
	}

a.button:hover {
	color : #000000;
	border-top : 2px solid #999999;
	border-left : 2px solid #999999;
	border-right : 2px solid #e6e6e6;
	border-bottom : 2px solid #e6e6e6;
	text-decoration : none;
	}




.clearfloat {
	float: none;
	clear: both;
}

.note {
	color: Gray;
	background-color: transparent;
	font-size: 85%;
}



.longname {
	color: #008000;
	background-color: transparent;
	overflow: hidden;
	word-wrap:break-word;	
}



table,
table td,
table th,
table.isysEntityTable,
table.isysEntityTable td,
table.isysEntityTable th {
	border: none;
}


table {
	margin-top: 0;
}


.page-selection {
	text-align: center;
	padding: 5px;
	border-top: 1px solid #AAA;
	border-bottom: 1px solid #AAA;
	margin-bottom: 1em;
	background-color: #F9F9F9;	
}

.page-selection a {
	padding: 0 3px;
}


.sort-results-bar {
	margin: 1.5em 0;
	padding: 5px;
	border-top: 1px solid #AAA;
	border-bottom: 1px solid #AAA;
	background-color: #F9F9F9;	
}


.sort-results-bar .sort-bar {
	float: left;
	width: 70%;
}

.sort-results-bar .results {
	float: right;
	width: 28%;
	text-align: right;
}


.format {
	color: #888;
	background-color: transparent;
}

.isys-results-icon img {
	padding-top: 3px;	
}

.isys-results-title {
	font-size: 110%;
	font-weight: bold;
}


