body, p, h1, h2, h3, h4, h5, h6, h7, ul, li, form {
	margin: 0px;
	padding: 0px;
}


ul {
	list-style-type: none;
list-style-position: outside
}


* {
	font-family: Verdana, sans-serif;
	color: #F5F2E1;
	font-size: 11px;
	line-height: 19px;
}

input, textarea, select, option {
    color: #000000;
}

body {
	background-color: #DADAD4;
	text-align: center;
	padding: 20px;
}

#frame {
	position: relative;
	width: 813px;
	margin: 0px auto;
	background-image: url(caliban_images/bg_menu_content.gif);
	background-repeat: repeat-y;
	text-align: left;
	border-bottom: 16px solid #ffffff;
}

/*	Header */

#header {
	position: relative;
	width: 813px;
	height: 127px;
	background-color: #ffffff;
	background-image: url(caliban_images/ic_logo_ilf.gif);
	background-repeat: no-repeat;
}

#header #menu_top {
	position: absolute;
	top: 105px;
	left:335px;
	/*border-top: 1px solid #8A888B;*/
	width: 392px;
	text-align: right;
}

#header #menu_top li {
	display: inline;
	color: #47503F;
}

#header #menu_top li a {
	font-size: 10px;
	color: #47503F;
	text-decoration: none;
	text-transform: lowercase;
	line-height: 15px;
}

#header #menu_top li a.active {
	font-weight: bold;
}

/*	Footer */

.footer_top td {
	height: 60px;
	border-top: 1px solid #CED2CA;
}

/*	Main Navigation */

#menu {
	margin: 67px 0px 0px 13px;
	width: 126px;
	border-top: 1px solid #C2C7BE;
}

#menu li {
	border-bottom: 1px solid #C2C7BE;
	background-color: #8E9786;
}

#menu a {
	text-decoration: none;
	display: block;
	padding-left: 10px; /* was padding-left: 20px; */
	line-height: 15px;
	padding-top: 3px;
	padding-bottom: 3px;
}

#menu a:hover {
	background-color: #4B5244;
	font-weight: bold;
}

#menu li.level1active {
	background-color: #4B5244;
	font-weight: bold;

}


#menu li.level2 {
	background-color: #C8D1C0;
	border-bottom: 1px solid #E4E8E0;
}

#submenu li.level1active {
	background-color: #4B5244;
	font-weight: bold;

}


#menu li.level2 a {
	padding-left: 20px;
	padding-right: 3px;
	line-height: 13px;
	padding-top: 3px;
	padding-bottom: 3px;
	color: #47503F;
	font-size: 10px;
}

#menu li.level2 a:hover {
	background-color: #C8D1C0;
	font-weight: bold;
}

#menu li.level2active  {
	background-color: #C8D1C0;
	border-bottom: 1px solid #E4E8E0;
}

#menu li.level2active a {
	padding-left: 20px;
	padding-right: 3px;
	line-height: 13px;
	padding-top: 3px;
	padding-bottom: 3px;
	color: #47503F;
	font-size: 10px;
	background-color: #C8D1C0;
	font-weight: bold;
}

#menu li.level2active a:hover {
	background-color: #C8D1C0;
	font-weight: bold;
}

#menu li.username {
	padding: 5px 0px 5px 20px;
	line-height: 13px;
	color: #4B5244;
	font-size: 10px;
	background-color: #DADAD4;
	font-weight: bold;
	overflow: hidden;
}

/* Teaser */
#teaser {
	margin: 54px 0px 0px 13px;
}

#teaser a img {
	border: 0px solid;
}

/* Content Elements General */

#content {
	min-height: 350px;
	padding: 22px 22px 25px 25px;
}

* html #content {
	height: 350px;
	overflow: visible;
}

#content h1 {
	text-align: right;
	color: #9EA190;
	font-size: 12px;
	height: 46px;
}

#content h5 {
	text-align: left;
	color: white;
	font-size: 36px;
}

#content h6 {
	text-align: left;
	color: white;
	font-size: 18px;
}


#content h2 {
	color: #ffffff;
}

#content p {
	font-size: 11px;
	line-height: 15px;
	margin-bottom: 10px;
}


/* Buttons */

.backbutton {
	background-color: #73858D;
	border: 1px solid #ffffff;
	padding: 1px 2px 1px 2px;
	text-decoration: none;
	font-size: 9px;
}

.download {
	background-color: #c00000;
	border: 1px solid #D9B5B5;
	padding: 1px 2px 1px 2px;
	text-decoration: none;
	font-size: 9px;
}

.category {
margin: 5px;
	padding: 2px 2px 5px 5px;
font-weight: bold;

}

button {
	margin: 0px;
	padding: 1px;
	overflow: visible;
	line-height: 11px;
}

button.white_text {
	background-color: #ffffff;
	border: 1px solid #C3C3C3;
	color: #000000;
	font-size: 9px;
}

button.white_arrow {
	background-color: #47503F;
	border: 1px solid #C3C3C3;
	border-left: 0px;
	color: #ffffff;
	font-weight: bold;
	font-size: 9px;
}

* html button.white_arrow {
	border-left: 1px solid #47503F;
}

button.blue_text {
	background-color: #73858D;
	border: 1px solid #BAC1BD;
	color: #ffffff;
	font-size: 9px;
}

button.blue_arrow {
	background-color: #73858D;
	border: 1px solid #BAC1BD;
	border-left: 0px;
	color: #ffffff;
	font-weight: bold;
	font-size: 9px;
}

button.green_text {
	background-color: #7C8574;
	border: 1px solid #9EA39A;
	color: #ffffff;
	font-size: 9px;
}

button.green_arrow {
	background-color: #47503F;
	border: 1px solid #C3C3C3;
	border-left: 0px;
	color: #ffffff;
	font-weight: bold;
	font-size: 9px;
}


button.application_text {
	background-color: #ffffff;
	border: 1px solid #9EA39A;
	color: #7C8574;
	font-size: 9px;
}

button.application_arrow {
	background-color: #47503F;
	border: 1px solid #C3C3C3;
	border-left: 0px;
	color: #ffffff;
	font-weight: bold;
	font-size: 9px;
}


* html button.blue_arrow {
	border-left: 1px solid #73858D;
}

#eventssearchform input {
	color: #47503F;
	background-color: #B0B9A8;
	border: 1px solid #ffffff;
}

#newssearchform input {
	color: #47503F;
	background-color: #B0B9A8;
	border: 1px solid #ffffff;
}

.invalid_login {
	font-weight: bold;
	color: #FFCC33;
	font-size: 10px;
}


hr {
	border: none 0;
	border-top: 1px solid #9EA190;
	height: 1px;
	position: relative;
	left: -25px;
	width: 105%;
	display: none;
}


