@charset "utf-8";

/* screen media */

/**/

body {
	padding: 0;
	margin: 0;
	background: #fff url(../images/global/backGlobal.jpg) repeat-x left top;
}

* {
	font-family: Arial, Helvetica, sans-serif;
}

a:link,
a:visited,
a:active,
a:hover {
	text-decoration: none;
}

.shim {
	clear: both;
}

img {
	border: none;
}

h1 {
}

h2 {
}

h3 {
}

h4 {
}

h5 {
}

h6 {
}

/**/

.boxLayout {
	margin: 0 auto 40px auto;
	width: 980px;
	font-size: 11px;
	height: auto;
}

.boxToolsTop {
	width: 937px;
	padding-right: 43px;
	height: 31px;
	text-align: right;
	line-height: 31px;
}

.boxHeader {
	width: 980px;
	height: 143px;
	clear: both;
}

.boxLogo {
	width: 321px;
	height: 130px;
	position: absolute;
	top: 55px;
	z-index: 50;
	float: left;
	margin-left: 38px;
}

.boxMenu,
.boxSloggan {
	float: right;
	width: 570px;
	height: 29px;
	text-align: right;
	margin-right: 36px;
}

.boxMenu {
	margin-top: 24px;
	line-height: 29px;
	font-size: 17px;
}

.boxSloggan {
	margin-top: 44px;
}

/**/

.boxBody.homepage {
	width: 908px;
	min-height: 150px;
	margin: 17px 21px 40px 21px;
	padding: 0 15px;
	background: url(../images/global/homeBodyShim.gif) repeat-x left top;
}

.boxBody.homepage h2 {
	display: block;
	width: auto;
	height: 33px;
	margin: 0 0 6px 0;
	padding: 0;
}

.boxHighlightHome1,
.boxHighlightHome2,
.boxHighlightHome3 {
	float: left;
}

.boxHighlightHome1 {
	width: 454px;
}

.boxHighlightHome2,
.boxHighlightHome3 {
	width: 227px;
}

/**/

.highlightRSS {
	width: 430px;
	height: 40px;
}

.boxBodyRight .highlightRSS {
	width: 200px;
	padding: 0 15px;
}

a.btnRSS {
	line-height: 19px;
	padding: 3px 0 0 21px;
	font-size: 11px;
	font-weight: normal;
}

a.btnRSS:link,
a.btnRSS:active,
a.btnRSS:visited {
	color: #666;
	background: url(../images/global/btnRSS_out.gif) no-repeat left 3px;
}

a.btnRSS:hover {
	color: #000;
	background: url(../images/global/btnRSS_over.gif) no-repeat left 3px;
}

a.btnRSS:link strong,
a.btnRSS:active strong,
a.btnRSS:visited strong,
a.btnRSS:hover strong {
	color: #000;
	font-weight: bold;
}

/**/

dl.boxHighlightHome2 {
}

dt.boxHighlightHome2 {
}

dd.boxHighlightHome2 {
}

/**/

.highlightNav {
	width: 220px;
	height: 40px;
}

.boxBodyRight .highlightNav {
	padding: 0 15px;
}

.boxBody.homepage .highlightNav {
	width: 192px;
}

.highlightLinks {
	width: 190px;
}

.boxBody.homepage .highlightLinks {
	width: 160px;
	height: auto;
	float: left;
	padding: 0 0 0 6px;
	cursor: default;
}

.highlightNav span.off {
	cursor: default;
}

.highlightNav a,
.highlightNav span.off {
	margin: 0;
	padding: 0 2px;
	line-height: 19px;
	text-align: center;
	font-size: 11px;
	vertical-align: top;
}

.highlightNav a:link,
.highlightNav a:active,
.highlightNav a:visited {
	color: #999;
}

.highlightNav span.off,
.highlightNav a:hover {
	color: #333;
}

/**/

.highlightNav a.btnPrev,
.highlightNav a.btnNext {
	display: block;
	width: 12px;
	height: 19px;
	float: left;
	margin-right: 1px;
	padding: 0;
	background: #f90;
}

.highlightNav a.btnPrev:link,
.highlightNav a.btnPrev:active,
.highlightNav a.btnPrev:visited {
	background: url(../images/global/arrowLeft_out.gif) no-repeat left top;
}

