/**********************************
 * TITLE: Gila Screen Stylesheet  *
 * URI  : gila/gila-screen.css    *
 * MODIF: 2003-Apr-30 19:09 +0800 *
 **********************************/

body {
  color: black;
  background-color: #F3F2EB;
  font-family: verdana, helvetica, arial, sans-serif;
  font-size: 73%;  /* Enables font size scaling in MSIE */
  margin: 0;
  padding: 0;
}

html > body {
  font-size: 9pt;
}

#page {
  margin: 20px auto;
  color: black;
  background-color: white;
}

.doNotDisplay {
  display: none !important;
}

.picfl {
           float:left;
           padding-right: 5px;
           position: relative;
}

.picfr {
           float:right;
           padding-left: 5px;
           position: relative;
}

.picfc {
           text-align: center;
           padding-left: 5px;
           padding-right: 5px;
           position: relative;
}

/* ##### Lightbox ##### */

#lightbox{	position: absolute;	left: 0; width: 100%; z-index: 100; text-align: center; line-height: 0;}
#lightbox img{ width: auto; height: auto;}
#lightbox a img{ border: none; }

#outerImageContainer{ position: relative; background-color: #fff; width: 250px; height: 250px; margin: 0 auto; }
#imageContainer{ padding: 10px; }

#loading{ position: absolute; top: 40%; left: 0%; height: 25%; width: 100%; text-align: center; line-height: 0; }
#hoverNav{ position: absolute; top: 0; left: 0; height: 100%; width: 100%; z-index: 10; }
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{ width: 49%; height: 100%; background-image: url(data:http://www.herlev-vejret.dk/scripts/lightbox/gif;base64,AAAA); /* Trick IE into showing hover */ display: block; }
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(http://www.herlev-vejret.dk/scripts/lightbox/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(http://www.herlev-vejret.dk/scripts/lightbox/nextlabel.gif) right 15% no-repeat; }

#imageDataContainer{ font: 10px Verdana, Helvetica, sans-serif; background-color: #fff; margin: 0 auto; line-height: 1.4em; overflow: auto; width: 100%	; }

#imageData{	padding:0 10px; color: #666; }
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em; outline: none;}	 	

#overlay{ position: absolute; top: 0; left: 0; z-index: 90; width: 100%; height: 500px; background-color: #000; }

/* ##### Header ##### */

#header {
  color: inherit;
  background-color: #ffffff;
}

.headerTitle {
  margin: 0;
  padding: 0.25em 4mm 0.25em 4mm;
}

.headerTitle a {
  color: white;
  background-color: transparent;
  text-decoration: none;
  font-size: 110%;  /* For MSIE */
  font-weight: bold;
  font-style: italic;
}

.headerTitle > a {
  font-size: 110%;  /* For fully standards-compliant user agents */
}

.headerTitle span {
  color: white;
  background-color: transparent;
  font-weight: normal;
}

 .headerTemp {
  font-size: 36px;
  font-weight: bold;
  float: right;
  right: .5ex;
  margin-right: 5px;
  margin-left: 15px;
  top: 0.18em;
  color: white;
}

[class~="headerTemp"] {
  top: 0.18em;  /* For fully standards-compliant user agents */
}

/* ##### Header Color ##### */

.topHeader {
	color: white;
  background: RGB(111,126,159);
  border: 1px solid rgb(104,104,104);
	height: 2em
}

.topHeader a {
	color: white;
	background-color: transparent;
	font-size: 91%;
	margin: 0;
	padding: 0 0.5ex 0 0.25ex;
}

.topHeader .left {
	position: absolute;
	left: 1.5mm;
	top: 0.75ex;
}

.topHeader .right {
	position: absolute;
	right: 1.5mm;
	top: 0.75ex;
}

.midHeader {
	width: 100%;
	height: 9.75em;
  background: url('/image/top-pic/top4.jpg') repeat-x center top;
}

.midHeader .left {
	float:left;
	width:130px;
	padding: 8px;
	text-align: center;
}

.midHeader .right {
	float:right;
	width:160px;
	padding: 18px;
	text-align: center;
}

.midHeader .center { 
	margin-right:auto;
	margin-left:auto;
	padding:8px;
	text-align: center;
}

.subHeader {
	color: black;
  background: #E2EDFB;
  border: 1px solid rgb(104,104,104);
	height: 2.8em
}

.subHeader .left {
	float:left;
	left: 1.5mm;
	top: 20.5ex;
}

.subHeader .right {
	float:right;
	right: 1.5mm;
	top: 20.5ex;
}

.subHeader a {
  color: white;
  text-decoration: none;
}

/* ##### Menu bar ##### */

#menu-bar {
  font-size: 85%;
  text-align: right;
  width: 13em;
  float: left;
  clear: left;
}

