/* General info -------------------- */

#enlBody {
	width: 600px;
	margin: 20px 0 0 0;
	padding: 0;
/*	border: 1px solid #0b3880;*/
	text-align: center;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	border-top: 0;
}

#enlLogoArea {
	width:600px;
	height:90px;
}

#enlLogoLeft {
	font-size: 0.70em;
	color: #0b3880;
	float:left;
	text-align: right;
	font-style: italic;
	width: 216px;
	padding-top: 22px;
/*	background: url(../ettucup_icone/bgLogoLeft.gif) repeat-x top left;*/
	height: 56px;
}

#enlLogo {
	float: left;
	width: 168px;
}

#enlLogoRight {
	font-size: 0.70em;
	color: #0b3880;
	float:left;
	text-align: left;
	font-style: italic;
	padding-top: 22px;
	width: 216px;
/*	background: url(../ettucup_icone/bgLogoRight.gif) repeat-x top left;*/
	height: 56px;
}

/* info menu ETTU CUP --------------------------- */

#menuENL {
/*	padding: 0.1em 0.1em 0.5em 0;*/
	padding: 1em 0 1em 0;
	background-color: #82a8d2;
	font-weight: bold;
	font-size: 0.65em;
	color: #000000;
	float:left;
	width:608px;
}

/*#menuENL ul{
	margin: 0;
	padding: 0;
	border: 1px solid yellow;
}*/

.menuENL ul {
	height: 40px;
}

.menuENL li {
	list-style-type: none;
	display: inline;
	padding: 1em 1em;
}

.menuENL li a, .menuENL li a:visited, .menuENL li a:active {
	text-decoration:none;
	color: #000000;
	display: inline;
	background-image: url(../enl_icone/bullet_top_menu.jpg);
	background-position: bottom left;
	background-repeat: no-repeat;
	padding: 0 0.4em;
	padding-left: 1em;
}

.menuENL li a:hover {
	list-style-type: none;
/*	text-decoration: underline;*/
}

.menuENLOff {
	background-color: #82a8d2;
	color: #FFFFFFF;
}

div#menuENL .menuENLOn { 
	padding: 0.2em 1em 0.2em 0.6em;
	background-color: #82a8d2;
	color: #000000;
	background-image: url(../icone/ico-menu-on.gif);
	background-position: bottom right;
	background-repeat: no-repeat;
}

/* Info for path bar ----------------------------------------- */

#containerENLPathBar {
	background-color: #fff;
	border-bottom: 1px solid #03317b;
	margin: auto;
	font-size: 0.65em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #03317b;
	font-weight: normal;
	font-style: italic;
	padding: 0.3em 0;
	text-align: left;
	clear: both;
	width:608px;
}

#containerENLPathBar a {
	margin-left: 0.3em;
	color: #03317b;
	text-decoration: none;
}

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

/* -------------------------------------- */

#enlBoxHP {
	background-color: #fff;
	width: 600px;
	float:left;
	padding-bottom: 10px;
/*	background-image: url(../icone/bgLineLimitMagArea.gif);
	background-repeat: repeat-y;
	margin-top: -12px;*/
}

#enlBoxHPPhoto {
	float:left;
	width:280px;
	font-size:0.7em;
	font-style:italic;
}

#enlBoxHPPhoto img {
	border: 1px solid #f8b216;
	float: left;
/*	border: 0;
	border-bottom: 1px solid #f8b216;*/
}

#enlBoxHPAbstract {
	float:left;
	width:292px;
	margin-left:10px;
	font-size:0.75em;
}

#enlBoxHPText {
	float:left;
	margin: 10 8px;
	font-size: 0.9em;
	text-align: left;
	margin-left:4px;
	width: 600px;
}

#enlBoxHPText h2{
	color: #990000;
	font-size: 1.5em;
	margin-top: 10px;
}

