body {
	color: #333; 
	margin: 0px;
	font-family: "Trebuchet MS", Arial, Verdana, Helvetica, sans-serif; 
	font-size: .7em;
	margin: 0px;
}

p { 
	font-size: 1em; 
}

h1, h2, h3, h4, ul.contents li, .diveoperators h2 { 
	font-family: "Trebuchet MS", Arial, Verdana, Helvetica, sans-serif; 
}

p, li, table, input, textarea, #horiznavcontainer, #horiznavcontainer h1 { 
	font-family: Arial, Verdana, Helvetica, sans-serif; 
}

table, input, textarea, select {
	font-size: 1em;
}

.checkbox {
	margin: 6px 4px 1px 0;
}

input.text, textarea {
	border: 1px #CCCDE2 solid;
	padding: 1px 2px 1px 2px;
	color: #555;
}

textarea {
	margin-top: 0px;
}


input.button {
	background-image: url(../images/bar_gradient.png);
	background-repeat: repeat-x;
	background-position: 0 100%;
	background-color: #fff;
	border: 1px solid;
	
	border-top-color: #ccc;
	border-left-color: #ccc;
	border-right-color: #666;
	border-bottom-color: #666;

	cursor: pointer;
	padding: 0 4px 0 4px;
	color: #555;
	
	overflow: visible;
}

input.image {
	vertical-align: top;
}

.WinfoPanel .header {
	border-bottom: 1px #ddd solid;
	padding-bottom: 1px;
	margin-bottom: 2px;
	background-color: #fff;
	text-align: right;
	padding-top: 8px;
	font-size: .6em;
}

.WinfoPanel .header span {
}

#siteSearch .header {
	background-image: url(../images/binoculars.png);
	background-repeat: no-repeat;
	margin-bottom: 5px;
}

* html #siteSearch input.text {
	position: relative;
	top: -1px;
}

#siteSearch input.text {
	width: 90px;
}

#emailFriend .header {
	background-image: url(../images/mail.png);
	background-repeat: no-repeat;
}

#sectors .header {
	background-image: url(../images/info_blue.png);
	background-repeat: no-repeat;
	padding-top: 10px;
}

#information .header {
	background-image: url(../images/info_blue.png);
	background-repeat: no-repeat;
	padding-top: 10px;
}

#emailfriend p {
	margin: 0;
}

#emailfriend p a {
	display: inline;
	margin: 0;
	padding: 0;
}

#siteSearch .infoPanelContent div.inner {
	padding-top: 5px;
}

#emailFriend input.image {
	margin-top: 4px;
}

#emailFriend input.text {
	width: 100%;
}

code {
	font-family: "Courier New", Courier, mono;
	font-size: 1.1em;
}

td, th, th h2 {
	line-height: 1.4em;
}

ul {
	margin: 0 0 1em 0;
	padding-left: 1.5em;
	list-style-type: none;
	position: relative;
}

li {
	background-image:  url(../images/grey_bullet.png);
	background-position: 0 5px;
	background-repeat: no-repeat;
	padding-left: 13px;
	line-height: 1.4em;
}

.rednote {
	font-size: 1em;
	color: #f00;
	font-weight: bold;
}

#sitemap li {
	line-height: 1.6em;
	background-position: 0 6px;
}

div.dottedbox, div.dottedboxr, div.dottedboxl  {
	position: relative;
	border: 1px #ccc dotted;
	background-color: #eee;
	padding: 7px;
	margin: 3px 10px .6em 0;
	background-position: 100% 100%;
	background-repeat: no-repeat;
	background-image: url(../images/i_back.png);
}

div.dottedboxl {
	float: left;
	margin-right: 15px;
}

div.dottedboxr {
	float: right;
	margin-left: 25px;
}

.dottedbox h3, .dottedboxr h3, .dottedboxl h3 {
	margin: -4px 0 6px 0;
}

/* pass rules to Mac IE only \*//*/
div.dottedboxl, div.dottedboxr {
	width: 1%;
}

div.dottedboxl h3, div.dottedboxr h3, 
div.dottedboxl li, div.dottedboxr li,
div.dottedboxl p, div.dottedboxr p {
	white-space: nowrap;
}

div.dottedboxr {
	margin-right: 10px;
	margin-left: 15px;
}
/**/

.light {
	font-weight: normal;
}

.floatcontainer:after { 
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden; 
} 

