/*------------------------------------------------------
	FAN Website Style Sheet 1
	09 October 2006
--------------------------------------------------------*/

/*-------------------- Main Tags -----------------------*/

   body {
        font-family : Verdana, Arial, Helvetica, Sans-serif;
        margin:0;
        padding:0;
        border:0;			/* This removes the border around the viewport in old versions of IE */
        width:100%;
        color:#000;
        background:#fff;
        min-width:760px;    /* Minimum width of layout - remove line if not required */
							/* The min-width property does not work in old versions of Internet Explorer */
		font-size:80%;
		text-align:center;  /* For IE to centre layout (margin l-r auto doesn't work on ie */
    }  
    .noBorders {padding:0;border:none;margin:0;}         
    #search {font-size:11px;font-weight:bold;color:#006699;text-align:right;padding-right:20px;}
    #search .searchBox {width:111px;border:1px solid #CCCCFF;padding:0.1em;background:#FFFFFF;}
    .breadcrumb {font-size: 85%;color : #3399CC; text-decoration:underline; margin : 0.2em 0.2em 1em 16em; padding : 0.2em; border-bottom : none; }

    #subNav { font-size:100%; margin-top : 0px; }
    #subNav TABLE.icons img { margin : 8px 0; }
    #subNav A {font-size:75%;text-decoration:none;font-weight:bold;}
    #subNav A:hover { text-decoration:underline;}
  	/* Headers and footers */
    #subNav .map {margin-top : 20px;margin-bottom : 20px;}
    #subNav .logos {text-align : center}
    #subNav .logos IMG {margin : 5px 0;}
    #header {
        clear:both;
        float:left;
        width:100%;
        padding-top:30px;
    }
    #header_nav {
        clear:both;
        float:left;
        width:100%;
        padding-top:70px;
    }
	#footer {
        clear:both;
        float:left;
        width:100%;
        height:120px;
        text-align : center; 
        font-size: 70%;
        background-image: url(/fan/web/i/t/footer_anew.gif);
	    background-repeat: no-repeat;
	    padding-top:12px; /* Push tecxt down into footer image background box*/
	           }
    
/* 3-column page layout styles */
.borders  
{
 border-left:3px #965340 solid;border-right:3px #965340 solid;
}
#wrapper 
{
        width:760px;
        height:217px;
        background-image: url(/fan/web/i/t/banner_anew.gif);
	    background-repeat: no-repeat;
        padding : 0;
        
        margin-left:auto; /* Centre the layout. See body style for IE fix*/
        margin-right:auto;
        text-align : left; 
        }
	/* column container */
	#col_container {
		position:relative;		/* This fixes the IE7 overflow hidden bug and stops the layout jumping out of place */
	    clear:both;
	    float:left;
        width:754px;				/* width of whole page - L/R .borders */
		overflow:hidden;		/* This chops off any overhanging divs */
        margin-top:20px;
	}
    #col_container_inner {
        float:left;
        width:200%;
        margin-left:-165px; 	/* Width of right column */
        position:relative;
        right:100%;
            	/* Centre column background colour */
    }
    #col_container_left {
        float:left;
        width:100%;
        margin-left:-50%;
        position:relative;
        left:330px;         	/* Left column width + right column width */
            	/* Left column background colour */
    }
    #col_container_centre {
        float:left;
	    width:50%;
	    position:relative;
	    right:165px;        	/* Width of left column */
	    padding-bottom:1em; 	/* Centre column bottom padding. Leave it out if it's zero */
	}
	#col_centre {
        margin:0 170px 0 170px;     	/* Centre column side padding:
                            	Left padding = left column width + centre column left padding width
                            	Right padding = right column width + centre column right padding width */
        position:relative;
	    left:200%;
	    overflow:hidden;
	}
    #col_left {
        float:left;
        float:right;			/* This overrides the float:left above */
        width:155px;        	/* Width of left column content (left column width minus left and right padding) */
        position:relative;
        right:5px;         	/* Width of the left-had side padding on the left column */
    }
    #col_right {
        float:left;
        float:right;			/* This overrides the float:left above */
        width:155px;        	/* Width of right column content (right column width minus left and right padding) */
        margin-right:15px;  	/* Width of right column right-hand padding + left column left and right padding */
        position:relative;
        left:50%;
    }



