BODY {
color: #000000;
font-family: arial, verdana, helvetica;
font-size: 0.9em;
background: #FFFFFF;
}

TD, TH, P, INPUT, TEXTAREA, SELECT, LI, UL, OL {
color: #000000;
font-family: arial, verdana, helvetica;
}

A {
text-decoration: none;
color: #000099;
}
A:link {
text-decoration: none;
color: #000099;
}
A:hover {
color: #FF0000;
}

#langlist table
{
	font-size: 100%;
}

#langlist td
{
	text-align: center;
	border-right: 1px solid #CCCCCC;
	border-top: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
}

#langlist th
{
	text-align: center;
	background-color: #EEEEEE;
	border-right: 1px solid #CCCCCC;
	border-top: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
}

#mainfilelist table
{
	font-size: 100%;
}

#mainfilelist td
{
	border-right: 1px solid #CCCCCC;
	border-top: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
}

#mainfilelist th
{
	text-align: center;
	background-color: #EEEEEE;
	border-right: 1px solid #CCCCCC;
	border-top: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
}

#filelist table
{
	font-size: 100%;
}

#filelist td
{
	border-right: 1px solid #CCCCCC;
	border-top: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
}

#filelist th
{
	text-align: center;
	background-color: #EEEEEE;
	border-right: 1px solid #CCCCCC;
	border-top: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
}

p.error {
	color: #FF0000;
	font-weight: bold;
}

.footer {
	font-size: 80%;
	text-align: center;
	background-color: #EEEEEE; 
	border-style: solid; 
	border-width: 1px; 
	border-color: #CCCCCC;
	padding: 4px;
}

.form-button {
	padding: 4px; 
}

a.header-title {
	font-family: georgia, arial, verdana, helvetica;
	font-size: 3em;
	font-weight: bold;
	padding: 8px;
	padding-left: 20px;
	display: block;
}

a.header-title:hover {
	color: #000099;
}

.filedescription {
	font-size: 80%;
}

#content {
	border-left: 1px #CCCCCC; 
	border-right: 1px #CCCCCC; 
	padding-left: 8px; 
	padding-right: 8px; 
	padding-top: 10px; 
	padding-bottom: 10px;
}

.paging {
	font-size: 0.8em;
}

.paging-inact {
	font-size: 0.8em;
	color: #999999;
}

.page-num-inact {
	padding-left: 0.4em;
	padding-right: 0.4em;
	margin-right: 1px;
	margin-left: 1px;
	background-color: #eeeeee;
	border: 1px solid #999999;
	border-bottom: 4px solid #999999;
	font-weight: bold;
}

a.page-num {
	padding-left: 0.4em;
	padding-right: 0.4em;
	margin-right: 1px;
	margin-left: 1px;
	background-color: #eeeeee;
	border: 1px solid #cccccc;
	border-bottom: 4px solid #cccccc;
	color: #999999;
	font-weight: bold;
}

a.page-num:hover {
	background-color: #cccccc;
	border: 1px solid #000000;
	border-bottom: 4px solid #000000;
	color: #000000;
}