﻿/* Master Page */

html, body
{
	margin:5px 0px 0px 0px;
	padding:0px;
	border:0px;
	width:100%;
	height:100%;
	min-width:779px;
	font-family:Georgia;
	font-size:1em;
	color:#141215;
	background-color:White;
}
img{border:none;}

#contentContainer
{
    position:relative;
    margin:0 auto;
    padding:0;
    width:1000px;
    height:750px;
	background:transparent url(/images/web/bg.jpg) no-repeat;
}

#headerContainer
{
    position:relative;
    clear:both;
	width:100%;
	height:120px;
}

#headerContainer #logo-fapcdms
{
    display:block;
    position:absolute;
    top:50px;
    right:32px;
	width:120px;
	height:36px;
}

#headerContainer #logo
{
    display:block;
    position:absolute;
    top:15px;
    left:32px;
	width:205px;
	height:155px;
}
#headerContainer #header-title
{
    position:absolute;
    top:14px; right:38px;
    width:708px; height:29px;
    background:url(/images/web/header-title.jpg) no-repeat;
}
#headerContainer .header-title-h-separator, #headerContainer .header-menu-h-separator
{
    position:absolute;
}
#headerContainer .header-title-h-separator
{
    top:44px; right:19px;
    width:967px; height:6px;
    background:url(/images/web/header-title-h-separator.png) no-repeat;
}
#headerContainer .header-menu-h-separator
{
    top:78px; right:190px;
    width:520px; height:3px;
    background:url(/images/web/header-menu-h-separator.png) no-repeat;
}

/* TOP MENU */
#headerContainer ul#top-menu {
    position:absolute;
    top:50px;
    right:180px;
    width:530px;
    height:60px;
	margin: 0; padding: 0;
	list-style: none;
	font-family:Georgia;
	background:transparent url('/images/web/header-menu-v-separator.png') no-repeat left 3px;
}
ul#top-menu li {
	float: left;
	margin: 0; padding: 0;
	background:transparent url('/images/web/header-menu-v-separator.png') no-repeat right center;
}
ul#top-menu li a {
	padding: 5px 15px;
	display: block;
	color:#141215;
	text-decoration: none;
	font-weight:bolder;
	font-size:1.2em;
}
ul#top-menu li a:hover
{
    color:#f0f0f0;
}
ul#top-menu li:hover {
	background-color:Transparent;
}
/*html*/ ul#top-menu li ul {
	list-style: none;
	padding: 5px 0;
	margin:0;
	position: absolute;
	right:0; top:30px;
	display: none;
	width:520px;
	height:15px;
	overflow:hidden;
	color:#141215;
	background:transparent url('/images/web/header-submenu-v-separator.png') no-repeat left top;
}
ul#top-menu li ul li {
	float: left;
	background:transparent url('/images/web/header-submenu-v-separator.png') no-repeat right center;
}
/*html*/ ul#top-menu li ul a {
	display: inline;
}
ul#top-menu li ul a:hover 
{
    text-decoration:none;
    color:#f0f0f0;
}

#footerContainer
{
    position:relative;
	margin:0 auto;
	width:1000px;
	overflow:hidden;
    font-family:Tahoma; font-size:12px; color:#8B7D7F;
}
.copyright
{
    position:relative;
	float:left;
	padding:5px 0 0 40px;
}
.signature
{
    position:relative;
	float:right;
	padding:0 40px 0 0;
}
.linkTuaise
{
	color:#F58220;
}
.linkTuaise:hover
{
	text-decoration:none;
}

.smallLegend
{
	font-size:.6em;
	color:#5D5E5E;
}

/* HOME */
#home-newsletter-suscription, #home-newsletter-suscription-frame
{
    position:absolute;
    top:175px; left:20px;
    width:245px; height:97px;
    padding:20px 30px 20px 25px;
}
#home-newsletter-suscription-frame
{
    background:url(/images/web/newsletter-suscription-bg.png) no-repeat;
}
#home-newsletter-suscription span.title, #home-newsletter-suscription span.smallLegend
{
    display:block;
    position:relative;
    float:left;
    clear:both;
    padding-bottom:3px;
    width:100%;
}
#home-newsletter-suscription span.title
{
    font-size:1.2em;
    padding-bottom:3px;
}
#home-newsletter-suscription .image-button
{
    float:right;
    padding-top:5px;
}

