﻿/*

	colour palette : 
		#472176		Purple (Background)
		#0A416B;	Teal
		#B180ED;	Light Purple - used in header backgrounds, tables etc..
		#9954EE;	Alternating light purple - for use in multiple row tables.

*/



body {
	margin: 0;
	padding: 0;
	background: #472176 url(../images/img01.gif) repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #A4E4F5;
}

.sec_tab_block 
{
	border:solid 2px black;
	width:90%;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:110%;	
	color:white;
	padding: 10px 5px 15px 10px;
	background-color:#9954EE;
	text-transform:lowercase;
}



.coc_header 
{
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:150%;	
	font-weight:bold;
	margin-top:20px;
	margin-bottom:0px;
	margin-left:30px;
	padding-left:5px;
	background-color:#9954EE;
	color:White;
}

.coc_intro 
{
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:120%;	
	font-weight:bold;
	margin-top:-10px;
	margin-left:30px;
	padding-left:5px;
	padding-right:5px;
}

.coc_list 
{
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:100%;	
	margin-top:2px;
	margin-left:55px;
	padding-right:5px;
}

#coming_soon 
{
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:120%;
	margin-top:50px;
	padding-top:120px;
	background-image: url(../images/no_page.jpg);
	background-repeat:no-repeat;
	background-position:top left;
}

#main_menu li 
{
	text-transform:lowercase;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:110%;
}


input, textarea {
	background: #A4E4F5;
	border: 1px solid #FFFFFF;
	font: bold 13px Arial, Helvetica, sans-serif;
	color: #0F5B96;
}

h1, h2, h3, p, ol, ul {
	margin-top: 0;
}

h1, h2, h3 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}

h1, h2 {
	text-transform: lowercase;
	font-weight: normal;
}

h1 {
	letter-spacing: -2px;
	font-size: 2.4em;
}

h2 {
	letter-spacing: -1px;
	font-size: 1.8em;
}

p, ol, ul {
	margin-bottom: 1.5em;
	line-height: 150%;
}

a {
	color: #A4E4F5;
}

a:hover {
	text-decoration: none;
	color: #FFFFFF;
}


img.left {
	float: left;
	margin: 4px 20px 0 0;
}

img.right {
	float: left;
	margin: 4px 0 0 20px;
}

hr {
	display: none;
}

/* Header */

#header {
	height: 150px;
	background: #472176 url(../images/img02.jpg) no-repeat center top;
	text-transform: lowercase;
}


#nav 
{
	position:relative;
	top:100px;
	height:29px;
	/*float:left;*/
	width:90%;
	margin:0px 0px 0px 25px;
	padding:10px 0px 0px 46px;
	list-style:none;
	background: black url(../images/team.gif) no-repeat left bottom;
}

#nav li 
{
	float:right;
	margin:0;
	padding:0;
	font-family : "Arial";
	font-size:150%;
}

#nav a 
{
	float:left;
	display:block;
	margin: 0 2px 0 0;
	padding: 4px 8px;
	color: #333;
	text-decoration: none;
	border: 1px solid #9B8748;
	border-bottom:none;
	background: black url(../images/off_bg2.gif) repeat-x top left;
}
	

#nav a:hover, body#u5 #t-u5 a 
{
	color: white;
	padding: 4px 8px;
	border-color: black;
	background: black url(../images/on_bg.gif) repeat-x top left;
}
	


/* Page */

#page {
	width: 980px;
	margin: 0 auto;
}

/* Content */

#content {
	float: left;
	width: 530px;
	padding: 0 0 0 25px;
}

#content_full {
	float: left;
	width: 620px;
	padding: 0 0 0 25px;
}

.post {
	margin-bottom: 15px;
	background: #B180ED url(../images/img05.gif) no-repeat;
	color: #0A416B;
}

.post a {
	color: #A4E4F5;
}

.post a:hover {
	color: #FFFFFF;
}

.post .title {
	margin: 0;
	padding: 30px 30px 0 30px;
}

.post .title a {
	text-decoration: none;
	color: #0A416B;
}

.post .byline {
	margin: 0;
	padding: 0 30px;
}