.menuBarTitle {
  color: #22464F;
  background-color: #CDDBCD;
  font-size: 100%;
  font-weight: bold;
  margin: 0;
  padding: 0.5ex 1em 0.5ex 0.5ex;
  border-top: 1px solid rgb(34,70,79);
}

#menu-bar ul {
  list-style-type: none;
  list-style-position: outside;
  margin: 0;
  padding: 0;
}

#menu-bar li {
  margin: 0;
  padding: 1ex 1em 1ex 0.5ex;
  border-top: 1px solid rgb(34,70,79);
}

#menu-bar a {
  color: #005200;
  background-color: transparent;
  text-decoration: none;
}

#menu-bar a:hover {
  color: white;
  background-color: #005200;
  text-decoration: none;
}

.menuBarText {
  text-align: justify;
  margin: 0;
  padding: 1ex 1.5ex;
  display: block;
  border-top: 1px solid rgb(34,70,79);
}

#menu-bar .menuBarText a {
  text-decoration: underline;
}

#menu-bar .menuBarText a:hover {
  text-decoration: none;
}

#menu-bar .bottom {
  position: absolute;
  bottom: 5px
}

/* ##### Left Side Bar ##### */

.leftSideBar {
  width: 14.7em;
  float: left;
  clear: left;
  font-size: 8pt;
  background-color: #F0FFE8;
}

.leftSideBar .sideBarTitle {
  color: black;
  background: url('/image/bar02.gif') repeat-x left top;
  font-weight: bold;
  margin: 0;
  padding: 0.5ex 1ex;
}

.leftSideBar .sideBarTitleMenu {
  color: white;
  background-color: #57A25B;
  font-size: 110%;
  margin: 0;
  padding: 0.5ex 1ex;
}

.leftSideBar ul {
  list-style-type: none;
  list-style-position: outside;
  margin: 0;
  padding: 0;
}

.leftSideBar li {
  margin: .5ex;
  padding: 0;
}

.leftSideBar a {
display: block;
color: #336699;
background-color: transparent;
width: 14.7em;
text-decoration: none;
}

.leftSideBar a:visited {
  color: #336699;
  background-color: transparent;
  text-decoration: none;
}

.leftSideBar a:hover {
  width: 14.4em;
background-color: #eaedf2;
color: black;
}

.leftSideBar .sideBarText {
  color: black;
  background-color: transparent;
  line-height: 1.25em;
  margin: 1ex 0.25ex 1.5em 0.75ex;
  padding: 0;
  display: block;
}

.leftSideBar .sideBarText a {
  text-decoration: underline;
  font-weight: bold;
}

.leftSideBar .sideBarText a:visited {
  text-decoration: underline;
  font-weight: bold;
}

.leftSideBar .sideBarText a:hover {
  text-decoration: none;
}

.leftSideBar .thisPage {
  color: black;
  background-color: transparent;
  font-weight: bold;
}

/* ##### Main Copy ##### */

#main-copy {
  color: black;
  background-color: #FFFFFF;
  text-align: justify;
  line-height: 1.5em;
  margin: 0 0 0 13.0em;
  padding: .5ex 1em 1em 1em;
  overflow: hidden;
  border-left: 1px solid;
  background-repeat: repeat-y;
  min-height: 1775px;
}