.highlightNav a.btnPrev:hover {
	background: url(../images/global/arrowLeft_over.gif) no-repeat left top;
}

.highlightNav a.btnNext:link,
.highlightNav a.btnNext:active,
.highlightNav a.btnNext:visited {
	background: url(../images/global/arrowRight_out.gif) no-repeat left top;
}

.highlightNav a.btnNext:hover {
	background: url(../images/global/arrowRight_over.gif) no-repeat left top;
}

/**/

.homepage dl {
	width: 185px;
	padding: 0 4px;
	margin: 0;
	float: left;
	margin-right: 20px;
}

.boxHighlightsRight dl {
	width: 220px;
	padding: 0 15px;
	margin: 0;
}

.homepage dt,
.boxHighlightsRight dt {
	font-size: 12px;
	line-height: 120%;
	text-align: left;
	font-weight: bold;
	margin: 0;
}

.homepage dt,
.homepage dt a:link,
.homepage dt a:active,
.homepage dt a:visited,
.boxHighlightsRight dt,
.boxHighlightsRight dt a:link,
.boxHighlightsRight dt a:active,
.boxHighlightsRight dt a:visited {
	color: #333;
}

.homepage dt span,
.boxHighlightsRight dt span {
	color: #f60;
}

.homepage dt a:link span,
.homepage dt a:active span,
.homepage dt a:visited span,
.boxHighlightsRight dt a:link span,
.boxHighlightsRight dt a:active span,
.boxHighlightsRight dt a:visited span {
	color: #f60;
}

.homepage dt a:hover,
.homepage dt a:hover span,
.boxHighlightsRight dt a:hover,
.boxHighlightsRight dt a:hover span {
	color: #f60;
}

.homepage .boxHighlightHome1 dt a:hover span {
	color: #000;
}

.homepage dd,
.boxHighlightsRight dd {
	padding: 7px 0 0 0;
	font-size: 11px;
	color: #666;
	line-height: 120%;
	text-align: left;
	margin: 0;
}

.homepage .boxHighlightHome1 dl {
	width: 430px;
}

.homepage .boxHighlightHome1 dt {
	width: 185px;
	float: left;
	margin: 0 20px 20px 0;
	display: block;
}

.press dt {
	margin-top: 15px;
}

.video dt {
	margin-top: 10px;
}

.boxHighlightsRight p.thumb {
	display: block;
	width: 220px;
	overflow-x: hidden;
	margin: 0 15px 5px 15px;
}

.boxHighlightsRight p.thumb img {
	border: 0;
	width: 220px;
	height: 115px;
}

/**/

.boxFooter {
	clear: both;
	width: 923px;
	padding-left: 15px;
	margin: 0 auto;
	background: url(../images/global/backFooter.gif) repeat-x bottom;
	height: 117px;
	border-bottom: 1px solid #C4C4C4;
}

.footerNetworks {
	width: 923px;
	height: 26px;
	line-height: 21px;
	font-size: 11px;
	color: #525252;
	font-weight: normal;
	overflow: hidden;
}

.footerLeftColumn {
	width: 668px;
	height: 91px;
	float: left;
}

.footerNetworks img {
	margin-right: 12px;
	vertical-align: top;
}

.footerLinks {
	width: 668px;
	height: 27px;
	line-height: 27px;
	margin-top: 19px;
	color: #999;
	font-size: 12px;/*white-space: pre;*/
}

.footerLinks a {
	font-weight: bold;
}

.footerLinks a:link,
.footerLinks a:active,
.footerLinks a:visited {
	color: #000;
}

.footerLinks a:hover {
	color: #f60;
}

.footerCopyright {
	font-size: 11px;
	line-height: 140%;
	color: #929292;
	padding-top: 3px;
}

.footerCopyright p {
	margin: 0;
}

.footerCopyright a:link,
.footerCopyright a:active,
.footerCopyright a:visited {
	color: #333;
}

.footerCopyright a:hover {
	color: #000;
	text-decoration: underline;
}

/**/

