@charset "UTF-8";

/* CSS Document */

body {
	padding: 0;
	margin: 0;
	text-align: center;
	background-color: #9bb1b7;
	background-image: url(../i/shaddow.jpg);
	background-position: center;
	background-repeat: repeat-y;
}

#wrap {
	width: 990px;
	margin: 0 auto;
	padding: 0;
	background-color: #fff;
	border: 0;
}

#banner {
	width: 990px;
	height: 100px;
	padding: 0;
	margin: 0;
	background-image: url(../i/tbanner.gif);
	background-position: center -65px;
	background-repeat: no-repeat;
}

#front_banner {
	width: 990px;
	height: 140px;
	padding: 0;
	margin: 0;
	background-image: url(../i/tbanner.gif);
	background-repeat: no-repeat;
	background-position: center -1px;
}

#leftmenu {
	width: 400px;
	height: 60px;
	float: left;
}

#rightmenu {
	width: 500px;
	height: 60px;
	float: right;
}

pratique #mainmenu {
	width: 990px;
	height: 150px;
	border: 1px solid #0f0;
}

#main {
	width: 990px;
	height: auto;
}

#sidemenu {
	width: 180px;
	margin: 10px 0 0 0;
	padding: 0;
	float: left;
}

#calmenu {
	width: 180px;
	height: auto;
	float: left;
}

#maincontent {
	width: 775px;
	height: auto;
	float: right;
	text-align: left;
	padding: 0 10px 0 0;
}

#centre_menu {
	background-image: url('../i/headerbg3.gif');
	background-repeat: repeat-x;
	background-position: 0 bottom;
	padding-top: .75em; /*height: 57px;*/
	background: #5b7584; /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */

	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzViNzU4NCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMxYTM2NGUiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top, #5b7584 0%, #1a364e 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #5b7584), color-stop(100%, #1a364e)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #5b7584 0%, #1a364e 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #5b7584 0%, #1a364e 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #5b7584 0%, #1a364e 100%); /* IE10+ */
	background: linear-gradient(to bottom, #5b7584 0%, #1a364e 100%); /* W3C */
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5b7584', endColorstr='#1a364e', GradientType=0 ); /* IE6-8 */
}

#tabs {
	padding: 0;
	height: auto;
	text-transform: uppercase;
	margin: 0;
}

/* shift down the mid menu with one of these */

#shift1 {
	height: 15px;
	width: 100%;
}

#shift2 {
	height: 30px;
	width: 100%;
}

#footer {
	width: 990px;
	height: 60px;
}

#topmenu {
	width: 740px;
	display: block;
	padding: 2px 0 0 0;
	border: 0;
	float: right;
	height: 70px;
}

#topmenu a { text-decoration: none; }

#bottommenu {
	width: 730px;
	height: auto;
	padding: 0;
	display: block;
	position: relative;
	top: 0;
	float: left;
}

#topmenu #tabs {
	padding: 10px 0 0 0;
	height: 60px;
	border: 0;
}

#bottommenu #tabs {
	padding: 0;
	margin: 0;
	height: auto;
	position: relative;
	top: 10px;
}

h1, h2, h3, h4, h5, h6, p, td, li {
	font-family: Arial, Helvetica, sans-serif;
	color: #003;
}

h2 {
	font-size: 1.6em;
	text-transform: uppercase;
	margin: .75em 0 .5em 0;
	font-weight: bold;
}

h2 p { margin: 0; }

h3 {
	font-size: 1.1em;
	text-transform: uppercase;
	background: #fff;
	padding: 10px 0 5px 5px;
}

#maincontent a {
	color: #004880;
	text-decoration: none;
}

#maincontent a:visited {
	color: #004880;
	text-decoration: none;
}

#maincontent a:hover {
	color: #003;
	text-decoration: none;
}

#maincontent a.btn-primary { color: #fff; }

#maincontent a.btn-primary:visited { color: #eee; }

#maincontent a.btn-primary:hover { color: #003; }

/*- Menu INFO Tabs--------------------------- */ 
/*- These are the center tabs for front end */

#tabs {
	width: 100%;
	font-family: Arial, Helvetica, sans-serif;
	font-size:12.5px;
	line-height: normal;
}

#tabs ul {
	margin: 0;
	padding: 0px 5px 0 5px;
	list-style: none;
}

#tabs li {
	display: inline;
	margin: 0;
	padding: 0;
	line-height: 1.40em;
}