/* HOME SLIDE */
#home-midgets-pictures-slide
{
    position:absolute;
    top:105px; right:60px;
    width:590px; height:210px;
    padding:0px;
    overflow:hidden;
}
#home-midgets-pictures-slide-frame
{
    position:absolute;
    top:107px; right:142px;
    width:428px; height:208px;
    background:url('/images/web/midgets-pictures-slide-bg.png') no-repeat;
}

/* HOME NEWS */
#home-news-container
{
    position:absolute;
    top:322px; left:20px;
    width:446px; height:261px;
    padding:60px 50px;
    overflow:hidden;
    background:url('/images/web/home-news-bg.png') no-repeat center;
}
#home-news-container .scroll-pane
{
	position:relative;
	width:436px;
	height:261px;
	padding:0 10px 0 0;
	margin:0;
	overflow:auto;
}

/* HOME RESULTS */
#home-results-container
{
    position:absolute;
    top:332px; right:30px;
    width:312px; height:282px;
    padding:50px 40px;
    overflow:hidden;
    background:transparent url('/images/web/home-results-bg.png') no-repeat center;
}
#home-results-container #tabs
{
    font-size:.8em;
    padding-bottom:30px;
}
#home-results-container #tabs div
{
    padding:5px;
}
#home-results-container #tabs a.details-button
{ 
    display:block;
    position:relative;
    float:right;
    clear:both;
    width:72px;
    height:28px;
    margin-top:2px;
}

.home-body-h-separator
{
    position:absolute;
    top:320px; right:25px;
    width:950px; height:8px;
    background:transparent url(/images/web/home-body-h-separator.png) no-repeat;
}

#contact-left
{
    position:relative;
    float:left;
    width:310px;
    font-size:.9em;
}
#contact-right
{
    position:relative;
    float:right;
    width:300px;
}
#map-container
{
    font-size:.9em;
    position:relative;
    width:290px;
    height:220px;
    padding-top:170px;
    text-align:center;
    overflow:hidden;
    border:solid 5px #FBEBBD;
    color:#aaa;
    font-weight:normal;
}
#map-container #mapCanvas
{
    color:#141215;
}

#content
{
	position:absolute;
	top:110px; right:10px;
	width:639px;
	height:446px;
	margin:0;
	padding:90px 62px 80px 85px;
    background:transparent url(/images/web/content-bg.png) no-repeat;
    overflow:hidden;
}
#content .scroll-pane
{
	position:relative;
	width:629px;
	height:446px;
	padding:0 10px 0 0;
	margin:0;
	overflow:auto;
}
#content .racers
{
	width:639px;
	padding:0;
}
#content h1.frame-header
{
    margin:0; padding:0;
    position:absolute; top:45px; left:80px;
    color:#FFF;
    font-weight:bolder;
	font-size:1.2em;
}
#content .frame-header-actions
{
    position:absolute; top:48px; right:65px;
    font-size:.7em;
}
#content .frame-footer
{
    position:absolute; bottom:38px; right:52px;
    width:638px;
    padding:0 10px;
    color:#FFF;
    font-weight:bolder;
	font-size:.8em;
    font-style:italic;
    text-align:right;
}

a {
	color:#670B01;
	text-decoration:none;
	font-style:normal;
	background-color:Transparent;
}
a:hover {
	text-decoration:underline;
}

.exportLink {
	/*color:#333;
	text-decoration:none;
	font-style:normal;
	background-color:Transparent;
	font-size:0.7em;*/
}
.exportLink:hover {
	text-decoration:none;
}

/* Contenido */
h1, h2, h3 {
	font-weight:normal;
}

h1 {
	color:#135E7C;
	font-size:1.4em;
	text-align:left;
	min-width:10px;
	margin-top:0px;
	padding-top:25px;
	padding-bottom:5px;
}

h2 {
	color:#135E7C;
	font-size:1em;
	text-align:left;
	margin:15px auto 10px auto;
}

h3 {
	color:#4B4C4C;
	font-size:0.9em;
	font-weight:bold;
	text-align:justify;
	margin:15px auto 10px auto;
}

