/*  
Hannas Extranet
Create: 09-AGO-2008
Update: 22-AGO-2008 15:50
*/

/* Basic */

body {
	color: #4e523f;
	font-size: 62.5%;
	font-family: "Lucida Grande" ,Arial,Verdana,sans-serif;
	margin: 0;
	padding: 0;
}

a img {
	vertical-align: top;
}
a img {
	border: 0;
}

hr {
	display: none;
}

fieldset {
	border: 0;
}

/* Cross-Browser CSS Flexible Columns Framework
* Author: Vinicius Braga
* Author URI: http://viniciusbraga.com/
*/
.col20 {
	width: 20%;
}
.col40 {
	width: 40%;
}
.col50 {
	width: 50%;
}
.col60 {
	width: 60%;
}
.col-01 {
	width: 23em;
}
.col20, .col40, .col50, .col60, .col-01 {
	margin: 0;
	padding: 0;
	float: left;
}

.colHome-01 {
	width: 27em;
	margin-top: 16px;
}
.colHome-02 {
	width: 45em;
}
.colHome-01 .main {
	padding-bottom: 5em;
}
.colHome-01, .colHome-02 {
	float: left;
}

.colPicDetail {
	margin: 0;
	padding: 0 10px;
	float: left;
	display: inline;
}

.col, .row {
	margin: 0;
	padding: 0;
	overflow: hidden;
}
* html .row {
	overflow: visible;
	height: 100%;
}
/* only IE6 */
* html .col {
	overflow: visible;
	float: left;
}
/* only IE6 */

.colHome-01, .container {
	border: 0px solid red;
}

/* Framework End */

/* Links */
a:link {
	color: #9e9242;
	text-decoration: none;
}
a:visited {
	color: #9e9242;
	text-decoration: none;
}
a:hover {
	color: #d0041f;
}
a:active {
	color: #d0041f;
}

/* Container */

.container {
	width: 970px;
	margin: 0 auto;
	padding: 0;
}

.header, .content, .footer, .taxonomy {
	width: 97em;
	margin: 0 auto;
	padding: 0;
}

.header {
	width: 994px;
	height: 96px;
	position: relative;
	z-index: 10;
	overflow: visible !important;
}
* html .header {
	height: 96px !important;
}
/* Global Navigation RAD MENU */


.RadMenu_HannasExtranet {
	left: 175px !important;
	z-index: 10;
}


/* Local Nav */

.navLocal {
	margin: 7px 0 0;
	padding: 0;
	width: 17em;
}
.navLocal ul {
	margin: 1.25em 2em 2.5em;
	padding: 0;
}
.navLocal li {
	font-size: 1.1em;
	margin: 0 0 1.1em 0;
	padding: 0 0 0 1em;
	list-style-type: none;
	background: transparent url(../Images/navigation/navlocal-blt.gif) no-repeat 0 0.5em;
}
.navLocal li.title {
	color: #85837e;
	margin: 0 7px 0 0;
	padding: 0;
	background-image: none;
}
.navLocal li a {
	margin: 0 7px 0 0;
	padding: 0;
}

/* Local Nav */

.quickLinks {
}
.quickLinks ul {
	color: #85837e;
	margin: 0 0 0 0.2em;
	padding: 0;
}

.quickLinks li {
	margin: 0 0 0.5em 0;
	padding: 0 0 0 1em;
	list-style-type: none;
	background: url(../Images/navigation/navlocal-blt.gif) no-repeat left center;
}

.quickLinks li a {
}

/* Rounded Corners */
.rc-base {
	background: #efede7;
	border-left: 1px solid #d7d3cc;
	border-right: 1px solid #d7d3cc;
	overflow: hidden;
}
* html .rc-base {
	overflow: visible;
	height: 100%;
}

.rc-t-l {
	background: #efede7 url(../Images/navigation/navlocal-roundcorner-t-l.gif) no-repeat top left;
	height: 4px;
	border-bottom: 0px solid red;
	font-size: 4px;
}
.rc-t-r {
	background: transparent url(../Images/navigation/navlocal-roundcorner-t-r.gif) no-repeat top right;
	margin-left: 4px;
	font-size: 4px;
}
.rc-b-l {
	background: #efede7 url(../Images/navigation/navlocal-roundcorner-b-l.gif) no-repeat top left;
	height: 4px;
	font-size: 4px;
}
.rc-b-r {
	background: transparent url(../Images/navigation/navlocal-roundcorner-b-r.gif) no-repeat top right;
	margin-left: 4px;
	font-size: 4px;
}

.boxRed {
	margin: 0 12px 12px;
	padding: 15px;
	border: 1px solid #d7d2c9;
	background: #db0421 url(../Images/global/) repeat-x top left;
	font-size: 1.2em;
}