#tabs a {
	float: left;
	margin-right: 2px;
	padding: .75em 0.5em .5em 0.35em;
	text-decoration: none;
	font-weight: bold;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	color: #cfe0e5;
	line-height: 1em;
	letter-spacing: -0.5px;
	border: 1px solid transparent;
}

#tabs a:visited { color: #eee; }

#tabs a:hover {
	background-color: #fff;
	color: #002;
	border: 1px solid #f79e1b;
	border-bottom: 0;
}

#tabs .current a {
	color: #002;
	background-color: #fff;
}

/*	#tabs a { float:left; margin-right: 2px; padding:6px 12px 4px 8px; text-decoration:none; font-weight:bold; color: #cfe0e5; -webkit-border-top-left-radius: 7px; -webkit-border-top-right-radius: 7px; -moz-border-radius-topleft: 7px; -moz-border-radius-topright: 7px; border-top-left-radius: 7px; border-top-right-radius: 7px; }
	#tabs a:visited { color: #eee;}
	#tabs a:hover { background-color: #fff; color:#002;}
	#tabs .current a { color:#002; background-color: #fff; }*/

#tabs ul.menu2 { padding: 5px 0 0 5px; }

#tabs ul.menu2 li {
	display: inline;
	margin: 0;
	padding: 0;
	line-height: 1em;
	padding-bottom: 20px;
}

/* information area tab highlight */
#pg001 #tabs a.info1, #pg002 #tabs a.info2, #pg003 #tabs a.info3, #pg004 #tabs a.info4, #pg005 #tabs a.info5 {
	-webkit-border-top-left-radius: 7px;
	-webkit-border-top-right-radius: 7px;
	-moz-border-radius-topleft: 7px;
	-moz-border-radius-topright: 7px;
	border-top-left-radius: 7px;
	border-top-right-radius: 7px;
	color: #002;
	background: #fff;
}

#pg001 #tabs a.info1 span.info1, #pg002 #tabs a.info2 span.info2, #pg003 #tabs a.info3 span.info3, #pg004 #tabs a.info4 span.info4, #pg005 #tabs a.info5 span.info5 { /*background:url("../i/tabright2.gif") no-repeat right top;*/
	-webkit-border-top-left-radius: 7px;
	-webkit-border-top-right-radius: 7px;
	-moz-border-radius-topleft: 7px;
	-moz-border-radius-topright: 7px;
	border-top-left-radius: 7px;
	border-top-right-radius: 7px;
	color: #002;
}

/* menu in center for Mois and Semiane */
#centre_menu .menu a.current {
	/*background: url("../i/tableft.gif") no-repeat 0 -7px;*/
	color: #002;
	border: 1px solid #111;
	border-bottom-width: 0;
	background-color: #fff;
}

#centre_menu .menu a.current span.current {
	/*background: url("../i/tabright2.gif") no-repeat right top;*/
	color: #002;
}

#centre_menu #tabs .menu li a { letter-spacing: -0.05em; }

#mainmenu #tabs .menu a.current {
	background: url("../i/tableft.gif") no-repeat 0 -7px;
	color: #002;
}

#mainmenu #tabs .menu a.current span.current {
	background: url("../i/tabright2.gif") no-repeat right top;
	color: #002;
}

/*- Menu Tabs--------------------------- */ 
	 
.menu img { border: 0; }

#rightmenu #tabs,  #leftmenu #tabs {
	float: left;
	width: 100%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	line-height: normal;
}

#rightmenu #tabs { float: right; }

#rightmenu #tabs ul, #leftmenu #tabs ul {
	margin: 0;
	padding: 10px 10px 0 0px;
	list-style: none;
}

#rightmenu #tabs li, #leftmenu #tabs li {
	display: inline;
	margin: 0;
	padding: 0;
	line-height: 1.40em;
}

#rightmenu #tabs a, #leftmenu #tabs a {
	float: left;
	margin-right: 2px;
	padding: 6px 12px 4px 8px;
	text-decoration: none;
	color: #89a1a9;
	-webkit-border-top-left-radius: 7px;
	-webkit-border-top-right-radius: 7px;
	-moz-border-radius-topleft: 7px;
	-moz-border-radius-topright: 7px;
	border-top-left-radius: 7px;
	border-top-right-radius: 7px;
}

/* Commented Backslash Hack hides rule from IE5-Mac \*/
/*    #rightmenu #tabs a span, #leftmenu #tabs a span {float:none;} */
    /* End IE5-Mac hack */
