/* IMPORTS */
@import url(basic.css);
@import url(modules.css);

a{
	color:#646473;
	text-decoration:underline;
}
a:hover{
	text-decoration:none;
}
body{
	background:#f8f8ff;
	color:#4b4b5a;
	text-align:center;
	font:80% Verdana, Tahoma, Arial, sans-serif;
}
h1, h2, h3, h4, h5, h6{
	color:#4b4b5a;
}

img{
	border:0 solid #fff;
}

/* BOX */
#box{
	margin:0 auto;
	text-align:left;
	width:940px;
	position:relative;
}
#header_top{
	width:940px;
	height:120px;
	background:url(images/header_top.png) no-repeat left top;
}
a#profesionalita{
	display:block;
	width:165px;
	height:62px;
	position:absolute;
	top:29px;
	left:0px;
}
a#profesionalita span{
	display:none;
}
/* HEADER */
#header{
	background:url(images/header.png) no-repeat right;
	position:relative;
	width:940px;
	height:80px;
}
#header h1{	
	background:url(images/header_h1.png) no-repeat top right;
	width:470px;
	height:80px;
	padding:0;
	position:absolute;
	left:0;
}
#header a.logo{
	display:block;
	position:absolute;
	width:324px;
	height:80px;
	top:0px;
	left:25px;
}

/* CONTAINER */
#container{
	width:940px;
	padding-top:10px;
}

/* LEFT */
#left{
	float:left;
	width:220px;
}

/* MENU */
#menu{
	width:220px;
	padding:20px 0;
	min-height:40px;
}
#menu ul{
}

#menu li{
	list-style-type:none;
}
#menu li a, #menu li span{
	color:#fff;
	display:block;
	text-decoration:none;
	padding:8px 13px 10px 20px;
	background:#323241 url(images/menu_li.png) repeat-x top;
	min-height:22px;
	font-size:14px;
}
#menu li span{
	background:#282837 url(images/menu_span.png) no-repeat right center;
	color:#9696a5;
	padding:10px 25px 10px 20px;
	min-height:20px;
}
#menu li li a, #menu li li span{
	padding-left:33px;
	font-size:90%;
	padding-top:12px;
	padding-bottom:6px;
}
#menu li li li a, #menu li li li span{
	padding-left:43px;
}
#menu li li li li a, #menu li li li li span{
	padding-left:53px;
}
#menu li li li li li a, #menu li li li li li  span{
	padding-left:63px;
}
/* CONTENT */
#content{
	float:left;
	width:720px;
	min-height:325px;
	font-size:14px;
}
#info{
	position:relative;
	width:100%;
	height:30px;
	background:#a0a09b;
	overflow:hidden;
}
#navi {
	color:#fff;
	font-size: 88%;
	letter-spacing: 1px;
	padding-top: 7px;	
	margin-left: 20px;
	margin-right: 20px;
}
#navi li {
	background: url(images/navi.gif) no-repeat right;
	display: inline;
	margin-right: 8px;
	padding-right: 12px;
}
#navi li.last {
	background: transparent;
	margin: 0;
	padding: 0;
}
#navi a{
	color:#fff;
}
/* BOXES */
.leftbox{
	width:220px;
	margin-bottom:8px;
	color:#0d1f2b;
	background:url(images/leftbox.png) repeat-y;
	border-bottom:1px solid #c8c8d7;
}
.leftbox h3.access{
	position:relative;
	left:0;
	width:auto;
	height:auto;
	padding:8px 20px !important;
	font-size:100%;
	color:#fff;
	min-height:19px;
	background:#4b4b5a url(images/leftbox_top.png) repeat-x top;
}
.fulltextsearch h3.access {
	display:none;
}
.fulltextsearch{
	width:auto;
	margin:0;
	background:none;
	border:0;
	position:absolute;
	top:40px;
	right:-5px;
}
/* FOOTER */
#footer{
	width:940px;
	font-size:88%;
	text-align:left;
	height:60px;
	border-top:1px solid #c8c8d7;
}
#footer p{
	padding:0 5px;
}
#footer a{
}
#footer a:hover{
	text-decoration:none;
}
#footer_left, #footer_right{
	float:left;
	padding:10px 0 0 0;
	width:470px;
	position:relative;
	top:1px;
	margin-top:-1px;
}
#footer_right{
	text-align:right;
}/* CLASSES */
.cleaner {
	clear: both;
	font-size: 1px;
	height: 1px;
	overflow: hidden;
}
.errmsg {
	margin-bottom: 10px;
	color: red;
	text-align: center;
}
.status_info {
	background: url(images/info_ico.gif) no-repeat 8px 8px;
	width: 450px;
	font-weight: bold;
	margin: 15px auto 15px auto;
	padding: 15px 15px 15px 45px;
	border: 1px solid #a5a5a5;
	border-left: none;
	border-right: none;
}
.status_error {
	background: url(images/error_ico.gif) no-repeat 8px 8px;
	width: 450px;
	font-weight: bold;
	margin: 15px auto 15px auto;
	padding: 15px 15px 15px 45px;
	border: 1px solid #a5a5a5;
	border-left: none;
	border-right: none;
	color: #830000;
}
.required{
	background:#fff url(images/required.gif) top right no-repeat;
}
.invalid{
	background:#fff url(images/invalid.gif) top right no-repeat;
}





#menu a.ftresult, #menu span.ftresult{
	color:#000;
	background:#ff0;
	padding:0;
	display:inline;
}