BODY {
 font-family:comicsans, georgia, verdana, sans-serif;
 font-weight:normal;
 background:#000000;
 color:#aaaaaa;
}

SELECT {
 font-family:comicsans, georgia, verdana, sans-serif;
 font-size:10pt;
}

A:link {color:#0077ff; text-decoration:none; }
A:link img{border: 4px solid #0077ff; }
A:visited {color:#0077ff; text-decoration:none; }
A:visited img{border: 4px solid #0077ff; }
A:hover {color:#dddddd; text-decoration:underline }
A:hover img{border: 4px solid #dddddd; }
A:active {color:#dddddd; text-decoration:underline }
A:active img{border: 4px solid #dddddd; }

h1 {font-size:150%; }
h2 {font-size:135%; }
h3 {font-size:120%; }

.hidden { display: none; }
.unhidden { display: block; }

div.banner {
  margin-left:auto;
  margin-right:auto;
  width:742px;
  text-align:center;
  color:#7684e7;
  font-family:comicsans, georgia, verdana, sans-serif;
  font-size:200%;
}

div.menu {
  margin-left:auto;
  margin-right:auto;
  width:742px;
  text-align:center;
  color:#7684e7;
  font-family:comicsans, georgia, verdana, sans-serif;
}

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

div.navigation {
  position:relative;
  margin-left:auto;
  margin-right:auto;
  text-align:center;
}

div.Folders {
  A:link img { border:0px; }
  A:visited img { border:0px; }
  A:hover img { border:0px; }
  A:active img { border:0px; }
}

div.Folders img {
  display:inline;
  margin:3px;
  border:0px;
}
  
div.Files {
  A:link img { border:3px solid #0077ff; }
  A:visited img { border:3px solid #0077ff; }
  A:hover img { border:3px solid #dddddd; }
  A:active img { border:3px solid #dddddd; }
}

div.Files img {
  display:inline;
  margin:3px;
  /* border:3px solid #0077ff; */
}

div.footer {
  margin-left:auto;
  margin-right:auto;
  text-align:center;
}

div.footer table {
  margin-left:auto;
  margin-right:auto;
}

div.fullce {
  text-align:center;
}

div.fullce table {
  margin-left:auto;
  margin-right:auto;
}

div.midle {
  margin-left:10%;
  margin-right:10%;
}

div.midce {
  text-align:center;
  margin-left:10%;
  margin-right:10%;
}

div.midce table {
  margin-left:auto;
  margin-right:auto;
}

div.updle {
  text-align:left;
  margin-left:5%;
  margin-right:5%;
}

div.updce {
  text-align:center;
  margin-left:5%;
  margin-right:5%;
}

div.updce table {
  margin-left:auto;
  margin-right:auto;
}

table.blue {
	border-width: 0px;
	border-spacing: 7px;
	border-style: none;
	border-color: blue;
	border-collapse: separate;
	background-color: black;
}

table.blue th {
	border-width: 3px;
	padding: 5px;
	border-style: solid;
	border-color: blue;
	background-color: black;
	-moz-border-radius: 9px 9px 9px 9px;
}

table.blue tr {
	border-width: 3px;
	padding: 5px;
	border-style: solid;
	border-color: blue;
	background-color: black;
	-moz-border-radius: 9px 9px 9px 9px;
}

table.blue td {
	border-width: 3px;
	padding: 5px;
	border-style: solid;
	border-color: blue;
	background-color: black;
	-moz-border-radius: 9px 9px 9px 9px;
}

/* All <ul> tags in the menu including the first level */
.menulist, .menulist  ul {
 margin:0;
 padding:3px;
 list-style:none;
}

/* Submenus (<ul> tags) are hidden and absolutely positioned downwards from their parent */
.menulist ul {
 visibility:hidden;
 position:absolute;
 top:1.5em; /* I'm using ems rather than px to allow people to zoom their font */
 left:0px;
 width:130px;
}

/* Second and third etc. level submenus - position across from parent instead */
.menulist ul ul {
 top:0px;
 left:135px;
}

/*
 All menu items (<li> tags). 'float:left' lines them up horizontally, and they are
 positioned relatively to correctly offset submenus. Also, they have overlapping borders.
*/
.menulist li {
 float:left;
 position:relative;
 background:#000000;
 border:1px solid #999999;
 margin-right:-1px;
}

/* Items in submenus - override float/border/margin from above, restoring default vertical style */
.menulist ul li {
 float:none;
 margin-right:0;
 margin-bottom:-1px;
}

.menulist ul>li:last-child {
 margin-bottom:1px;
}

/* Links inside the menu */
.menulist a {
 display:block;
 padding:3px;
 color:#0077ff;
 text-decoration: none;
}

/* List items:'hover' is mouseover, 'highlighted' are parent items to visible menus */
.menulist a:hover, .menulist a.highlighted:hover, .menulist a:focus {
 color:#eeeeee;
 background-color:#000099;
}
.menulist  a.highlighted {
 color:#eeeeee;
 background-color:#000099;
}

/* Only style submenu indicators within submenus. */
.menulist a .subind {
 display: none;
}
.menulist ul a .subind {
 display: block;
 float:right;
}

/* 'Escaped Comment' hack for horizontal menubar width in IE5/Mac */
.menulist a {
 float:left;
}
.menulist ul a {
 float:none;
}
/* \*/
.menulist a {
 float:none;
}
/* */


/* This semi-commented section exists to fix bugs in IE/Windows (the 'Holly Hack'). \*/
* html .menulist  ul li {
 float:left;
 height:1%;
}
* html .menulist  ul a {
 height:1%;
}
/* End Hack */
