﻿/* Estrutura de linhas e colunas da página inicial */
.home-row
{
    clear: both;
    margin-bottom: 5px
}

.home-col
{
	float: left;
	margin: 0px 5px 2px 5px;
}

.twocolumn
{
    width: 401px;
}

.threecolumn
{
    width: 264px;
}

/* Frames */
.frame
{
	margin: 0px 10px 20px 10px;
	display: block;
}

.frame .ftitle
{
    color: #022902; 
    padding: 2px 0px 0px 14px;
    margin: 0px;
    height: 18px;
    font-family: Verdana;
    font-size: 9pt;
    font-weight: bold;
    font-variant: small-caps;
    letter-spacing: 0.1em;
    background-color:#C7C7C7;
    border: 2px solid #C7C7C7;
    border-bottom: 0px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
    -webkit-border-radius-topleft: 5px;
    -webkit-border-radius-topright: 5px;
}

.frame .fmain
{
    color: #022902;
    border: 1px solid #C7C7C7;
    border-top: 0px;
    background-color: #EEE;
}

.frame .plus
{
    text-align: right;
    font-size: 8pt;
    line-height: 16px;
    background-color:#CCCCCC;
}

.frame .plus .pluslink
{
    font-family: Lucida Sans, Tahoma;
    font-size: 8pt;
    color: black;
    text-decoration: none;
    padding-right: 8px;
}

.frame .pluslink:hover
{
    text-decoration: underline;
}

/* Links e outros detalhes da página inicial */

.link_int:link{
	color:#003399;
	text-decoration:none;
}

.link_int:visited{
	color:#003399;
	text-decoration:none;
}

.link_int:hover{
	color:#000000;
	text-decoration:underline;
}

.link_int:actived{
	color:#ff000000;
	text-decoration:none;
}

.home-link
{
    margin-bottom: 2px;
	padding: 5px;
}

.news-link
{
	padding: 1px 5px 1px 5px;
}

.home-link, .news-link
{
	display: block;
	background-color: White;
	font-size: 8pt;
	font-family: Lucida Sans, Tahoma, Arial;
	text-decoration: none;
	color: #173c17;
	line-height: 1.8em;
    overflow: hidden;
}

.home-link:hover
{
    background-color: #cae5fa;
}

.news-link:hover
{
	background-color: #DEEDF3;
}

.home-link img, .news-link img
{
    border: 1px solid black;
    margin: 5px 10px;
}

.home-link.full
{
    border: none;
}

.frame .finner
{
	background-color: White;
}


/* Aloha e eventos */
#frm-alohanews .aloha-date, #frm-calendar .event-date
{
    color: Maroon;
}

#frm-alohanews .aloha-date.new
{
	color: red;
}


#frm-calendar .event-date
{
    float: right;
}

#frm-calendar .event-place
{
    color: Gray;
}

#frm-calendar .event-name
{
    color: Black;
}

/* Fotoreportagens */
#frm-fotoreportagens .news-link
{
    margin-bottom: 2px;
    /*min-height: 100px;
	height: auto !important;
	height: 100px;*/
}

#frm-fotoreportagens .news-link .date
{
    color: Maroon;
    /*display: block;*/
    float: right;
}

#frm-fotoreportagens .news-link .title
{
    font-weight: bold;
    color: Black;
    padding-bottom: 4px;
    padding-top: 2px;
    display: block;
}

#frm-fotoreportagens .news-link .local
{
	color: Maroon;
}

#frm-fotoreportagens .news-link img
{
    float: left;
}


/* Guia de viagens */
#frm-guide .home-link img
{
	float: left;
	margin: 2px 10px 2px 2px;
}

#frm-guide .service-name
{
	font-weight: bold;
}

#frm-guide .service-place
{
	font-style: italic;
	line-height: 13px;
	font-weight:normal;
	margin-bottom:2px;
}

#frm-guide .service-summary
{
    clear: both;
}

#frm-guide .city-more
{
    text-align: left;
    color: black;
    font-size: 12px;
	background-color: #e9f1fe;
}

#frm-guide .city-more:hover
{
	text-decoration: underline;
	background-color: #e1e6ed;
}

/* Kiteschool */
#frm-kiteschool .home-link
{
	min-height: 96px;
}

#frm-kiteschool .home-link img
{
	float: left;
	margin: 2px 10px 2px 2px;
}

/* Videos */
#frm-videos .video-title
{
    font-weight: bold;
    font-size: 9pt;
}

#frm-videos .video-producer
{
    color: Gray;
    font-size: 8pt;
    font-style: italic;
}

#frm-videos .video-image
{
    text-align: center;
}

#frm-videos .home-link img
{
	width: 180px;
	height 144px;
}

/* Fotos: kitegirls e just action */
.imageslink
{
	margin-bottom: 1px;
	padding: 5px;
	display: block;
	background-color: White;
	font-size: 8pt;
	font-family: Lucida Sans, Tahoma, Arial;
	text-decoration: none;
	text-align:center;
	color: #173c17;
	line-height: 16px;
	min-height: 100px;
	height: auto !important;
}


/* Ajuste da altura de algumas caixas */
/*#frm-guide .finner, #frm-kiteschool .finner, #frm-videos .finner
{
	height: 179px;
	overflow: auto;
}*/

#frm-alohanews .finner
{
	overflow: hidden;
}