/* pass rules to Mac IE only \*//*/
.floatcontainer {
	display: inline-block;
}  /* Mark Hadley's fix for IE Mac */  
/**/

/* Hides from IE Mac \*/ 
* html .floatcontainer {
	height: 1%;
	margin-bottom: .6em;
} 

.floatcontainer {
	display:block;
} 
/* End Hack */ 

.addrinfo td {
	padding-left: 6px;
	border-left: 1px #ccc solid;
}

.addrinfo td {
	white-space: nowrap;
}

.addrinfo th.space {
	padding-left: 50px;
}

.addrinfo td.space {
	border-left: none;
	font-size: 8px;
	line-height: 8px;
}

.addrinfo td.blank {
	border-left: none;
}


span.phone {
	padding-left: 15px;
	background-image:  url(../images/phone_grey_tiny_wbg.png);
	background-repeat: no-repeat;
	background-position: 0 50%;
	white-space: nowrap;
}

span.warning {
	padding-left: 15px;
	background-image:  url(../images/warning_tiny.png);
	background-repeat: no-repeat;
	background-position: 0 50%;
	white-space: nowrap;
}

span.fax {
	padding-left: 25px;
	background-image:  url(../images/fax_grey_tiny_wbg.png);
	background-repeat: no-repeat;
	background-position: 0 50%;
	position: relative;
	left: -1px;
	white-space: nowrap;
}

th, td {
	vertical-align: top;
	text-align: left;
}

th {
	padding-right: 6px;
}

.clear {
	font-size: 0px;
	height: 0px;
	clear: both;
}

a {
	font-weight: bold;
}

h2 a {
	font-weight: normal;
} 

.searchresult {
	border-top: 1px #ddd solid;
	padding: 2px 0 0 0;
	margin-top: 1.5em;
	margin-bottom: 1em;
}

.searchresult p {
	margin-top: 1px;
	margin-bottom: 3px;
}

.searchresult p a {
	font-weight: normal;
}

.searchresult h2 {
	font-size: 1.3em;
	line-height: 1.2em;
	margin-top: 0;
}

.searchresult h2 a {
	font-weight: bold;
}

.searchresult p a:visited, .searchresult p a:link, .searchresult p a:active {
	color: #999;
}

a:link, a:visited, a:active {
	color: #9B4C01;
	text-decoration: none;
}

.searchresult h2 a:hover, .searchresult p a:hover, a:hover {
	color: #0165FD;
	text-decoration: none;
}

.WinfoPanel a, .NinfoPanel a, #footer a {
	font-weight: normal;
}

.WinfoPanel a, .NinfoPanel a:link, .NinfoPanel a:active, .NinfoPanel a:visited  {
	font-weight: normal;
}

h1 {
	color: #444;
	font-size: 2.2em;
	font-weight: normal;
	margin: 0 0 .4em 0;
}

h1.diveoperators {
	padding-left: 28px;
	background-image:  url(../images/dive_flag.png);
	background-repeat: no-repeat;
	background-position: 0 5px;
}

h1.underwater {
	padding-left: 28px;
	background-image:  url(../images/underwater.png);
	background-repeat: no-repeat;
	background-position: 0 5px;
}

h1.information {
	padding-left: 28px;
	background-image:  url(../images/info.png);
	background-repeat: no-repeat;
	background-position: 0 6px;
}

h1.roads {
	padding-left: 28px;
	background-image: url(../images/road_icon.png);
	background-repeat: no-repeat;
	background-position: 0 5px;
}

h1.accommodation {
	padding-left: 28px;
	background-image: url(../images/accommodation_icon.png);
	background-repeat: no-repeat;
	background-position: 0 5px;
}

h1.eating {
	padding-left: 28px;
	background-image: url(../images/eating_icon.png);
	background-repeat: no-repeat;
	background-position: 0 5px;
}

h2, ul.contents li {
	color: #444;
	font-size: 1.5em;
	font-weight: normal;
	margin: 1.2em 0 0 0;
	line-height: 1.4em;
}

ul.contents li {
	padding-left: 24px;
}

ul.contents a {
	font-weight: normal;
}

h2 a:hover, h3 a:hover {
	color: #444;
}

h2.first, .first h2, .first h3 {
	margin-top: 2px;
}

table .first h2 {
	margin-top: 0px;
}

table .first h3 {
	margin-top: 6px;
}