#enlBoxHPAbstract a:link, a:visited {
	color:#000;
	text-decoration: none;
}

#enlBoxHPAbstract a:hover{
	color:#000;
	text-decoration: underline;
}

#enlMoreNews {
	float:left;
	width:296px;
	margin-left:10px;
	font-size:0.75em;
	text-align:right;
	background-color: #dae5f0;
	color:#003366;
	font-weight:bold;
	font-style:italic;
	margin-bottom: 10px;
}

#enlMoreNews a:link{
	color:#003366;
	font-weight:bold;
	font-style:italic;
	text-decoration: none;
	margin-right:10px;
}

/* Info for latest news ---------------- */

#enlLatestNews {
	width:294px;
	background-color: #red;
	float:left;
	border: 1px solid #575757;
	margin-left: 2px;
	padding: 0;
	margin-bottom: 10px;
	margin-left:10px;
}

#enlLatestNewsTitle{
	background-color: #575757;
	text-align:left;
	font-style: italic;
	font-size: 0.70em;
	font-weight: bold;
	color: #fff;
	padding-bottom: 4px;
	padding-left: 8px;
	border-top: 1px solid #575757;
	border-bottom: 1px solid #575757;
}

#enlLatestNews ul{
	text-align: left;
}

.listLatestNews li {
	list-style-type: none;
	padding: 0.5em 1em;
	font-size: 0.7em;
	display: block;
}

.listLatestNews li a, .listLatestNews li a:visited, .listLatestNews li a:active {
	text-decoration:none;
	color: #000000;
	background-image: url(../enl_icone/bulletLatestNews.gif);
	background-repeat: no-repeat;
	background-position: top left;
	padding: 0 0.4em;
	padding-left: 0.8em;
	display: block;
}

.listLatestNews li a:hover {
	list-style-type: none;
	text-decoration: underline;
}

#enlMoreNews a:hover{
	color:#003366;
	font-weight:bold;
	font-style:italic;
	text-decoration: underline;
}

#enlDownContent {
	width:600px;
	float:left;
	border-top: 0;
}

/* Info for round schedule --------- */

#enlMoreSubjects {
	width:602px;
	background-color: #fff;
	float:left;
	border: 1px solid #03317B;
	margin-left: 2px;
	padding: 0;
}

#enlMoreSubjects h2{
	background-color: #A2A6BE;
	text-align:left;
	font-style: italic;
	font-size: 0.90em;
	color: #000;
	padding-bottom: 4px;
	padding-left: 8px;
	border-top: 1px solid #03317B;
	border-bottom: 1px solid #03317B;
}

#enlMoreSubjects table.tableHPEnl {
	width:602px;
	font-size: 0.7em;
	text-align: left;
	color: #0b3880;
	border-collapse: default;
}

#enlMoreSubjects table.tableHPEnl caption{
	display: none;
}

#enlMoreSubjects table#tableHPEnl tr {
	width:602px;
}

#enlMoreSubjects table.tableHPEnl tr th.tableHPEnlth{
	font-weight: bold;
	text-align: left;
	font-size: 1em;
	background-color: #e2e2e2;
	color: #8f0000;
}

#enlMoreSubjects table.tableHPEnl tr td.tableHPEnltd{
	vertical-align: top;
	/*border-bottom: 1px dotted #ff0000;*/
	font-style: normal;
	color: #000000;
}

#enlMoreSubjects table.tableHPEnl tr td.tableHPEnltd{
	vertical-align: top;
	border-bottom: 1px dotted #ff0000;
	font-style: normal;
	color: #000000;
}

/*#enlMoreSubjects table tr td.link{
	vertical-align: top;
	border-bottom: 1px dotted #ff0000;
	font-style: normal;
}

#enlMoreSubjects table tr td.link a, td.link a:visited, td.link a:active {
	text-decoration:none;
	color: #FF0000;
	font-weight:bold;
}

#enlMoreSubjects table tr td.link a:hover {
	text-decoration:underline;
	padding: 0.2em;
}*/

