﻿/* global reset*/
* {
    margin:0;
    padding:0;
}

/***** master layout *****/

body {
    background: url("/images/bg.png") #eee;    
    text-align: center;
    margin:auto;
}
.AddBtn{

    border: 1px solid #888;
}
.AddFont{
   font: 10px Verdana;	
}
.tb {
    font: 12px Verdana;
    vertical-align:center;
    padding: 2px;
}
.tbs {
    font: 12px Verdana;
    vertical-align:center;
    padding: 2px;
}

.ValBox {
    width: 210px;
}
.NoDisplay {
   display:none;
}
.YesDisplay {
   display:block;
}
.SignInOut {
    cursor:pointer;
    /* text-decoration:underline; */
}
.Misc {
    text-align: center;
    vertical-align:center;
    padding-top:5px;
    text-decoration:underline;
}
.MiscHide {
    text-align: center;
    vertical-align:center;
    padding-top:5px;
    text-decoration:underline;
    display:none;
}

.li-uniform-top {
    background-color:#F0EDE1; 
    text-align: center;
    vertical-align:center;
    padding-top:5px;
    text-decoration:underline;

}

.li-uniform-item {
     display:none;
}

.li-misc-top {
    background-color:#DEFFD3;
}

.li-misc-item {
     display:none;
}
.li-absent 
{
  cursor:pointer;   
}
.btnSmall
{

    border: 1px solid #888;
    cursor: pointer;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
}

.btn
{
    font-weight: bold;
    border: 2px solid #888;
    cursor: pointer;
    padding: 2px 1em;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
}

#master {
    width: 850px;
    height: 100%;
    margin: auto;
}

#master.login {
    width: 500px; 
    margin-top:50px;
}

#master.login #header {
    background: url("../images/bannerlogin.jpg") transparent no-repeat 0 0;
    height: 73px;
}

#maincontainer {
    text-align: left;
    -moz-box-shadow: 0px 3px 13px #888;
    -webkit-box-shadow: 0px 3px 13px #888;
    -moz-border-radius-topleft: 8px;
    -moz-border-radius-topright: 8px;
    -webkit-border-top-left-radius: 8px;
    -webkit-border-top-right-radius: 8px;
    margin: 2px 0;
}

#maincontainer.masquerade {
    border: 2px solid red;
}


#content, #loadingcontainer {
    background-color:White;
    padding: 1em;
    font: 12px Arial;
}
#loadingcontainer {
    display:none;
}
textarea {
    font: 11px Arial;
}

#content p {
    margin: 1em;
}

.floatclear {
    width: 100%; /*IE hasLayout bug*/
}

.floatclear:after { /*clears the floats on non-IE browsers */
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

img.loading {
    display: block;
    margin: 20px auto;
}

#notification {
    position:absolute;
    left: 0px;
    top: 5px;
}
#notification img {
    border: none;
    display: block;
    padding: 1px 1px 1px 6px;
    opacity: 0.5;
    -webkit-transition-duration: 0.2s;
    -moz-transition-duration: 0.2s;
    -webkit-transition-timing-function: linear;
    -webkit-border-top-right-radius: 6px;
    -webkit-border-bottom-right-radius: 6px;
    -moz-border-radius-topright: 6px;
    -moz-border-radius-bottomright: 6px;
}
#notification img:hover {
    opacity: 1;
    padding-left: 10px;
    padding-right: 6px;
    background: rgba(255,200,0,0.3);
}

.overlay { 
    display:none;
    z-index:10000; 
    -moz-box-shadow:0 0 40px 0px #000; 
    -webkit-box-shadow: 0 0 40px #000;     
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
	font: 12px Arial;
	background-color: #444;
	color: #eee;
	border: 2px solid #eee;
	padding: 10px;
}

div.dialogheader {
    margin: -10px -10px 10px; 
    color: #444; 
    font-size: 15px; 
    font-weight: bold; 
    padding: 2px 0.7em; 
    background: #eee; 
    -moz-border-radius-topright: 5px; 
    -moz-border-radius-topleft: 5px;
    -webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    text-shadow: 0px 1px 0px #fff; 
}