.codebox-yellow {
	border: 1px dashed #080;
	padding: 5px;
	background-color: #FFFF99;
}

.codebox-orange {
	color: black;
	border: 1px dashed #080;
	padding: 5px;
	background-color: #FF9432;
}

.codebox-small {
	border: 1px dashed #080;
	padding: 1px;
	background-color: #FFFF99;
}

.codebox-red {
	border: 0px dashed yellow;
	padding: 2px;
	background-color: red;
}

.codebox {
	border: 1px dashed #080;
	padding: 5px;
	background-color: #FFFF99;
}

.watchBox {
  color: black;
  font-size: 12px;
  text-align: center;
  background-color: #FFEF3F;
  margin: 0 0 0 0;
  padding: .5em 0em .5em 0em;
  border: 1px dashed rgb(34,70,79);
}

#main-copy-dark {
  color: white;
  background-color: black;
  text-align: justify;
  line-height: 1.5em;
  margin: .1em 0 0 13.0em;
  padding: .5ex 1em 1em 1em;
  border-left: 1px solid rgb(216,210,195);
  overflow: hidden;
  border-left: 1px solid;
  background-repeat: repeat-y;
  background-position: left;
  min-height: 1915px;
}

#main-copy h2 {
	color: rgb(60,60,60);
	background: rgb(137,135,135) url('menu1.gif') repeat-x left top;
	border: 1px solid rgb(153,153,153);
	font-size: 100%;
	font-weight: bold;
	margin-left:0; margin-right:0; margin-top:1em; margin-bottom:0; padding-left:1ex; padding-right:0; padding-top:0.5ex; padding-bottom:0.5ex
}

#main-copy h1 {
  font-family: "trebuchet ms", verdana, helvetica, arial, sans-serif;
  font-size: 120%;
  margin: 2ex 0 1ex 0;
  padding: 0;
}

#main-copy a {
  color: #336699;
  background-color: transparent;
  text-align: justify;
}

.boxDarker {
  color: #005200;
  font-size: 110%;  
  background-color: #E8F2E8;
  margin: 0 0 1em 0;
  padding: 2ex 2em 0.25em 2em;
  border: 1px solid rgb(34,70,79);
}

.boxLighter {
  color: #005200;
  font-size: 110%;
  background-color: #FFFFFF;
  margin: 0 0 1em 0;
  padding: 2ex 2em 0.25em 2em;
  border: 1px solid rgb(34,70,79);
}

.boksbluelight {
 background-color : #e8eff7;
}

.blaastreg {
 background-image: url(blaa_streg.gif);
}

.boksFed a {
 color : #0c2d83;
 font-size : 10px;
 font-family : Verdana;
 text-decoration: none;
 font-weight: bold;
}

.boksFed a:hover {
 color : #071d56;
 font-size : 10px;
 font-family : Verdana;
 text-decoration: none;
 font-weight: bold;
}

.table-top {
  color: black;
  background-image: url(image/bar02.gif);
  text-align: left;
  font-weight: bold;
}

.table-top-global {
  color: black;
  background-image: url(image/bar020.gif);
  text-align: left;
  font-weight: bold;
}

.column-dark {
  color: black;
  background-color: #F1F8FE;
}

.column-dark-global {
  color: white;
  background-color: blue;
}

.column-light {
  color: black;
  background-color: white;
}

#main-copy a:hover {
  text-decoration: none;
}

p {
  margin: 1em 0 1.5em 0;
  padding: 0;
}

dt {
  font-weight: bold;
  margin: 0;
  padding: 0 0 0.5ex 0;
}

dd {
  margin: 0 0 1.5em 1.5em;
  padding: 0;
}

.watchBox {
  color: black;
  font-size: 12px;
  text-align: center;
  background-color: #FFEF3E;
  margin: 0 0 0 0;
  padding: .5em 0em .5em 0em;
  border: 1px dashed rgb(34,70,79);
}

