/*body {
	font: 16px/1.5 "Trebuchet MS", "Geneva CE", lucida, sans-serif;
	color: #333;
	background-color: #fff;
}
h1 {
	font-size: 150%;
	color: #165ca3;
}
#ajax-spinner {
	margin: 15px 0 0 15px;
	padding: 13px;
	background: white url('../images/spinner.gif') no-repeat 50% 50%;
	font-size: 0;
	z-index: 123456;
	display: none;
}
div.flash {
	color: black;
	background: #FFF9D7;
	border: 1px solid #E2C822;
	padding: 1em;
	margin: 1em 0;
}
*/
a[href^="error:"] {
	background: red;
	color: white;
}


#mainmenu {
	height: 24px;
border-bottom: 5px solid
/*#BFD8FF*/
	#b2d3ff;
	margin: 0 10px 0px 10px;
}
#mainmenu ul {
	margin: 0;
	margin-left: 50px;
	text-align: center;
	padding: 0;
}
#mainmenu li {
	float: left;
	list-style: none;
	height: 24px;
	background: #efefef url(../images/gradient-gray2.png) repeat-x 0px 0px;
	margin-right: 5px;
}
#mainmenu a {
	border: 1px solid #ccc;
	border-bottom: none;
	display: block;
	color: #363636;
	font-size: 12px;
	text-decoration: none;
	line-height: 23px;
	padding: 0px 18px 0px 18px;
	font-weight: bold;
}
#mainmenu a:hover {
	background: #BFD8FF url(../images/gradient-blue3.png) repeat-x 0px 0px;
}
#mainmenu a.active {
	background: #BFD8FF url(../images/gradient-blue3.png) repeat-x 0px 0px;
	border: 1px solid #8dcff4;
	border-bottom: none;
}
.table-items th {
	text-align: left;
}
.table-items tr {
	height: 30px;
}
.table-items tr.odd {
	background: #ececec url(../images/gradient-gray2.png) repeat-x 0px 0px;
}




/**** flash-messages ****/
#flash-messages {
	background: yellow;
	padding: 6px 10px 4px;
	margin-bottom:5px;
}
#flash-messages p {
	color: black;
	font-weight: bold;
	font-size:1.3em;
}

/**** error ****/
ul.error li {
	list-style-type: none;
	color: red;
	font-weight: bold;
}


#frm-searchForm select,
#frm-searchForm input.text {
	width:350px;
}
#frm-searchForm input.button {
	margin:10px 0 15px 450px;
}