.overlay h1,.overlay h2{
    color: #8CC785 !important; 
}

#studentoverlay {
    /*background: transparent url("../images/overlaylarge.png");*/
    width:800px;     
    min-height:288px; 
    border: 2px solid #eee;
    background: #222 none;
}

.overlay .close {
    background-image:url("../images/close.png");
    cursor:pointer;
    height:35px;
    position:absolute;
    right:-15px;
    top:-15px;
    width:35px;
    z-index:10001; 
}

/*.overlayinner {
	vertical-align: middle;
	display: table-cell;
}*/

a.overlaylink {
    color: #8CC785;
}
a.overlaylink:hover {
    color: #cfc;
}

fieldset {
    border: 0;
}

/***** header/navbar/footer *****/

#header {
    background: url("../images/banner.jpg") #9CD689 no-repeat;
    -moz-border-radius-topleft: 8px;
    -moz-border-radius-topright: 8px;
    -webkit-border-top-left-radius: 8px;
    -webkit-border-top-right-radius: 8px;
    height: 78px;    
}

#header h1, #headerlogout {
    display:none;
}

#header input {
    float: right;
    margin: 53px 8px 0 0;
    background: url("../images/icons/user.png") #ffffff no-repeat left center;
    padding-left: 18px;
    border: 2px solid #596;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
}

#header input:hover,#header input:focus {
    border: #C93 2px solid;
} 

input.dim {
    color: #BBB;
}

#footer {
    font: 8px Arial;
    margin-bottom: 1em;
}

#preheader {
    font: 9px Arial;
    margin: 3px 8px 0 0;
    text-align:right;
}

#preheaderLeft {
    font: 9px Arial;
    margin: 3px 8px 0 0;
    text-align:left;
}

span.masquerade {
    color: red;
    cursor: pointer;
}

#simplenavbar {
    display:none;
}

div.scrollable { 
    /* required settings */ 
    position:relative; 
    overflow:hidden; 
    width: 100%; 
    height:25px; 
} 

div.scrollable div.items { 
    /* this cannot be too large */ 
    width:2000em;
    position:absolute; 
} 

div.scrollable div.items ul { 
    float:left;
    padding-right: 1000px;
} 

.navbar1, .navbar2 {
    background-color: #8CC785;
    display:block;
    height:25px;
    list-style-type: none;
}
.navbar2 {
    background-color: #DEFFD3;
}

.navbar1 li, .navbar2 li {
    vertical-align:middle;
    padding: 0 2em 0 2em;
    float: left;
    color: #363;
    font: 10px Arial;
    line-height:25px;
	letter-spacing:.1em;

}

a, a:visited {
    color: #363;
    text-decoration: none;
}

a:hover {
    color: #933 !important;
    cursor: pointer;
}

a img {
    border:0;
}

#navbar1 li.current {
    background: transparent url("../images/navarrow.png") no-repeat bottom center;
}

.navbar2 li.current {
    background: transparent url("../images/navarrow2.png") no-repeat bottom center;
}

#content h1, #content h2 {
    color: #363;
    font-size:14pt;
    margin-bottom: 0.5ex;
}
#content h2 {
    font-size:11pt;
}

#content li {
    list-style: none;
}

/***** general page settings *****/

hr {
    width: 90%;
    height: 1px;
    border: 0;
    border-top: 1px dashed #888;
    margin: 1ex auto 1ex auto;    
}

.alert, .warning, .information, .info {
    margin: 0 2em 1em 2em;
    padding: 1ex;
    text-align: center;
}

.info {

    border: 1px solid #177044;
    background: #eef; /* url("../images/icons/information.png") no-repeat 3px center;; */
    color: #177044;

}

.alert {
    border: 1px solid #e00;
    background: #fee url("../images/icons/exclamation.png") no-repeat 3px center;
    color: #e00;
}
.warning {
    border: 1px solid #b92;
    background: #ffd url("../images/icons/error.png") no-repeat 3px center;;
    color: #860;
}
.information {
    border: 1px solid #00A;
    background: #eef url("../images/icons/information.png") no-repeat 3px center;;
    color: #00A;
}
.information a {
    color: #f00;
    text-decoration: underline;
}