.post .entry {
	padding: 20px 30px 10px 30px;
}

.post .links {
	margin: 0;
	padding: 10px 30px 35px 30px;
	background: url(../images/img06.gif) repeat-x left bottom;
	border-top: 1px solid #2872A6;
}


.post .links a {
	padding-left: 10px;
	background: url(../images/img08.gif) no-repeat left center;
	text-decoration: none;
	font-weight: bold;
	color: #0A416B;
}

.post .links a:hover {
	color: #FFFFFF;
}


/* Styles used by the All-teams.aspx' page.	*/

.team_links .links {
	margin: 0;
	padding: 2px 30px 2px 30px;
	border-left: 1px solid #B180ED;
	border-right: 1px solid #B180ED;
	border-bottom: 1px solid #B180ED;
}

.team_links .links a {
	padding-left: 10px;
	background: url(../images/img08.gif) no-repeat left center;
	text-decoration: none;
	font-size:150%;
	font-weight: bold;
	color: white;
}

.team_links .links a:hover {
	color: red;
}

.team_links .title 
{
	font-size:190%;
	color: #0A416B;
	padding-left:15px;
	margin-top:45px;
	margin-bottom:5px;
	/*background-color:#B180ED;*/
	background: #B180ED url(../images/img05.gif) no-repeat;
	color: #0A416B;
	
}

.team_links .intro
{
	margin-top : 20px;
	font-size : 120%;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	border-bottom: 1px solid #B180ED;
}

.coach_contact 
{
	border-bottom: 1px solid #B180ED;
}


/* Sidebars */

.sidebar {
	float: left;
	width: 200px;
}

.sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
	line-height: normal;
}

.sidebar li {
}

.sidebar li ul {
}

.sidebar li li {
	padding: 6px 0 6px 10px;
	background: url(../images/img08.gif) no-repeat 0 12px;
	border-bottom: 1px solid black;
}

.sidebar li li a {
	text-decoration: none;
	color: white;
}

.sidebar li li a:hover {
	color: red;
}

.sidebar li h2 {
	padding-top: 20px;
	color: #FFFFFF;
}

/* Left Sidebar */

#leftbar {
}

/* Right Sidebar */

#rightbar {
	padding: 0 0 0 25px;
}

/* Search */

#searchform {
	padding-top: 20px;
	text-align: right;
}

#searchform br {
	display: none;
}

#searchform input {
	margin-bottom: 5px;
}

#searchform #s {
	width: 190px;
}


/* Footer */

#footer {
	clear: both;
	padding: 40px 0;
	background: black;
}

#footer p {
	text-align: center;
	font-size: smaller;
	color: #0F5B96;
}

#footer a {
	color: #0F5B96;
}


/* On this page box */

div#on-this-page {border: 1px solid #e8e8e8; padding: 10px 10px 10px 10px; margin: 1.5em 0; /*background: url(includes/on-this-page-arrow.gif) .8em 1.2em no-repeat*/}

div#on-this-page h2  {display:inline; background:none; font-size:.9em; margin:0; padding:0 10px 0 0; border:none; font-weight:bold;}

div#on-this-page ul {margin:0; list-style:none; padding:0;display:inline;}

div#on-this-page ul li {display: inline; background:none; padding:0 0 0 0; margin:0; white-space:nowrap;}

div#on-this-page ul li a {padding: 0 8px 0 0; border-right: 1px solid #d1d1d1; margin-right: 4px; text-decoration:none;font-size: .9em;}

div#on-this-page ul li a:visited {text-decoration:none;}

div#on-this-page ul li:last-child a {border-right:none;} /* no pipe for last list item (unless IE6) */


table 
{
	position:relative;
	top:-4px;
	left:-4px;
	width:100%;
	border:1px solid #000;
	background: #B180ED;
	
}

.tblFixedLayout
{
	position:relative;
	top:-4px;
	left:-4px;
	width:100%;
	table-layout:auto;
	border:1px solid #000;
	background: #B180ED;
}

.tblFixedLayout td
{
	margin: 0;
	padding: 0;
	text-align:left;
	border-bottom: none;
}

.tblFixedLayout img
{
	margin: 0;
	padding: 0;
	float:left;
}




