@CHARSET "UTF-8";

body, html {
	margin: 0;
	height: 100%;
	position: relative;
}

body { 
  font-size: 75%;
  color: #222; 
  background: #fff;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

body {
	background: transparent url("images/bg-top.png") top left repeat-x;
}

#head {
	position: relative;
	margin-bottom: 40px;
}
#head h1 {
	margin:0 0 0 10px;
	padding-top: 30px;
}
#head h1 a {
	float:left;
	display:block;
	width:98px;
	height:78px;
	text-indent:-200em;
	margin-top:-30px;
	overflow:hidden;
	background: transparent url("images/logo2b.png") top left no-repeat;
}
#head h1 span {
	font-size: 22px !important;
}
#head blockquote {
	position: absolute;
	margin:0;
	padding:0;
	top:30px; left: 100px;
	display: none;
}
#head .toFullPortal {
	position: absolute;
	//top:12px; right: 0px;
	//padding: 2px 4px 1px 4px;
	//background: #fff;
	top:0;
	padding-top:48px;
	padding-left:20px;
	display: block;
	width: 260px;
	height: 99px;
	background: transparent url("images/bg-top-menu.png") top left no-repeat;
}
#head .toFullPortal a {
	//color:#285185;
	text-decoration: none;
	font-size: 1.4em;
	color: #000;
}
#head .toFullPortal a:hover {
	text-decoration: underline;
}
#main {
	margin-bottom: 10px;
}
#foot {
	position: relative;
	padding: 10px 0 10px 0;
	font-size:10px;
	border-top: 1px solid silver;
}
#foot .dev {
	position: absolute;
	top: 10px; right: 0px;
}

textarea,
textarea.medium {
}

textarea { height: 100px; }
textarea.medium { height: 3em;}

fieldset,
.zend_form {
	margin-bottom: 20px;
}
fieldset dt,
.zend_form dt {
	float: left;
	clear: left;
	margin: 0;
	padding: 0;
	width: 120px;
	text-align: right;
	padding-right: 5px;
}
fieldset dd,
.zend_form dd {
	float: left;
	margin: 0 0 10px 0;
	padding: 0;
}

.zend_form .errors li {color: red;}

fieldset.login {
	background: transparent url("images/mail.png") 95% 80px no-repeat;
	border: 1px solid #ececec;
	border-left: 30px solid #ececec;
	padding: 20px;
}