@charset "utf-8";
/* CSS Document */
.login-screen{overflow: hidden;}
.wrapper {
}
.header {
	background: url(/images/icongresso/header.jpg) center no-repeat;
	height: 99px;
	position: relative;
	z-index: 10;
}
.header-admin {
	background: url(/images/icongresso/header.jpg) center no-repeat;
	height: 99px;
	position: relative;
	z-index: 10;
	overflow: hidden;
	margin: 0 0 5px 0;
}
.head {
	background: url(/images/icongresso/logo-back.png) left no-repeat, 
		url(/images/icongresso/header-back-left.png) top right no-repeat, 
		url(/images/icongresso/head.png) repeat-x;
	width: 895px;
	height: 153px;
	margin: 0 auto 0 auto;
	position: relative;
	z-index: 30;
}
.head-admin {
	background: url(/images/icongresso/logo-back.png) left no-repeat, 
		url(/images/icongresso/header-back-left.png) top right no-repeat, 
		url(/images/icongresso/head.png) repeat-x;
	width: 80%;
	height: 153px;
	margin: 0 auto 0 auto;
	position: relative;
	z-index: 30;
}
.head > .logo > a {
	background: none;
	display: block;
	margin: 18px 0 0 0;
}
.head-admin > .logo > a {
	background: none;
	display: block;
	margin: 10px 0 0 0;
}

div.search-box{
	margin: -85px 300px 0 0;
	width:400px;
	float: right;
	position: relative;
}
div.search-box input{
	border-radius:5px;
}
div.search-box input:focus{
	background: #EBEBEB;
	color: #979797;
	transition:all linear 300ms;
	-moz-transition:all linear 300ms;
	-webkit-transition:all linear 300ms;
}
div.search-box input.pequeno{
	width: 192px !important;	
}
.top-links {
	width: 200px;
	line-height: 90px;
	text-align: right;
}
.top-links > a {
	font-size: 11px;
	color: #2D5066 !important;
	margin: 0 15px 0 0;
	padding: 0 0 0 15px;
	border-left: 1px solid #2D5066;
}
.top-links > a:hover {
	color:#00BACA !important;
	text-decoration: underline;
	text-shadow: 1px 1px 1px #FFF;
}
.logo-itg {
	height: 99px;
	margin:0 15px 0 0;
}
.logo-itg > a {
	display: table-cell;
	height: 99px;
	vertical-align: middle;
}
.top-links > a:first-child {
	border: 0;
}

a.modalBtn{position: absolute; top: 0; right: 200px;}

