/* core */

* {
	margin: 0;
	padding: 0;
}

body {
	font-family: Arial;
	background-color: #296613;
	font-size: 12px;
	color: #192b31;
	background-image: url(../images/bg-body-content.jpg);
}

.index {
	/* background-image: url(../images/bg-body-index.jpg); */
}

a {
	color: #096aa8;
	text-decoration: underline;
}

a:link {

}

a:visited {
	color: #184a69;
}

a:hover {
	color: #0f2c3e;
}

a:active {
	color: #f90;
}

img {
	border: 0;
}

.left {
	float: left;
}

.right {
	float: right;
}

.center {
	margin-right: auto;
	margin-left: auto;
}

.cf { /* clear floats */
	overflow: auto;
}

.column {
	float: left;
	height: auto;
}

h1, h2, h3, h4, .label {
	color: #0f2c3e;
}

.tf, .ta { /* textfield, textarea */
	font-family: Arial;
	font-size: 12px;
	padding: 1px;
	background-color: #fff;
}

button {
	font-size: 12px;
}

/* layout */

#application {
	width: 100%;
}

#bg {
	width: 990px;
	clear: both;
	background-color: #000;
	padding: 5px 0;
}

#main {
	width: 980px;
	clear: both;
	background-color: #fff;
	margin: 0 5px;
}

.bg-index {
	background-image: url(../images/bg-index.gif);
	background-repeat: no-repeat;
}

.bg-content {
	background-image: url(../images/bg-content.jpg);
	background-repeat: no-repeat;
}

#footer {
	width: 980px;
	clear: both;
	background-color: #000;
	margin: 0 5px;
	padding: 20px 0;
}

/* menu */

#global-menu {
	width: 100%;
	height: 30px;
	position: relative;
}

#logo {
	position: absolute;
	width: 139px;
	height: 120px;
	top: 8px;
	left: 0;
}

#languages {
	position: absolute;
	width: auto;
	height: 24px;
	top: 10px;
	right: 25px;
}

#languages img {
	margin: 0 3px;
}

/* index */

#highlights {
	width: 100%;
	height: 358px;
}

#news {
	width: 100%;
	height: 162px;
}

.lastnews {
	width: 484px;
	padding: 17px 0 0 34px;
}

.lastnews a {
	text-decoration: none;
}

.lastnews a:hover {
	text-decoration: underline;
}

.lastnews .pic {
	margin-right: 14px;
	border: 1px solid #000;
}

.lastnews h1 {
	font-size: 16px;
	padding: 4px 0 11px 0;
}

.lastnews p {
	font-size: 12px;
	color: #446f80;
	margin: 0 30px 0 0;
}

.lastnews .intro {
	padding-bottom: 5px;
}

.lastnews .more {
	margin-right: 15px;
}

.highlights2 {
	width: 460px;
	height: 162px;
}

#shortcuts {
	width: 100%;
	height: 219px;
	background-image: url(../images/bg-shortcuts.jpg);
}

#shortcuts a {
	text-decoration: none;
}

#shortcuts a:hover {
	text-decoration: underline;
}

#shortcuts .albums {
	width: 233px;
	padding: 0 0 0 30px;
	margin: 40px 0 0 0;
	border-right: 1px solid #bcdefe;
}

#shortcuts .albums .albums-title {
	padding: 0 0 12px 0;
}

#shortcuts .albums .albums-title .more {
	margin: 0 0 0 10px;
}

#shortcuts .albums h1 {
	font-size: 16px;
	padding: 0 0 0 3px;
	display: inline;
}

#shortcuts .album {
	text-align: center;
	width: 96px;
	margin: 0 4px;
}

#shortcuts .album p {
	padding: 4px 0 0 0;
	font-size: 11px;
}

#shortcuts .album img {
	border: 1px solid #000;
}

#shortcuts .icons {
	width: 325px;
	padding: 63px 0 0 20px;
}

#shortcuts .icon {
	width: 112px;
	height: 38px;
	background-image: url(../images/bg-icon.gif);
	background-repeat: no-repeat;
	margin: 0 0 10px 20px;
}

#shortcuts .icon a {
	color: #0f2c3e;
}

#shortcuts .icon img {
	margin: 0 4px 0 0;
}

#shortcuts .icon p {
	padding: 6px 0 0 0;
	font-weight: bold;
	font-size: 11px;
}

#shortcuts .newsletter {
	width: 290px;
	padding: 50px 0 0 0;
}

#shortcuts .newsletter h1 {
	font-size: 16px;
	padding: 0 0 10px 0;
}

#shortcuts .newsletter p {
	padding: 0 0 5px 0;
}

#shortcuts .newsletter table {
	padding: 5px 2px;
}

#shortcuts .newsletter th {
	padding: 0 3px 0 0;
}