H1  { border:none; padding : 0; margin : 0 0 0.4em 0; text-align : left; font-size : 130%; font-weight : bold; color : #965340; clear:both;} /* page heading */
P { padding : 0em 0.4em 0 0.1em; border : none; margin : 0.4em 0em; text-align : left; }
B, STRONG {font-weight : bold; }
I, EM {font-style : italic }
I I {font-style : normal }
EM EM {font-style : normal }

/*-------------------- Text Alignment ------------------*/
.alignCenter { text-align : center; }
.alignLeft { text-align : left; }
.alignRight { text-align : right; }

/*-------------------- Elements -----------------------*/
A:link { text-decoration : underline; color : #3399CC; }
A:visited { text-decoration : underline; color : #9999CC; }        
A:hover { color : #CC6666; }
A:active { color : #FF0000; }
IMG { border : none; margin : 0; padding : 0; }
IMG.left { border : none; margin : 0.5em; float : left; vertical-align : text-top;}
IMG.right { border : none; margin : 0.5em; float : right; vertical-align : text-top;}
IMG.center {  border : none; margin : 0.5em; text-align : center; }
IMG.leftBdr { border : 1px solid #333333; margin : 0.5em; float : left; vertical-align : text-top;}
IMG.rightBdr { border : 1px solid #333333; margin : 0.5em; float : right; vertical-align : text-top;}
IMG.centerBdr {  border : 1px solid #333333; margin : 0.5em; text-align : center; }
.imgCaption { color : #666666 }
UL {border : 0px none; margin : 1em; list-style-type:disc; padding-left:3em; padding-right:0; padding-top:0; padding-bottom:0}
OL {border : 0px none; margin : 1em; list-style-type:decimal; padding-left:3em; padding-right:0; padding-top:0; padding-bottom:0}
LI {border-style:none; border-width:medium; padding:0.3em; margin:0em;  }
SUB { vertical-align : sub; font-size : 10px; }
SUP { vertical-align : super; font-size : 10px;}
HR { text-align : center;}
.sizeXS {font-weight : normal; font-size : 60%; }
.sizeS {font-weight : normal; font-size : 80%; }
.sizeL {font-weight : normal; font-size : 125%; }
.sizeXL {font-weight : normal; font-size : 150%; }

/* Static Nav Bar */
#navbar2 
{  
       width: 1000%;
       border:none;
       text-align:center;    
}
#navbar2 ul 
{
    margin: 0px;
    padding: 0px;
    color: #FFF;
    line-height: 2em;
    white-space: nowrap;
}
#navbar2 li 
{
    list-style-type: none;
    display: inline;
    margin-right:0em;
}
#navbar2 li a 
{
    text-decoration: none;
    padding: 0.4em 1em 0.4em 1em;
    background-color: #3399CC;
    color: #FFF;
    font-size: 85%;
    font-weight:bold;
}
#navbar2 li a:link 
{
    color: #FFF:
}
#navbar2 li a:visited 
{
    color: #FFF;
}
#navbar2 li a:hover 
{
    font-weight: bold;
    color: #FFF;
    background-color: #1CAEAD;
    text-decoration:underline;
}

/*-------------------- Stijls -----------------------*/
.default {	font-family : Verdana, Arial, Helvetica, Sans-serif;
		font-weight : normal;
		text-align : left;
    	margin : 10px 0;
        border : 0;
        padding : 0px;
	}
H2  { font-size : 130%; font-weight : bold; color : #4279BD; background : #FFFFFF; border: none; clear : both; text-align : left; padding : 0; margin : 0 0 0.4em 0; } /* section heading */
H3  { padding : 0; margin : 0.4em 0; font-size : 120%; font-weight : bold; color : #4279BD;  text-align : left;  border: none; } /* level 1 sub heading */
H4  { padding : 0; margin : 0.4em 0; font-size : 110%; font-weight : bold; color : #4279BD;  text-align : left;  border: none; } /* level 2 sub heading */
H5  { padding : 0; margin : 0.4em 0; font-size : 105%; font-weight : bold; color : #4279BD;  text-align : left;  border: none; } /* level 3 sub heading */
H2 A:link, H2 A:visited {color:#FFFFFF; text-decoration:underline; }
H2 A:hover, H2 A:active {text-decoration: underline;}


.samba H3  { padding : 0; margin : 0.4em 0; font-size : 120%; font-weight : bold; color : #FFFFFF; background : #4279BD; text-align : left; } /* level 1 sub heading */
.samba H4  { padding : 0; margin : 0.4em 0; font-size : 110%; font-weight : bold; color : #FFFFFF; background : #4279BD; text-align : left; } /* level 2 sub heading */
.samba H5  { padding : 0; margin : 0.4em 0; font-size : 105%; font-weight : bold; color : #FFFFFF; background : #4279BD; text-align : left; } /* level 3 sub heading */


.samba {
	font-family : Verdana, Arial, Helvetica, Sans-serif;
	font-weight : normal;
	text-align : left;
	color : #FFFFFF;
	background : #4279BD;
	margin : 10px 0;
    border : 0;
    padding : 10px;
	}
.samba TABLE, .samba TD, .samba TABLE TD
	{font-family : Verdana, Arial, Helvetica, Sans-serif;
	font-weight : normal;
	text-align : left;
	color : #FFFFFF;
	background : #4279BD;
	padding : 0.25em;
	border : 1px #4279BD solid;
	margin : 1em;
 	}

.samba P { padding:0 0 0 0; border:none; margin : 0.5em 0;}
.samba H2  { padding : 0; margin : 0 0 0.4em 0; font-size : 130%; font-weight : bold; color : #FFFFFF; background: #4279BD;  text-align : left; clear : both; } /* section heading */
.samba H3  { padding : 0; margin : 0.4em 0; font-size : 120%; font-weight : bold; color : #FFFFFF; background : #4279BD; text-align : left; } /* level 1 sub heading */
.samba H4  { padding : 0; margin : 0.4em 0; font-size : 110%; font-weight : bold; color : #FFFFFF; background : #4279BD; text-align : left; } /* level 2 sub heading */
.samba H5  { padding : 0; margin : 0.4em 0; font-size : 105%; font-weight : bold; color : #FFFFFF; background : #4279BD; text-align : left; } /* level 3 sub heading */

.samba A:link { text-decoration : underline; color : #FFFFFF; }
.samba A:visited { text-decoration : underline; color : #CCCCCC; }
.samba A:hover { color : #FFFFFF; }
.samba A:active { color : #FFFFFF; }
.samba H2 A:link, .samba H2 A:visited {color:#FFFFFF; text-decoration:underline; }
.samba H2 A:hover, .samba H2 A:active {text-decoration: underline;}
.samba H3 A, .samba H4 A, .samba H5 A {text-decoration : underline; cursor : hand;}

.montuno {
	font-family : Verdana, Arial, Helvetica, Sans-serif;
	font-weight : normal;
	text-align : left;
	color : #FFFFFF;
	background : #F5863A;
	margin : 10px 0;
    border : 0;
    padding : 10px;
	}
.montuno TABLE, .montuno TD, .montuno TABLE TD
	{font-family : Verdana, Arial, Helvetica, Sans-serif;
	font-weight : normal;
	text-align : left;
	color : #FFFFFF;
	background : #F5863A;
	padding : 0.25em;
	margin : 0.5em;
 	}
.montuno P { padding:0; border:none; margin : 0.5em 0;}
.montuno H2  { padding : 0; margin : 0 0 0.4em 0; font-size : 130%; font-weight : bold; color : #FFFFFF; background: #F5863A;  text-align : left; clear : both; } /* section heading */
.montuno H3  { padding : 0; margin : 0.4em 0; font-size : 120%; font-weight : bold; color : #FFFFFF; background : #F5863A; text-align : left; } /* level 1 sub heading */
.montuno H4  { padding : 0; margin : 0.4em 0; font-size : 110%; font-weight : bold; color : #FFFFFF; background : #F5863A; text-align : left; } /* level 2 sub heading */
.montuno H5  { padding : 0; margin : 0.4em 0; font-size : 105%; font-weight : bold; color : #FFFFFF; background : #F5863A; text-align : left; } /* level 3 sub heading */
.montuno A:link { text-decoration : underline; color : #FFFFFF; }
.montuno A:visited { text-decoration : underline; color : #CCCCCC; }
.montuno A:hover { color : #FFFFFF; }
.montuno A:active { color : #FFFFFF; }
.montuno H2 A:link, .montuno H2 A:visited {color:#FFFFFF; text-decoration:underline; }
.montuno H2 A:hover, .montuno H2 A:active {text-decoration: underline;}
.montuno H3 A, .montuno H4 A, .montuno H5 A {text-decoration : underline; cursor : hand;}

.timba {
	font-family : Verdana, Arial, Helvetica, Sans-serif;
	font-weight : normal;
	text-align : left;
	color : #FFFFFF;
	background : #C16BA9;
	margin : 10px 0;
    border : 0;
    padding : 10px;
	}
.timba TABLE, .timba TD, .timba TABLE TD
	{font-family : Verdana, Arial, Helvetica, Sans-serif;
	font-weight : normal;
	text-align : left;
	color : #FFFFFF;
	background : #C16BA9;
	padding : 0.25em;
	border : 1px #C16BA9 solid;
	margin : 1em 0;
 	}
.timba P { padding:0; border:none; margin : 0.5em 0;}
.timba H2  { padding : 0; margin : 0 0 0.4em 0; font-size : 130%; font-weight : bold; color : #FFFFFF; background: #C16BA9;  text-align : left; clear : both; } /* section heading */
.timba H3  { padding : 0; margin : 0.4em 0; font-size : 120%; font-weight : bold; color : #FFFFFF; background : #C16BA9; text-align : left; } /* level 1 sub heading */
.timba H4  { padding : 0; margin : 0.4em 0; font-size : 110%; font-weight : bold; color : #FFFFFF; background : #C16BA9; text-align : left; } /* level 2 sub heading */
.timba H5  { padding : 0; margin : 0.4em 0; font-size : 105%; font-weight : bold; color : #FFFFFF; background : #C16BA9; text-align : left; } /* level 3 sub heading */
.timba A:link { text-decoration : underline; color : #FFFFFF; }
.timba A:visited { text-decoration : underline; color : #CCCCCC; }
.timba A:hover { color : #FFFFFF; }
.timba A:active { color : #FFFFFF; }
.timba H2 A:link, .timba H2 A:visited {color:#FFFFFF; text-decoration:underline; }
.timba H2 A:hover, .timba H2 A:active {text-decoration: underline;}
.timba H3 A, .timba H4 A, .timba H5 A {text-decoration : underline; cursor : hand;}

.bolero {
	font-family : Verdana, Arial, Helvetica, Sans-serif;
	font-weight : normal;
	text-align : left;
	color : #000000;
	background : #CBEBFB;
	margin : 10px 0;
    border : 0;
    padding : 10px;
	}
.bolero TABLE, .bolero TD, .bolero TABLE TD
	{font-family : Verdana, Arial, Helvetica, Sans-serif;
	font-weight : normal;
	text-align : left;
	color : #000000;
	background : #CBEBFB;
	margin : 10px 0;
    border : 0;
    padding : 10px;
 	}
.bolero P { padding:0; border:none; margin : 0.5em 0;}
.bolero H2  { padding : 0; margin : 0 0 0.4em 0; font-size : 130%; font-weight : bold; color : #4279BD; background: #CBEBFB;  text-align : left; clear : both; } /* section heading */
.bolero H3  { padding : 0; margin : 0.4em 0; font-size : 120%; font-weight : bold; color : #4279BD; background : #CBEBFB; text-align : left; } /* level 1 sub heading */
.bolero H4  { padding : 0; margin : 0.4em 0; font-size : 110%; font-weight : bold; color : #4279BD; background : #CBEBFB; text-align : left; } /* level 2 sub heading */
.bolero H5  { padding : 0; margin : 0.4em 0; font-size : 105%; font-weight : bold; color : #4279BD; background : #CBEBFB; text-align : left; } /* level 3 sub heading */
.bolero A:link { text-decoration : underline; color : #4279BD; }
.bolero A:visited { text-decoration : underline; color : #4279BD; }
.bolero A:hover { color : #4279BD; }
.bolero A:active { color : #4279BD; }
.bolero H2 A:link, .bolero H2 A:visited {color:#4279BD; text-decoration:underline; }
.bolero H2 A:hover, .bolero H2 A:active {text-decoration: underline;}
.bolero H3 A, .bolero H4 A, .bolero H5 A {text-decoration : underline; cursor : hand;}

.maracatu {
	font-family : Verdana, Arial, Helvetica, Sans-serif;
	font-weight : normal;
	text-align : left;
	color : #FFFFFF;
	background : #EC008C;
	background-color : #EC008C;
	margin : 10px 0;
    border : 0;
    padding : 10px;
	}
.maracatu TABLE, .maracatu TD, .maracatu TABLE TD
	{font-family : Verdana, Arial, Helvetica, Sans-serif;
	font-weight : normal;
	text-align : left;
	color : #000000;
	background : #EC008C;
	padding : 0.25em;
	border : 1px #EC008C solid;
	margin : 1em 0;
 	}
.maracatu P { padding:0; border:none; margin : 0.5em 0;}
.maracatu H2  { padding : 0; margin : 0 0 0.4em 0; font-size : 130%; font-weight : bold; color : #FFFFFF; background: #EC008C;  text-align : left; clear : both; } /* section heading */
.maracatu H3  { padding : 0; margin : 0.4em 0; font-size : 120%; font-weight : bold; color : #FFFFFF; background : #EC008C; text-align : left; } /* level 1 sub heading */
.maracatu H4  { padding : 0; margin : 0.4em 0; font-size : 110%; font-weight : bold; color : #FFFFFF; background : #EC008C; text-align : left; } /* level 2 sub heading */
.maracatu H5  { padding : 0; margin : 0.4em 0; font-size : 105%; font-weight : bold; color : #FFFFFF; background : #EC008C; text-align : left; } /* level 3 sub heading */
.maracatu A:link { text-decoration : underline; color : #FFFFFF; }
.maracatu A:visited { text-decoration : underline; color : #FFFFFF; }
.maracatu A:hover { color : #FFFFFF; }
.maracatu A:active { color : #FFFFFF; }
.maracatu H2 A:link, .maracatu H2 A:visited {color:#FFFFFF; text-decoration:underline; }
.maracatu H2 A:hover, .maracatu H2 A:active {text-decoration: underline;}
.maracatu H3 A, .maracatu H4 A, .maracatu H5 A {text-decoration : underline; cursor : hand;}

.pagode {
	font-family : Verdana, Arial, Helvetica, Sans-serif;
	font-weight : normal;
	text-align : left;
	color : #FFFFFF;
	background : #8CC63F;
	background-color : #8CC63F;
	margin : 10px 0;
    border : 0;
    padding : 10px;
	}
.pagode TABLE, .pagode TD, .pagode TABLE TD
	{font-family : Verdana, Arial, Helvetica, Sans-serif;
	font-weight : normal;
	text-align : left;
	color : #FFFFFF;
	background : #8CC63F;
	padding : 0.25em;
	border : 1px #EC008C solid;
	margin : 1em;
 	}
.pagode P { padding:0; border:none; margin : 0.5em 0;}
.pagode H2  { padding : 0; margin : 0 0 0.4em 0; font-size : 130%; font-weight : bold; color : #FFFFFF; background: #8CC63F;  text-align : left; clear : both; } /* section heading */
.pagode H3  { padding : 0; margin : 0.4em 0; font-size : 120%; font-weight : bold; color : #FFFFFF; background : #8CC63F; text-align : left; } /* level 1 sub heading */
.pagode H4  { padding : 0; margin : 0.4em 0; font-size : 110%; font-weight : bold; color : #FFFFFF; background : #8CC63F; text-align : left; } /* level 2 sub heading */
.pagode H5  { padding : 0; margin : 0.4em 0; font-size : 105%; font-weight : bold; color : #FFFFFF; background : #8CC63F; text-align : left; } /* level 3 sub heading */

.pagode A:link { text-decoration : underline; color : #FFFFFF; }
.pagode A:visited { text-decoration : underline; color : #FFFFFF; }
.pagode A:hover { color : #FFFFFF; }
.pagode A:active { color : #FFFFFF; }
.pagode H2 A:link, .pagode H2 A:visited {color:#FFFFFF; text-decoration:underline; }
.pagode H2 A:hover, .pagode H2 A:active {text-decoration: underline;}
.pagode H3 A, .pagode H4 A, .pagode H5 A {text-decoration : underline; cursor : hand;}

.forro {
	font-family : Verdana, Arial, Helvetica, Sans-serif;
	font-weight : normal;
	text-align : left;
	color : #FFFFFF;
	background-color : #965340;
	margin : 10px 0;
    border : 0;
    padding : 10px;
	}
.forro TABLE, .forro TD, .forro TABLE TD
	{font-family : Verdana, Arial, Helvetica, Sans-serif;
	font-weight : normal;
	text-align : left;
	color : #FFFFFF;
	background : #965340;
	padding : 0.25em;
	border : 1px #EC008C solid;
	margin : 1em;
 	}
.forro P { padding:0; border:none; margin : 0.5em 0;}
.forro H2  { padding : 0; margin : 0 0 0.4em 0; font-size : 130%; font-weight : bold; color : #FFFFFF; background: #965340;  text-align : left; clear : both; } /* section heading */
.forro H3  { padding : 0; margin : 0.4em 0; font-size : 120%; font-weight : bold; color : #FFFFFF; background : #965340; text-align : left; } /* level 1 sub heading */
.forro H4  { padding : 0; margin : 0.4em 0; font-size : 110%; font-weight : bold; color : #FFFFFF; background : #965340; text-align : left; } /* level 2 sub heading */
.forro H5  { padding : 0; margin : 0.4em 0; font-size : 105%; font-weight : bold; color : #FFFFFF; background : #965340; text-align : left; } /* level 3 sub heading */

.forro A:link { text-decoration : underline; color : #FFFFFF; }
.forro A:visited { text-decoration : underline; color : #FFFFFF; }
.forro A:hover { color : #FFFFFF; }
.forro A:active { color : #FFFFFF; }
.forro H2 A:link, .forro H2 A:visited {color:#FFFFFF; text-decoration:underline; }
.forro H2 A:hover, .forro H2 A:active {text-decoration: underline;}
.forro H3 A, .forro H4 A, .forro H5 A {text-decoration : underline; cursor : hand;}
