body {
	margin: 0;
	padding: 0;
	color: #000;
	font-family: times, sans-serif;
	font-size: 12pt;
	background: #FFFFE3;
}

a {
	color: #000;
	text-decoration: underline;
}

a:hover {
	color: red;
}

h1 {
	font-size: 15pt;
	font-weight: bold;
}

h2 {
	font-size: 12pt;
	font-weight: bold;
}

h3 {
	font-size: 11pt;
	font-weight: bold;
}

h4 {
	font-size: 12pt;
	font-weight: lighter;
}

h5 {
	font-size: 9pt;
	font-weight: lighter;
}

hr {
	width: 960px;
	height: 1px;
	color: #ffffff;
	margin-bottom: 15px;
}

#page {
	width: 960px;
	margin-top: 80px;
	margin-bottom: 5px;
	background: #FFFFE3;
}

#header {
	width: 960px;
	height: 110px;
}

#logo {
	float: right;
	font-size: 35px;
	line-height: 35px;
	margin-top: 70px;
	padding-right: 20px;
}

#content {
	padding: 20px;
	border-bottom: 1px solid #000;
	border-top: 1px solid #000;
}

#infoCatalog {
	width: 750px;
}

#infoAdmin {
	width: 680px;
}

#sidebar {
	width: 200px;
	float: left;
	padding: 20px;
}

#catalogNote {
	width: 230px;
	height: 100px;
	float: right;
	text-align: block;
	margin-top: -155px;
}

#footer {
	padding: 10px;
	margin: 10px 20px;
	font-size: 0.8em;
	text-align: center;
}

#mainmenu {
	float: left;
	width: 300px;
	font-size: 12pt;
}

#mainmenu ul {
	list-style-type: none;
}

#mainmenu ul li {
	list-style-type: none;
	margin-top: -4px;
}

#mainmenu ul li a {
	color: #000000;
	text-decoration: none;
}

#mainmenu ul li a:hover,#mainmenu ul li.active a {
	color: #FF0000;
}

div.flash-error,div.flash-notice,div.flash-success {
	padding: .8em;
	margin-bottom: 1em;
	border: 2px solid #ddd;
}

div.flash-error {
	background: #FBE3E4;
	color: #8a1f11;
	border-color: #FBC2C4;
}

div.flash-notice {
	background: #FFF6BF;
	color: #514721;
	border-color: #FFD324;
}

div.flash-success {
	background: #E6EFC2;
	color: #264409;
	border-color: #C6D880;
}

div.flash-error a {
	color: #8a1f11;
}

div.flash-notice a {
	color: #514721;
}

div.flash-success a {
	color: #264409;
}

div.form .rememberMe label {
	display: inline;
}

div.view {
	padding: 10px;
	margin: 10px 0;
	border: 1px solid #C9E0ED;
}

div.breadcrumbs {
	font-size: 0.9em;
	padding: 5px 20px;
}

div.breadcrumbs span {
	font-weight: bold;
}

div.search-form { //
	padding: 10px; //
	margin: 10px 0;
	background: #FFFFE3;
}

div.search-form2 { //
	padding: 10px; //
	margin: 10px 0;
	background: #FFFFE3;
}

.portlet {
	
}

.portlet-decoration {
	padding: 3px 8px;
	background: #FFFFA8;
	border-left: 5px solid red;
}

.portlet-title {
	font-size: 12px;
	font-weight: bold;
	padding: 0;
	margin: 0;
	color: #000000;
}

.portlet-content {
	font-size: 0.9em;
	margin: 0 0 15px 0;
	padding: 5px 8px;
	background: #FFFFC5;
}

.portlet-content ul {
	list-style-image: none;
	list-style-position: outside;
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.portlet-content li {
	padding: 2px 0 4px 0px;
}

.operations {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.operations li {
	padding-bottom: 2px;
}

.operations li a {
	font: bold 12px;
	color: #000000;
	display: block;
	padding: 2px 0 2px 8px;
	line-height: 15px;
	text-decoration: none;
}

.operations li a:visited {
	color: #000000;
}

.operations li a:hover {
	background: #FFFFA8;
}