#rightmenu #tabs a:hover, #leftmenu #tabs a:hover { color: #003; }

/*    #rightmenu #tabs a:hover, #leftmenu #tabs a:hover { background-position:right top; }
    #rightmenu #tabs a:hover span, #leftmenu #tabs a:hover span { background-position:left top; } */
	  
#pg001 #leftmenu .menu li.item1 a {
	color: #f00;
	background-position: 0% -42px;
}

#pg001 #leftmenu .menu li.item1 a span {
	color: #f00;
	background-position: 100% -42px;
}

/* puck menu images */
#puckmenu {
	padding: 0;
	border: 0;
	width: 620px;
	text-align: right;
	float: right;
	height: auto;
	z-index: 100;
	padding-right: 0;
	height: 70px;
}

#topmenu #puckmenu img {
	width: 50px;
	border: 0;
	padding: 5px 0 0 10px;
}

#topmenu #puckmenu a {
	background: none;
	margin: 0;
	padding: 0 0 0 4px;
	text-decoration: none;
	border: 0;
}

/* puck menu images Front section */
#puckmenu_front {
	padding: 0;
	border: 0 solid transparent;
	width: 780px;
	text-align: right;
	float: right;
	height: auto;
	z-index: 100;
	padding-right: 30px;
	height: 70px;
}

#topmenu #puckmenu_front img {
	width: 70px;
	border: 0;
	padding: 0 0 0 5px;
}

#topmenu #puckmenu_front a {
	background: none;
	margin: 0;
	text-decoration: none;
	border: 0;
}

/* Arenas menus */
	/* pages left menu highlights */
#sidemenu ul.menu {
	padding: 5px 0;
	margin: 0 0 0 10px;
}

#sidemenu li {
	text-align: center;
	padding: 4px 0 4px 0;
	margin: 0;
}

#sidemenu li a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: .9em;
	color: #003;
	text-transform: uppercase;
	text-decoration: none;
	background: #e6ebf2;
	padding: 5px;
	display: block;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px;
}

#sidemenu li a:hover {
	color: #004880;
	background-color: #f2f7ff;
}

#pg001 .item1 a, #pg002 .item2 a, #pg003 .item3 a, #pg004 .item4 a, #pg005 .item5 a,  #pg006 .item6 a, #pg007 .item7 a, #pg008 .item8 a, #pg009 .item9 a,  #pg010 .item10 a,  #pg011 .item11 a,  #pg012 .item12 a,  #pg013 .item13 a,  #pg014 .item14 a, #pg015 .item15 a, #pg124 .item124 a, #pg100 .item3 a {
	font-weight: bold;
	color: #003;
	background-color: #fff;
}

/* team selection boxes */
#teamselection {
	margin: 0;
	border-top: none;
	width: 100%;
	padding: 0 0 10px 0;
}

#teamselection td.team {
	font-size: 1.1em;
	vertical-align: bottom;
}

td.team {
	padding: 5px 5px .75em 5px;
	margin: 0;
	width: 300px;
}

.teambox {
	padding: 10px;
	background-color: #e6ebf2;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px;
}

.teambox:hover, .teambox:hover p.teamname, .teambox:hover p.teamcoach {
	background-color: #f2f7ff;
	color: #004880;
}

td.team p { /*	padding:0;
*/	margin: 0; }

.teamnumber {
	font-size: .7em;
	color: #999;
	text-transform: uppercase;
	line-height: 2em;
	padding-top: 10px;
}

.teamname {
	font-weight: bold;
	text-decoration: none;
	color: #003;
	font-size: 1.25em;
}

a.teamname p.teamname { font-size: 1em; }

a.teamname {
	font-weight: bold;
	text-decoration: none;
	color: #004880;
}

a .teamname:hover {
	font-weight: bold;
	text-decoration: none;
	color: #003;
}

.teamcoach {
	font-size: .8em;
	padding-top: .25em;
	font-weight: normal;
}

/* horaire 1 and 2 for calendrier */


.horaire1 {
	position: absolute;
	top: 4px;
	right: 2px;
	margin: 0px;
	background-color: #060;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	-khtml-border-radius: 4px;
	font-weight: bold;
	text-align: center;
	color: #FFF;
}

.horaire2 {
	position: absolute;
	top: 4px;
	right: 2px;
	margin: 0px;
	background-color: #009;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	-khtml-border-radius: 4px;
	font-weight: bold;
	text-align: center;
	color: #FFF;
}