p {
	font-weight:normal;
	line-height:1.5em;
	text-align:justify;
	margin:10px auto 5px auto;
}

.normalText {
	font-size:0.75em;
}

div .normalText ul
{
	font-weight:normal;
	font-size:1em;
	line-height:1.5em;
	text-align:justify;
}

ul {
	font-weight:normal;
	font-size:0.75em;
	line-height:1.5em;
	text-align:justify;
}

/* Galería de Fotos */
.galleryContainer
{
	overflow:hidden;
	margin:0 auto;
	clear:both;
}

.galleryContainer .item
{
	position:relative;
	float:left;
	width:128px;
	height:96px;
	border:solid 3px #A09178;
	background-color:#A09178;
	margin:8px;
}

.galleryContainer .itemIn
{
	width:100%;
	height:96px;
	overflow:hidden;
}

.galleryContainer .item a
{
	cursor:pointer;
	display:block; 
	height:100%; 
	width:100%;
}
/* Galería de Fotos ::: FIN */


/* FormView */
.admStandardForm
{
	width:99%;
	font-size:.8em;
}

.admStandardForm td
{
	padding:2px;
	vertical-align:top;
}

/* -------- */

/* Controles de Formulario */

.label, .labelBold
{
	font-size:0.8em;
}

.labelBold { 
	font-weight:bold;
}

.box, .multiBox, .dropDown, .list, .searchWaterMark
{
	font-family:Georgia;
	min-height: 16px;
	font-size:1em;
	background-color:#FFFFFF;
	border: solid;
	border-width: 1px;
	border-color: #828383;
	color:#333333;
	padding:3px 5px;
}

.button {
	font-size: 9pt;
	line-height: 10px;
	background-color: #FFF3E6;
	font-weight: bold;
	margin-top: 0px;
	padding: 3px 5px 3px 5px;
	border-bottom: 1px solid #FDB777;
	border-right: 1px solid #FDB777;
	border-top: 1px solid #FEE2C8;
	border-left: 1px solid #FEE2C8;
	color:#62575D;
}

.linkButton {
	font-size: 0.9em;
	color: #F58626;
	font-weight: bold;
	text-decoration: none;
}

.linkButton:hover {
	color: #F9AD68;
}

.admRowSeparator
{
	height:10px;
}

/* Página de Errores */

#pageError
{
	padding-top:30px;
	padding-bottom:30px;
	height:100%;
	width:100%;
	text-align:center;
	vertical-align:middle;
}

/* news */
.separator
{
    position:relative;
    float:left;
    clear:both;
    width:300px;
    height:2px;
    line-height:0;
	margin:0; padding:0;
}

.floatLeftWrapper { position:relative; float:left; }
.floatRightWrapper { position:relative; float:right; }

.events .item, .events .item-alternate
{
    position:relative;
    width:100%;
    float:left;
    clear:both;
    margin:0; padding:0;
}
.events .info .minheight
{
    position:relative;
    width:1px;
    height:90px;
    float:left;
}

