/*
	ca

	v1.1	2006-06-25	Mario Pizzinini, www.pizzinini.net
*/

body {
 	color: black;
	background-color: white;
	font-family: xTahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	border: 0px;
	margin: 10px;
	padding: 0px;
}

pre {
	font-size: 12px;
}

th, td {
	font-size: 10px;
}

input {
	color: black;
	background-color: #EEEEEE;
	font-family: xTahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	border: 0px;
}

a:link {
	color: black;
	/*font-weight: bold;*/
	font-weight: normal;
	text-decoration: none;
}

a:visited {
	color: #777777;
	font-weight: normal;
	text-decoration: none;
}

a:hover {
	color: #009AE4;
	text-decoration: underline;
}

a:active {
	color: #009AE4;
	text-decoration: none;
}

a:focus {
	color: #00BFFF;
	text-decoration: none;
}

h1 {
	/*color: #000000;*/
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;	/*font-size: 17px;*/
	font-weight: bold;
	margin: 0px 0px 6px 0px;
	padding: 0px;
}

form {
	margin: 0px;
	padding: 0px;
}

p {
	margin: 0px 0px 10px 0px;
	padding: 0px;
}

hr {
	color: #000000;
	height: 1px;
}

/*
	classes
*/

.login table {
	border: 0px;
	margin: 30px 0px 30px 0px;
}

.login td {
	border: 0px;
	padding: 2px 0px 0px 0px;
}

.files {
	background-color: white;
}

.breadcrumb {
	font-size: 10px;
}

.butt {
	color: white;
	background-color: #AAAAAA;
	font-weight: bold;

	border-top: 1px solid #CCCCCC;
	border-right: 1px solid #333333;
	border-bottom: 1px solid #333333;
	border-left: 1px solid #CCCCCC;
	padding: 0px 6px 0px 4px;
}

.warning {
	color: black;
	background-color: #00BFFF;
}

.tree {
	border-top: 2px solid #DDDDDD;
	border-bottom: 1px solid #DDDDDD;
	margin: 15px 0px 33px 0px;
}

.tree td {
	background-color: #FFFFFF;
	text-align: left;
	font-weight: normal;
	white-space: nowrap;
	border-bottom: 1px solid #EEEEEE;
	padding: 3px 4px 3px 4px;
}

.tree th {
	text-align: left;
	font-weight: normal;
	border-bottom: 2px solid #EEEEEE;
	padding: 3px 4px 3px 4px;
}

.tree .date {
	color: #777777;
	border-left: 1px solid #EEEEEE;
	border-right: 1px solid #EEEEEE;
}

.path {
	font-weight: bold;
}

.metanav {
	margin-bottom: 10px;
}

.metanav a {
	font-weight: normal;
}

.invalid {
	color: red !important;
	font-style: italic;
}

.new td {
	/*background-color: #EEEEEE;*/
}

.new .date {
	color: black;
	background-color: #EEEEEE;
}

#copyright {
	position: absolute;
	bottom: 10px;
	color: #777777;
	background-color: white;
	border: 1px solid #EEEEEE;
	padding: 5px;
}