h2.information, li.information, #sitemap li.information, ul.nodivide li.noexpand a.information {
	padding-left: 20px;
	background-image: url(../images/info_small.png);
	background-repeat: no-repeat;
	background-position: 0 50%;
	position: relative;
}

h2.roads, li.roads, #sitemap li.roads, ul.nodivide li.noexpand a.roads {
	padding-left: 20px;
	background-image: url(../images/road_icon_small.png);
	background-repeat: no-repeat;
	background-position: 0 47%;
}

h2.accommodation, li.accommodation, #sitemap li.accommodation, ul.nodivide li.noexpand a.accommodation {
	padding-left: 20px;
	background-image: url(../images/accommodation_icon_small.png);
	background-repeat: no-repeat;
	background-position: 0 47%;
}

h2.eating, li.eating,  #sitemap li.eating,  ul.nodivide li.noexpand a.eating {
	padding-left: 20px;
	background-image:  url(../images/eating_icon_small.png);
	background-repeat: no-repeat;
	background-position: 0 47%;
}

h2.diveoperators, li.diveoperators,  #sitemap li.diveoperators,  ul.nodivide li.noexpand a.diveoperators {
	padding-left: 20px;
	background-image:   url(../images/dive_flag_small.png);
	background-repeat: no-repeat;
	background-position: 0 47%;
}


h2.underwater, li.underwater, #sitemap li.underwater,  ul.nodivide li.noexpand a.underwater {
	padding-left: 20px;
	background-image:   url(../images/underwater_small.png);
	background-repeat: no-repeat;
	background-position: 0 47%;
}

h2.underwater {
	background-position: 0 4px;
}

h3 {
	color: #444;
	font-size: 1.3em;
	font-weight: bold;
	margin: .8em 0 .4em 0;
}

h3.emergency {
	background-image:  url(../images/red_cross_small.png);
	background-position: 0 50%;
	background-repeat: no-repeat;
	padding-left: 15px;
}

strong {
	color: #444;
}

p {
	margin: 0 10px .6em 0;
	line-height: 1.4em;
}

.dottedbox p, .dottedboxr p, .dottedboxl p {
	margin: 0 0 .6em 0;
}

.dottedbox p.last, .dottedboxr p.last, .dottedboxl p.last {
	margin: 0;
}


.indent {
	margin-left: 1.5em;
}

form {
	margin: 0;
}

.left {
	float: left;
}

.right {
	float: right;
}

img {
	border: none;
}

img.left {
	float: left;
}

img.right {
	float: right;
}

p img.right {
	margin-left: 1em;
}

p img.left {
	margin-right: 1em;
}

p img {
	margin-bottom: 4px;
	border: 1px #000 solid;
	position: relative;
	z-index: 1;
	background-color: #fff;
}

p.right {
}

p.linktous {
	display: table;
	border: 1px #000 solid;
	padding: 10px;
	margin: 10px;
}

p.linktous img {
	border: none;
	margin: .5em 0 0 0;
}

strong.stickerinfo {
	padding-bottom: 2em;
	font-size: 1.3em;
}

li.no {
	background-image:  url(../images/no.png);
	background-position: 0 2px;
	padding-left: 17px;
}

li.yes {
	background-image:  url(../images/yes.png);
	background-position: 0 2px;
	padding-left: 17px;
}

/*
ul.emergency li {
	background-image:  url(../images/red_cross_tiny.png);
}
*/

#banner {
	text-align: center;
	margin: 0;
	background-image: url(../images/new_banner_feint.png);
	background-position: 50% 0;
	margin-top: -4px;
}

#banner img {
	vertical-align: top;
}

#horiznavcontainer {
	font-size: 1em;
	position: relative;
	border-top: 1px #999 solid;
	border-bottom: 1px #999 solid;
	padding-top: 1px;
	padding-bottom: 2px;
	margin-bottom: 8px;
	margin-top: -16px;
	overflow: hidden;
}

#navright {
	position: relative;
	text-align: right;
	padding-left: 0px;
}

#navright span.one {
	padding-left: 60px;
	width: 60px;
	background-repeat: repeat-y;
}

#navright ul, #navright li {
	display: inline;
}

#navright li {
	background-position: 0 4px;
	padding-left: 11px;
}

html>body #navright span.one {
	background-image: url(../images/blendtowhite.png);
}

#navright div.two {
	display: inline;
	background-color: #fff;
	padding-right: 5px;
}