.boxDarkBrown {
	margin: 0 12px 12px;
	padding: 15px;
	border: 1px solid #d7d2c9;
	background: #68614c url(../Images/global/) repeat-x top left;
	font-size: 1.2em;
}

.boxLiteBrown {
	margin: 0 0 12px;
	padding: 15px;
	background: #eeebe3;
	font-size: 1.2em;
}

.boxRed,
.content .boxRed h2,
.boxDarkBrown,
.content .boxDarkBrown h2,
.content .boxDarkBrown a,
.content .boxRed a,
.boxRed .sf_newsList .sf_newsHomeTitle,
.boxDarkBrown .sf_newsList .sf_newsHomeTitle {
	color: #FFF;
}
/*updated by LeoCosta 12/08/200*/

/*updated by LeoCosta 12/08/2008*/
.boxRed .sf_newsList .sf_newsHomeTitle,
.boxDarkBrown .sf_newsList .sf_newsHomeTitle {
	font-weight: bold;
}
.boxRed .sf_newsList .sf_newsHomeTitle,
.boxDarkBrown .sf_newsList .sf_newsHomeTitle,
.boxRed .sf_newsList p,
.boxDarkBrown .sf_newsList p {
	font-size: 1em;
}

.boxRed .sf_newsList .sf_newsDate,
.boxDarkBrown .sf_newsList .sf_newsDate {
	display: none;
}

.boxRed .sf_newsList .sf_readMore,
.boxDarkBrown .sf_newsList .sf_readMore {
	margin: 1em 0 0 0;
}

.box_title {
	display: block;
	margin-bottom: 1em;
}

.imageHeaderTitle {
	border: 0;
	margin: 0 0 5px;
}


.tableBirthdays {
}
.tableBirthdays td,
.tableBirthdays td {
	padding: 0 0 1em 0;
}
.tableBirthdays td.birthday_name {
	text-align: left;
}
.tableBirthdays td.birthday_date {
	text-align: right;
}
.tableBirthdays tr:last-child td {
	padding-bottom: 0;
}

/* Header */
.headerBkg {
	background: #FFFDF8 url(../Images/global/header-bkg.jpg) repeat-x 0 0;
}

.taxonomyBkg {
	padding: 0;
	height: 5em;
	background: #FFFFFF url(../Images/global/header-taxonomy-bkg.jpg) repeat-x scroll left bottom;
	padding: 0;
}

.taxonomy p {
	color: #9c9787;
	font-size: 1.15em;
	margin: 1.15em 0 0 20em;
	padding: 0 0 0 0.6em;
}
.taxonomy p a {
	color: #9c9787;
	text-decoration: underline;
}
.taxonomy p a:visited {
	color: #9c9787;
	text-decoration: underline;
}

/* Header logo */
.headerLogo {
	/* margin-top: 22px; */
	width: 195px;
	height: 64px;
	position: absolute;
	top: 20px;
	left: 0px;
	z-index: 5;
}
.headerLogo h1, .headerLogo h2 {
	display: none;
}

/* Content */

.content h1 {
	color: #666;
	font-size: 2.4em;
	font-weight: normal;
	letter-spacing: -1px;
	margin: 0 1em 0.6em 0.3em;
	padding: 0;
}

.content h2 {
	color: #990000;
	font-size: 1.2em;
	margin: 0 1.67em 0.4em 0.8333em;
	padding: 0;
}

.content p {
	font-size: 1.2em;
	line-height: 1.25em;
	margin: 0 1.67em 1em 0.8333em;
	padding: 0;
}

.content .main {
	margin-bottom: 3em;
}


/* Job Box */


.jobBox {
	margin: 0 0 1em 0.8em;
	padding: 0;
}

.jobBox h1 {
	margin: 0pt 1em 0.35em 0;
}

.jobBox ul {
	margin: 0 2px 0 1px;
	padding: 0 0 5px;
	background: #f1f1f1;
	border-left: 1px solid #e7e7e7;
	border-right: 1px solid #e7e7e7;
}
.jobBox li {
	font-size: 1.2em;
	margin: 0 1em;
	padding: 0.25em 0;
	list-style-type: none;
}

.radiusJobBox {
	margin: 0 10px 0 0;
	padding: 0;
	float: left;
	width: 25em;
	display: inline;
}

.radiusJobBox .topLeft, .radiusJobBox .topRight, .radiusJobBox .bottomLeft, .radiusJobBox .bottomRight {
	font-size: 10px;
	line-height: 10px;
	height: 10px; /* It fixs IE6 bug */
}
.radiusJobBox .topLeft {
	background: transparent url(../Images/global/job-box-t-l.gif) no-repeat left top;
	padding: 0 0 0 10px;
}
.radiusJobBox .topRight {
	background: transparent url(../Images/global/job-box-t-r.gif) no-repeat right top;
}
.radiusJobBox .bottomLeft {
	background: transparent url(../Images/global/job-box-b-l.gif) no-repeat left bottom;
	padding: 0 0 0 10px;
}
.radiusJobBox .bottomRight {
	background: transparent url(../Images/global/job-box-b-r.gif) no-repeat right bottom;
}
/* articleIndex */