#enlMoreSubjects table tr td ul {
	display: inline;
	list-style: inside;
	font-style: normal;
}

#enlMoreSubjects table tr td ul li {
	color: #0b3880;
	font-style: normal;
/*	display: inline;*/
}

#enlMoreSubjects table tr td ul li a, li a:visited, li a:active {
	color:#014c8d;
	text-decoration:none;
	color: #0b3880;
	font-style: normal;
}

#enlMoreSubjects table tr td ul li a:hover {
	text-decoration:underline;
}

#enlMoreSubjects table tr td .nation {
	color:#ff0000;
	font-style:italic;
	font-size:0.8em;
}

#enlMoreSubjects table tr td .finalResult {
	font-style:italic;
	font-size:1em;
	margin: 0 auto;
}

#enlBannerColumn {
	width: 602px;
	border: 1px solid #003366;
	background-color: #dae5f0;
	float:left;
	margin-left: 2px;
	font-size: 0.7em;
	text-align:center;
	margin-bottom:10px;
}

/* info for form select stage --------------------- */
#enlBannerColumn form {
/*	width:594px;*/
	float:left;
	background-color: #dae5f0;
/*	padding: 6px 0;*/
	padding-top: 4px;
}

#enlBannerColumn form fieldset {
	border:0;
	float: left;
	}

#enlBannerColumn form legend {
	border:0;
	}

#enlBannerColumn form label {
	color: #000;
	font-weight: bold;
	float: left;
	}

#enlBannerColumn form select {
	font-size: 0.8em;
	float: left;
	}

#enlBannerColumn h2{
	background-color: #000080;
	text-align:left;
	font-size: 1.1em;
	color: #fff;
	margin-top: -1px;
	padding: 0.37em 0;
}

#resultsForm {
	float:left;
	width:230px;
}

#resultsForm select{
	width:120px;
}

#divisionsForm {
	float:left;
	width:230px;
}

#divisionsForm select{
	width:120px;
}

#stageForm {
	float:left;
	width:100px;
}

#stageForm select{
	width:120px;
}

/* Info for menu third level ---------------------------------- */

#enlBannerColumn ul{
	list-style:inside;
	font-size: 1em;
	text-align: left;
	color: #0b3880;
}

#enlBannerColumn ul li {
	list-style:none;
/*	background-image:url(../icone/bulletMagListNews.gif);
	background-position:left;
	background-repeat:no-repeat;*/
	padding:0 0 6px 0;
	color: #0b3880;
	margin: 3px 0;
	display: inline;
}

#enlBannerColumn ul li a {
	color:#014c8d;
	text-decoration:none;
	color: #0b3880;
}

#enlBannerColumn ul li a:hover {
	text-decoration:underline;
}

/* Info for round schedule ------------------------ */

#containerRoundSchedule {
	color:black;
	font-size:0.7em;
	border-top: 1px solid #A52A2A;
}

.dateRoundSchedule {
	font-size:0.7em;
	padding:4px 5px;
	font-weight:bold;
	background-color: #E5E5E5;
	color:#000;
	float:left;
	width:367px;
	text-align:left;
/*	border-top: 1px dotted #545454;
	border-bottom: 1px dotted #545454;*/
}

.phaseRoundSchedule {
	font-size:0.7em;
	padding:4px 0 4px 2px;
	font-weight:bold;
	background-color: #FAFAD2;
	color:#333366;
	width:592px;
	text-align:left;
/*	border-top: 1px dotted #545454;
	border-bottom: 1px dotted #545454;*/
}

/* Info for page view news --------------------- */

#containerBoxNewsDetailENL {
/*	border-right: 1px solid #990000;
	border-left: 1px solid #990000;	*/
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #03317B;
	background-color: #FFFFFF;
	font-weight: normal;
	padding-left: 0.3em;
	padding-bottom: 3em;
	text-align: left;
	width:592px;
}