.advisoryBox {
  color: black;
  font-size: 12px;
  text-align: center;
  background-color: #FFEF3E;
  margin: 0 0 0 0;
  padding: .5em 0em .5em 0em;
  border: 1px dashed rgb(34,70,79);
}

.warningBox {
  color: white;
  font-size: 13px;
  text-align: center;
  background-color: #CC0000;
  margin: 0 0 0 0;
  padding: .5em 0em .5em 0em;
  border: 1px dashed rgb(255,255,255);
}

.iconclass IMG {
	background-color: #f0f0f0;
	border: 1px solid #d8d8d8;
	margin: 0 0 10px;
	padding: 2px;
}

.iconclassAJAX IMG {
	background-color: #f0f0f0;
	border: 1px solid #d8d8d8;
	margin: 0 0 5px;
	padding: 2px;
}

/* ##### ajaxSidebar ##### */
.ajaxSidebar {
    background-color: white;
        border: none;
        width: 114px;
}
.ajaxSidebar h2 {
        font-size: 12pt;
        color: white;
        background-color: #5B9AD2;
        text-align: center;
        margin-right: 6px;
}

.ajaxSidebar .meas {
        font : x-small Arial, Helvetica, sans-serif;
        color: black;
        text-align : right;
        background-color: white;
        width: 35%;
        }
.ajaxSidebar .data {
        font : 9pt Arial, Helvetica, sans-serif;
        color: #3c76f8;
        text-align : left;
        background-color: white;
        }
.ajaxSidebar td {
         border: none;
         background-color: white;
}
.ajaxDashboard .datahead {
        font-family: Verdana, Arial, Helvetica, sans-serif;
        font-size: 9pt;
        font-weight: bold;
        color:  black;
        background: url('/image/bar02.gif') repeat-x left top;
        text-align: center;
}
.ajaxDashboard .data1 {
         color: black;
         font-family: Verdana, Arial, Helvetica, sans-serif;
         font-size: 9pt;
         border-bottom: 1px solid #CCCCCC;
         background-color: white;
         text-align: left;
}
.ajaxDashboard .data2 {
         color: black;
         font-size: 100%;
         background-color: white;
         text-align: left;
}
.ajaxDashboard .data3 {
         color: black;
         font-size: 11px;
         border-bottom: 1px solid #CCCCCC;
         background-color: white;
         text-align: center;
         vertical-align: middle;
}
.ajaxDashboard .data4 {
         color: black;
         font-size: 11px;
         border-bottom: 1px solid #CCCCCC;
         background-color: white;
         text-align: left;
         vertical-align: middle;
}

.ajaxDashboard .column-dark {
         color: black;
         border: 1px solid #CCCCCC;
         background-color: #F1F8FE;
         text-align: left;
}

.ajaxDashboard .column-light {
         color: black;
         border: 1px solid #CCCCCC;
         background-color: white;
         text-align: left;
}
.ajaxDashboard td {
         border: none;
         background-color: white;
}


/* ##### Footer ##### */

.Boxfaq {
	color: #000000;
	background-color: #FFFF99;
	font-size: 100%;
	border: 1px solid #000000;
	border-bottom: 4px solid #000000;
	border-right: 4px solid #000000;  
}

#footer {
  color: black;
  background: #E2EDFB;
  border: 1px solid rgb(104,104,104);
  font-size: 92%;
  text-align: center;
  line-height: 1.25em;
  margin: 0;
  padding: 1em 4mm 1em 4mm;
  clear: both;
}

#footer div {
  margin: 0;
  padding: 0 0 1ex 0;
}

#footer a {
  color: black;
  background-color: transparent;
  text-decoration: underline;
  font-weight: bold;
}

#footer a:visited {
  color: black;
  background-color: transparent;
  text-decoration: underline;
  font-weight: bold;
}

#footer a:hover {
  text-decoration: none;
}

