body {
	background: #fff;
    margin: 0px;
	padding: 0px;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px; 
	color : #19355f;
	text-align: center;
}
	
#header, #maincol, #footer {
	text-align: center;
    margin: auto;
}
	
#top {
	background: url(images/background.png) repeat-x;
    width: 100%;
	height: 169px;
	vertical-align: top;
}

#header {
    width: 80%;
	text-align: left;
}
	
#header_image {
    width: 760px;
}
	
#headerleft {
    background: url(images/header_left.png) no-repeat;
    width:310px;
    height:125px;
	float: left;	
}
	
#headerright {
    background: url(images/header_right.png) no-repeat;
    width: 450px;
	height: 125px;
	float: left;	
}
	
#button_01 {
    width: 50px;
	height: 44px;
    background: url(images/button_01.png) no-repeat;
}
	
#button_02 {
    background: url(images/button_02.png) repeat-x;
	text-align: center;
}	

#button_03 {
    width: 50px;
	background: url(images/button_03.png) no-repeat;
}
	
.title	{
	font-weight: bold; 
	font-size: 14px;
}

#currentdir {
    width: 100%;
    border-bottom: 1px solid #fff;
    text-align: left;
	vertical-align: top;
    font-weight: bold;
    padding: 0px 5px 5px 25px;	

}

#date {
    width: 100%;
    text-align: left;
    border: 0px;
	margin-top: 20px;
    padding-left: 5px;		
}

#maincol {
    width: 90%;
}

.modul { 
    background-color: #fff; 
    width: 100%;
    text-align: center;
	margin-bottom: 5px;
}

th {
	color: #19355f; 
	font-size: 11px; 
	font-weight : bold;
	height: 27px;
	background: url(images/modultitle.png) repeat-x;
	text-align: left;
}

.cattitle { 
    font-weight: bold; 
	letter-spacing: 1px;
    padding-left: 5px;	
}

.sortmode{
	font-weight : bold;
	background-color: #ecf0f4;
	height: 28px;
	background: url(images/cat.png);
	border: #fff; 
	border-style: solid;
	border-width: 0px 0px 0px 0px;
	text-align: center;
	padding-left: 5px;
	padding-right: 5px;	
}

.filename, .foldername {
    width: 100%;
	text-align: left;
	font-size: 10px;
    white-space: nowrap;	
}
	
.filedetails, .folderdetails {
    white-space: nowrap; 
	background-color: #ecf0f4; 
	text-align: right; 
	padding: 0px 10px 0px 10px;
	font-size: 11px;	
}

.newsdate { 
    text-align: left; 
	font-weight: bold; 
	vertical-align: top; 
	padding: 2px 5px 0px 5px;
} 

.newsline { 
    width: 100%; 
    padding: 2px 5px 0px 5px;		
}

.infoline1 { 
    width: 100%; 
    padding-left: 5px;		
}

.newsline, .infoline1, .infoline2 { 
	text-align: left; 
	white-space: nowrap;
	vertical-align: top;
}

.highlight {
    font-weight: bold;
}

#footer { 
    width: 90%;
	height: 50px;
	margin-top: 10px;
	padding: 10px;
    border-top: 1px #ecf0f4 solid;
	font-size: 11px;
}

#copy {
    width: 40%;
	text-align: left;	
	float: left;
}

#query {
    width: 40%;
	text-align: right;
    float: right;
}
	
img {
    border: 0px;
}
	
.icon {
	padding : 5px;
}

a {
    font-weight: bold;
}
	
a:link,a:active,a:visited { 
    color : #19355f; 
    text-decoration: none; 	
}

a:hover { 
    text-decoration: underline; 
	color : #245194; 
}

.extralink { 
    font-weight: normal; 
	color : #245194; 
}

.extralink a, .extralink a:active, .extralink a:visited { 
    text-decoration: none; 
	color : #245194; 
}
.extralink a:hover { 
    text-decoration: underline; 
	color : #245194; 
}
