html {
	background: #dee4e7 url('../images/container/main.gif') repeat-x;
	overflow-y: scroll;
	font-family: Arial;
	font-size: 9pt;	
}

a {
	color: #4b8eae;
	text-decoration: none;
	font-weight: bold;
}

a[class*="ui-state"] {
	font-family: Arial;
	font-size: 0.9em;
}

a:hover {
	color: #ef402f;
	text-decoration: underline;
}

textarea {
	resize: none;
}

hr {
	color: #95afba;
	height: 1px;
	border: none;
	border-bottom: 2px solid #95afba;
	margin: 0px 0px 6px 0px;
	-moz-box-shadow: 1px 3px 1px #aaa;
	-webkit-box-shadow: 1px 3px 1px #aaa;
	box-shadow: 1px 3px 1px #aaa;
}

input[type="button"],input[type="submit"] {
	cursor: pointer;
	color: #666;
	background: url('../../images/general/bgBtn.gif');
	border: 1px solid #666;
	padding: 4px 10px 4px 10px;
	font-size: 8pt;
	font-weight: bold;
	width: auto;
	overflow: visible;
}

input[type="button"]:hover,input[type="submit"]:hover {
	color: #ef402f;
}

input:not([type="button"]), input:not([type="submit"]), textarea, select {
	margin: 1px;
}

input[type="checkbox"], input[type="radio"] {
	vertical-align: text-bottom;
}

.pagingCurrentPage {
	color: #aaa;
	margin-left: 2px;
	margin-right: 2px;
	font-family: Verdana;
	font-size: 8pt;
}

.pagingPagesFound {
	margin-left: 2px;
	margin-right: 2px;
	font-family: Verdana;
	font-size: 8pt;	
}

#mainContainer {
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	position: relative;	
}

#mainContainer .logo {
	width: 310px;
	height: 200px;
	background: #e6e8ea;
	border: 2px solid #93c1d6;
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	border-radius: 12px;
	float: left;
}

#mainContainer .pictures {
	width: 670px;
	height: 200px;
	background: #ebebeb;
	float: right;
	border: 2px solid #93c1d6;
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	border-radius: 12px;
}

#mainContainer .topPicture {
	position: relative;
	top: 2px;
	left: 2px;
	border: 2px solid #e6e8ea;
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	border-radius: 12px;	
}

#topMenu {
	background: #e7e7e7;
	width: 1000px;
	height: 41px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	text-align: right;
}

#topMenu img {
	margin-top: 1px;
	cursor: pointer;
	border-bottom: 1px solid #e7e7e7;
}

.topMenu2 {
	margin-top: 8px;
	margin-left: 2px;
	height: 25px;
	background: #f3f3f3;
	padding: 5px 23px 5px 23px;
	float: right;
	-webkit-border-radius: 5px 5px 0px 0px;
	-moz-border-radius: 5px 5px 0px 0px;
	border-radius: 5px 5px 0px 0px;
	cursor: pointer;
}

.topMenu2 img {
	position: relative;
	top: 2px;
}

#middleContainer {
	padding: 10px 5px 10px 5px;
	background: white;
	-webkit-border-radius: 7px 0px 7px 7px;
	-moz-border-radius: 7px 0px 7px 7px;
	border-radius: 7px 0px 7px 7px;
	z-index: 100;
	-moz-box-shadow: 0px 2px 2px #555;
	-webkit-box-shadow: 0px 2px 2px #555;
	box-shadow: 0px 2px 2px #555;
}

#menuContainer .menu {
	margin: 12px 0px 12px 10px;
	width: 105px;
	padding: 9px 10px 9px 35px;
	background-image: url('../images/container/bg_menu.gif');
	background-repeat: no-repeat;
	color: white;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;
	font-weight: bold;
	-moz-box-shadow: 2px 2px 2px #555;
	-webkit-box-shadow: 2px 2px 2px #555;
	box-shadow: 2px 2px 2px #555;
	cursor: pointer;
}

.submenuContainer {
	margin-left: 13px;
	margin-right: 18px;
}

.submenuContainer a, label.submenuLabel {
	display: block;
	padding-left: 2px;
	color: #888787;
	font-weight: bold;
	text-decoration: none;
}

.submenuContainer a:hover {
	color: #f04130;
}

.submenuContainer hr {
	color: #95afba;
	height: 1px;
	border: none;
	border-bottom: 1px solid #95afba;
	margin: 2px 0px 6px 0px;
	-moz-box-shadow: 1px 1px 1px #aaa;
	-webkit-box-shadow: 1px 1px 1px #aaa;
	box-shadow: 1px 1px 1px #aaa;
}

.submenuContainer2 {
	margin: 10px 0px 8px 0px;	
}

.submenuContainer2 a {
	margin: 4px 0px 4px 0px;
	display: block;
	padding-left: 25px;
	color: #a5a1a1;
	font-weight: bold;
	text-decoration: none;
}

.submenuContainer a:hover {
	color: #f04130;
}

.pageTitle {
	font-weight: bold;
	font-size: 12pt;
}