#shortcuts .newsletter .tf {
	width: 100px;
}

#shortcuts .newsletter .button {
	padding: 2px 3px;
	background-color: #fff;
	border: 1px solid #0f2c3e;
	font-size: 11px;
	font-weight: bold;
	margin: 0 0 0 4px;
	color: #0f2c3e;
}

/* international */

#en, #es {
	width: 100%;
	height: 739px;
}

/* content */

#content-top {
	width: 100%;
	height: 109px;
}

#content {
	width: 100%;
}

#content-header {
	width: 100%;
}

.content-header-spacer-default {
	padding-bottom: 40px;
}

#content-header-main {
	width: 672px;
}

#content-header-main h1 {
	padding: 0 0 30px 98px;
	font-size: 26px;
}

#content-header-main .intro {
	color: #3f6677;
	font-size: 21px;
	padding: 0 20px 0 99px;
}

#content-header-more {
	width: 307px;
}

#content-full {
	width: 100%;
}

#content-main {
	width: 672px;
	border-right: 1px dotted #9c9c9c;
}

#content-main h2, h3, h4 {
	padding: 0 60px 16px 99px;
}

#content-main h2 {
	font-size: 20px;
}

#content-main h3 {
	font-size: 16px;
}

#content-main p, ul {
	padding: 0 60px 18px 100px;
	font-size: 13px;
}

#content-main ul {
	padding-left: 120px;
}

.rules {
	font-size: 11px;
	line-height: 1.5em;
} 

#content-main .default-image {
	margin: 5px 0 20px 100px;
}

#content-more {
	width: 307px;
}

#content-more .label {
	font-size: 14px;
	font-weight: bold;
	padding: 15px 63px 8px 60px;
}

#content-more .links ul {
	padding: 0 60px 0 73px;
}

#content-more .links li {
	padding: 2px 0;
	list-style-image: url("../images/link-bullet.png");
}

#content-more .media {
	padding: 18px 0 15px 57px;
}

#content-more .media .album {
	width: 147px;
	margin-bottom: 11px;
	background-image: url(../images/bg-album-thumb.png);
	background-repeat: no-repeat;
}

#content-more .media .album img {
	margin: 10px 0 0 12px;
}

#content-more .media .album-title {
	display: block;
	font-size: 11px;
	padding-top: 12px;
	text-align: center;
}

#content-bottom {
	width: 100%;
	height: 24px;
	background-image: url(../images/bg-content-bottom.gif);
}

.youtube-embed-480 {
	margin: 5px 0 20px 105px;
}

.icon-transport {
	margin-right: 5px;
	vertical-align: middle;
}

.partner-club {
	width: 500px;
	margin: 25px 0 35px 100px;
}

.partner-club-logo {
	width: 90px;
}

.partner-club-info {
	width: 410px;
}

.partner-club-info .title {
	font-size: 20px;
	font-weight: bold;
	color: #0f2c3e;
}

.partner-club-info .info {
	font-size: 12px;
	line-height: 17px;
}

.partner-brands {
	padding: 25px 0 25px 100px;
}

.partner-brand {
	width: 165px;
	height: 97px;
	background-image: url(../images/bg-partner-brand.png);
	background-repeat: no-repeat;
	margin: 0 7px 7px 0;
}

.partner-brand img {
	display: block;
	margin: 16px auto 0 auto;
}

.calendar-background {
	width: 800px;
	padding: 10px;
}

.calendar-top {
	height: 70px;
	width: 800px;
	background-image: url(../images/bg-calendar-top.png);
}

.calendar-header {
	height: 129px;
	width: 800px;
	background-image: url(../images/bg-calendar-header.png);
	border-top: 1px solid #9ca35d;
}

.calendar {
	width: 800px;
	border-collapse: collapse;
	border-left: 1px solid #aeb4a0;
	border-right: 1px solid #aeb4a0;
	border-bottom: 3px solid #aeb4a0;
}

.calendar-month {
	width: 100%;
	height: 30px;
	background-image: url(../images/bg-calendar-month.png);
}

.calendar-month h2 {
	font-size: 17px;
	font-weight: normal;
	padding-left: 20px;
	color: #780101;
}

.calendar-title-date,
.calendar-title-event,
.calendar-title-club,
.calendar-title-state,
.calendar-title-ranking {
	font-size: 11px;
	color: #000;
	background-image: url(../images/bg-calendar-title.png);
	height: 23px;
}

.calendar-title-date {
	width: 64px;
	text-align: center;
}

.calendar-date {
	text-align: center;
}

.calendar-title-event {

}

.calendar-title-club {

}

.calendar-title-state {
	
}

.calendar-title-ranking {
	
}

.calendar-row-1 td,
.calendar-row-2 td {
	color: #091b26;
	font-size: 13px;
	padding: 6px 0;
}