/* horaire links for parties / games */
#btn_horire {
	height: 0;
	padding-left: 400px;
	width: 600;
	display: block;
}

a.horaire_link:link {
	font-family: Arial, Helvetica, sans-serif;
	position: relative;
	top: -37px;
	padding: 2px 20px 2px 20px;
	border: 2px solid #9bb1b7;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	text-decoration: none;
	font-size: 1em;
	color: #9bb1b7;
}

a.horaire_link:hover {
	border: 2px solid #496374;
	background-color: #DFEDFF;
	color: #496374;
}

a.horaire_link:active {
	border: 2px solid #003;
	background-color: #8CA3AB;
	color: #003;
}

.horaire_link_current {
	font-family: Arial, Helvetica, sans-serif;
	position: relative;
	top: -37px;
	padding: 2px 20px 2px 20px;
	border: 2px solid #003;
	background-color: #8CA3AB;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	text-decoration: none;
	font-size: 1em;
	color: #003;
	cursor: default;
}

.reposition_horaire_link_current {
	font-family: Arial, Helvetica, sans-serif;
	position: relative;
	top: -37px;
	left: 132px;
	padding: 2px 20px 2px 20px;
	border: 2px solid #003;
	background-color: #8CA3AB;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	text-decoration: none;
	font-size: 1em;
	color: #003;
	cursor: default;
}

/* horaire links for classement / standings */
a.horaire_standing_link:link {
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	padding: 3px 20px 3px 20px;
	border: 2px solid #9bb1b7;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	text-decoration: none;
	font-size: 1.2em;
	color: #9bb1b7;
}

a.horaire_standing_link:hover {
	border: 2px solid #496374;
	background-color: #DFEDFF;
	color: #496374;
}

a.horaire_standing_link:active {
	border: 2px solid #003;
	background-color: #8CA3AB;
	color: #003;
}

.horaire_standing_link_current {
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	padding: 3px 20px 3px 20px;
	border: 2px solid #003;
	background-color: #8CA3AB;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	text-decoration: none;
	font-size: 1.2em;
	color: #003;
	cursor: default;
}

/*a.horaire_standing_link_current:hover {
	border:2px solid #8CA3AB;
	background-color:#496374;
	text-decoration:none;
	color:#8CA3AB;
}*/
/*a.horaire_standing_link_current:active {
	border:2px solid #DFEDFF;
	background-color:#FFF;
	text-decoration:none;
}*/
.reposition_horaire_standing_link_current {
	font-family: Arial, Helvetica, sans-serif;
	position: relative;
	left: 132px;
	padding: 3px 20px 3px 20px;
	border: 2px solid #003;
	background-color: #8CA3AB;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	text-decoration: none;
	font-size: 1em;
	color: #003;
	cursor: default;
}

/* table#schedualtable2 td {border: 1px #F00 solid;} */

	/* standings tables */
#standingstable {
	margin: 0 0 10px 0;
	border: 1px solid #8ca3ab;
	border-top: none;
	width: 100%;
	font-size: .8em;
	padding: 0 0 10px 0;
}

#seasontable th, th {
	text-align: left;
	background-color: #003;
	color: #fff;
	padding: 4px 16px 4px 16px;
	margin: 0;
	font-family: Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	font-size: .9em;
}

#seasontable th { text-align: center; }

td {
	padding: 5px;
	margin: 0;
}

#schedualtable {
	margin: 0; /* border: 1px solid #8ca3ab;*/
	width: 100%;
	font-size: 0.9em;
	margin-bottom: 1em;
}

#schedualtable td { vertical-align: middle; }

#schedualtable2 {
	margin: 0 0 10px 0;
	border: 1px solid #8ca3ab;
	border-top: none;
	width: 100%;
	font-size: .8em;
}

/* season calendar*/
#seasontable {
	padding: 0;
	margin: 0;
	width: 100%;
}

.seasontd {
	padding: 2px;
	border: 1px solid #8ca3ab;
	width: 14%;
	vertical-align: top;
}

.seasondate {
	font-size: 0.7em;
	padding: 5px;
	margin: 0;
	font-weight: bold;
	background-color: #8ca3ab;
	color: #fff;
}

.seasontime {
	font-size: 0.8em;
	padding: 3px 0;
	margin: 0;
	font-weight: bold;
}

.seasonice {
	font-size: 0.8em;
	text-transform: uppercase;
	color: #003;
	padding: 3px 0;
	margin: 0;
}