#containerBoxNewsDetailENL h1 {
	font-size: 1em;
	color: #990000;
	font-weight: bold;
	padding: 0.4em 0;
}

#containerBoxNewsDetailENL h2 {
	font-size: 0.85em;
}

#containerBoxNewsDetailENL span {
	font-size: 0.7em;
	text-align: left;
}

#containerBoxNewsDetailENL p {
	text-align: right;
}

#containerBoxNewsDetailENL .date {
	color: #008080;
	font-size: 0.75em;
	font-style: italic;
	font-weight: bold;
}

#containerBoxNewsDetailENL img {
	float: right;
}

/* info for team list ----------------------------------- */
/* Info for page view team --------------------- */

.containerBoxTeamList {
/*	border-right: 1px solid #990000;
	border-left: 1px solid #990000;	*/
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #03317B;
	background-color: #FFFFFF;
	padding-left: 0.3em;
	padding-bottom: 3em;
	text-align: left;
	width:592px;
}

.containerBoxTeamList h2 {
/*	border-bottom: 1px solid #03317b;*/
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #03317b;
	background-color: #dae5f0;
	font-weight: bold;
	text-align: center;
	width:590px;
	font-size: 1.1em;
}

/*.containerBoxTeamList h3 {
	font-size: 0.85em;
}*/

.containerBoxTeamList h3 img {
	float: left;
	margin-right: 4px;
	border: 1px solid #939393;
}

.containerBoxTeamLeftList {
	float:left;
	width:300px;
}

.containerBoxTeamRightList {
	float:left;
	width:250px;
}

.containerBoxTeamList ul{
	margin-left: 20px;
	color: #03317b;
}

.containerBoxTeamList ul li {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #03317b;
	text-align: left;
	width:200px;
	font-size: 0.7em;
	padding-left: 5px;
	font-weight: bold;
/*	border: 1px solid;*/
	list-style: none;
}

.containerBoxTeamList ul li a{
	text-decoration: none;
	color: #03317b;
	float: left;
}

.containerBoxTeamList ul li a:hover{
	text-decoration: underline;
	color: #03317b;
}

.containerBoxTeamList ul li img{
	float: left;
}

.containerBoxTeamList .clear {
	clear: both;
	margin-bottom:5px;
}

/* info for team details ----------------------------------- */

.containerBoxTeamAddresLeft {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #03317B;
	background-color: #ffffff;
	font-weight: normal;
	text-align: left;
	width:292px;
	font-size: 0.7em;
	float: left;
}
.containerBoxTeamDetailsLeft {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #03317B;
	background-color: #ffffff;
	font-weight: normal;
	text-align: left;
	width:240px;
	font-size: 0.7em;
	float: left;
	padding: 0 5px;
}

.containerBoxTeamDetailsLeft h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #03317b;
	font-weight: bold;
	text-align: left;
	width:280px;
	font-size: 1.1em;
	margin-left: -5px;
	margin-top: 0;
	padding-left: 5px;
}

.containerBoxTeamDetailsLeft h3 span{
	font-weight: normal;
}

/* info for box down team view ----------------------------------- */

.containerBoxDownTeamDetailsLeft {
	border: 1px dotted #03317b;
	border-top: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #03317b;
	background-color: #dae5f0;
	font-weight: normal;
	text-align: left;
	width:260px;
	font-size: 0.7em;
	float: left;
	padding: 0 5px;
	margin-left: 15px;
}

.containerBoxDownTeamDetailsLeft h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #fff;
	background-color: #03317b;
	font-weight: bold;
	text-align: left;
	width:268px;
	font-size: 1.1em;
	margin-left: -6px;
	margin-top: 0;
	padding: 2px;
}

/* info for ETTU CUP news  */