.articleImage {
	margin: 6.5em 0 0 0;
	text-align: center;
}
.articleImageIndex {
	float: left;
	margin: 0 0 0 -20em;
	padding: 0 2em 0 0;
}

.articleIndex {
	float: left;
	margin-bottom: 30px;
}

.articleIndex p {
	margin-bottom: 0;
}

/* homeLogin */

.homeLogin {
	min-height: 120px;
	overflow: hidden;
	padding: 10px auto 50px auto;
}

.homeLogin .homeLoginTitle {
	float: left;
}

.homeLogin .loginForm {
	margin: 0 0 10px;
	padding: 10px;
	width: 310px;
	background: #fffdf8 url(../Images/global/login-bkg.jpg) repeat-x left bottom;
	border: 1px solid #c9c6c1;
}

.loginForm .rowForm {
	padding: 2px 0;
	overflow: hidden;
}

.loginForm .rowForm .labelTag {
	width: 70px;
	float: left;
	padding: 2px 0 0 0;
	display: inline;
}

.loginForm .rowForm .inputText {
	border: 1px solid #c5c5c5;
	padding: 3px;
	margin: 1px 5px;
	float: left;
	display: inline;
}


/* bodyHome  */

.bodyHome, .bodyPage {
	background-color: #575757;
}

.bodyHome .headerImage {
	height: 150px;
	text-align: center;
	background: transparent url(../Images/global/heade-bkg.jpg) no-repeat center top;
	position: relative;
	overflow: hidden;
}

.ie6 .bodyHome .headerImage {
	height: 150px;
}

.bodyHome .headerImage .feature {
	margin: 61px 0 0 40.5%;
}

.bodyHome .taxonomyBkg {
	height: 3.5em;
}

.bodyPage .taxonomyBkg {
	height: 5.7em;
}

.bodyHome .headerBkg {
}

.bodyHome .contentBkg {
	background: #fffdf8 url(../Images/global/content-home-bkg.jpg) no-repeat center bottom;
}

.bodyHome .main h1 {
	font-size: 2em;
	font-weight: normal;
	margin: 0.25em 1em 0 3px;
	padding: 0pt;
}

.bodyHome .main p {
	font-size: 1.2em;
	line-height: 1.5em;
	margin: 0pt 1.6em 1em 1.166em;
	padding: 0pt;
}

/* bodyPage  */

.bodyPage .headerImage {
	height: 150px; /*background: transparent url(../Images/global/about_us-feature-bkg.jpg) no-repeat  center bottom;*/
	text-align: center;
	overflow: hidden;
}

* html .bodyPage .headerImage {
	width: 100%;
}

.bodyPage .headerImage img {
	margin: 0 0 0 0;
	padding: 0;
	border: 0;
}



.bodyPage .contentBkg {
	background: #fff url(../Images/global/content-about_us-bkg.jpg) no-repeat center bottom;
	min-height: 180px;
}

.bodyPage .content {
	min-height: 200px;
}
.ie6 .bodyPage .content {
	height: 200px;
	overflow: visible;
}

.homeNews {
	margin-bottom: 1em;
}

/* bodyPage  */
.mainContentList {
	padding: 0 0 0 0.75em;
}

.mainContentList h1 {
	font-size: 1.8em;
	margin: 0 1em 0 0.4em;
}

.mainContentList h2 {
	margin: 0.25em 1.67em 0.25em 0.83em;
}

.mainContentList p {
	margin: 0 1.67em 0 0.83em;
}


/* News */

.news {
	margin: 0 1.4em 2em;
	padding: 0 0 0 0;
}
.news h1 {
	margin: 5px 0 10px 10px;
}
.news h2 {
	color: #4e523f;
	font-size: 1.6em;
	font-weight: normal;
	margin: 0 1.20em;
}
.news p {
	color: #4e523f;
	margin: 0 1.66em;
}
.news .date {
	font-size: 11px;
	padding: 0.4em 0 0;
	color: #8e8133;
}
.news .more {
	margin: 0 1.66em 1.66em;
}

.sf_newsList h2.sf_newsHomeTitle {
	color: #920013;
	font-size: 1.2em;
	margin: 0 0 0.7em 0;
	font-weight: bold !important;
}
.sf_newsList h2.sf_newsHomeTitle a {
	color: #920013;
}

/* NEWS List */
.sf_newsList {
	margin: 0;
	padding: 0;
}
.bodyPage .sf_newsList {
	margin-left: 1em;
}