.seasonarena {
	font-size: 0.7em;
	padding: 3px 0;
	margin: 0;
	font-weight: bold;
}

.seasontd .teamname {
	font-size: 0.85em;
	padding: 0 0 .25em 0;
	margin: 0;
	font-weight: bold;
}

/* constitution styles */
#constitution { width: 80%; }

#constitution p, #constitution td { font-size: .8em; }

#constitution li {
	font-size: 0.8em;
	padding-bottom: 8px;
}

#constitution li li { font-size: 1em; }

#constitution em {
	font-style: italic;
	padding-top: 4px;
	display: block;
	color: #999;
}

#constitution td {
	padding-bottom: 0;
	vertical-align: text-top;
}

#constitution td.num {
	font-weight: bold;
	padding-top: 10px;
}

#constitution td.fr { padding-top: 20px; }

#constitution td em {
	font-style: italic;
	padding-top: 0px;
	display: block;
	color: #888;
}

/* even week background */
.evenweek { background-color: #eff4f9; } /* new eff4f9  old dfedff background-color: #8ca3ab; border: 1px #8ca3ab solid;*/

/* style for directors #cfd8e5 */

.directors {
	background-color: #e6ebf2;
	padding: 1em 1em .25em 1em;
	width: 44%;
	min-width: 200px;
	border: 1px #8ca3ab solid;
	margin: 0 .5em .5em 0;
	float: left;
}

.directors .names {
	float: left;
	width: 53%;
}

.directors .phonenumbers {
	float: right;
	width: 37%.5;
}

.directors .emailaddress {
	margin-top: 0.25em;
	width: 100%;
	float: left;
}

.directors h3 {
	font-weight: bold;
	font-size: 1.25em;
	color: #fff;
	background-color: transparent;
	margin: 0;
	padding: 0;
	text-shadow: 0px 0px 5px #003;
	filter: dropshadow(color=#003, offx=0, offy=0);
}

.directors .dirname {
	font-weight: bold;
	font-size: 1.25em;
	margin: 0;
	padding: .5em 0 .25em 0;
}

.directors .dirloc {
	font-weight: normal;
	font-size: 0.9em;
	margin: 0;
	padding: 0;
}

.directors label {
	text-transform: uppercase;
	color: #003;
	font-size: 0.7em;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0 0 .25em 0;
	font-weight: normal;
	display: block;
}

.directors p {
	color: #000033;
	margin: 0;
	padding: 0 0 .75em 0;
	font-weight: bold;
}

.namitem {
	font-size: 12px;
	text-align: left;
	width: 50%;
	font-weight: bold;
	vertical-align: middle;
}

.hdr {
	font-size: 90%;
	background: #9bb1b7;
	color: #000033;
	margin: 0;
	padding: 0;
	text-transform: uppercase;
	border-bottom: 1px solid #003;
	border-top: 2px solid #003;
	font-weight: bold;
}

.jt {
	font-weight: normal;
	font-size: 90%;
	padding: 2px;
}

/* buttons for bottom of KS page linking to Ligue */

/* #maincontent p.btn { margin: 10px 0 0 0 ; }
 #maincontent p.btn a.btn		{ background-color: #718895; padding: 3px 10px; border: 2px solid #003; border-left-color: #69C; border-top-color:#69C; font-size: .75em; color: #003; }
 #maincontent p.btn a.btn:visited	{ background-color: #718895; padding: 3px 10px; border: 2px solid #003; border-left-color: #69C; border-top-color:#69C;  }
 #maincontent p.btn a.btn:hover		{ background-color: #29445f; padding: 3px 10px; border: 2px solid #003; border-right-color: #69C; border-bottom-color:#69C; color: #fff; }
 #maincontent p.btn a.btn:active	{ background-color: #bf9655; padding: 3px 10px; border: 2px solid #bf9655; border-left-color: #bf9655; border-top-color:#bf9655; }
 */

.rescheduleeven {
	background-color: #F9B964;
	border-bottom: 2px #F9AE4B solid;
	border-top: 2px #F9AE4B solid;
	font-weight: bold;
}

.rescheduleodd {
	background-color: #F9CE95;
	border-bottom: 2px #F9B964 solid;
	border-top: 2px #F9B964 solid;
	font-weight: bold;
}

.stormeven {
	background-color: #ffb2bf;
	border-bottom: 2px #ff8095 solid;
	border-top: 2px #ff8095 solid;
}

.stormodd {
	background-color: #ffe5ea;
	border-bottom: 2px #ffb2bf solid;
	border-top: 2px #ffb2bf solid;
}

.fll { float: left !important; }

.flr { float: right !important; }

.tal { text-align: left !important; }

.tar { text-align: right !important; }

#seasonyear {
	color: #fff;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}

/* Calendar styles */
td.seasontd div {
	padding: 2px 1px 5px 2px;
	margin: 3px 0 0 0;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

.seasonice {
	font-weight: normal;
	font-size: 62.5%;
	letter-spacing: -.0075em;
}

.partie {
	background-color: #afcca3;
	position: relative;
/*	border: 1px solid #63994d;
*/}

.pratique {
	background-color: #ccbea3;
/*	border: 1px solid #b39b6b;*/
}
.camp {
	background-color: #ccc;
/*	border: 1px solid #995c85;*/
}

.camptryouts, .pre-tryouts {
	background-color: #cca3be;
/*	border: 1px solid #995c85;*/
}

.exhibition {
	background-color: #ffe4a2;
/*	border: 1px solid #ccac5a;*/
}

.jamboree {
	background-color: #cee7ed;
}

.champ {
	background-color: #ecffec;
}

.tournoitournament {
	background-color: #ffecd2;
/*	border: 1px solid #ccac7e;*/
}

.pp {
	background-color: #eee;
/*	border: 1px solid #bab5b5;*/
}
.clinic {
	background-color: #fcf;
}
.tempête, .annulé {
	background-color: #fcc;
/*	border: 1px solid #cc7a7a;*/
}

.series, .serie {
	background-color: #ffe2d1;
/*	border: 1px solid #e5a077;*/
}

.scrimmage {
	background-color: #e2bdff;
/*	border: 1px solid #985acc;*/
}


.session { background-color: #ddcfe5; }

/* table row colors */
.exhib { background-color: #FC6; }

.lastedit { background-color: #B9CDE8; }

.odd { background-color: #e9eaf2; }

.storm { background-color: #fcc; }

/* for semi-final */
.greenrow { background-color: #ccbea3; }

/* for final */
.orangerow { background-color: #FC9; }

.maincontent h2 {
	font-size: 1.5em;
	padding: 10px 0 5px 0;
}

.menuheader {
	color: #F60;
	text-transform: uppercase;
	padding-top: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 1.1em;
	text-align: center;
	margin-bottom: 1em;
}

.rounded-corners20 {
	behavior: url(/c/border-radius.htc);
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	-khtml-border-radius: 20px;
	border-radius: 20px;
}

.rounded-corners10 {
	behavior: url(/c/border-radius.htc);
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-khtml-border-radius: 10px;
	border-radius: 10px;
}

.rounded-corners5 {
	behavior: url(/c/border-radius.htc);
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px;
}

.rounded-corners20-top {
	behavior: url(/c/border-radius.htc);
	-moz-border-radius: 20px 20px 0 0;
	-webkit-border-radius: 20px 20px 0 0;
	-khtml-border-radius: 20px 20px 0 0;
	border-radius: 20px 20px 0 0;
}

.rounded-corners20-bottom {
	behavior: url(/c/border-radius.htc);
	-moz-border-radius: 0 0 20px 20px;
	-webkit-border-radius: 0 0 20px 20px;
	-khtml-border-radius: 0 0 20px 20px;
	border-radius: 0 0 20px 20px;
	background-color: #1a364e;
	position: relative;
	margin-bottom: 2px;
	padding: 0.5em;
	height: auto;
	color: #fff;
	text-indent: 6em;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}

/* NEW MONTH PICKER 2013 */

#monthpicker {
	width: 465px;
	margin: 5px 0 0 0;
}

ul#monthpicker { list-style: none; }

ul#monthpicker li { float: left; }

ul#monthpicker li a {
	width: 40px;
	display: inline-block;
	background-color: #e6ebf2;
	text-align: center;
	text-decoration: none;
	padding: 4px 3px 2px 3px;
	margin-left: 5px;
	text-transform: uppercase;
	behavior: url(/c/border-radius.htc);
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px;
	color: #1a364e;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}

ul#monthpicker li a:visited {
	background-color: #e6ebf2;
	color: #5b7584;
}

ul#monthpicker li a:hover {
	background-color: #5b7584;
	color: #fff;
}

ul#monthpicker li a.current {
	background-color: #fff;
	color: #1a364e;
}

#pg006 #centre_menu { height: auto; }

#pg006 #tabs {
	height: auto;
	margin: 0;
}

/* Calendar out line box */
.bigbluebox {
	border: 1px solid #11364e;
	padding: 2px;
	padding-bottom: 1em;
	margin-bottom: 1em;
}

.nosessions {
	background-color: #11364e;
	text-align: center;
	padding: .5em;
	font-size: 1em;
	font-weight: bold;
	color: #fff;
}

.nosessionswhite {
	background-color: transparent;
	text-align: center;
	padding: .5em;
	font-size: 1em;
	font-weight: bold;
	color: #fff;
}

#schedualtable td.tdnosessions { padding: 0; }

#schedualtable tr:last-child { border-radius: 0 0 10px 10px; }

.selectmonth {
	text-align: center;
	font-size: .75em;
	margin: 0;
	padding: 0;
	padding-bottom: .25em;
}

/* NEW STYLE FOR THE NEW JAMBOREE SECTION 2013 */

#centre_menu .class { }

.clearfix:before, .clearfix:after {
	content: " "; /* 1 */
	display: table; /* 2 */
}

.clearfix:after { clear: both; }

/**
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */
.clearfix {  *zoom: 1;
}

#btnrow {
	width: 100%;
	height: auto;
	margin-bottom: 1em;
}

.jambbtn {
	font-size: 1em;
	font-weight: bold;
	display: inline-block;
	background: #e6ebf2;
	padding: 8px;
	margin: 0 4px 4px 0;
	float: left;
	width: 30%;
	font-family: Arial, Helvetica, sans-serif;
	border: 1px solid #e6edf2;
}

.jambbtndate {
	font-size: .75em;
	font-weight: normal;
	display: block;
}

#wrap #maincontent #btnrow a.current {
	background: #fff;
	color: #003;
	cursor: default;
	border: 1px solid #e6edf2;
}

#centre_menu h1 {
	padding: 0;
	color: #fff;
	margin: 0 0 0.5em 0.45em;
	font-size: 1.5em;
	width: 16em;
	font-weight: bold;
}

.fulldate {
	position: absolute;
	top: .75em;
	right: 10em;
	color: #fff;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: .9em;
	text-transform: uppercase;
	text-align: right;
}

.fulldate2 {
	position: absolute;
	top: 2.75em;
	left: 0.75em;
	color: #fff;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: .9em;
	text-transform: uppercase;
	text-align: right;
}



#centre_menu .forms {
	position: absolute;
	top: .25em;
	right: .4em;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: .9em;
	text-transform: uppercase;
}

#centre_menu .forms2 {
	position: absolute;
	top: .25em;
	right: 9.5em;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: .9em;
	text-transform: uppercase;
}