#containerListENLNews {
	margin: auto;
	padding: 1em;
	float: left;
	width: 570px;
	text-align: left;
}

#containerListENLNews .dateRed {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FF0000;
	font-weight: normal;
	font-style: italic;
}

#containerListENLNews .icoArchiveText a {
	padding-left: 2em;
	padding-bottom: 1em;
	text-decoration: none;
	background-image: url(../icone/bullet-text.gif);
	background-repeat: no-repeat;
	font-size: 65%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #333366;
	font-weight: normal;
	display: block;
}

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

#moreENLNews {
	text-align: right;
	font-size: 0.75em;
	font-style: italic;
	font-weight: bold;
	margin-bottom: 20px;
}

#moreENLNews a {
	text-decoration: none;
	font-size: 0.9em;
	color: #ff0000;
}

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

/* Info for page view team --------------------- */

#containerBoxTeamDetailENL {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #03317B;
	background-color: #FFFFFF;
	font-weight: normal;
	padding-left: 0.3em;
	padding-bottom: 1em;
	text-align: left;
	width:592px;
}

#containerBoxTeamDetailENL h1 {
	font-size: 1em;
	color: #990000;
	font-weight: bold;
	padding: 0.4em 0;
}

#containerBoxTeamDetailENL h2 {
	font-size: 1.1em;
	margin-left: 5px;
}

#containerBoxTeamDetailENL h2 img {
	float: left;
	margin-right: 4px;
	border: 1px solid #939393;
}

#containerBoxTeamDetailENL h4 {
	margin-left: 5px;
	margin-bottom: -10px;
}

#containerBoxTeamDetailENL span {
	font-size: 0.85em;
	text-align: left;
}

#containerBoxTeamDetailENL p {
	text-align: left;
	font-size: 0.7em;
	padding-left: 4px;
}

#containerBoxTeamDetailENL .date {
	color: #008080;
	font-size: 0.75em;
	font-style: italic;
	font-weight: bold;
}

#containerBoxTeamDetailENL img {
	float: right;
}

#containerBoxTeamDetailENL .clear {
	border-bottom: 1px solid #dae5f0;
	clear: both;
}

#boxPhotoTeamAndLogo {
	float:right;
	text-align:center;
	width:300px;
	font-size: 0.7em;
	font-style: italic;
}

#boxPhotoTeamAndLogo .imgPaddingBottom {
	border:0;
}

/* info for detail ETTU CUP news ----------- */

#containerBoxENLNewsDetailImgFloatLeft {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #03317B;
	background-color: #FFFFFF;
	font-weight: normal;
	padding-left: 0.3em;
	padding-bottom: 3em;
	text-align: left;
}

#containerBoxENLNewsDetailImgFloatLeft h1 {
	font-size: 1em;
	color: #990000;
	font-weight: bold;
	padding: 0 0 0.4em 0;
	margin-top: 8px;
}

#containerBoxENLNewsDetailImgFloatLeft h2 {
	font-size: 0.8;
}

/*#containerBoxENLNewsDetailImgFloatLeft span {
	font-size: 0.70em;
}

#containerBoxENLNewsDetailImgFloatLeft img {
	float: left;
	padding: 0 5px 5px 0;
}

#containerBoxENLNewsDetailImgFloatLeft p {
	text-align: right;
}*/


/*#containerBoxENLNewsDetailImgFloatLeft img {
	float: left;
	padding: 0 5px 5px 0;
}*/

/* Add for IE7 bug --------------------- */

.containerBoxENLNewsDetailImgFloatLeft {
	background-color: #fff;
}

.containerBoxENLNewsDetailImgFloatLeft img {
	float:left;
	margin: 10px;
}

.containerBoxENLNewsDetailImgFloatLeft p {
	text-align: left;
/*	font-size: 0.7em;*/
}

/* info for detail ETTU CUP sponsor page ----------- */