table th, table td 
{
	margin: 0;
	padding: 8px 20px;
	text-align:center;
	border-bottom: 1px solid #b5b5b5;
}

table .name 
{
	text-align:left;
}

table tr 
{
	background: #B180ED;
	color:white;
	font-weight:bold;
}

table tr.alt 
{
	background:#CFA9FE;
	/*background: #AE6CFE;*/
}

table td a 
{
	display:block;
	font-weight:bold;
}

table th
{
	/*color: #999;*/
	color:black;
}

table caption 
{
	letter-spacing: -1px;
	font-size: 1.8em;
	margin-top: 0;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	text-transform: lowercase;
	font-weight: normal;

	padding: 8px 20px;
	text-align:left;
	border: 1px solid #000;
	border-bottom:none;
	background: #B180ED url(../images/img05.gif) no-repeat;
	color: #0A416B;
}


.table_with_shadow 
{
	background: black;
	width:90%;
}


table a 
{
	/*color:#77985C;*/
	color:Red;
}


.container 
{
	margin-top:50px;
	text-align:center;
}


/* Team Page Table Headers	*/
.team-page-coaches-section 
{
	float:left;
	margin-bottom: 15px;
	background: #B180ED url(../images/img05.gif) no-repeat;
	color: #0A416B;
	width:100%;
}

.gallery-section 
{
	float:left;
	margin-bottom: 15px;
	background: #B180ED url(../images/img05short.gif) no-repeat;
	color: #0A416B;
	width:500px;
	
}

.gallery-section-no-image
{
	float:left;
	margin-bottom: 15px;
	background: #B180ED url(../images/img05short.gif) no-repeat;
	color: #0A416B;
	width:500px;
	
}

.blackboard 
{
	float:left;
	width:100%;
 	height:400px;
	background: url(../images/blackboard2.jpg) no-repeat left center;

}

.blackboard ul
{
	margin : 80px 5px 5px 10px;
	color: White;
}

.blackboard li 
{
	padding: 5px 5px 10px 30px;
	background: url(../images/counter.gif) no-repeat left center;
	font-weight:normal;
	font-size:150%;
	font-family:Comic Sans MS, Trebuchet MS, Arial;

}


.team-page-coaches-section table
{
margin-left:5px;
width:99%;
}

.team-page-coaches-section .title {
	margin: 0;
	padding: 10px 30px 0 30px;
}

.gallery-section .title 
{
	margin-top:5px;
	margin-right: 20px;
	background: url("../images/cart.jpg") no-repeat left right ;
}	

.gallery-section-no-image .title 
{
	margin-top:5px;
	margin-right: 20px;
}	

.gallery-section .title h2 
{
	margin: 0;
	padding: 10px 30px 0 30px;
}	

.gallery-section-no-image .title h2 
{
	margin: 0;
	padding: 10px 30px 0 30px;
}	


.team-photo-tn 
{
	vertical-align :top;
}

#coach_header 
{
	/*margin-top:5px;	*/
	float:left;
	clear:left;
	text-align:left;
    text-decoration:underline;
    font-size: 170%;
}	

#coach_info 
{
	margin-left:5px;
	margin-top:5px;
	float:left;
	clear:left;
	text-align:left;
	width:100%;
}

#coach_info a 
{
	padding-left: 10px;
	background: url(../images/img08.gif) no-repeat left center;
	text-decoration: none;
	font-size:110%;
	color: white;
}
	

.team_page_fixtures table
{
	table-layout:auto;
	background-color:green;
	width:300px;
	padding:0;
	margin:0;
}

.team_page_fixtures th
{
	padding:0px;
	margin:0px;
	height:0px;
}


.team_page_fixtures tr 
{
	padding: 0px 0px 0px 0px;	
	margin:0px;	
}

.team_page_fixtures td 
{
	font-size:90%;
	padding: 0px 0px 0px 0px;	
	margin:0px;	
	
}