#centre_menu .forms a.forms {
	display: block;
	border: 1px #e6ebf2 solid;
	width: 9em;
	padding: 3px;
	color: #e6ebf2;
}

#centre_menu .forms2 a.forms {
	display: block;
	border: 1px #e6ebf2 solid;
	width: 7em;
	padding: 3px;
	color: #e6ebf2;
}


#centre_menu .forms a.forms:hover {
	display: block;
	border: 1px #fff solid;
	color: #fff;
}

#centre_menu .forms2 a.forms:hover {
	display: block;
	border: 1px #fff solid;
	color: #fff;
}


.btn-primary { color: #fff; }

#pg006 #schedualtable {
	border: none;
	margin-bottom: 0;
}

#pg006 #seasontable th, th {
	text-align: left;
	background-color: #1a364e;
	color: #fff;
	padding: 4px 10px 4px 10px;
	margin: 0;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	font-size: .9em;
}

#maincontent h2.session {
	padding: 1em 0 0 .5em;
	margin-bottom: .25em;
	background-color: #fff;
}

.camps_table table {
	border: none;
	margin: 1em 0.5em;
}

.camps_table table td { padding: 0.5em; }

.camps .camps_table hr {
	display: block;
	height: 1px;
	border: 0;
	border-top: 1px solid #A7B7EB;
	margin: 1em 0;
	padding: 0;
}

