a {
/*	color: #557788;*/
}
a:visited {
/*	color: #663377;*/
}
a:hover {
	background: #CCC;
	/*text-decoration:none;
	color: #ff8833;*/
}
a:active {
	color: #9045cc;
}
img {
	border: 0;
}
.center {
	text-align: center;
}
.dir .breadcrumb {
	color: #999999;
	
}
.dir .breadcrumb a,
.dir .breadcrumb a:visited {
/*	color: #557788;*/
	font-weight: bold;
}
.dir .breadcrumb .current {
	font-weight: bold;
	color: #303030;
}
.dir {
/*	color: #202020;*/
/*	margin: 1em;*/
}
div.hr {
	border-top: 1px dashed #c0c0c0;
	margin: 1em 0.25em;
}
div ul {
	list-style-type: square;
	color: #638c9c;
}
.dir h1 {
	text-align:center;
	font-size: 150%;
	margin-top: 0.5em;
}
.dir i {
	color: #999999;
	font-style: normal;
}
.dir td {
	vertical-align: top;
	padding: 3pt;
}
.dir img.thumb {
	border: 1px solid #808080;
	width: 120px;
	height: 90px;
	background-color: #f0f0f0;
	float: left;
    margin-bottom: 0em;
    margin-right: 0.1em;
}
.dir .url {
    font-size: 12pt;
    margin-top: 1em;
    margin-left: 0.0em;
}
.dir .thumb,
.dir .thumbOver {
    font-size: 10pt;
    margin-top: 0em;
    margin-left: 0.0em;
	color: #000000;
    max-width: 700px; /* not supported by IE */
    width:expression(document.body.clientWidth > 600? "45em": "auto" );
	/*width: 100%;*/
}
.dir .direntry {
    max-width: 700px; /* not supported by IE */
    width:expression(document.body.clientWidth > 400? "700px": "auto" );
}
.dir div.thumbOver {
	background-color: #f0f8ff;
	cursor: pointer;
	cursor: hand;
}
.dir .desc {
	color: 000000;
    font-size: 10pt;
    margin-top: 1em;
    margin-bottom: 1em;
    margin-left: 0em;
    max-width: 700px; /* not supported by IE */
}
.dir big {
    font-size: 12pt;
}
.copyright {
	text-align: center;
	font-size: 80%;
	color: #808080;
	padding: 0 0 4em 0;
}
.copyright a,
.copyright a:visited,
.copyright a:hover,
.copyright a:active {
	color: #808080;
}
.search, .dirSearchForm input.search {
	border: 1px solid #557788;
	color: #404040;
}
.submit, .dirSearchForm input.submit {
	border: 1px solid #000000;
	background-color: #557788;
	color: #ffffff;
	font-family: tahoma, verdana;
	font-weight: bold;
}
.submit {
	margin:0;
}