table tr.odd {background: #9954EE;}


/*  block display pages	*/
#links
{
	float:left;
	width:500px;
	padding: 10px 0;
	border: 2px solid #C8CDD2;
}	

#links dl 
{
	float:left;
	margin: 10px 20px;
	padding: 0;
	display:inline;
}	

#links dt
{
	float:left;
	width:500px;
	margin: 0px;
	padding: 0px 0px 5px 0px;
	font-size: 130%;
	letter-spacing:1px;
	font-weight:bold;
}	

#links dd
{
/*	clear:both;*/
	margin: 0 0 10px 8px;
	padding: 0px 0px 5px 0px;
	font-size: 100%;
	line-height:1.5em;
	color: white;
}	

#links dd.img img 
{
	float:left;
	margin:0 8px 0 0;
	padding:4px;
	border:1px solid #D9E0E6;
	border-bottom-color: #C8CDD2;
	border-right-color:#C8CDD2;
	background:#fff;
}



#games-room 
{
	float:left;
	width:500px;
	padding: 10px 0;
	border: 2px solid #C8CDD2;
}	

#games-room dl 
{
	float:left;
	margin: 10px 20px;
	padding: 0;
	display:inline;
}	

#games-room dt
{
	float:right;
	width:365px;
	margin: 0px;
	padding: 0px;
	font-size: 130%;
	letter-spacing:1px;
	color: #627081;
}	

#games-room dd
{
	margin: 0 0 0 98px;
	padding: 0px;
	font-size: 100%;
	line-height:1.5em;
	color: #666;
}	

#games-room dl dd.img 
{
	margin: 0;
}


#games-room dd.img img 
{
	float:left;
	margin: 0 8px 0 0;
	padding: 4px;
	border: 1px solid #D9E0E6;
	border-bottom-color: #C8CDD2;
	border-right-color: #C8CDD2;
	background: #fff;
}

/* reverse float */
#games-room  .alt dt 
{
	float:left;
}

#games-room  .alt dd 
{
	margin: 0 98px 0 0;
}

#games-room  .alt dd.img img
{
	float:right;
	margin: 0 0 0 8px;
}




/* COACHES CORNER */

.error_messages 
{
	color:Red;
	font-family:"Trebuchet MS","Arial";
	font-weight:bold;
	font-size:130%;
}

#coaches-corner-panel 
{
width:100%;
float:left;	
}

#coach_nav 
{
	float:left;
	width:90%;
	margin:0px;
	padding:10px 0px 0px 0px;
	list-style:none;
	background: #472176;
}

#coach_nav li 
{
	float:left;
	margin:0;
	padding:0;
	font-family : "Trebuchet MS","Arial";
	font-size:100%;
	font-weight:bold;
}

#coach_nav a 
{
	float:left;
	display:block;
	margin: 0 1px 0 0;
	padding: 4px 8px;
	color: #333;
	text-decoration: none;
	border: 1px solid #9B8748;
	border-bottom:none;
	background: black url(../images/off_bg2.gif) repeat-x top left;
}
	

#coach_nav a:hover, body#players, #li_selected a 
{
	color: white;
	padding: 4px 8px;
	border-color: black;
	background: black url(../images/on_bg.gif) repeat-x top left;
}


#coach_intro 
{
	font-family: "Trebuchet MS","Arial";
	font-size:130%;
	color:White;
}

.warning_message 
{
	font-family: "Trebuchet MS","Arial";
	font-size:120%;
	font-weight:bold;
	color:red;
}

#btn_group 
{
background : #472176;
padding: 3px;
border: 1px solid #C8CDD2;
width:98%;
}

#btn_group input 
{
	width:75px;
	color:Black;
	margin: 1px 3px 1px 3px;
	background-color:#B180ED;
	float:right;
}


.coaches-corner-table table
{
	position:relative;
	top:-4px;
	left:0px;
	width:700px;
	table-layout:fixed;
	border:1px solid #000;
	background: #B180ED;
}

.coaches-corner-table th, .coaches-corner-table td 
{
	margin: 0;
	/*padding:  6px 20px;*/
	padding:  5px 5px;
	text-align:left;
	
	font-size:100%;
}

.coaches-corner-table .name 
{
	text-align:left;
}

.coaches-corner-table tr 
{
	background: #B180ED;
	color:white;
	font-weight:bold;
	line-height:14px;
	border-bottom: 1px solid #b5b5b5;
}

.coaches-corner-table tr.alt 
{
	background:#CFA9FE;
	/*background: #AE6CFE;*/
}

.coaches-corner-table td a 
{
	display:block;
	font-weight:bold;
}

.coaches-corner-table th
{
	/*color: #999;*/
	color:black;
	line-height:15px;
}


.table_with_shadow 
{
	background: black;
	width:90%;
}


.coaches-corner-table a 
{
	color:#77985C;
}


/* Fixture Details Layout CSS	*/
#dvFixtureHeader, #dvScore, #dvPlayers, #dvReferee, #dvReport, #dvCautions
{
	float:left;
	border:1px solid white;
	width:700px;
	background-color:#B180ED;
}

#dvFixtureHeader p, #dvScore p, #dvPlayers p, #dvReferee p, #dvReport p, #dvCautions p
{
	padding-left:5px;
	font-family: Trebuchet MS, Arial;
	font-size:180%;
	text-transform: lowercase;
	letter-spacing: -1px;
	margin-bottom : 5px;
	color:White;
}

#dvTeams, #dvDate, #dvTeamsScores, #dvRefInput, #dvCautionsInput
{
	padding-left:50px;
	float:left;
	clear:left;
	font-family:Trebuchet MS, Arial;
	font-size:150%;
	color:Purple;
}

#dvPlayers table 
{
	margin-left:15px;
	width:90%;
	border:2px solid black;
	font-family:Trebuchet MS,Arial;
	font-size:100%;
	color:White;
}

#dvPlayers table tr
{
	line-height:5px;
}

#dvPlayers table th
{
	
	background-color:Purple;
	color:White;
}

#dvPlayers table td input
{
	border:0px;
	background-color:#B180ED;
	color:black;
}

#dvReportInput 
{
	float:left;
	width: 600px;
	height: 300px;
	margin-left:15px;
}


#dvReportInput input
{
	float:left;
	width: 100%;
	height: 280px;
	background-color:White;
	color:Black;
}

#dvTournamentDetails 
{
	float:left;
	width: 325px;
	height: 300px;
	margin-left:0px;
}

#dvTournamentDetails input
{
	float:left;
	width: 100%;
	height: 280px;
	color:Black;
}

#skills_corner_box
{
	margin-top:30px;
	width:500px;
	float:left;
	border:1px solid black;
	text-align:left;
}

#skills_corner_box p 
{
	margin:10px;
	font-family:Trebuchet MS,Arial;
	font-size:100%;
	color:White;
}

#skills_corner_box .weblink
{
	margin:10px;
	font-family:Trebuchet MS,Arial;
	font-size:130%;
	color:#B180ED;
}

#skills_corner_box h2
{
	padding:10px;
}

#skills_corner_box .pres_image 
{
	margin:5px;
	float:left;
	width:160px;
}

#skills_corner_box .pres_text
{
	float:right;
	width:50%;
}


#result_retrieval 
{
	width:700px;
	float:left;
	position:relative;
	border:1px solid black;
	background-color:#9954EE;
}


#date_range 
{
	text-align:left;
	padding:  5px 10px 10px 5px;
	background-color:#9954EE;
	border-top:1px solid black;
}

#result_retrieval P 
{
	font-size:160%;
	text-align:left;
	color:White;
	font-family:Trebuchet MS,Arial;
	font-weight:bold;
	margin:0px;
	padding: 5px 0 0 5px;
}

#date_range label
{
	font-size:110%;
	color:White;
	font-family:Trebuchet MS,Arial;
	font-weight:bold;
}

#age_categories 
{
	
	padding: 5px 5px 5px 5px;
	text-align:left;
	background-color:#9954EE;
	font-size:110%;
	color:White;
	font-family:Trebuchet MS,Arial;
	font-weight:bold;
	border-top:1px solid black;
}

div#age_categories p
{
	padding: 1px;
	margin-bottom:3px;
	font-size:100%;
}

#srch_results_btn 
{
	width:100%;
}

#srch_results_btn input
{
	margin: 20px 20px 20px 220px;	
	background-color:Gray;
	color:White;
}


#quote-feed 
{
	position:relative;
	height: 70px;
	width: 95%;
	overflow:hidden;
	color:white;
	font-size:120%;
	font-family:Trebuchet MS,Arial;
	font-weight:bold;
	padding-left:50px;
}

.headline 
{
	position:absolute;
	height: 200px;
	top:210px;
	overflow:hidden;
	color:White;
}

.fade-slice 
{
	position: absolute;
	width: 95%;
	height: 2px;
	background: black;
	z-index:3;
}


.option,.option a,.option a:hover
{
	font-size:110%;
	background-color:#9954EE;
	color:White;
}

.PDFDocument 
{
	width:75%;
}

.content-text-subheader-about
{
	margin:10px 10px 0px 10px;
	padding-left:1px;
	padding-top:10px;
	font-size:130%;
	font-weight:bold;
	line-height:1.5em;
	color:White;
}

.content-image2
{
	float: left;
	margin:  20px 6px 0 30px;
	padding: 4px;
	border: 1px solid #D9E0E6;
	border-bottom-color: #C8CDD2;
	border-right-color: #C8CDD2;
	background: #fff;
}

.content-text
{
	font-size:100%;
	margin-left:30px;
	margin-right:10px;
	font-family:Verdana;
	color:Black;
}


/* Gallery Sections	*/
#age-range-selector 
{
	padding:5px;
	background:#B180ED;
	float:left;
}


#age-range-selector ul 
{
	list-style:none;
	display:inline;
	margin-bottom:10px;
	float:left;
	margin-left:0px;
	width:80%;
}

#age-range-selector ul li
{
	float:left;
	padding-left:10px;
	color:White;
	font-weight:bold;
}


.gallery-section table
{
	padding:0;
	margin:15px 2px 0 5px;
	border:0;
	
}

.gallery-section table thead tr td
{
	background-color:blue;
	color:White;	
	line-height:8px;
}

.photo-name
{
	text-align:left;
}



#gallery {
  background: #B180ED;
  width: 500px;
  margin-top:15px;
  margin-bottom:15px;
}
#gallery ul {
  list-style: none;
  padding: 0px;
  margin: 0px;
  width: 500px;
  float: left;
  clear: both;
}

