p,th,td,ul,li,body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 13px; 
	color: #000000;
	list-style-type: square;
}

th {
	text-transform: lowercase;
	font-weight: bold;
	text-align: left;
}

.firm {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	line-height: 1.5;
	list-style-type: square;

}

a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
}

a:hover {
	color: #E52827;	
}

input, textarea, select, button, file {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;	
	border: 1px solid black;
}

button {
	margin: 1px;
}

.title {
	text-transform: lowercase;
	font-weight: bold;
}

.warning {
	text-transform: uppercase;
	color: #E52827;	
	font-weight: bold;	
}

.bordered {
	border: 1px solid black;
	margin-bottom: 3px;
}

.item_inactive, td.image { 
	cursor: auto;
}

.item_inactive_bordered { 
	border: 1px solid black;
	cursor: auto;
}

.item_active { 
	background-color: #CBD1DC;
	color: #000000;
	cursor: pointer;
}

.item_active_bordered { 
	border: 1px solid black;
	background-color: #CBD1DC;
	color: #000000;
	cursor: pointer;
}


body {
	scrollbar-3dlight-color:#999966;
	scrollbar-arrow-color:#000000;
	scrollbar-base-color:#ABA893;
	scrollbar-darkshadow-color:#000000; 
	scrollbar-face-color:#ABA893;
	scrollbar-highlight-color:#ABA893;
	scrollbar-shadow-color:#ABA893;
}