.error:before { 
    content: "An error has occured.";
    display: block;
    clear: both;
    background-color:#f00;
    color:#fff;
    padding: 0.5em;
    text-align:center;
}
.error {
    color: #400;
    text-align: left;
    background-image: none;
}

button {
    font-weight: bold;
    border: 2px solid #888;
    cursor: pointer;
    padding: 2px 1em;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
}

button:hover {
    background-color: #ccc;
}

button.urgent {
    border: 2px solid #f66;
}

button.loading {
    background-image: url("../images/icons/loading.gif");
    background-repeat: no-repeat;
    background-position: center left;
}

table {
    border-collapse:collapse;
    border: 1px solid #444;
}

th, td {
    border: 0; /*1px dotted #444;*/
    padding: 0; /*0.5ex;*/
    font-size: 12px;
}

table.datepick th {
    border: 0;
    padding: 0;
}

table.tablesorter tr.highlight td {
    background-color: #ff9 !important;
}

div.key {
    height:1em;
    width: 1.5em;
    margin-top: 1ex;
    display: inline-block;
}

/***** login styles *****/

form#passwordform label {
    display: inline-block;
    width: 20%;
    margin-right:1em;
    text-align:right;
}

form#passwordform {
    text-align: center;
}


/***** homepage styles *****/

ul.list {
    margin: 1em;
}   

li.mobile {
    display:none;
}

#absences {
    display:inline-block;
    width: 35%;
    vertical-align:top;
}

#overview {
    display:inline-block;
    width: 60%;
    vertical-align:top;
}

#overview + hr, hr + hr {
    display:none;
}

#absences table {
    width:100%;
}

div.messages li > div {
    margin: 1em;
    border: 2px solid #ddd;
}
div.messages li > div.unread {
    border: 2px solid #888;
}

div.messages div.msgtitle {
    padding:3px;
    font-weight: bold;
    background: url("../images/icons/email_open.png") #ddd no-repeat 3px 3px;
    padding-left: 22px;
}

div.messages div.unread div.msgtitle {
    background: url("../images/icons/email.png") #ddd no-repeat 3px 3px;
}

#bulletins div.msgtitle {
    padding:3px;
    font-weight: bold;
    background: url("../images/icons/asterisk_orange.png") #ddd no-repeat 3px 3px;
    padding-left: 22px;
}

div.messages div.msgbody {
    padding:3px;
}

div.msgtitle span.dellink, div.msgtitle span.msgicons {
    display:inline-block;
    float: right;
    font-size:smaller;
}
span.msgicons img {
    margin: 0 3px;
}
div.unread span.msgicons a.unreadmsg {
    display: none;
}
div.read span.msgicons a.readmsg {
    display: none;
}

a.tick {
    background: url("../images/icons/tick.png") transparent no-repeat right;
    padding-right: 18px;
}

div.graph {
    width:600px;
    height:250px;
    margin: auto;
}

#graphs > div {
    text-align:center;
    /*float:left;*/
    margin: 1em;
}    

/***** timetable styles *****/

a.blocklink {
    border: 1px solid #363;
    padding: 3px;
    margin: 3px;
    background: #eee;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
}

a.blocklink:hover, input#date:hover {
    border: 1px solid #933;
    cursor: pointer;
}

input.hasDatepick, input.hasTimeEntry {
    background: url("../images/icons/calendar_view_month.png") #ffffff no-repeat 3px;
    border: 1px solid #363;
    font: 12px Arial;
    padding: 3px;
    text-align:center;
    font-weight: bold;
}

input.hasTimeEntry {
    background: url("../images/icons/time.png") #ffffff no-repeat 3px;
}

div.controls {
    text-align: center;
    margin: 1em;
}

#timetable, #studenttimetable {
    border-collapse:collapse;
    border: 1px solid #000;
    margin: auto;
    width: 100%;
}

