/*
$Id: ewa.css,v 1.7 2003/08/28 22:58:43 andreas Exp $
$Name: EWA_1_0_0 $
*/

/* EWA CSS ting */

input, select {
    margin-top: 5px;
}
label {
    margin-top: 5px;
}
.ident label {
    margin-left: 5px;
}
.row {
    clear: both;
}
fieldset {
    margin-bottom: 20px;
}
.ident {
    margin-left: 10px;
}

div#tabrow {
	text-align: right;
	margin-top: 20px;
	margin-bottom: -2px;
	padding-right: 5px;
}
div#tabrow button {
border-top: 2px solid silver;
border-left: 2px solid silver;
border-right: 2px solid silver;
border-bottom: 2px solid silver;
height: 20px;
		margin-left: 0px;
        -moz-border-radius-topleft: 8px;
        -moz-border-radius-topright: 8px;
}
div#tabrow button.active {
	background-color: #fafafa;
	border-bottom: 2px solid #eeeeee;
	font-weight: bold;
}
.bglightgrey {
	background-color: #fafafa;
}
.legend {
    clear: both;
	margin-top: 5px;
	padding-right: 25px;
	text-align: right;
	border-bottom: 1px dotted silver;
}
.scroll {
padding: 5px;
}
div#ewadetails table {
width: 100%;
}
div#ewadetails td {
	vertical-align: top;
}
div#ewadetails form button {
		margin-top: 5px;
}
div#ewadetails tr.odd td {
	background-color: #eeeeee;
}
div#ewadetails tr.even td {
	background-color: white;
}
div#ewadetails table {
	border-collapse: collapse;
}
div#ewadetails div.usergrp {
	margin-left: 20px;
}
.img {
width: 24px;
height: 24px;
}
.hoverhand {
cursor: pointer;
}