.sf_newsList li {
	list-style-type: none;
	margin: 0 0 1em 0;
	padding: 0;
}
.sf_newsList li:last-child {
	margin-bottom: 0;
}

.main .sf_newsList h2.sf_newsFullListTitle {
	margin: 0;
	color: #4E523F;
}

.main .sf_newsList .sf_newsDate {
	padding: 0.5em 0;
	color: #908435;
	font-size: 1.2em;
}

.sf_newsList p {
	margin: 0;
}

.main .archiveButton img {
	margin: -20px 0px 40px 5px;
}

.sf_newsDate {
	color: #908435;
}

/* NEWS Single */


.main .sf_singleNews .sf_NewsTitle {
	margin: 0 1em 0.6em 0.3em;
	color: #4E523F;
	font-size: 2.4em;
	font-weight: normal;
	color: #666666;
	letter-spacing: -1px;
}

.sf_singleNews p {
	margin: 0 1.67em 1em 0.5em;
}

.main .sf_singleNews .sf_newsDate {
	margin: 0 1.67em 0.5em 0.5em;
}

.sf_newsAuthor, .sf_postCategory, .sf_postTags {
	display: none;
}


.content .sf_newsThumbnail {
	margin: 5px 0 5px 5px;
}


/* Footer */

.footerBkg {
	background: #575757 url(../Images/global/footer-bkg.jpg) repeat-x top left;
	padding: 22px 0 10px 0;
	margin: 0;
}
.footer {
}
.footer p {
	font-size: 9px;
	color: #a19595;
	margin-left: 1.5em;
}

.navFooter {
	margin: 0 1em;
}
.navFooter ul {
	margin: 0;
	padding: 0;
}
.navFooter li {
	margin: 0;
	padding: 0 2em 0 0;
	list-style-type: none;
	float: left;
	display: inline;
}
.navFooter li a {
	margin: 0 0 0 0;
	padding: 0;
}
.navFooter hr, .navFooter li span {
	display: none;
}


/* Forms */

.basicForm {
	margin: 0 0 4em 0;
}

.basicForm .err {
	margin: 1em 1em;
}

.basicForm .err dl {
	font-size: 1.2em;
	margin: 0 0 2em;
}
.basicForm .err dd {
	margin: 0.25em 0.5em 0 1em;
}

.basicForm .rowForm {
	border: 0px solid grey;
	margin-bottom: 0.8em;
	overflow: hidden;
}

.ie .basicForm .rowForm {
	overflow: visible;
}

.basicForm .rowForm .labelTag {
	border: 0px solid red;
	float: left;
	width: 9.5em;
	padding: 0 0.5em 0 0;
}

.basicForm .rowForm .inputText {
	border: 1px solid #c5c5c5;
	padding: 3px;
}

.basicForm .rowFormSubmit {
	padding: 1.5em 2em 0 10em;
}

/* Paging  */

.paging table {
	float: right;
	margin: 0 0 0 0;
}
.paging td {
	font-size: 13px !important;
	text-align: center;
	padding: 0.5em 0;
}
.paging table td {
	padding: 0.15em 0 0.15em 0.5em;
}


/* Table - Position Avaliable */

.tblJobs {
	border: 0;
}

.tblJobs th {
	text-align: left;
	font-weight: normal;
	font-size: 1.2em;
	padding: 0.5em 0.7em;
	background: #ebebeb;
	color: #949799;
}

.tblJobs td {
	padding: 1em 1em 0 0.7em;
	font-size: 1.2em;
}

.tblJobs .infoSummary {
	padding: 1.5em 25% 1.5em 0.7em;
}

/* Search Form */
#topSearchForm {
	position: absolute;
	left: 750px;
	top: 35px;
	width: 215px;
	border: 0;
	z-index: 50;
}

#topSearchForm .title {
	width: 41px;
	height: 20px;
	float: left;
	vertical-align: middle;
}

#topSearchForm .searchBox {
	width: 120px;
	height: 16px;
	float: left;
	margin: 2px 5px;
	padding: 2px 2px 0;
	background: #fefffe;
	border: 1px solid #cfccc3;
	display: inline;
}

#topSearchForm .searchSubmit {
	border: 0 none;
	width: 24px;
	height: 23px;
	margin: 0;
	vertical-align: middle;
}

.searchResults {
	margin: 10px;
	font-size: 1.2em;
}

.searchResults dt {
	margin: 0;
	font-size: 1.4em;
}
.searchResults dd {
	margin: 0;
	font-size: 1.2em;
}

.searchResults dd + dt {
	margin: 10px 0 0;
}


* html .RadMenu_HannasExtranet .link img {
	margin: 0 0 0 0 !important;
	display: inline;
}


/* CSS End */