.events .info, .details-info, .details-alternate
{
	text-align:left;
	position:relative;
	width:280px;
	float:right;
	clear:right;
	padding:10px;
	margin:0;
}
.events .item           .info { background-color:#A08D49; }
.events .item-alternate .info { background-color:#D1C086; }

.details-info, .details-alternate
{
	padding:0px;
    background:none;
    float:none; 
    width:609px; 
    margin:0px auto;
}

.info .details-button
{ float:right; }

.info p, .info p
{
	margin:0;
	padding:0;
    text-align:left;
}
.info p.summary, .info p.summary {
	font-size:.75em;
	line-height:1.2em;
	padding-top:3px;
}

.info .listDate, .listDate
{
	font-size:.65em;
	font-weight:bolder;
}

.info .readMoreTitle
{
	font-size:.8em;
	font-weight:bolder;
}

.info .readMoreTitle a
{
	text-decoration:none;
	color:#101010;
}

.info .detailTitle
{
	font-size:1em;
	font-weight:bolder;
	color:#4B4C4C;
	text-align:center;
}

.info .readMoreTitle a:hover
{
	text-decoration:none;
}

.readMore
{
	text-align:right;
}

.readMore a
{
	text-decoration:none;
	font-size:0.7em;
}

.readMore a:hover
{
	text-decoration:underline;
}

.newsDetailsImage
{
	text-align:center;
}

.newsBackLink:hover
{
	text-decoration:underline;
}

.newsSmallImage
{
	position:relative;
	width:100px;
	height:100px;
	float:left;
	clear:left;
	border:solid 3px #A09178;
	background-color:#A09178;
}

.newsInfo
{
	text-align:left;
	position:relative;
	width:620px;
	float:right;
	padding-bottom:5px;
	font-size:0.9em;
	line-height:1.5em;
}

.newsContent
{
	position:relative;
	width:100%;
	text-align:left;
	font-size:0.9em;
	line-height:1.5em;
}

.newsAttachmentContainer
{
	text-align:right;
}

/* FORM */
.formValidationError
{
	font-size:8pt;
}

/* GridViews */
.emptyPanel
{
	width: 90%;
	margin: 20px auto 0 auto;
	padding:30px 0;
	color: #999;
	font-size: .8em;
	font-family: Verdana, Tahoma, Arial;
	border:solid 1px #DEDEDE;
	text-align:center;
}

.gridView
{
	width: 100%;
	margin: 0 auto 0 auto;
	color: #141215;
	font-size: .8em;
	font-family: Verdana, Tahoma, Arial;
	border:solid 1px #DEDEDE;
	position:relative;
	clear:both;
}

.gridView .emptyDataRowStyle
{
	text-align:center;
	color:#999;
	height:60px;
	padding:25px;
}

.emptyDataRowStyleWithBorders
{
	text-align:center;
	height:60px;
	padding:25px;
	margin: 0px auto;
	color: #4B4C4C;
	font-size: 0.7em;
	font-family: Verdana;
	border:solid 1px #fff;
	width:500px;
}

.gridView .headerStyle th 
{
    border-bottom-color: #fff;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-right-color: #fff;
    border-right-style: solid;
    border-right-width: 1px;
    color: #FFF;
    padding:7px;
    text-align: center;
    vertical-align: middle;
    background-color:#A08D49;
}

.gridView .rowStyle
{
    background-color: #F2E7C7;
}

.gridView .alternatingRowStyle
{
    background-color: #D1C086;
}

.gridView .rowStyle:hover, 
.gridView .alternatingRowStyle:hover
{
    background-color: #F7F2E7;
}

.gridView .rowStyle td,
.gridView .alternatingRowStyle td
{
    padding:5px 7px 5px 7px;
    border-right: solid 1px #fff;
	border-bottom: solid 1px #fff;
    font-weight: normal;
    height:14px;
}

.admGenericColumn {
	border-top: solid 1px white;
}

.columnText
{
	text-align:left;
}

.columnMoney
{
	text-align:right;
}

.columnLink
{
	text-align:center;
	width:10px;
}

.columnDate, 
.columnNumber
{
	text-align:center;
	vertical-align:middle;
}

.columnText, 
.columnLink, 
.columnDate, 
.columnNumber, 
.columnMoney
{
	padding-left:3px;
	padding-right:3px;
}

/* Listado de carreras */
.careersList
{
	width:100%;
}

.careersList td
{
	font-size:0.9em;
	text-align:left;
	padding:5px 0px;
}

.careersList a
{
	font-weight:bolder;
	color:#4B4C4C;
}

/* Tables */
.customTable
{
	width: 100%;
	margin: 0px auto 0px auto;
	border: solid 1px #AAAAAA;
	color: #141215;
	font-family: Verdana;
	border:solid 1px #DEDEDE;
}

.customTable .emptyDataRowStyle
{
	text-align:center;
	color:#999;
	height:60px;
	padding:25px;
}

.customTable .headerStyle
{
    border-bottom-color: #FFF;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-right-color: #FFF;
    border-right-style: solid;
    border-right-width: 1px;
    color: #FFF;
    padding:7px;
    text-align: center;
    vertical-align: middle;
    background-color:#A08D49;
    height:25px;
}

.customTable .rowStyle
{
    background-color: #F2E7C7;
}

.customTable .alternatingRowStyle
{
    background-color: #D1C086;
}

.customTable .rowStyle:hover, 
.customTable .alternatingRowStyle:hover
{
    background-color: #F7F2E7;
}

.customTable .rowStyle td,
.customTable .alternatingRowStyle td
{
    padding:1px 10px 1px 10px;
    border-right: solid 1px #FFF;
	border-bottom: solid 1px #FFF;
    font-weight: normal;
    height:22px;
}

/* Race Drivers */
.raceDriverContainer
{
	position:relative;
	float:left;
	background:transparent url('/images/ranking/racer-info-bg.png') no-repeat;
	width:300px;
	margin:0px 10px 15px 0px;
	height:188px;
	overflow:hidden;
	color:#111;
}

.raceDriverName
{
	position:absolute;
	top:10px;
	left:120px;
	font-size:12px;
	font-weight:normal;
}

.raceDriverNumber
{
	position:absolute;
	top:25px;
	left:105px;
	width:50px;
	height:40px;
	z-index:10;
	font-size:30px;
	font-weight:normal;
	text-align:center;
	padding-top:10px;
}

.raceDriverData
{
	position:absolute;
	bottom:10px;
	left:12px;
	text-align:left;
	font-size:11px;
	font-weight:normal;
	line-height:16px;
}

.raceDriverDataTitle
{
	text-transform:uppercase;
}

.raceDriverPicture, .raceDriverPictureFrame
{
	position:absolute;
	width:80px;
	height:80px;
	text-align:left;
}
.raceDriverPicture
{
	top:19px;
	left:19px;
    overflow:hidden;
}
.raceDriverPictureFrame
{
	top:5px;
	left:0px;
	padding:14px 16px 22px 19px;
	background:transparent url('/images/ranking/racer-picture-bg.png') no-repeat;	
}

.carPicture
{
	position:absolute;
	top:30px;
	right:8px;
	width:134px;
	/*height:120px;*/
	text-align:left;
	background-color:Transparent;
	border:solid 3px #FBEBBD;
	overflow:hidden;
}

.carBrandLogo
{
    position:absolute;
    right:9px;
    bottom:10px;
}

/* Paginación */
.pagingControlsContainer
{
	position:relative;
	width:480px;
	float:right;
	text-align:right;
}

.pagingControlsCurrentPage
{
	position:relative;
	text-align:left;
	float:left;
	width:120px;
	height:20px;
}

.pagingControlsItem
{
	position:relative;
	float:right;
	width:90px;
	height:18px;
}
.pagingControlsItem a 
{
    text-align:center;
}

.pagingControlsItem_EnabledA, .pagingControlsItem_EnabledA:hover
{
	display:block;
	width:100%;
	height:95%;
	text-decoration:none;
	cursor:pointer;
	color:#fff;
}

.pagingControlsItem_DisabledA, .pagingControlsItem_DisabledA:hover
{
	display:block;
	width:100%;
	height:95%;
	text-decoration:none;
	color:#F1E8CF;
}
    

/* home slideshow */
/* caption styling */
.caption-top, .caption-bottom 
{
    margin:0;
	color: #ffffff;	
	padding: 10px;	
	font-weight: normal;
	font-size: 11px;	
	height:22px;
	cursor: default;
	background: #000;
	text-shadow: 1px 1px 0 #202020;
}
.caption-top 
{
}
.caption-bottom {
}
.caption a, .caption a {
	border: 0 none;
	text-decoration: none;
	background: #000000;
	
}
.caption a:hover, .caption a:hover {
	background: #202020;
}
.caption-wrapper {
	float: left;
}
br.c { clear: both; }

.resultsGridFooter
{
    font-size:0.75em;
    width:100%; 
    text-align:left; 
    padding-top:10px; 
    line-height:20px;
    font-weight:normal;
    margin-bottom:10px;
}

.grid-header
{
    position:relative;
    float:left;
    clear:both;
    width:100%; 
    height:25px;
}

.grid-header-title
{
    font-size:0.75em;
    font-weight:bolder;
    text-align:left;
    position:relative;
    float:left;
    width:60%;  
}

.grid-header-actions
{
    text-align:right; 
    width:40%;
    position:relative;
    float:right;
}
