﻿html 
{
	margin: 20px 0px 0px 0px; padding: 0px;
	font-family: Calibri, Tahoma, Sans-Serif;
	font-size: 80%; background-color: #830220;
	color: #323030;
}

a:link	 	{ color: #830220; text-decoration: none; }
a:visited	{ color: #830220; text-decoration: none; }
a:hover 	{ color: #830220; text-decoration: none; }


.container
{
	background-image: url('../images/structure/background.gif');
	background-repeat: repeat; width: 981px; padding: 0px 9px 0px 9px;
	height: 720px;
}

.header
{
	padding: 20px; height: 101px
}

.cfcLogo
{	
	float: left; margin: 0px; padding: 0px; border: 0px;
}

.erreaLogo
{
	float: right; margin-right: 20px; border: 0px;
}

.centreCirlce
{
	width: 980px; height: 188px; clear: both;
	padding: 0px; margin: 0px; overflow: hidden;
	float: left;
}

h1
{
	font-size: 110%; color: #830220; font-weight: bold;
	margin: 0px 0px 10px 0px; padding: 0px;
}

#navbar
{
	border-top: solid 1px #c68a98;	border-bottom: solid 1px #c68a98;
	width: 980px; background-image: url('../images/structure/navbarBack.gif'); 
	background-repeat: repeat-x; height: 28px; float: left;
}

#navbar .navbarItem
{
	width: 106px; float: left; height: 28px; text-align: center; padding-top: 6px;
	background-image: url('../images/structure/navbarBack.gif'); 
	background-repeat: repeat-x;
}

#navbar .navbarItem:hover
{
	width: 106px; float: left; height: 28px; text-align: center; padding-top: 6px;
	background-image: url('../images/structure/navbarBackOver.gif'); 
	background-repeat: repeat-x;
}


#navbar .splitter
{
	background-image: url('../images/structure/navbarSplitter.gif');
	float: left; width: 2px; height: 10px; margin-top: 9px;
}

#navbar a:link 		{	color: #830220; text-decoration: none; font-weight: bold; }
#navbar a:visited	{	color: #830220; text-decoration: none; font-weight: bold; }
#navbar a:hover		{	color: #830220; text-decoration: none; font-weight: bold; }

.hideMe
{
	display: none;
}

.subMenu
{
	border-top: solid 1px #c1808f; height: 56px; position: relative; z-index: 10;
	width: 106px;
}


#navbar .navbarSubItem
{
	width: 104px; float: left; height: 22px; text-align: center;
	background-image: url('../images/structure/navbarBack.gif'); 
	background-repeat: repeat-x; padding-top: 6px; border-bottom: solid 1px #c1808f;
	border-left: solid 1px #c1808f; border-right: solid 1px #c1808f;
}

#navbar .navbarSubItem:hover
{
	width: 104px; float: left; height: 22px; text-align: center;
	background-image: url('../images/structure/navbarBackOver.gif'); 
	background-repeat: repeat-x; padding-top: 6px; border-bottom: solid 1px #c1808f;
	border-left: solid 1px #c1808f; border-right: solid 1px #c1808f;
}

.leftPanel
{
	border: dashed 1px #c1808f; float: left; text-align: justify;
	width: 438px; height: 298px; overflow-y: scroll; padding: 10px;
	background-image: url('../images/structure/panelBack.gif');
	background-repeat: repeat-x; background-position: left bottom;
	background-color: #ffffff; margin: 20px; overflow-x: hidden;
}

.rightPanel
{
	border: dashed 1px #c1808f; float: left; text-align: justify;
	width: 438px; height: 298px; overflow: hidden; padding: 10px;
	background-image: url('../images/structure/panelBack.gif');
	background-repeat: repeat-x; background-position: left bottom;
	background-color: #ffffff; margin: 20px 20px 20px 0px; overflow-x: hidden;
}

#marqueecontainer
{
	position: relative;
	width: 438px; /*marquee width */
	height: 270px; /*marquee height */
	overflow: hidden;
}

/*                                            SQUADS PAGES                                                  */

#squadTable
{
	background-image: url('../images/structure/teamBackground.gif'); 
	background-repeat: repeat-x; border: dashed 1px #c1808f; height: 467px; 
	width: 900px; overflow-x: hidden; overflow-y: auto; float: left;
	margin: 20px 20px 0px 20px; padding: 20px; background-position: bottom;
}

squadTable h1
{
	font-size: 100%; font-weight: bold;	text-align: left;
}


#tableHeader
{
	background-image: url('../images/structure/tableHeader.gif');
	background-repeat: repeat-x; font-weight: bold;	height: 39px;
}

#squadTable table
{
	background-color: #ffffff;
}

#squadTable td
{
	border-bottom: solid 1px #cd99a5; height: 29px; 
}

#mtLink
{
	width: 980px; text-align: right; margin-right: 5px; margin-top: 5px;
}

a:hover
{
	color: #8f1b36; text-decoration: none; font-weight: normal;
}

a:visited
{
	color: #8f1b36; text-decoration: none; font-weight: normal;
}

#mtLink a:link
{
	color: #8f1b36; text-decoration: none; font-weight: normal;
}

/*												REPORT PAGES													*/

#reportTable
{
	background-image: url('../images/structure/teamBackground.gif'); text-align:left;
	background-repeat: repeat-x; border: dashed 1px #c1808f; height: 467px; 
	width: 900px; overflow-x: hidden; overflow-y: auto; float: left;
	margin: 20px 20px 0px 20px; padding: 20px; background-position: bottom;
}

reportTable h1
{
	font-size: 100%; font-weight: bold;	
}

.style1 {
	text-align: center;
}

#reportText
{
	float: left; text-align: left; width: 45%;
}

#formation
{
	float: right;
}

#footer
{
	
}