#timetable td, #timetable th {
    width: 16%;
    line-height: 1.1em;
    height: 3em;
    overflow:hidden;
    border: 1px solid #555;
    text-align:center;
}
#timetable th.current {
    background: #aaa;
    border-width: 1px 2px;
}
#timetable td.current/*:not(:first-child)*/ {
    background: #f5f5f5;
    border-width: 1px 2px;
}
#timetable td.scanned {
    background: #f5fff5;
}
#timetable td.nonscanned {
    background: #fff5f5;
}
#timetable td.scanned:hover {
    background-image: url("../images/icons/tick.png");
        background-repeat: no-repeat;
}
#timetable td.nonscanned:hover {
    background-image: url("../images/icons/cross.png");
        background-repeat: no-repeat;
}

#timetable td:first-child, #timetable th {
    background: #ddd;
    font-weight: bold;
}

#timetable a {
    display:block;
    font-weight: bold;
}

#timetable a.create {
    color: #000;
}

#timetable a.modify {
    color: #0a0;
}

#timetable a.mobile {
    display:none;
}

/***** roll styles *****/

div.student
{
    float: left;
    width: 100px;
    margin: 3px 3px 0 0;
    padding: 5px;
    border: solid 1px black;
}

div.student.rollerror
{
    border: 3px double #f55;
    padding: 3px;
    border-style:double
}
.studentimg img
{
    width: 80px;
    height: 100px;
    border: solid 1px #888;
    display: block;
    margin: auto;
    cursor: pointer;
}

div.student div.flag {
    width: 0;
    height: 0;
    border-right: 15px solid transparent;
    border-top: 30px solid transparent;
    margin-bottom: -30px;
    position: relative;
    top: -5px;
    left: -5px;
    filter: chroma(color=black); /* IE6 transparency hack */
}    

div.student div.flag:hover {
    border-right: 20px solid transparent;
    border-top: 40px solid transparent;
    margin-bottom: -40px;
}

div.student div.flag.f1 {
    z-index: 10;
}    
div.student div.flag.f2 {
    z-index: 9;
    width: 10px;
}    
div.student div.flag.f3 {
    z-index: 8;
    width: 20px;
}    
div.student div.flag.f4 {
    z-index: 7;
    width: 30px;
}    
div.student div.flag.f5 {
    z-index: 6;
    width: 40px;
}    
div.student div.flag.f6 {
    z-index: 5;
    width: 50px;
}    
div.student div.flag.f7 {
    z-index: 4;
    width: 60px;
}    
div.student div.flag.f8 {
    z-index: 3;
    width: 70px;
}    
div.student div.flag.f9 {
    z-index: 2;
    width: 80px;
}    

div.student > div > span
{
    display: block;
    text-align: center;
    margin: auto;
    width:100%;
}

span.studentname 
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	display: block;
	line-height: 2ex;
	height: 4ex;
	margin-bottom: 1px;
	overflow: hidden;
}

span.studentid
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 7px;
}

.layout-box
{
    display: block; 
    
}


ul.rolloptions
{
    display: block;
    list-style-type: none;
    padding: 0;
    margin: 0;
    text-align: center;
}

ul.rolloptions li div {
    position: relative;
}
ul.rolloptions li {
    border: dotted 1px #CCC;
    margin: 0 0 1px 0;
    height: 24px;
    overflow: hidden;
    position: relative; /* IE bug */
}

.normalBox
{
    border: dotted 1px #CCC;
    margin: 0 0 1px 0;
    height: 24px;
    overflow: hidden;
    position: relative; /* IE bug */
    
}

.smallBox
{
    height:20px;
    border:solid 1px #000;
    width:20px;
    text-align:center;
}
ul.rolloptions li.selected {
    background-color: #fdd;
    border-color: #f55;
     height: 24px; 
}
ul.rolloptions li.opt1.selected {
    background-color: #ddf;
    border-color: #55f;
    /* height: 50px; */
}
ul.rolloptions li.opt2.selected {
    background-color: #dfd;
    border-color: #5f5;
}
ul.rolloptions li.opt3.selected {
    background-color: #fea;
    border-color: #fa5;
}
ul.rolloptions li.opt4.selected {
    background-color: #fdf;
    border-color: #f5f;
}

ul.rolloptions label
{
    display: block;
    width: 100%;
    cursor: pointer;
    font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;  
	height: 24px;
}