.notourn {
	color: #fff;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 1em;
	padding: 0 1em;
}

@media print {

#topmenu { display: none; }

#calmenu { display: none; }

#tabs { display: none; }

ul#monthpicker li a:visited { display: none; }

ul#monthpicker li a { display: none; }

ul#monthpicker li a.current {
	display: inline;
	border: 2pt solid #000;
}

ul#monthpicker li a[href]:after { display: none; }

.jambbtn { display: none; }
}

.reg-btn:link { background-color: #660000; color:#eee !important; border: 2px solid #990000; }
.reg-btn:visited { background-color: #660000; color:#eee !important; border: 2px solid #990000; }
.reg-btn:hover { background-color: #f00; color:#fff !important; border: 2px solid #990000; }
.reg-btn:active { background-color: lightpink; color: #660000 !important; border: 2px solid #990000; }

/* some changes base on adding Boootstrap 3.2.0 */

.badge.badge-info {
	background-color: #3a87ad;
	margin-left: 0.25em;
}

.badge.badge-inverse { background-color: #333 }

.badge { font-size: 90% !important; }

.badge.badge-info.kscolor { }

.badge.badge-info.shcolor { background-color: #CAA800 }

.badge.badge-info.bocolor { background-color: #00CA18 }

.badge.badge-info.faccolor { background-color: #CA0003 }

strong.orange { color: #F78100; }

strong.green { color: #be1e2d; } /* not green anymore is now red */

#schedualtable td.Scrimmage { color: #985acc; font-weight: bold; }

/* Marqueee Styles */


.marqueewrapper {
	max-width: 100%;
	margin: 0px auto;	
}
.marquee {
	width: 100%;
	height: 50px;
	margin: 0px auto;
	overflow: hidden;
	position: relative;
	/*border: 1px solid #000;*/

	background-color: #212121;

	-webkit-transition: background-color 350ms;
	-moz-transition: background-color 350ms;
    transition: background-color 350ms;
}

.marquee p {
	position: absolute;

	/*font-family: Tahoma, Arial, sans-serif;*/
	font-size: 1.5em;
	font-weight: 700;

	width: 100%;
	height: 100%;
	margin: 0;
	line-height: 50px;

	text-align: center;
	font-style:italic;

	color: #FFED00;
 	text-shadow: 0px 1px 3px #000000;
    filter: dropshadow(color=#000000, offx=0, offy=1);

	transform:translateX(100%);
	-moz-transform:translateX(100%);
	-webkit-transform:translateX(100%);
}

.marquee p:nth-child(1) {
	animation: left-one 10s ease-in-out infinite;
	-moz-animation: left-one 10s ease-in-out infinite;
	-webkit-animation: left-one 10s ease-in-out infinite;
}



/*================================
	Move the Marquee to the Left
==================================*/

/** Mozilla Firefox Keyframes **/
@-moz-keyframes left-one {
	0%	{
		-moz-transform:translateX(100%);
	}
	40% {
		-moz-transform:translateX(0);
	}
	60% {
		-moz-transform:translateX(0);
	}
	100%{
		-moz-transform:translateX(-100%);
	}
}

/** Webkit Keyframes **/
@-webkit-keyframes left-one {
	0% {
		-webkit-transform:translateX(100%);
	}
	40% {
		-webkit-transform:translateX(0);
	}
	60% {
		-webkit-transform:translateX(0);
	}
	100%{
		-webkit-transform:translateX(-100%);
	}
}

/* CSS ADDED JULY 2020 */

#maincontent p a.btn { margin-top: 5px !important; }

a.covid:link {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif !important;
	display: inline-block;
	padding: 5px 5px !important;
	border: 1px solid #eee!important;
	border-radius: 5px;
	background-color: #900 !important;
	color: #eee !important;
	font-weight: bold !important;
	margin-top: 7px;
	box-shadow: 0px 5px 8px #000;
}

a.covid:visited {
	border: 1px solid #ddd !important;
	background-color: #600 !important;
	color: #ddd !important;
}
a.covid:hover {
	border: 1px solid #fff !important;
	background-color: #a00 !important;
	color: #fff !important;
	box-shadow: 0px 2px 8px #000;
}
a.covid:active {
	border: 1px solid #fff !important;
	background-color: #f00 !important;
	color: #fff !important;
	box-shadow: 0px 0px 4px #000;
}
.alert1 { 
	background-color: #a00;
	padding: 5px 10px;
	color: #fff;
	text-align: center;
	text-transform: uppercase;
	border-radius: 5px;}
	
	
.addtocalbtn {float:right; width: auto; margin-top: 5px;font-size: 11px; text-align: right; text-transform: uppercase; padding: 5px 12px;}

.tourbtn:link { color: blue; border-radius: 4px; background-color: rgba(255,242,0,0.75); padding: 2px 5px;}
.tourbtn:hover { background-color: rgba(255,242,0,1);}

.s8 { background-color: rgba(255,242,0,1);}