.jsuparrow {
background-color:#CDDBCD;
border:0px none;
color:#22464F;
text-decoration:none;
}

.jsupoutline {
background:#CDDBCD none repeat scroll 0%;
border:0px solid #2266AA;
height:15px;
left:0px;
padding:0px;
position:absolute;
top:0px;
width:24px;
}

/* WordPress additions for Weather Display PHP AJAX Templates */
/* Copy and paste all of this to the END of your CSS files */

/* Begin Sidebar */
#sidebar
{
	padding: 2.5em;
	width: 150px;
	float: right;
	background-color: #F1F8FE;
	margin: 20px;

	}

#sidebar form {
	margin: 0;
	}
/* End Sidebar */


/* Begin Calendar */
#wp-calendar {
	empty-cells: show;
	margin: 10px auto 0;
	width: 155px;
	}

#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
	}

#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
	}

#wp-calendar a {
	display: block;
	}

#wp-calendar caption {
	text-align: center;
	width: 100%;
	}

#wp-calendar td {
	padding: 2px 0;
	text-align: center;
	}

#wp-calendar td.pad:hover { /* Doesn't work in IE */
	background-color: #fff; }
/* End Calendar */



/* Begin Lists

	Special stylized non-IE bullets
	Do not work in Internet Explorer, which merely default to normal bullets. */

html>body .entry ul {
	margin-left: 0px;
	padding: 0 0 0 30px;
	list-style: none;
	padding-left: 10px;
	text-indent: -10px;
	}

html>body .entry li {
	margin: 7px 0 8px 10px;
	}

.entry ul li:before, #sidebar ul ul li:before {
	content: "\00BB \0020";
	}

.entry ol {
	padding: 0 0 0 35px;
	margin: 0;
	}

.entry ol li {
	margin: 0;
	padding: 0;
	}

.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
	}

#sidebar ul, #sidebar ul ol {
	margin: 0;
	padding: 0;
	}

#sidebar ul li {
	list-style-type: none;
	list-style-image: none;
	margin-bottom: 0px;
	}

#sidebar ul p, #sidebar ul select {
	margin: 5px 0 8px;
	}

#sidebar ul ul, #sidebar ul ol {
	margin: 5px 0 0 10px;
	}

#sidebar ul ul ul, #sidebar ul ol {
	margin: 0 0 0 10px;
	}

ol li, #sidebar ul ol li {
	list-style: decimal outside;
	}

#sidebar ul ul li, #sidebar ul ol li {
	margin: 3px 0 0;
	padding: 0;
	}
/* End Entry Lists */

#sidebar {
	font: 10px 'Lucida Grande', Verdana, Arial, Sans-Serif;
    color: black;
	}

small, #sidebar ul ul li, #sidebar ul ol li, .nocomments, .postmetadata, blockquote, strike {
	color: #777;
	}


#wp-calendar #prev a, #wp-calendar #next a {
	font-size: 9pt;
	}

#wp-calendar a {
	text-decoration: none;
	}

#wp-calendar caption {
	font: bold 1.3em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	text-align: center;
	}

#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
	}

#sidebar h2 {
	font-family: 'Lucida Grande', Verdana, Sans-Serif;
	font-size: 1.2em;
	}

/* Begin Blog Main Copy */
#blog-main {
  color: black;
  background-color: white;
  text-align: left;
  line-height: 1.5em;
  margin: 0 0 0 9.5em;
  padding: .5ex 1em 1em 1em;
  border-left: 1px solid rgb(216,210,195);
  min-height: 720px

}

#blog-main-dark {
  color: white;
  background-color: black;
  text-align: left;
  line-height: 1.5em;
  margin: .1em 0 0 9.5em;
  padding: .5ex 1em 1em 1em;
  border-left: 1px solid rgb(216,210,195);
}

#blog-main h1 {
  color: black;
  background-color: transparent;
  font-family: arial, verdana, helvetica, sans-serif;
  font-size: 175%;
  font-weight: bold;
  font-style: italic;
  margin: 1em 0 0 0;
  padding: 1em 0 0 0;
  border-top: 1px solid rgb(216,210,195);
}

