* {
	margin: 0;
}

body, th, td {	
	color: #000000;
	background-color: #FFFFFF;
	font: normal 11px verdana,arial,'Bitstream Vera Sans',helvetica,sans-serif;
	line-height: 1.8em;
        	
	/* Center in IE5.5 */
	text-align:					center;
}

div.footer {
  clear: both;
  font-size:10px;
  color: #777777;
  text-decoration:none;
}

h1, h2, h3, h4 {
        padding-bottom: 10px;
	font-family:  'Trebuchet MS', 'Lucida Grande', verdana,ariel, 'Bitstream Vera Sans', helvetica, sans-serif;
	font-weight: bold;
	
}
h1 { 
	font-size: 24px; 
	margin: .15em 1em 0 0; 
	padding-bottom: 0px;
   }
h2 {
  font-size: 16px; 
	margin: 0px;
	padding-bottom: 0px;
        font-family:  'Trebuchet MS', 'Lucida Grande', verdana,ariel, 'Bitstream Vera Sans', helvetica, sans-serif;
	font-weight: bold;
}
h3 { 
  font-size: 14px; 
  padding-top: 1.5em;
  padding-bottom: 0px;
}
hr { border: none;  border-top: 1px solid #ccb; margin: 2em 0; }

img {
	border: none;
}

:link, :visited {
	text-decoration: none;
	color: #c00000;
}

:link:hover, :visited:hover {
	border-bottom: 1px dotted #990000;
}

.documentheader a:link, .documentheader a:visited {
	color: #333;
	text-decoration: none;
}

p {
	margin-bottom:	1em;
}

p.auth {
	padding: 0 0 0 12px;
	font-size: 85%;
	margin-left: 10px;
	font-weight: bold;
	color: #9a9a9b;
	background: url(../images/bracket.gif) no-repeat;
}

a:link {
	color: #990000;
}

a:visited {
	color: #991122;
}

ul {
	margin-top: 0;
	margin-bottom: 0;
	padding: 0;
	padding-left: 15px;

}

ul li {
	margin: 0;
	background-repeat: no-repeat;
	padding-left: 5px;
}

ul>ul  {
	padding-left: 20px;
}



/* ----------------------------------------------------------------------------
	Structure
---------------------------------------------------------------------------- */

.selected {
	text-decoration: underline;
}

.admin_options {
   margin-bottom: 20px;
}

div#folder_admin_options ul li {
        list-style-type: none;
	background-image:	url(../images/arrow.gif);
	background-position: 0 .8em;
}

div#container {
	width: 98%;
	max-width: 1500px;	
	margin-top: 4px;
	margin-left: 8px;
	margin-right: auto;
	text-align:	left;
}

div#header {
	/* This height controls the vertical position of #content and #sidebar */
	height: 50px;
	width: 100%;
}

div#content {
   padding-left: 10px;
	margin-left: 290px;
}

/* Fix the IE only 3pixel jog - documented at http://www.positioniseverything.net/articles/hollyhack.html#haslayout \*/
* html #content {
	height: 1px;
}
/* End hide from IE5-mac */

div#sidebar {
	float: left;
	display: inline;
	max-width: 260px;
	padding-right:13px;
	padding-bottom:13px;
   border-right: 1px dotted #ccc;
   border-bottom: 1px dotted #ccc;
}

li#symlink {
	background-image:	url(../images/symlink.gif);
 	list-style-type: none;
	background-position: 0 .3em;
	padding-left: 23px;

}

li#folder_open {
	background-image:	url(../images/folder_open.gif);
	list-style-type: none;
	background-position: 0 .3em;
	padding-left: 23px;
}

li#folder_close {
	background-image:	url(../images/folder_close.gif);
	list-style-type: none;
	background-position: 0 .3em;
	padding-left: 23px;
}

li#topic_open {
	background-image:	url(../images/topic_open.gif);
 	list-style-type: none;
	background-position: 0 .3em;
	padding-left: 23px;
}

li#topic_close {
	background-image:	url(../images/topic_close.gif);
 	list-style-type: none;
	background-position: 0 .3em;
	padding-left: 23px;
}

li#document {
	background-image:	url(../images/file.png);
	list-style-type: none;
	background-position: 0 .3em;
	padding-left: 23px;
}

li#parent {
	background-image:	url(../images/parent.png);
	list-style-type: none;
	background-position: 0 .3em;
	padding-left: 23px;
}

ul#attachment li {
	background-image:	url(../images/attachment.gif);
 	list-style-type: none;
	background-position: 0 .3em;
	padding-left: 23px;
}

/* Trac css class */
.attachment-link { background: url(../images/attachment-link.gif) no-repeat 0 58%; padding-left: 16px }
* html .attachment-link { background-position: 0 .35em }

/*div#sidebar ul li a {
}*/

div#sidebar ul li a:hover {
        list-style-type: none;
	color: #CC0000;
	background-color: #EEEEEE;
	border-bottom: none;
}

div#sidebar ul>ul li a {
        list-style-type: none;
	display:	block;
}

/* ----------------------------------------------------------------------------
	Specific site-wide elements
---------------------------------------------------------------------------- */

/* Introduction boxes */

.introduction {

	margin-bottom: 1em;
	padding: 1em;
	background-color: #D6DFE8;
}

.introduction p {
	margin-bottom:	0;
}

/* Navigation */

#navlist {
   list-style: none;
   padding: 0;
   margin: 0;
}

#navlist li {
        list-style-type: none;
   display: inline;
   padding: 0;
   margin: 0;
}

#navlist li a {
        list-style-type: none;
   color: #666;
}


#navlist li:before { content: " | "; }
#navlist li:first-child:before { content: ""; }

 /*IE workaround*/
 /*All IE browsers*/
* html #navlist li {
        list-style-type: none;
   background-image: url(../images/arrow.gif);
   background-repeat: no-repeat;
   background-position: 0 50%;
   padding: 0 0.5em 0 1em;
   margin: 0 1em 0 -1em;
}

 /*Win IE browsers - hide from Mac IE\*/
* html #navlist { height: 1%; }

* html #navlist li {
        list-style-type: none;
   display: block;
   float: left;
}

 /*End hide*/
 /*Mac IE 5*/
* html #navlist li:first-child { 
        list-style-type: none;
background-image: none; }


