/* ----------- GENERAL ------------- */

.centerframe {
	margin-top: 100px;
	margin-left: auto;
	margin-right: auto;
	width: 500px;
	padding: 20px;
	border: none;
}

#mainheader a:hover, #mainfooter a:hover {
	color: #DDDDFF;
}

.e5tbtable td {
	padding-left: 5px;
	padding-right: 5px;
	border-left: solid thin #CCCCCC;
	border-right: solid thin #CCCCCC;
	vertical-align: middle;
	text-align: center;
}

.e5tbtabletitleline {
	/*	width: 100%;*/
}

.e5tbtabletitleline td {
	vertical-align: middle;
}

.e5tbtabletitleline td.e5tbtabletitlelinecount {
	padding-left: 3px;
	width: 200px;
}

.e5tbtabletitleline td.e5tbtabletitledelfilter {
	width: 200px;
}

.e5tbtabletitleline td.e5tbtabletitlelinelineperpage {
	text-align: right;
}

.e5tbtabftfullwidth {
	width: 100%;
	min-width: 50px;
}

.e5tbtablepage:hover {
	opacity: 0.7;
}

.e5tbtable tr.e5tbtableeven:hover, .e5tbtable tr.e5tbtableodd:hover {
	background-color: #c3c3c3;
}

.e5tbtable tr.e5tbtableselectedline:hover {
	background-color: #EBCC97;
}

.e5tbform {
	width: 100%;
	border: solid thin #AAAAAA;
}

.e5tbform td textarea {
	height: 150px;
	resize: vertical;
}

.e5tbformremotelist .e5tbformremoteitem.e5tbformodd:hover,
.e5tbformremotelist .e5tbformremoteitem.e5tbformeven:hover {
	background-color: #D1D1D1;
}

/* why ?
.e5tbform > tbody > tr:first-child > td:first-child {
	width: 200px;
}
*/

.e5tbtoolbarseparator {
	width: 40px;
	height: 20px;
}

.ui-tooltip {
	background: #CBCBE7;
	border: none;
	padding: 5px;
	box-shadow: none;
	border-radius: 0;
}

/* ----------- LOGIN ------------- */

#logindiv {
	height: 180px;
}

#logindiv table {
	width: 100%;
}

#logindiv td {
	padding: 5px;
}

#logindiv td input {
	width: 100%;
}