.main {
	background: url(/images/icongresso/general-background.jpg) center top no-repeat #F0F0F0;
	width: auto;
	height: auto;
}
.content {
	width: 895px;
	min-height: 668px;
	margin: 0 auto 0 auto;
}
.logo-empresa {
	width: 440px;
	margin: 180px 0 0 0;
	text-align: center;
}
.login-box {
	background: url(/images/icongresso/login-back.png) 50% 50%;
	width: 322px;
	height: 251px;
	margin: 180px 40px 0 0;
	position: relative;
}
.login-box > h1 {
	font-size: 0.9em;
	position: absolute;
	top: -25px;
	left: 5px;
	font-weight: bold;
	text-transform: uppercase;
	color: #00BACA;
}
.login-box li, .login-box label, .login-box input {
	font-size: 11px;
}
.login-box > form {
	text-align: center;
	margin: 50px 0 0 0;
}
.login-box > form > label {
	text-align: left;
	display: inline-table;
	width: 83%;
	color: #2D5066;
	margin: 0;
}
.login-box > form > input[type=text], .login-box > form > input[type=password] {
	width: 80%;
}
.login-box > form > div > input[type=submit] {
	margin: 0 25px 0 0;
}
.login-box > form > div > ul {
	width: 200px;
	float: left;
	text-align: left;
}
.login-box ul.datalinks {
	margin: 50px 0 0 15px;
	width: 300px !important;
}
.login-box ul.datalinks li {
	color: #2D5066;
	list-style: inside square;
}
.login-box ul.datalinks li > a {
	color: #2D5066;
}
.logo-empresa > h2 {
	color: #12364F;
	text-align: left;
	font-size: 1.1em;
}
.logo-empresa > img {
	padding: 15px 0 0 0;
}
.menu-nav {
	background: url(/images/icongresso/menu.png) repeat-x;
	margin: -54px 0 0 0;
	font-size: 12px;
}
.menu-nav > ul {
	text-align: right;
	width: 895px;
	margin: 0 auto 0 auto;
	position: relative;
	z-index: 40;
}
.menu-nav > ul > li {
	display: inline-table;
	text-align: center;
	padding: 0 10px 0 10px;
	margin: 0;
	line-height: 35px;
	position: relative;
}
.menu-nav > ul > li > a {
	color:#E84E34;
	font-weight: bold;
	text-shadow: 1px 1px 0 #FFF;
}
.menu-nav > ul > li:hover > a {
	color: #12364F;
}
.menu-nav > ul > li > ul, .menu > ul > li > ul > li > ul {
	background: url(/images/icongresso/shadow.png) top repeat-x #FFF;
	position: absolute;
	top: 35px;
	left: 0;
	text-align: left;
	width: 180px;
	display: none;
}
.menu-nav > ul > li:hover > ul, .menu > ul > li> ul > li:hover > ul {
	display: block;
}
.menu-nav > ul > li > ul > li {
	position: relative;
	line-height: 25px;
	padding: 0 0 0 10px;
	border-left: 5px solid #22B5CB;
}
.menu-nav > ul > li > ul > li:hover {
	border-left: 5px solid #01838C;
}
.menu-nav > ul > li > ul > li > a {
	display: block;
	color: #66B887;
	font-weight: bold;
	line-height: 25px;
}
.menu-nav > ul > li > ul > li > a:hover, .menu > ul > li > ul > li:hover > a {
	color: #77704C;
}
.menu-nav > ul > li> ul > li:hover > ul {
	background: #C8D5DD;
	top: 0;
	left: 170px;
}
.menu-nav > ul > li> ul > li:hover > ul > li {
	background: #FFF;
	margin: 5px;
	padding: 0 0 0 5px;
	transition: all linear 300ms;
	-moz-transition: all linear 300ms;
	-webkit-transition: all linear 300ms;
}
.menu-nav > ul > li> ul > li:hover > ul > li > a {
	background: url(/images/icase/arrow.png) left no-repeat;
	padding: 0 0 0 12px;
	font-weight: bold;
}
.menu-nav > ul > li> ul > li:hover > ul > li:hover {
	border-radius: 20px;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
}


.footer {
    background: url(/images/icongresso/footer-background.jpg) center no-repeat;
    height: 40px;
    width: 100%;
}
.footer > h1 {
    height: 40px;
    margin: 0 auto;
    position: relative;
    width: 960px;
}
.footer > h1 > span {
    background: url(/images/icongresso/product-background.png) no-repeat scroll left center transparent;
    display: block;
    height: 40px;
    vertical-align: middle;
    width: 256px;
}
.footer > h1 > span > a > img {
    position: relative;
    top: 5px;
}
.footer > h1 > strong {
    display: block;
    position: absolute;
    right: 0;
    top: 0;
}
.footer > h1 > strong > a > img {
    position: relative;
    top: 5px;
}
/********************************************************************************************************/
/************************* Novos Estilos ***************************************************************/
#menu{
	background:url(../images/icongresso/menu-dark-gray.png) repeat-x !important;
}
#menu li, #menu li > a{
	cursor: pointer;
	color:#355869 !important;
}

ul.dropdown ul a:hover{
	background:#EBEBEB !important;
	color:#FFF !important;
}
#centro{
	min-height: 440px;
}
#esquerda{
	min-height: 440px !important;
}
