<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body {
  margin: 0;
  padding: 0;
  background: #edf5fa;
  font: 76%/170% Verdana, sans-serif;
  color: #494949;
  background: #edf5fa url(../icons/body.png) repeat-x 50% 0;
}

img {
	border: 0;
}

a {
	text-decoration: none;
	color: #111;
}

a:visited {
	text-decoration: none;
	color: #3D99DE;
}


a:hover {
	text-decoration: underline;
}


#logo-floater {
	height: 80px;	
	margin-top: 22px;
	margin-left: 22px;
	background: url(../icons/bannersmart.png) top left no-repeat;
	bacKground-size: 250px;
	
}

#navi {
	float:right;
	}

	
#contentwrapper {
	width: 1220px;
	}

#justfortheback {
	float: left;
	background: url(../icons/indexbg.png) repeat-y 0 0;
	}


.borderleft {
	background: url(../icons/bg-content-left.png) no-repeat 0 0;
  padding-left: 50px;
  margin-top: -22px;
  width: 1000px;
}

.borderright {
	background: url(../icons/bg-content-right.png) top right no-repeat;
  padding-right: 50px;
}

.content {
	background: #FFFFFF url(../icons/bg-content.png) repeat-x 0 0;
  padding: 0;
  padding-top: 15px;
  min-height: 300px;
}

#pathbar {
	height: 31px;
	margin-top: -19px;
	}

#path #folder {
	font-weight: bold;	
}

#path a {
	padding-left: 2px;
	padding-right: 2px;
	color: #11598E;
	text-decoration: none;
}

#path a:hover {
	color: #1A86D7;
	text-decoration: underline;
}

#contentleft {
	width: 170px;
	padding-top: 30px;
	float: left;
}
	
th {
	visibility:hidden;
	height: 0;
}
	
	
h2 {
  margin: 0;
  padding: 0;
  font-weight: normal;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 160%;
  line-height: 130%;
}

#contentleft h2{
	padding-left:23px;
}

#contentleft a{
	text-decoration: none;
	color: #494949;
}
#contentleft a:hover {
	text-decoration: none;
	font-weight: bold;
	color: #494949;
}


ul li.leaf {
  list-style-image: url(../icons/bk_list_right.png);
  padding-bottom: 4px;
}

#navi {
	margin-top: -7px;
	}

#navi a {
	float:right;
	font-size: 11px;
	margin-left: 0px;
	margin-right: 7px;
	margin-bottom: 0px;
	padding-left: 35px;
	padding-right: 0;
	padding-top: 0px;
	padding-bottom: 0px;
	line-height: 31px;
	height:31px;
	color: #555555;
	border-left: 2px dotted #D5E0E0;
position:relative;

}
/* common commands */
#navi #parent {
	background: url('../icons/up.png') 10px 8px no-repeat;
}
#navi #refresh {
	background: url('../icons/reload.png') 10px 8px no-repeat;
}
#navi #home {
	background: url('../icons/home.png') 10px 8px no-repeat;
}

div#files {
	margin: 0 0 0 0;
	width: 99%;
}

table {
	width: 100%;
	border-collapse: collapse;
	margin-top: -25px;
}
table tr {
	padding: 0;
	margin: 0;
  height: 30px;
}
table td,
{
    padding: 1px 0 1px 0;
    margin: 0;
    text-align: left;
}

table td {
	border: none;
  border-bottom: 1px dashed #E5E5E5;
	text-align: right;
	height: 20px;
}
table td.name {
	text-align: left;
}

table td.icon {
	padding-right: 7px;
	padding-top: 7px;
	width: 25px;
	text-align: right;
}

table tr.hover td {
    border-bottom: 1px dashed #7C7C7C;
    background: #EDF5FA;
}

table hr {
	display: none;
}

table tr.tabletitle {
	height:0;
		visibility:hidden;
		background:green;
	}
	
#footerfade {
		width: 1020px;
		height: 33px;
		background: url('../icons/bottombg.png') no-repeat;
		padding-right: 20px;
		font-size: 10px;
		color: #999999;
		text-align: right;
		}</pre></body></html>