#navleft {
	position: absolute;
	margin-left: 5px;
	top: 2px;
}

#navleft h1 {
	font-size: 1em;
	font-weight: bold;
	white-space: nowrap;
	color: #ccc;
	letter-spacing: .15em;
}

#container {
	margin-left: 1px;
	margin-right: 4px;
}

#logo {
}

#leftcolumn img {
	vertical-align: top;
}

#leftcolumn {
	float: left;
	width: 182px;
	margin-bottom: 2px;
	margin: -4px 0 2px 0px;
	background-color: #fff;
}

#leftcolumn .winfopanel {
	margin-top: -8px;
}

* html #leftcolumn {
}

#leftcolumn ul {
	position: relative;
	z-index: 20;
}

#leftcolumn ul .NinfoPanel {
	z-index: 20;
}

#flyin, #flyinmap {
	position: absolute; 
	z-index: 10;
	visibility: hidden;
	background-image: url(../images/transparentpixel.gif);
}

#flyin {
	height: 40em; 
	width: 700px; 
	top: -10px; 
	left: -10px; 
}

#flyinmap {
	z-index: 30;
	visibility: hidden;
	height: 800px; 
	width: 700px; 
	position: absolute; 
	top: -100px; 
	left: -150px; 
}

#leftcolumncontent {
	margin-bottom: 5px;
	position: relative;
	z-index: 20;
}

#middlecolumncontent {
	position: relative;
}


#leftcolumncontent ul {
	position: relative;
}

#leftnav {
	position: relative;
	list-style-type: none;
	font-size: 1em;
	font-weight: normal;
	margin-top: 0;
	margin-bottom: 0;
}

#leftcolumn li img {
	vertical-align: top;
	margin: 2px 1px 0 -1px;
}

#middlecolumn {
	background-image: url(../images/backgrounds/default.jpg);
	background-repeat: no-repeat;
	background-repeat: repeat-y;
	background-position: 10px 781px;
}

/* pass rules to Mac IE only \*//*/
#middlecolumn {
	background-image: none;
}
/**/

#middlecolumnContent {
	margin-left: 181px;
	padding-top: 1px;
}

/* Hide from IE5-mac. Only IE-win sees this. \*/
* html #middlecolumnContent {
  height: 1%;
}
/* End hide from IE5/mac */

/* Moz */
html>body #middlecolumnContent {
	margin-left: 184px;
}

#mapContainer {	
}

#map {
	float: left;
	margin: 4px 10px 0px 0;
}

#map img {
	vertical-align: top;
	border: 0;
}

#map div {
	visibility: hidden;
	z-index: 15;
}

#map div div {
	visibility: inherit;
}

#sector7 {
	position: absolute; 
	left: 72px;	
	top: -30px;
}

#sector6 {
	position: absolute;
	left: -53px;
	top: 55px;
}

#sector5 {
	position: absolute;
	left: 20px;
	top: 145px;
}

#sector4 {
	position: absolute;
	left: -4px;
	top: 264px;
}

#sector3 {
	position: absolute;
	left: -11px;
	top: 317px;
}

#sector2 {
	position: absolute;
	left: 7px;
	top: 388px;
}

#sector1 {
	position: absolute;
	left: 23px;
	top: 438px;
}

#sectorDummy {
	display: none;
}

#right {
	width: 100%;
}

#footer {
	font-size: 1em;
	margin: 0;
	padding: 4px 5px 5px 5px;
	background-image: url(../images/footer_top.png);
	background-position: 0 0;
	background-repeat: repeat-x;
	line-height: 1.5em;
}

#footer img {
	float: right;
	margin-top: 2px;
}

#footercontainer {
	background-color: #e8e8e8;
	background-image: url(../images/footer_bottom.png);
	background-position: 0 100%;
	background-repeat: repeat-x;
}

#footer, #footer a:link, #footer a:active, #footer a:visited {
	color: #666;
} 

#footer a:hover {
	color: #999;
} 

#weather {
	position: relative;
	height: 11.5em;
}

#weather img {
	position: absolute;
	margin-left: 0px; 
	margin-bottom: 8px;	
}

#sector1 .NinfoPanel {
	position: absolute; 
	left: 40px; 
	top: 30px;
}

#sector2 .NinfoPanel {
	position: absolute; 
	left: 120px; 
	top: 30px;
}