#bottomContainer {
	margin-top: 10px;
	padding: 20px;
	background: white;
	-webkit-border-radius: 7px 7px 0px 0px;
	-moz-border-radius: 7px 7px 0px 0px;
	border-radius: 7px 7px 0px 0px;
	-moz-box-shadow: 0px 2px 2px #555;
	-webkit-box-shadow: 0px 2px 2px #555;
	box-shadow: 0px 2px 2px #555;
}

#todayBirthdays {
	background: #f9f9f9 url('../images/general/aniversariantes.jpg');
	border: 2px solid #eeeeee;
	padding: 10px;
	line-height: 1.5;
	margin-bottom: 15px;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;
}

#homeLinks {
	background: #f9f9f9;
	border: 2px solid #eeeeee;
	padding: 10px;
	line-height: 1.5;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;
}

#homeLinks td {
	padding: 5px 0px 5px 0px;
}

#homeLinks td[align="center"] {
	padding-left: 7px;
}

#homeLinks a {
	font-family: Verdana;
	display: block;
	font-size: 7pt;
}

.boxResearch {
	position: relative;
	background: #f9f9f9;
	border: 2px solid #eeeeee;
	margin-top: 15px;
	padding: 15px;
	line-height: 1.5;
}

.boxResearch span {
	font-size: 11pt;
	font-weight: bold;
	color: #5594b2;
	display: block;
	margin-bottom: 10px;
}

.boxResearch label {
	font-weight: bold;
	color: #969798;
	display: block;
	margin-bottom: 4px;
}

.boxResearch input[type="text"] {
	width: 235px;
	border: 1px dotted #a0a0a0;
	padding: 4px;
	display: block;
	margin-bottom: 15px;
}

.boxResearch img {
	position: absolute;
	top: 15px;
	right: 20px;
}

#pageTextContainer {
	text-align: justify; 
	color: #666; 
	line-height: 1.6;
	margin: 30px;	
}

#pageSubmenu {
	margin: 20px 0px 00px 0px;
	border: 1px solid #d0d0d0;
	padding: 10px;	
}

#pageSubmenu a {
	padding: 3px 0px 0px 20px;
	margin-right: 25px;
	background: url('../images/general/pageSubmenu.gif') no-repeat;
}

.formInfo {
	font-size: 7pt;
	color: #a0a0a0;
	font-family: Verdana;
}
.formError {
	margin-bottom: 20px;
	border: 1px solid red;
	padding: 10px;
	background: #fffff0;
}
.formError li {
	color: #ef402f;
	font-weight: bold;
	padding: 0px;
	list-style-type: square;
	font-family: Arial;
	margin-left: 20px;
}
.formSuccess {
	background: #caf6cb;
	border: 1px solid #2c912e;
	text-align: center;
	line-height: 2;
	margin-bottom: 20px;
	padding: 7px;
	font-family: Arial;
	font-size: 10pt;
	color: #2c912e;
	font-weight: bold;
}
#formTable{
	background: white;
	table-layout: fixed;
}
#formTable td {
	background: #f0f0f0;
	padding: 3px;
}

#formTable input[type="text"], select, textarea {
	font-family: Arial;
	border: 1px solid #d0d0d0;
	font-size: 9pt;	
}

#formTable input[type="submit"], input[type="button"] {
	border: 1px solid #d0d0d0;
	background: white;
	color: #4b8eae;
}

.infoTable {
	width: 100%;
	background: #d0d0d0;
	margin-bottom: 20px;	
}

.infoTable tr {
	cursor: pointer;
}
.infoTable tr:hover {
	text-decoration: underline;
}
.infoTable td {
	background: white;
	padding: 3px;
}
.infoTable td:hover {
	text-decoration: underline;;
}

.conveniosItensSelecionados {
	margin-bottom: 25px;
	background: #d0d0d0;
	width: 100%;
}
.conveniosItensSelecionados td {
	background: #f0f0f0;
	padding: 6px;
}

.inputBuscaGoogle {
	padding: 4px 4px 5px 4px;
	border: 1px solid #d0d0d0;
	-webkit-border-radius: 7px 7px 7px 7px;
	-moz-border-radius: 7px 7px 7px 7px;
	border-radius: 7px 7px 7px 7px;
	-moz-box-shadow: 0px 2px 2px #777;
	-webkit-box-shadow: 0px 2px 2px #777;
	box-shadow: 0px 2px 2px #777;
}

.footer {
	margin-top: 4px;
	background: #4a8dad;
	line-height: 2;
	text-align: center;
	color: white;
	font-weight: bold;
	font-size: 8pt;
	padding: 5px;
	-webkit-border-radius: 7px 7px 7px 7px;
	-moz-border-radius: 0px 0px 7px 7px;
	border-radius: 7px 7px 7px 7px;
	-moz-box-shadow: 0px 2px 2px #777;
	-webkit-box-shadow: 0px 2px 2px #777;
	box-shadow: 0px 2px 2px #777;
}

.newsHeadline {
	color: #333;
	font-size: 14pt;
}

.bottomBlock {
	margin: 10px 0px 0px 0px;
	padding: 15px;
	background: #f9f9f9;
	border: 2px solid #eeeeee;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;
	line-height: 1.7;
	text-align: left;
}
.bottomBlock a {
	margin-left: 10px;
	color: #adaba5;
	display: block;
}
.bottomBlock hr {
	margin-bottom: 9px;
}