.boxNewsletter {
	width: 228px;
	padding: 13px 0 0 12px;
	height: auto;
	overflow: hidden;
	float: left;
	background: url(../images/global/nlShim.gif) no-repeat left 23px;
}

.boxNewsletter h2 {
	font-weight: bold;
	color: #000;
	font-size: 12px;
	line-height: 27px;
	margin-top: 19px;
	display: inline;
	margin-left: 2px;
}

.boxNewsletterForm input.txt {
	width: 96px !important;
	border: 1px solid #888;
	background: #fff;
	margin: 0 1px 0 0;
	font-size: 11px;
	color: #666;
	height: 18px;
	padding: 3px 0 0 4px;
	float: left;
}

.boxNewsletterForm a.btn {
	background: no-repeat left top;
	display: block;
	width: 22px;
	height: 23px;
	float: left;
}

.boxNewsletterForm a.btn:link,
.boxNewsletterForm a.btn:active,
.boxNewsletterForm a.btn:visited {
	background-image: url(../images/global/btnOut.gif);
}

.boxNewsletterForm a.btn:hover {
	background-image: url(../images/global/btnHover.gif);
}

.boxNewsletterForm p {
	font-size: 11px;
	color: #929292;
	line-height: 140%;
	margin: 0;
}

.boxNewsletterForm a.return {
	font-size: 11px;
}

.boxNewsletterForm a.return:link,
.boxNewsletterForm a.return:active,
.boxNewsletterForm a.return:visited {
	color: #333;
	text-decoration: none;
}

.boxNewsletterForm a.return:hover {
	color: #000;
	text-decoration: underline;
}

.boxNewsletterLoader {
	height: 32px;
}

.boxNewsletterLoader img {
	border: none;
	float: left;
}

/**/

.boxSponsors {
	clear: both;
	width: 938px;
	margin: 0 auto;
	padding: 0;
}

.boxSponsors td {
	border-left: 1px solid #ccc;
	vertical-align: top;
	padding: 8px 15px 15px 11px;
	font-size: 11px;
	color: #525252;
}

tr.sponsorsTitle td {
	padding: 0 15px 4px 11px;
}

.boxSponsors td.first {
	border-left: 0px solid #ccc;
	padding-left: 15px;
}

/**/

.boxSearch {
	margin: 6px 0 0 37px;
	width: 206px;
	height: 19px;
	background: #000;
	float: left;
	text-align: left;
}

.boxSearch input.txt {
	display: block;
	border: none;
	color: #BCB9B8;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding: 2px 0 0 5px;
	height: 15px;
	width: 175px;
	background: none;
	float: left;
}

#ie6 input.txt,
#ie7 input.txt {
	text-indent: 0;
	padding-left: 0;
	background: #f90;
}

.boxSearch input.txt:hover,
.boxSearch input.txt:focus {
	color: #fff;
}

.boxSearch a.btn {
	display: block;
	width: 22px;
	height: 19px;
	float: right;
}

.boxSearch a.btn:link,
.boxSearch a.btn:active,
.boxSearch a.btn:visited {
	background: url(../images/global/btnSearch_out.gif) no-repeat left top;
}

.boxSearch a.btn:hover {
	background: url(../images/global/btnSearch_over.gif) no-repeat left top;
}

/**/

body.ie6 .boxSearch {
	overflow-y: hidden;
}

body.ie6 .boxSearch input.txt,
body.ie7 .boxSearch input.txt {
	display: block;
	height: 16px;
	position: relative;
	left: -40px;
	float: none;
}

body.ie6 .boxSearch a.btn,
body.ie7 .boxSearch a.btn {
	position: relative;
	left: -40px;
	top: -20px;
	left: 184px;
	float: none;
}

body.ie6 .boxSearch a.btn {
	left: 200px;
}

/**/

.boxTopLinks {
	height: 31px;
	line-height: 31px;
}

.boxTopLinks a {
	padding: 0 11px 0 10px;
	line-height: 31px;
}

.boxTopLinks a.mailTo,
.boxTopLinks a.addToFavs {
	background: url(../images/global/topShim.gif) no-repeat right;
}

.boxTopLinks a.switchLang {
	padding-right: 0;
}

.boxTopLinks a.switchLang strong {
	color: #f60;
	font-weight: bold;
}

