html, body {
	margin: 0;
	padding: 0;
}

* {
	font-size: 12px;
	font-family: Tahoma, Arial ;
}

.container {
	margin: 0 auto;
}

.header {
	width: 1000px;
	height: 50px;
	margin: 0 auto;
	padding-top: 10px;
	display: none;
}

.menu {
	display: none;
	padding: 0;
	list-style: none outside none;
	text-align: center;
}

.menu li {
	float: left;
	margin-right: 7px;
}

.menu li a {
	font-weight: bold;
	padding: 10px;
	border: 1px solid #000;
	text-decoration: none;
	color: #fff;
	background: #222;
	font-size: 12px;
}

.clear { 
	height: 0; 
	font-size: 0; 
	overflow: hidden; 
	clear: both; 
}

.page-title {
	font-weight: bold;
	margin: 4px 0;
	color: #000;
	text-align: center;
}

.page-name-and-title {
	font-weight: normal;
	font-style: italic;
}

.div-top-buttons {
	display: none;
	text-align: right;
	font-weight: bold;
	background: #ccc;
	padding: 4px;
}

table.cool-list {
	border-width: 1px;
	border-spacing: 0px;
	border-style: none;
	border-color: #909090;
	border-collapse: collapse;
	background-color: white;
	width: 100%;
}

table.cool-list th {
	border-width: 1px;
	padding: 3px;
	padding-left: 4px;
	border-style: inset ;
	border-color: #C0C0C0;
	background-color: #C0C0C0;
	text-align	:	center;
	font-size: 11px;
}

table.cool-list td {
	border-width: 1px;
	border-style: inset;
	padding: 4px 3px 2px 4px;
	vertical-align	:	middle;
	border-color: #C0C0C0;
	background-color: white;
}

.cool-list tr.alt td {
    background: #DEE3E4;
}

.cool-list tr.over td {
    background: #D5D6DA;
}

.required {
	color: #f00;
}

.div_fd_error {
	color:	#fff;
	padding:	3px;
	border:	1px solid #000;
	background-color:	#f00;
	margin:	3px 0;
}

.div_fd_message {
	color:	#000;
	border:	1px solid #000;
	padding:	5px;
	background-color:	#0f0;
	margin:	3px 0;
}

.errors_zone p {
	color:	#fff;
	margin:	4px 0;
}

.errors_zone {
	color:	#fff;
	padding:	3px;
	border:	1px solid #000000;
	background-color:	#FF0000;
	margin:	6px 0;
	text-shadow: 1px 1px 1px #000;
}

.table-add {
	width: 100%;
}

.table-add td {

}

select, input[type="text"], input[type="password"] {
	border: 1px solid #999;
	background: none;
	font-weight: bold;
	font-size: 11px;
}

.value {
	border: 1px solid #999;
	background: none;
	padding: 2px;
	line-height: 20px;
	font-size: 11px;
}

textarea {
}

.p_buttons {
	border-top: 1px solid #777;
	padding-top: 10px;
	display: none;
}

.adv {
	border-top: 1px solid #999;
	padding-top: 5px;
	margin-top: 10px;
	text-align: center;
	font-size: 10px;
}