ul.rolloptions label span
{
    display: inline-block;
    width: 65px;
    text-align:left;
    vertical-align:middle;
}

ul.rolloptions input.checkbox
{
    vertical-align:middle;
    width: 13px;
    height: 13px;
    margin: 5px -4px 5px 0;
}
ul.rolloptions input.text
{
    width: 80px;
    margin-top:2px;
    font-size: smaller;
}
.hidden-line
{
    /*display:none;*/
}
.show-line
{
    display:block;
}

.layout-slider {
    /*position:relative;
    top: -24px;*/
    height: 17px;
    padding: 6px 1ex 0 1ex;
}

#contentheader > * {
    float: left;
}

#contentheader h1 {
    line-height: 32px;
    font-size: 40px;
    margin: 0 4px 2px 0;
}

#contentheader h2 {
    line-height: 14px;
}

#contentheader a, #contentheader button {
    float: right;
    margin-right: 2em;
}

#tableparent {
    width: 400px;
    max-height:200px;
    overflow-y:auto;
    margin-bottom: 1em;
    border: 1px solid #aaa;
}

#dialog.overlay table td,#dialog.overlay table th {
    border: 1px solid #aaa;
    background: #666;
    padding: 0.5ex 1.5ex 0.5ex 0.5ex;
}

#dialog.overlay table th {
    background: #888;
}

#dialog.overlay table {
    width: 100%;
}    
/***** message styles *****/
#compose textarea#message {
    width: 100%;
    height: 8em;
    margin: 1ex 0 0 0;
}

#compose input#to {
    width: 80%;
}

#compose input {
    margin: 0 1em 0 0.5em;
}

/***** settings styles *****/
a.foldoutanchor h2 ,
a.foldoutanchor h3 {
    padding-left: 16px;
    background: transparent url("../images/icons/bullet_toggle_minus.png") no-repeat;
}

a.foldoutanchor.folded h2 ,
a.foldoutanchor.folded h3 {
    padding-left: 16px;
    background: transparent url("../images/icons/bullet_toggle_plus.png") no-repeat;
}

#passwordreset input,
#passwordreset a img {
    display:block;
    margin: 0 auto;
}

/***** student.asp styles *****/

div.tooltip {
	display: none;
	width:200px; 
	/*height:40px; */
	background-color: #333; 
	color:#eee;
	border: 2px solid #EEE; 
	padding: 10px;
    font: 8pt Arial;
	text-align: left;
    -moz-border-radius-topleft: 20px;
    -moz-border-radius-topright: 20px;
    -moz-border-radius-bottomright: 20px;
    -webkit-border-top-left-radius: 20px;
    -webkit-border-top-right-radius: 20px;
    -webkit-border-bottom-right-radius: 20px;
    -moz-box-shadow: 0px 0px 4px #555;
    -webkit-box-shadow: 0px 0px 4px #555;
}

div.tooltip.left {
    -moz-border-radius-bottomright: 0px;
    -webkit-border-bottom-right-radius: 0px;
    -moz-border-radius-bottomleft: 20px;
    -webkit-border-bottom-left-radius: 20px;
}
div.tooltip.round {
    -moz-border-radius-bottomleft: 20px;
    -webkit-border-bottom-left-radius: 20px;
}

div.tooltip h3 {
    font: 8pt Arial;
	color: #8CC785;
	display: inline;
	padding: 1ex 1ex 1ex 0;
}

div.tooltipcontainer {
    display:none;
    width: 220px;
}

div.tooltip.uparrow {
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    display: block;
    border: 2px solid #eee;
    text-align:left;
}

div.uparrow.arrow {
   border-left: 8px solid transparent; 
   border-right: 8px solid transparent; 
   border-bottom: 12px solid #eee; 
   width: 0;
   margin: 0 auto;
   position: relative;
   top: 2px;
}

div.tooltip input {
    font-size: 10px;
    width: 10em;
    background:#555;
    color: #eee;
    border: 1px solid #ccc;
}
div.tooltip > a {
    color: #8CFF85;
}

#container div.info, #containerdiv.info h3 {
	font: 8pt Arial;
	text-align: left;
}