#containerBoxENLSponsorImgFloatLeft {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #03317B;
	background-color: #FFFFFF;
	font-weight: normal;
	padding-left: 0.3em;
	padding-bottom: 3em;
	text-align: left;
}

#containerBoxENLSponsorImgFloatLeft h1 {
	font-size: 1em;
	color: #990000;
	font-weight: bold;
	padding: 0 0 0.4em 0;
	margin-top: 8px;
}

#containerBoxENLSponsorImgFloatLeft h2 {
	font-size: 0.8;
}

/*#containerBoxENLNewsDetailImgFloatLeft span {
	font-size: 0.70em;
}

#containerBoxENLNewsDetailImgFloatLeft img {
	float: left;
	padding: 0 5px 5px 0;
}

#containerBoxENLNewsDetailImgFloatLeft p {
	text-align: right;
}*/


/*#containerBoxENLNewsDetailImgFloatLeft img {
	float: left;
	padding: 0 5px 5px 0;
}*/

/* Add for IE7 bug --------------------- */

.containerBoxENLSponsorImgFloatLeft {
	background-color: #fff;
}

.containerBoxENLSponsorImgFloatLeft img {
	float:right;
	margin: 10px;
}

.containerBoxENLSponsorImgFloatLeft p {
	text-align: left;
/*	font-size: 0.7em;*/
}

/* End Add for IE7 bug --------------------- */

#containerBoxENLNewsDetailImgFloatLeft .date {
	color: #008080;
	font-size: 1em;
	font-style: italic;
	font-weight: bold;
}

/* info for ETTU CUP Group Detail */
#enlGroupDetail {
	width:594px;
	background-color: #fff;
	float:left;
	margin-left: 2px;
	padding: 0;
}

#enlGroupDetail h2{
	background-color: #A2A6BE;
	text-align:left;
	font-style: italic;
	font-size: 0.90em;
	color: #000;
	padding-bottom: 4px;
	padding-left: 8px;
	border-top: 1px solid #03317B;
	border-bottom: 1px solid #03317B;
}

#enlGroupDetail table {
	width:594px;
	font-size: 0.7em;
	text-align: left;
	color: #0b3880;
	border-collapse: default;
}

#enlGroupDetail table caption{
	display: none;
}

#enlGroupDetail table tr {
	width:594px;
}

#enlGroupDetail table tr th{
	font-weight: bold;
	text-align: left;
	font-size: 1em;
/*	background-color: #D7D7D7;*/
	text-align: center;
}

#enlGroupDetail table tr td{
	vertical-align: top;
	border-bottom: 1px dotted #ff0000;
	font-style: normal;
}

#enlGroupDetail table tr td.temp{
	vertical-align: top;
	border-bottom: 1px dotted #ff0000;
	border-right: 1px dotted #ff0000;
	font-style: normal;
	background-color: #FFFF99;
}

#enlGroupDetail table tr td.tempNoBorder{
	vertical-align: top;
	border-bottom: 1px dotted #ff0000;
	font-style: normal;
	background-color: #FFFF99;
	font-weight: bold;
}

.text02bis {
	text-align: center;
}

.clear {
	clear: both;
	margin-bottom:10px;
}

#pdfFinalRound {
	text-align:right;
	font-size:0.7em;
	font-weight:normal;
	font-style:italic;
	color:red;a.link
}

#pdfFinalRound a {
	text-decoration: none;
	color: #ff0000;
}

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

/* Info for sponsor page ------------------------------ */

#containerSponsorContents {
	float: left;
	width: 550px;
	padding: 0.1em 0 0 0.4em;
	font-size: 0.9em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #03317B;
}

#containerSponsorContents h1{
	font-size: 140%;
	color: #990000;
	font-weight: bold;
	padding: 0.4em 0;
}

#containerSponsorContents img{
	border: 0;
	padding: 0 0.5em;
}

#containerSponsorContents table{
	width: 90%;
	border: 0;
}