.boxTopLinks a:link,
.boxTopLinks a:active,
.boxTopLinks a:visited {
	color: #BCB9B8;
}

.boxTopLinks a:hover,
.boxTopLinks a.switchLang:hover strong {
	color: #fff;
}

/**/

.boxBodyLeft {
	width: 694px;
	width: 670px;
	margin: 0 0 30px 21px;
	height: auto;
	min-height: 800px;
	float: left;
}

.boxBodyLeft h2.classTitle {
	display: block;
	margin: 40px 0 5px 0;
	padding: 4px 21px 0 16px;
	border-bottom: 1px solid #ACACAC;
	font-size: 24px;
	font-family: "Arial Narrow", Arial, Helvetica, sans-serif;
	/*font-weight: bold;*/
	line-height: 105%;
	height: 26px;
}

/**/

.boxPath {
	width: auto;
	height: auto;
	margin: 5px 0 10px 17px;
	padding: 0 22px 0 0;
	font-size: 11px;
	color: #666;
}

.boxPath a:link,
.boxPath a:active,
.boxPath a:visited {
	color: #666;
}

.boxPath a:hover {
	color: #000;
	text-decoration: underline;
}

.boxPath div.pathHolder {
	width: 500px;
}

.boxPath span.dateHolder {
	float: right;
	text-align: right;
}

/**/

.boxTools {
	margin: 0;
	padding: 5px 22px 5px 17px;
	text-align: right;
	font-size: 11px;
	color: #666;
	background: url(../images/global/bannerShadow_top.png) no-repeat center bottom;
}

.boxTools a {
	margin-left: 15px;
}

.boxTools a:link,
.boxTools a:visited,
.boxTools a:active {
	color: #666;
	font-weight: bold;
}

.boxTools a:hover {
	color: #000;
	font-weight: bold;
	text-decoration: underline;
}

/**/

.boxBanner,
.boxVideoPlayer {
	margin-left: 6px;
	width: 640px;
	padding: 10px;
	background: #fff;
}

.boxBanner {
	height: 320px;
}

.boxVideoPlayer {
	height: 392px;
}

/**/

h1.mainTitle {
	font-size: 30px;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 115%;
	display: block;
	margin: 15px 0;
	padding: 0 10px 0 16px;
}

h1.mainTitle span {
	font-size: 16px;
}

/**/

.boxBodyLeft .boxContent {
	margin: 0 0 50px 6px;
	width: 623px;
	padding: 20px 20px 20px 17px;
	font-size: 12px;
	line-height: 160%;
	color: #333;
	background: #fff;
	min-height: 500px;
}

.boxBodyLeft .boxContent h3 {
	font-size: 130%;
	line-height: 135%;
}

.boxBodyLeft .boxContent h4 {
	font-size: 110%;
	line-height: 125%;
}

.boxBodyLeft .boxContent a:link,
.boxBodyLeft .boxContent a:active,
.boxBodyLeft .boxContent a:visited {
	color: #f60;
}

.boxBodyLeft .boxContent a:hover {
	color: #000;
	text-decoration: underline;
}

.boxBodyLeft .boxContent ul,
.boxBodyLeft .boxContent ol {
	padding: 0;
	list-style-position: inside;
}

.boxBodyLeft .boxContent li {
	padding-bottom: 5px;
}

.boxBodyLeft .boxContent ul {
	list-style-image: url(../images/global/bullet.gif);
}

ul.boxDownloads {
	color: #999;
	line-height: 170%;
	list-style-image: url(../images/global/bulletDownloads.gif);
}

ul.boxDownloads a {
	font-weight: bold;
}

/**/

p.publisher {
	display: block;
	white-space: pre;
	margin: 50px 0;
}

p.publisher strong {
	font-weight: bold;
	color: #000;
}

/**/

.boxSocial {
	width: 640px;
	height: 24px;
	border-top: 1px solid #C4C4C4;
	background: #fff url(../images/global/socialBack.gif) no-repeat 10px top;
	padding: 0 10px 50px 10px;
	margin-left: 6px;
	line-height: 24px;
	color: #333;
	font-size: 11px;
}

.boxSocial.bottomBanner {
	padding-bottom: 30px;
}

