@charset "utf-8";
/* CSS Document */

HTML, BODY {
	font-family: "Source Sans Pro", Arial, Helvetica, sans-serif;
	line-height: 1.2em;
	width: 100%;
}

.clear {
	clear: both;
}

a:link, a:visited {
	color: #364b9b;
	text-decoration: none;
	font-weight: bold;
}

h1 {
    font: normal 20px "Source Sans Pro", Arial, Helvetica, sans-serif;
    font-weight: bold;
    margin: 0 auto;
    /*max-width: 960px;*/
    padding: 10px 0 10px;
    width: 100%;
}

fieldset {
    padding: 5px;
    margin: 0;
    border: 0;
}

fieldset legend {
    font-size: 19px;
}

label {
    display: block;
    margin-bottom: 5px;
}

form.searchform label {
    margin-bottom: 0;
    margin-top: 10px;
}



form.searchform .inline {
    float: left;
    margin-right: 20px;
    margin-bottom: 10px;
}

input, textarea {
    width: 150px;
}

input, button, select, textarea {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

label, input, button, select, textarea {
    font-size: 14px;
    font-weight: normal;
    line-height: 20px;
}

button, html input[type="button"], input[type="reset"], input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer;
}

.btn-s {
	width: 145px;
	padding: 2px 10px;
    font-size: 12px;
	font-weight: normal;
    line-height: 20px;
	vertical-align: middle;
	border: none;
}

.btn-blue {
	color: #ffffff;
    background-color: #364b9b;
}

fieldset {
	background-color: #cccfe8;
}

.table {
	width: 100%;
}

.table-results thead {
	background-color:#364b9b;
	color: #CCCFE8;
}


.table-results TH {
	vertical-align: middle;
	text-align: left;
	padding: 5px;
}

.table-results TH:first-child {
	width: 50px;
}

.table-results TD {
	vertical-align: top;
	text-align: left;
	padding: 5px;
	
	
}

.row {
}

.alt-row {
	background-color: #cccfe8;
}

#compHead {
	min-width: 150px;
}

.pagination UL {
	width:100%;
    height:30px;
    text-align:center;
}

.pagination UL LI {
	display:inline-block;
    *display:inline; /*IE7*/
    *zoom:1; /*IE7*/
	
	width: 20px;
	height: 30px;
	list-style: none;
	/*float: left;*/
	background: #364b9b;
	margin-right: 2px;
	text-align: center;
}

.pagination UL LI A {
	color: #cccfe8;
	font-weight: normal;	
	line-height: 30px;
}

.pagination .active {
	background-color:#556DC4;
}

.pagination .disabled {
	background-color: darkgray;
	cursor:not-allowed;
}

.pagination .disabled > * {	
	pointer-events: none;
}


