
td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding: 3px;
}

input {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding-left: 2px; 
}

.name_edit {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	border: 1px solid #831F1F;
	padding-left: 2px; 
}

.folder_container {
	border: 1px solid #831F1F;
}

.folder_container th {
	background: #831F1F;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold; 
	color: White;
	padding: 3px;
}

.norm {
	background: white;
}

.alt {
	background: #C39190;
}

.side_spacer {
	 background-image: url(../images/side_spacer.gif); 
	 background-repeat: repeat-y;
}

.top_menu {
	 border: 1px solid #999999; 
	 background-color: #cccccc;
}

.func_cur {
	background-color: #FFFFFF;
}

a, a:hover, a:link, a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration: none;
	color: #000000;
}