.boxSocial a:link,
.boxSocial a:visited,
.boxSocial a:active {
	color: #f60;
	font-weight: bold;
}

.boxSocial a:hover {
	color: #000;
	font-weight: bold;
}

.boxSocial .sendMail {
	padding: 0 12px 0 8px;
	float: left;
}

.boxSocial .vote {
	background: url(../images/global/userSocial.gif) no-repeat left;
	padding-left: 23px;
	float: left;
}

.boxSocial .vote img {
	margin: 4px 0 5px 0;
	cursor: hand;
	cursor: pointer;
	vertical-align: middle;
}

.boxSocial .share {
	background: url(../images/global/userSocial.gif) no-repeat left;
	padding: 0 2px 0 20px;
	float: right;
}

.boxSocial .share img {
	margin: 3px 5px 5px 0;
	vertical-align: middle;
}

/**/

.boxBodyRight {
	width: 283px;
	height: auto;
	float: left;
	margin-right: 6px;
}

#ie6 .boxBodyRight {
	width: 250px;
	overflow-x: hidden;
}

.boxBodyRight .shadowL,
.boxBodyRight .shadowR {
	width: 15px;
	min-height: 720px;
	float: left;
}

.boxBodyRight .shadowL {
	background: url(../images/global/right_shadowL.png) no-repeat right 65px;
	width: 18px;
	min-height: 671px;
}

.boxBodyRight .shadowL div.shimmer {
	height: 70px;
	width: 18px;
	border-bottom: 1px solid #ACACAC;
}

.boxBodyRight .shadowR {
	background: url(../images/global/right_shadowR.png) no-repeat left 65px;
	width: 15px;
	min-height: 671px;
}

.boxBodyRight .content {
	width: 250px;
	min-height: 740px;
	float: left;
	background: #fff url(../images/global/rightBack.gif) repeat-x left top;
}

/**/

.boxHighlightsRight {
	width: 250px
}

.boxHighlightsRight h2 {
	clear: both;
	display: block;
	width: 220px;
	height: 33px;
	margin: 34px 0 0 0;
	padding: 0 15px 3px 15px;
	border-bottom: 1px solid #ACACAC;
}

/**/

.boxHighlightsRight .list {
	width: 220px;
	padding: 0 15px;
}

.boxHighlightsRight .listItem {
	padding-bottom: 6px;
	clear: both;
	width: 203px;
	margin: 0;
}

.boxHighlightsRight .listItem img {
	width: 80px;
	height: 68px;
	float: left;
	margin-right: 6px;
}

.boxHighlightsRight .listItem .details {
	width: 117px;
	height: auto;
	float: left;
	font-size: 11px;
	color: #666;
	line-height: 110%;
}

.boxHighlightsRight .listItem .details a:link,
.boxHighlightsRight .listItem .details a:active,
.boxHighlightsRight .listItem .details a:visited {
	color: #333;
	font-weight: bold;
}

.boxHighlightsRight .listItem .details a:hover {
	color: #f60;
	font-weight: bold;
}

/**/

.bodyList {
	margin-left: 6px;
	width: 660px;
}

.bodyList .listItem {
	width: 636px;
	padding: 10px 14px 10px 10px;
	height: auto;
	background: #fff;
}

.bodyList .listItemShim {
	background: url(../images/global/listShim.png) no-repeat center bottom;
	padding-bottom: 3px;
	height: auto;
}

/**/

.bodyList .listThumb {
	float: left;
	margin-right: 10px;
	background: url(../images/global/thumbList_big.jpg) no-repeat left top;
}

.bodyList .listThumbMini {
	float: left;
	margin-right: 10px;
	background: url(../images/global/thumbList_mini.jpg) no-repeat left top;
}

.bodyList .listThumb,
.bodyList .listThumb img {
	width: 220px;
	height: 115px;
	border: 0;
}

.bodyList .listThumbMini,
.bodyList .listThumbMini img {
	width: 80px;
	height: 68px;
	border: 0;
}

/**/

.bodyList .details {
	width: 380px;
	float: left;
}

.bodyList .details.media {
	width: 520px;
}

.bodyList .details.search {
	width: 590px;
	float: none;
}