.calendar-row-1 {
	background-image: url(../images/bg-calendar-row-1.png);
}

.calendar-row-2 {
	background-image: url(../images/bg-calendar-row-2.png);
}

.tournament {
	width: 910px;
	background-color: #404040;
	padding-bottom: 5px;
}

.tournament-header {
	height: 110px;
	background-color: #222;
}

.tournament-menu {
	height: 26px;
	background-color: #efefef;
	background-image: url(../images/bg-tournament-menu.png);
	font-size: 11px;
	padding-left: 24px;
}

.tournament-menu a {
	color: #333;
	font-weight: bold;
}

.tournament-menu a:hover {
	color: #2279b3;
}

.tournament-menu-item {
	margin: 7px 10px 0 10px;
}

.tournament-menu-separator {
	width: 1px;
	height: 24px;
	background-image: url(../images/bg-tournament-menu-separator.png);
}

.tournament-title {
	height: 37px;
	background-color: #3d3d3d;
	background-image: url(../images/bg-tournament-title.png);
}

.tournament-title h1 {
	font-size: 16px;
	color: #fff;
	font-weight: normal;
	padding: 12px 0 0 35px;
}

.tournament-desc {
	width: 900px;
	margin: 0 5px;
}

.tournament-desc-top {
	height: 20px;
	background-image: url(../images/bg-tournament-desc-top.png);
}

.tournament-desc-content {
	background-color: #fff;
}

.tournament-desc-content p {
	padding: 0 300px 10px 27px;
}

.tournament-desc-content ul {
	padding: 0 20px 10px 50px;
}

.tournament-desc-content li {
	padding: 0 0 3px 1px;
}

.tournament-desc-content h2 {
	padding: 2px 20px 6px 26px;
	font-size: 16px;
}

.tournament-desc-bottom {
	height: 20px;
	background-image: url(../images/bg-tournament-desc-bottom.png);
}

.tournament-score {
	width: 900px;
	margin: 0 5px;
	background-color: #fff;
}

.score {
	width: 100%;
	border-collapse: collapse;
}

.score-headers {
	height: 24px;
	background-image: url(../images/bg-score-headers.png);
	font-size: 11px;
	color: #fff;
}

.score-headers th {
	border-right: 1px solid #000;
	text-align: center;
}

.score-headers .name {
}

.score-headers .hcp,
.score-headers .t1,
.score-headers .t2 {
	width: 30px;
}

.score-headers .hole {
	width: 25px;
}

.score-headers .gross,
.score-headers .net,
.score-headers .points {
	width: 35px;
}

.score-headers2 {
	height: 24px;
	background-image: url(../images/bg-score-headers2.png);
	font-size: 12px;
}

.score-headers2 td {
	border-right: 1px solid #f5d737;
	text-align: center;
}

.score-headers2 .category {
	font-size: 10px;
}

.score-data {
	height: 24px;
	background-image: url(../images/bg-score-data4.png);
	font-size: 12px;
}

.score-data td {
	border-right: 1px solid #ccc;
	text-align: center;
}

.score-data .player {
	text-align: left;
	padding-left: 10px;
	font-size: 11px;
	text-transform: uppercase;
	background-image: url(../images/bg-score-data.png);
}

.score-data .hcp {
	background-image: url(../images/bg-score-data2.png);
}

/*

.score-data .eagle {
	background-image: url(../images/score-eagle.png);
	color: #fff;
}

*/

.score-data .birdie {
	background-image: url(../images/score-birdie.png);
	color: #fff;
}

.score-data .bogey {
	background-image: url(../images/score-bogey.png);
}

.score-data .xbogey {
	background-image: url(../images/score-xbogey.png);
	color: #fff;
}

.score-data .t1,
.score-data .t2 {
	background-image: url(../images/bg-score-data2.png);
}

.score-data .gross {
	background-image: url(../images/bg-score-data4.png);
	font-weight: bold;
}

.score-data .net {
	background-image: url(../images/bg-score-data4.png);
	font-weight: bold;
}

.score-data .points {
	background-image: url(../images/bg-score-data4.png);
	font-weight: bold;
	color: green;
}

.score-labels {
	padding-top: 5px;
}

.score-label {
	margin-left: 20px;
	font-size: 11px;
}

.score-label img {
	vertical-align: middle;
}

#handicap-index {
	padding: 0 60px 0 100px;
}

#handicap-index p {
	padding-bottom: 5px;
}

#handicap-index strong {
	font-size: 16px;
}

.handicap-index-form {
	padding-bottom: 10px;
}

.handicap-index-form .tf {
	width: 150px;
	font-size: 14px;
}

.handicap-index-form button {
	padding: 4px 10px;
	margin: 0 10px;
}

.handicap-index-table {
	margin-left: 100px;
	border-collapse: collapse;
	text-align: center;
	border: 1px solid #beeafc;
}