#blog-main h2 {
  color: black;
  background-color: transparent;
  font-family: arial, verdana, helvetica, sans-serif;
  font-size: 120%;
  font-weight: bold;
  margin: 1em 0 0 0;
  padding: 1em 0 0 0;
  text-align:left

}

#blog-main a {
  color: #336699;
  background-color: transparent;
  text-decoration: underline;
}

#blog-main a:hover {
  text-decoration: none;
}

/* Captions */

.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}
/* End captions */

/* Added for image alignment issued */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left;
	}
	
.thread-alt {
  color: black;
  background-color: #F1F8FE;
}

.thread-even {
  color: black;
  background-color: white;
}

/* ##### mjc extra ##### */

#horizontal-menu ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

#horizontal-menu ul li {
display: inline;
padding: .2em 1em;
}

.menuLinkSelectedhoriz {
background-color: #3c76f8;
color: white;
width: 100px;
padding: .2em;
}

.menuLinkSelected {
display: block;
background-color: #3c76f8;
color: white;
width: 90px;
padding: .04em;
}

/* Sample CSS for AvgExtract.php Script */

#ndaily {
    font-family: verdana;
    font-color: #22464F;
}
    
#ndaily a { 
    font-size: 80%; 
    text-decoration: none; 
    color: #4A2409; 
    font-weight: bold;  
    padding: 1px; 
}

#ndaily a:visit { 
    text-decoration: none; 
    color: #4A2409; 
    font-weight: bold;   
    padding: 1px; 
}

#ndaily  a:hover { 
    text-decoration: underline; 
    color: #4A2409; 
    font-weight: bold;
    text-decoration: underline; 
} 

#ndaily  h1 {
    font-size: 130%; 
    background-color: #C09070;
    padding: 2px;
    width: 60%;  
    border: 1px solid #4A2409;
    border-right: 3px solid #4A2409; 
    border-bottom: 3px solid #4A2409;
    text-align: center;
}

#ndaily  h2 { 
    font-size: 110%; 
}

#ndaily  h3 {
    font-size: 120%; 
    background-color: #C09070; 
    padding: 2px; 
    width: 50%;  
    border: 1px solid #4A2409;
    border-right: 3px solid #4A2409; 
    margin: 14px 5px 14px 0px;
    border-bottom: 3px solid #4A2409;
    text-align: center;
}

#ndaily  .recap {
    font-size: 120%; 
    background-color: #C09070; 
    padding: 2px; 
    width: 60%;  
    border: 1px solid #4A2409;
    border-right: 3px solid #4A2409; 
    margin: 14px 5px 14px 0px;
    border-bottom: 3px solid #4A2409;
    text-align: center;
}
#ndaily .tbl { 
    width: 75%; border: 1px solid #4A2409; 
    border-collapse: collapse;
    border-right: 4px solid #4A2409;
    border-bottom: 4px solid #4A2409; 
}

#ndaily .left  { 
    color: #4A2409; 
    padding-left: 5px; 
    font-family: verdana; 
    width: 210px; 
    border: 1px solid #4A2409; 
    background-color: #FAFACE;
    text-align: left;
}

#ndaily  .right { 
    color: #4A2409; 
    padding-left: 5px; 
    font-family: "courier new", monospace;
    font-size: 90%; 
    border: 1px solid #4A2409; 
    background-color: #FAFACE;
    text-align: left;
}

#ndaily   .rtbl { 
    width: 50%; border: 1px solid #4A2409; 
    border-collapse: collapse;
    border-right: 4px solid #4A2409; 
    border-bottom: 4px solid #4A2409; 
}            

#ndaily .rain { 
    text-align: center; 
    color: #4A2409; 
    padding-left: 5px; 
    font-family: verdana; 
    width: 50%; 
    border: 1px solid #4A2409; 
    background-color: #FAFACE;
}  