.bodyList .searchPath {
	width: 590px;
	padding-bottom: 26px;
	float: none;
	font-size: 12px;
	font-weight: bold;
	color: #f60;
}

.bodyList .searchPath a:link,
.bodyList .searchPath a:active,
.bodyList .searchPath a:visited {
	color: #f60;
}

.bodyList .searchPath a:hover {
	color: #000;
}

.bodyList .details h5 {
	margin: 0 0 16px 0;
	font-size: 11px;
	font-weight: normal;
	color: #999;
	line-height: 100%;
}

.bodyList .details h4 {
	margin: 0 0 6px 0;
}

.bodyList .details h4,
.bodyList .details h4 a {
	font-size: 12px;
	color: #333;
	line-height: 105%;
	font-weight: bold;
}

.bodyList .details h4 a:link,
.bodyList .details h4 a:active,
.bodyList .details h4 a:visited {
	color: #333;
}

.bodyList .details h4 a:hover {
	color: #f60;
}

.bodyList .details p {
	line-height: 115%;
	margin: 0;
	font-size: 11px;
	color: #666;
}

.bodyList .details p img {
	vertical-align: middle;
	margin: 5px 4px 5px 0;
}

.bodyList .details p a {
	font-weight: bold;
}

.bodyList .details p a:link,
.bodyList .details p a:active,
.bodyList .details p a:visited {
	color: #f60;
}

.bodyList .details p a:hover {
	color: #000;
}

/**/

.boxPaginacao {
	width: 640px;
	padding: 0 10px;
	line-height: 37px;
	font-size: 11px;
	color: #333;
}

.boxPaginacao,
.boxPaginacao img,
.boxPaginacao select {
	vertical-align: middle;
}

.boxPaginacao img {
	margin: auto 19px;
}

.boxPaginacao a:link,
.boxPaginacao a:active,
.boxPaginacao a:visited {
	color: #000;
}

.boxPaginacao a:hover {
	color: #f60;
}

/**/

.boxPaginacao span.prev {
	background: url(../images/global/prev_off.gif) no-repeat left 3px;
	padding-left: 12px;
	color: #666;
	cursor: default;
}

.boxPaginacao a.prev {
	background: url(../images/global/prev_on.gif) no-repeat left 3px;
	padding-left: 12px;
}

.boxPaginacao a.prev:hover {
	background: url(../images/global/prev_over.gif) no-repeat left 3px;
}

/**/

.boxPaginacao span.next {
	background: url(../images/global/next_off.gif) no-repeat right 3px;
	padding-right: 12px;
	color: #666;
	cursor: default;
}

.boxPaginacao a.next {
	background: url(../images/global/next_on.gif) no-repeat right 3px;
	padding-right: 12px;
}

.boxPaginacao a.next:hover {
	background: url(../images/global/next_over.gif) no-repeat right 3px;
	padding-right: 12px;
}

/**/

.boxPaginacao.top {
	background: url(../images/global/backPageBreak.jpg) no-repeat left bottom;
	height: 38px;
}

.boxPaginacao.bottom {
	margin-top: 12px;
	margin-bottom: 50px;
}

.boxPaginacao .pageLinksL,
.boxPaginacao .pageLinksR {
	display: block;
	line-height: 37px;
	height: 38px;
	vertical-align: middle;
}

.boxPaginacao .pageLinksL select {
	vertical-align: middle;
}

.boxPaginacao .pageLinksL {
	float: left;
	text-align: left;
	width: 150px;
}

.boxPaginacao .pageLinksR {
	float: right;
	text-align: right;
	width: 400px;
}

/**/

.selectMedia {
	float: right;
}

a.webuild {
	color: #999 !important;
}

a:hover.webuild {
	color: #999 !important;
	text-decoration:none
}

a.webuild strong {
	font-weight: normal;
	color: #333;
}

a:hover.webuild strong {
	font-weight: normal;
	text-decoration: underline;
	color: #333;
}

/**/

.boxBodyLeft, 
.boxBodyRight .content {
	padding-top: 30px;
}

.boxBodyRight .shadowL {
	background-position: 100% 95px;
}

.boxBodyRight .shadowL div.shimmer {
	height: 100px;
}

/**/




