body, html {
margin: 0;
padding: 0;


}
a {
text-decoration: none;
color: #543614;
}
a.swlink {
text-decoration: none;
color: #b2290e;
font-weight: bold;
font-size: 20px;
font-family: \"Courier New\";
}
a.back {
text-decoration: none;
font-size: 14px;
margin-bottom: 20px;
}
a.back:hover {
color: #aa0000;
text-decoration: underline;
}
.filesep {
height: 10px;
}
.dirsep {
height: 10px;
}
.dir_entry {
padding: 2px;
font-weight: bold;
font-size: 16px;
color: #323232;
background: url('/sites/default/files/icon-folder.png') 0px 5px no-repeat;
padding-left: 20px;
}
.pic_entry {
line-height: 20px;
background: url('/sites/default/files/icon-file.png') 0px 5px no-repeat;
padding-left: 20px;
}
a.piclink {
font-weight: normal;
text-decoration: none;
color: #543614;
}
a.piclink:hover {
font-weight: normal;
color: #b2290e;
text-decoration: underline;
}


#directory {
margin: 0px 0px 20px 50px;
}

#directory table {
width: 80%;
margin: auto;
}

#directory table th {
width: 33%;
text-decoration: underline;
color: #000000;
}

#directory table td b {
font-weight: normal;
}

#directory table td a {
font-weight: bold;
color: #543614;
}

#directory table td a:hover {
color: #646464;
border-bottom: 1px dotted #646464;
}

.startdir {
margin-bottom: 10px;
text-decoration: underline;
font-size: 20px;
font-weight: bold;
color: #543614;
}

.startdir img {
margin-right: 10px;
}

.redir {
display: none;
}

.separator {
clear: both;
height: 10px;
width: 100%;
}
.clearfix:before, .clearfix:after { content: \"\"; display: table; }
.clearfix:after { clear: both; }