#container div.info h3 {
	color: #8CC785;
	display: inline;
	padding: 1ex 1ex 1ex 0;
}

#container .pointer {
    cursor: pointer;
}

#container ul.tabs {
	text-align: center;
    float:right;
    margin-top:2em;
}

#container ul.tabs li {
	float: left;
	list-style: none;
	color: #8CC785;
	padding: 1ex;
	margin: 1ex;
	font-weight: bold;
	cursor: pointer;
}

#container ul.tabs li.current {
	background-color: #8CC785;
	color: #444
}

#tabcontentmaster {
	background-color: white;
	color: black;
	min-height: 210px;
	overflow: auto;
	clear: both;
	text-align: left;
}

#studentdetails div {
	float: left;
}

img.studentimage {
	height: 60px;
	margin: 0 10px 10px 0;
    float: left;
}

#attendancetable img {
    height: 12px;
}

span.ttdetail {
    display: block;
    cursor: pointer;
}

#studenttimetable td, 
#studenttimetable th {
    text-align: center;
    border: 1px solid #555;
}
#studenttimetable td:first-child,
#studenttimetable th {
    background-color: #CDCDCD;
    font-weight:bold;
    color:black;
}

div.ttkey div {
    width: 25%;
    float: left;
}

div.ttkey {
    text-align: center;
    background: transparent;
}

#studenttimetable td.absent, div.ttkey div.absent {
    background-color: #f99;
}
#studenttimetable td.explained, div.ttkey div.explained {
    background-color: #fcc;
}
#studenttimetable td.cover, div.ttkey div.cover {
    background-color: #aaf;
}
#studenttimetable td.present, div.ttkey div.present {
    background-color: #afa;
}
#studenttimetable a.ttnext, #studenttimetable a.ttprev {
    display: none;
}

.studentinfo {
    font-weight: bold;
    margin: 0.5ex;
    width: 99%;
    background-color: #ddd;
}

.studentinfo span {
    display: block;
    padding-left: 3em;
    font-weight: normal;
    background-color: #fff;
}


/***** myabsences styles *****/

#myabsences div.overlay label {
    width: 8em;
    display: inline-block;
}

#myabsences div.overlay select,
#myabsences div.overlay input {
    width: 12em;
}

#nonscanned table ,
#myabsences table {
    width: 100%;
    margin: auto;
}

#myabsences table td:first-child{
    width: 18px;
}

input#date {
    padding-left: 14px;
}

/***** welfare styles *****/


form.welfare label {
    display: inline-block;
    width: 15em;
    margin-right: 1em;
    text-align: right;
    vertical-align: top;
}

form.welfare input + label {
    width: auto;
    margin-left: 2em;
}

form.welfare select,
form.welfare textarea {
    width: 250px;
}

form.welfare input[type=number] {
    width: 3em;
}
form.welfare input.date,form.welfare input.time {
    width: 130px;
}
form.welfare input + input.date {
    width: 110px;
}

div.showwelfarelink {
    display: none;
}

a.blocklink.current {
    background: #DEFFD3;
}

input[type=checkbox] {
    margin-right:0.5em;
}

div.studentinfoblock {
    background: #eee;
    margin: 1em;
    border: 1px solid #888;
    padding: 5px;
}    

div.studentinfoblock span {
    display:block;
    padding: 0.2em;
    font-size:smaller;
}    

div.studentinfoblock img {
    height: 70px;
}
div.studentinfoblock div {
    display: inline-block;
    margin-left: 1em;
}

/***** daily absence styles *****/

table.dailyabsence {
    width: 400px;
    display: inline;
    /*float: left;*/
    vertical-align: top;
    border: none;
}

table.dailyabsence td {
    border: 1px solid #555;
}
table.dailyabsence th {
    background: #eee;
    border: 1px solid #555;
}

div.dailykey span {
    margin: 0 1em;
    white-space:nowrap;
}
a.code {
    display:block;
}

table.dailyabsence th:nth-child(4),
table.dailyabsence td:nth-child(4) {
    text-align:center;
}
table.dailyabsence th:nth-child(5),
table.dailyabsence td:nth-child(5) {
    width:70px;
}

