body,td,th {
	font-family: Tahoma, Verdana;
	font-size: 10pt;
}

a, img {
    border:none;
    outline:none
}

a:link {
	text-decoration: none;
	color: #000000;
}

a:visited {
	text-decoration: none;
	color: #000000;
}

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

a:active {
	text-decoration: none;
	color: #000000;
}

a.sort:link{
	text-decoration: underline;
	color: #000000;
}

a.sort:visited{
	text-decoration: underline;
	color: #000000;
}

a.sort:hover{
	text-decoration: underline;
	color: #000000;
}

a.sort:active{
	text-decoration: none;
	color: #000000;
}

.top_row {
	color: #FFFFFF;
	font-weight: bold;
	font-size: 14px;
	background-color: #006699;
}

.folder_bg {
	background-color: #FFFFFF;
}

.file_bg1 {
	background-color: #F2F2F2;
}

.file_bg2 {
	background-color: #E6E6E6;
}

.table_border {
	border: 1px dashed #666666;
}

.path_font {
	font-family: "Courier New", Courier, monospace;
}

.banned_font {
	font-size: 9px;
}

.error {
	border-top-width: 2px;
	border-bottom-width: 2px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #FF666A;
	border-bottom-color: #FF666A;
}

#color_scheme {
	cursor:pointer;
}

.option_style {
	font-family: Verdana, Tahoma;
	font-size: 11px;
}

.language_selection {
	height: 22px;
		width: 182px;
	background-color:#E8F8FF;
		border: 1px dashed #666666;
}

.selected_lang {
	background-color:#B9E9FF;
}

#file_edit_box {
	position:absolute;
	width: 150px;
	display:none;
}