#sector3 .NinfoPanel {
	position: absolute; 
	left: 150px; 
	top: 50px;
}

#sector4 .NinfoPanel {
	position: absolute; 
	left: 140px; 
	top: 45px;
}

#sector5 .NinfoPanel {
	position: absolute; 
	left: 140px; 
	top: 80px;
}

#sector6 .NinfoPanel {
	position: absolute; 
	left: 350px; 
	top: 45px;
}

#sector7 .NinfoPanel {
	position: absolute; 
	left: 210px; 
	top: 70px;
}

.infoPanelTop {
	height: 19px;
	font-size: 0px;
}

.Panel, .WinfoPanel .infoPanelTop, .WinfoPanel .infoPanelMid, .WinfoPanel .infoPanelBottom {
	width: 182px;
}

.NinfoPanel {
}

.NinfoPanel, .NinfoPanel .infoPanelTop, .NinfoPanel .infoPanelMid, .NinfoPanel .infoPanelBottom {
	width: 147px;
}

.WinfoPanel .NinfoPanel {
	position: absolute;
	left: 136px;
	top: -17px;
}

.NinfoPanel .NinfoPanel, #map li .NinfoPanel {
	left: 101px;
	top: -19px;
}

.NinfoPanel li {
	cursor: pointer;
}

.WinfoPanel .NinfoPanel, .NinfoPanel .NinfoPanel, #map .NinfoPanel {
	display: none;
}

.infoPanelBottom { 
	height: 21px;
	font-size: 0;
}

html>body .WinfoPanel .infoPanelTop {
	background-image: url(../images/wide_box_top.png);
	background-repeat: no-repeat;
}

html>body .NinfoPanel .infoPanelTop {
	background-image: url(../images/box_top.png);
	background-repeat: no-repeat;
}

html>body .WinfoPanel .infoPanelMid {
	background-image: url(../images/wide_box_mid_tall.png);
	background-repeat: no-repeat;
}

html>body .NinfoPanel .infoPanelMid {
	background-image: url(../images/box_mid_tall.png);
	background-repeat: no-repeat;
}

/* commented backslash hack v2 IE Mac doesn't see this \*/
html>body .WinfoPanel .infoPanelMid {
	background-image: url(../images/wide_box_mid.png);
	background-repeat: repeat-y;
}

html>body .NinfoPanel .infoPanelMid {
	background-image: url(../images/box_mid.png);
	background-repeat: repeat-y;
}
/* end hack */

html>body .WinfoPanel .infoPanelBottom {
	background-image: url(../images/wide_box_bottom.png);
	background-repeat: no-repeat;
}

html>body .NinfoPanel .infoPanelBottom {
	background-image: url(../images/box_bottom.png);
	background-repeat: no-repeat;
}
 
.WinfoPanel .infoPanelContent, .WinfoPanel .header, .NinfoPanel .header {
	margin-left: 17px;
	margin-right: 21px;
}

.NinfoPanel .infoPanelContent {
	margin-left: 17px;
	margin-right: 21px;
}

.WinfoPanel ul, .NinfoPanel ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.WinfoPanel li, .NinfoPanel li {
	position: relative;
	padding: 0;
}

.line {
	background-image: url(../images/grey_fade.png);
	background-position: 100% 0;
	background-repeat: no-repeat;
	background-color: #555;
	height: 1px;
	font-size: 1px;	
	line-height: 1px;
	margin-bottom: 10px;
}

ul.divide li {
	white-space: normal;
	/*
	background-image: url(../images/grey_fade.png);
	background-position: 0 0;
	background-repeat: no-repeat;
	*/
	background-image: none;
	border-bottom: 1px #eee solid;
	display: inline-block;
	vertical-align: top;
}

ul.divide li a {
	padding-top: 0px;
	padding-bottom: 2px;
	padding-left: 1px;
}

ul.nodivide li {
	white-space: normal;
	background-image: url(../images/transparentpixel.gif);
	background-position: 0 0;
	background-repeat: no-repeat;
	display: inline-block;
	vertical-align: top;
}

ul.nodivide li a {
	padding-top: 0px;
	padding-bottom: 0px;
}

.WinfoPanel a, .NinfoPanel a {
	position: relative;
	display: block;
	padding-left: 0px;
	margin-right: 0px;
	padding-right: 8px;
}

.WinfoPanel a {
	line-height: 1.43em;
}

.NinfoPanel a {
	line-height: 1.43em;
}