.handicap-index-table th {
	text-transform: uppercase;
	font-size: 11px;
	padding: 5px 0;
	background-color: #beeafc;
	width: 100px;
}

.handicap-index-table td {
	padding: 4px 0;
}

.handicap-index-table .row1 {
	background-color: #fff;
}

.handicap-index-table .row2 {
	background-color: #f7feff;
}

#clima {
	padding: 30px 205px 10px 100px;
}

#clima-previsao {
	width: 200px;
	padding-left: 5px;
}

#clima-raios {
	width: 400px;
	text-align: right;
	padding-top: 20px;
}

#clima-raios img {
	margin: 0 0 20px 15px;
	border: 1px solid #999;
	padding: 5px;
}

#clima-raios .title {
	padding-bottom: 5px;
	font-size: 15px;
	font-weight: bold;
	display: block;
}

#clima-raios .info {
	font-size: 13px;
	display: block;
}

#newsletter {
	padding: 0 60px 0 100px;
}

.newsletter-form {
	padding-top: 30px;
}

.newsletter-form p {
	padding-bottom: 3px;
}

.newsletter-form .tf {
	width: 180px;
	font-size: 14px;
	margin-bottom: 6px;
}

.newsletter-form button {
	padding: 4px 10px;
	margin: 5px 0;
}

/*

#contato {
	padding: 0 60px 0 105px;
}

#contato p {
	padding-bottom: 10px;
}

*/

.contato-box {
	border: 1px solid #ccc;
	padding: 15px;
	margin: 0 60px 15px 100px;
}

.contato-box .box-title {
	font-size: 18px;
	font-weight: bold;
	display: block;
	padding-bottom: 10px;
}

.contato-box .box-info {
	font-size: 12px;
	display: block;
	margin-bottom: 10px;
}

/*

.contato-form .tf {
	width: 150px;
}

.contato-form .ta {
	width: 240px;
	height: 60px;
}

.contato-form button {
	padding: 4px 10px;
}

*/

.pagination {
	padding: 10px 0;
}

.pagination a {
	font-weight: bold;
}

/* flash tags */

#tag-default {
	width: 980px;
	height: 264px;
	padding: 25px 0;
}

/* html tags */

.tag-handicap {
	background-image: url(../images/tag-handicap.png);
	background-repeat: no-repeat;
	height: 264px;
	padding-bottom: 25px;
}

.tag-clima {
	background-image: url(../images/tag-clima.png);
	background-repeat: no-repeat;
	height: 264px;
	padding-bottom: 25px;
}

.tag-newsletter {
	background-image: url(../images/tag-newsletter.png);
	background-repeat: no-repeat;
	height: 264px;
	padding-bottom: 25px;
}

/*

.tag-contato {
	background-image: url(../images/tag-contato.png);
	background-repeat: no-repeat;
	height: 264px;
	padding-bottom: 25px;
}

*/

/* news */

.news-search {
	margin: 0 20px 0 100px;
	padding-bottom: 20px;
	text-align: right;
}

.news-search .tf {
	width: 130px;
}

.news-search button {
	padding: 4px 10px;
	margin: 0 5px;
}

.news {
	padding-bottom: 8px;
}

.news img {
	margin: 0 10px 0 100px;
	border: 1px solid #000;
}

.news span {
	display: block;
}

.news .date {
	font-size: 11px;
	font-style: italic;
}

.news .headline {
	font-size: 14px;
	font-weight: bold;
	padding: 3px 0 2px 0;
}

.news .description {
	font-size: 12px;
}

#news-content {
	width: 100%;
}

#news-content h2 {
	color: #1d5d84;
	font-size: 22px;
}

#news-content h2 .date {
	font-size: 11px;
	font-style: italic;
	font-weight: normal;
	color: #192b31;
}

#news-content-photo {
	width: 310px;
	background-color: #fff;
	margin: 0 10px 0 100px;
	border: 1px solid #bbb;
	padding: 0 0 7px 0;
}

#news-content-photo img {
	margin: 5px;
}

#news-content-photo .photo-info {
	padding: 2px 0 1px 6px;
}

/* alerts */

.alert-ie6 {
	clear: both;
	padding: 40px 0 0 200px;
	width: 600px;
}

.alert-ie6 img {
	margin: 0 4px 0 0;
}

.alert-ie6 p {
	font-style: italic;
	font-size: 13px;
}

/* footer */

#footer a {
	color: #ddd;
}

#footer a:hover {
	color: #eee;
}

#footer .info {
	font-size: 11px;
	color: #ccc;
	padding: 5px 0 0 23px;
	width: 356px;
}

#footer .info strong {
	color: #eee;
}

#footer .banner {
	width: 500px;
	text-align: right;
	padding: 7px 15px 0 0;
}