#gallery li {
  padding: 8px;
  margin: 0px;
  position: relative;
}

/* Comment box	*/
#gallery span {
  display: block;
  position: absolute;
  bottom: 13px;
  left: 10px;
  width: 445px;
  background: #000000;
  color: #ffffff;
  padding: 8px;
  font-size: 1.3em;
}

#gallery img {
  border: 2px solid #333;
}

#gallery ul.large-images li img
{
	z-index:-1;
}

#gallery ul.small-images {
  padding: 0px 8px;
  display: none;
}
#gallery ul.small-images li {
  padding: 0px;
  float: left;
  clear: none;
}
#gallery ul.small-images a {
  display: block;
  float: left;
  padding: 8px;
}
#gallery ul.small-images a.selected {
  background: #333;
}
#gallery ul.small-images a:hover {
  padding: 6px;
}
#gallery ul.small-images a:hover img {
  border-width: 4px;
}

#gallery ul.controls {
  display: none;
  position: relative;
}

#gallery ul.controls li 
{
  z-index:100;
  position: absolute;
  display: block;
  width: 34px;
  height: 34px;
  top: 130px;
}

#gallery ul.controls li.add {
  top: 10px;
  left:165px;
  z-index:100;
}

#gallery ul.controls li.prev {
  left: 10px;
  z-index:100;
}

#gallery ul.controls li.next {
  right: 40px;
  z-index:100;
}

#gallery ul.controls a {
  display: block;
  width: 34px;
  height: 34px;
  text-decoration: none;
  border: none;
}

#gallery ul.controls a img {
  border: none;
}

.tinted {
	filter:alpha(opacity=80);
	-moz-opacity:0.8;
	-khtml-opacity: 0.8;
	opacity: 0.8;
}
.transparent {
	filter:alpha(opacity=0);
	-moz-opacity:0;
	-khtml-opacity: 0;
	opacity: 0;
}
.clear {
  clear: both;
}