ul.divide .expand a {
	background-image: url(../images/grey_arrow.png); 
	background-repeat: no-repeat; 
	background-position: 100% .5em;
}

ul.nodivide .expand a {
	background-image: url(../images/grey_arrow.png); 
	background-repeat: no-repeat; 
	background-position: 100% .45em;
}

ul.nodivide .noexpand a, ul.divide .noexpand a {
	background-image: none; 
}

.NinfoPanel h4, .WinfoPanel h4 {
	position: relative;
	top: -5px;
	left: -2px;
	padding-left: 3px;
	font-weight: normal; 
	font-size: 1.5em; 
	color: #0165FD; 
	background-image: none; 
	background-repeat: no-repeat; 
	background-position: 0 49%;
	margin: 0 0 -2px 0;
}

.NinfoPanel h4 {
	margin: 0 0 -6px 0;
}

.WinfoPanel h4.i, .NinfoPanel h4.i {
	left: -1px;
	padding-left: 20px; 
	background-image:  url(../images/info_small.png); 
	background-position: 0 47%;
}

#googlesearch {
	margin-top: 0px;
}

#contactcontainer {
	margin-top: 1em;
/*
	padding: 4px;
	border: 2px #ccc dotted;
	float: left;
*/
}

#contactform th, #contactform td {
	padding: 0px;
	text-align: left;
	padding-right: 8px;
	padding-bottom: 2px;
}

#contactform th {
	vertical-align: bottom;
	font-weight: normal;
	white-space: nowrap;
	padding-bottom: 4px;
}

#contactform th.message {
	vertical-align: top;
	padding-top: 2px;
}

table.diveoperators {
	margin: 0;
	margin-bottom: .6em;
	width: auto;
}

.diveoperators th, .diveoperators td {
	vertical-align: top;
	text-align: left
}

.diveoperators th {
	color: #444;
	vertical-align: top;
	padding-right: 8px;
	white-space: nowrap;
}

.diveoperators th.doname {
	white-space: normal;
}
.diveoperators td {
	width: 100%;
}

.diveoperators h3 {
	margin-top: 1.2em;
}

.divers {
	color: #888;
}

.eco {
	color: #080;
}

#adspace {
	position: relative;
	z-index: 10;
	float: right;
	padding: 4px 2px 10px 10px;
	background-color: #fff;
	text-align: right;
}

#adspace img {
	vertical-align: top;
	border: 1px #000 solid;
}

#adspace img.noborder, img.noborder {
	border: none;
}


ul#promlinks {
	display: none;
	font-family: Arial, sans-serif;
	font-size: .79em;
	font-weight: bold;
	margin: 1em 0 1em 0;
	padding: 0;
	text-align: left;
}

ul#promlinks li {
	display: inline;
	margin: 0 0 0 .5em;
	padding: 0;
	background-image: none;
}

ul#promlinks a:link, ul#promlinks a:active, ul#promlinks a:visited {
	white-space: nowrap;
	color: #555;
	text-decoration: none;
}

ul#promlinks a:hover {
	color: #777;
}

#mapiframe {
	width: 1000px;
	height: 1000px;
	position: absolute;
}

#iframecontainer {
	width: 353px;
	height: 506px;
}

/* Admin Stuff ******************************************************/
#adminnav {
	background-image: url(../images/bar_gradient.png);
	background-repeat: repeat-x;
	background-position: 0 100%;
	padding: 1px 6px 1px 0;
	text-align: right;
	border-top: 1px #666 solid; 
	border-bottom: 1px #666 solid;
	margin-top: 6px;
	margin-bottom: 1em;
}

.noerror {
	color: #090;
}

.error {
	color: #c00;
}

table.ls {
}

table.ls th {
	color: #666;
}

table.ls td, table.ls th {
	padding-right: 20px;
	text-align: left;
	border-bottom: 1px solid #ccc;
}

table.ls td {
}

table.ls .filename {
	padding-left: 0;
}

table.ls .filesize {
	text-align: right;
}

table.ls .month, table.ls .date {
	padding-right: 5px;
}

table.ls .actions {
	padding-right: 0;
}

#upload td {
	vertical-align: top;
}

#upload td.upload {
	padding-right: 20px;
	border-right: 2px #008 dotted;
}

#upload td.filelist {
	padding-left: 20px;
}

/* End Admin Stuff **************************************************/
