/* YUI overwrites */
body {
	/* reset base */
	margin: 0px;
}

#doc3 {
	margin-left: 0px;
	margin-right: 0px;
}

table,thead,tbody,tr,th,td {
	maring: 0px;
	padding: 0px;
	border: 0px;
}

.yui-button#myButton {
	padding: 0;
	margin: 0;
	font-size: 77%;
	height: auto;
}

/* SITE */
h1,h2 {
	margin: 0.2em 0.1em;
	border-bottom: 1px solid black;
	font-size: 116%;
}

h4,h5,h6 {
	margin: 1em 0;
	font-size: 100%;
}

ul,ol {
	margin: 0.1em 0em;
	padding-left: 30px;
}

li {
	margin: 0;
}

dl {
	margin: 1em 0;
}

dt {
	font-weight: bold;
}

dd {
	margin-left: 40px;
}

/*
a {
  color: inherit;
}

a:link {
  color: #0000FF;
}

a:visited {
  color: #800080;
}

a:hover {
  background-color: #aaf;
  text-decoration: underline;
}
*/
img {
	margin: 0;
	border: 0;
	vertical-align: baseline;
}

div.img {
	margin: 0.5em 0em 0.5em 1em;
}

em {
	font-weight: bold;
	font-style: normal;
}

strong {
	font-weight: bold;
	font-style: normal;
}

hr { /* visibility: hidden; */ /* visibility: display; */
	
}

.copyright:after {
	content: "2002-2007";
}

/* ******************** header ******************** */
div.header {
	padding-left: 0px;
	background-color: #04057b;
}

div.header p {
	margin: 0em 0em 0em 0em;
}

div.header form {
	float: right;
	margin: -3.0em 1.0em 0.5em 0em;
}

div.header h1 {
	background-color: transparent;
	color: #800080; /* same as debian.org */
}

div.header a {
	background-color: #04057b;
}

div.header a:hover {
	background-color: transparent;
	text-decoration: none;
}

div.header a:visited {
	color: #000;
}

div.login {
	border-top: 1px solid #000;
	border-left: 1px solid #000;
	padding: .1em 1em;
	font-size: 75%;
	float: right;
}

/* ******************** menu ******************** */
div.menu { /*border-top: 1px solid #999;*/
	border-top: 0;
	border-bottom: 1px solid #000;
	padding: .1em 1em;
	color: #ccc;
	background-color: #04057b;
	font-size: 85%;
	clear: both;
}

div.menu p {
	width: 65%;
	margin: 0;
	float: left;
}

div.menu a {
	color: #fff !important;
	background-color: transparent !important;
	font-weight: bold;
}

div.menu a:hover {
	color: #ccf !important;
	background-color: transparent !important;
}

div.menu a:visited {
	color: #ccf; /* same as debian.org */
}

/* ******************** sidebar ******************** */
div.section {
	margin-left: 0.5em;
	font-size: 93%;
}

div.section h2 {
	border-bottom: 1px black dotted;
}

div.sidebar {
	margin: 0;
	padding-left: .5em;
}

div.sidebar ul li {
	list-style-image: url(/static/egad/button.gif);
	font-size: 85%;
}

/* ******************* CRUD table ******************* */
div.crud {
	font-size: 85%;
}

div.docu {
	font-size: 100%;
}

table.crud_thead tr th {
	table-layout: fixed;
	border: 0px solid white;
	padding: 0px;
	margin: 0px;
	font: 85% bold;
	/* overflow: auto; */
	text-align: center;
	/* vertical-align: bottom; */
	vertical-align: top;
	background-color: #eef;
}

table.crud_table {
	table-layout: fixed;
	padding: 0;
	margin: 0;
	font-size: 85%;
	overflow: auto;
	border: 0px solid white;
	border-collapse: separate;
	background-color: white;
	text-align: left;
	/* vertical-align: bottom; */
	vertical-align: top;
}

table.crud_table td {
	overflow: visible;
	border: 1px solid white;
	padding: 1px;
	border-spacing: 1px;
	font-size: 77%;
}

table.crud_table tr.even {
	padding: 0;
	margin: 0;
	background-color: #ffe;
}

table.crud_table tr.odd {
	padding: 0;
	margin: 0;
	background-color: #fef;
}

/* ******************* content form ******************* */
textarea {
	width: 100%;
	font-family: sans-serif;
	font-size: 100%;
	color: black;
	padding: 0px;
	margin-bottom: 5px;
}

tr.alternate {
	background-color: #e3eaf0;
}

/* DHTML */
.tr0 {
	background-color: #ffffcc
}

.tr1 {
	background-color: #ccffcc
}

/* tr:hover { background-color: #b5cadc; } */
td {
	vertical-align: top;
}

#iescrollwrapper { /* height: 30em; */
	overflow-y: auto;
	overflow-x: auto;
}

.myscrollbox { /* max-height: 20em; */
	height: 20em;
	/*width: +10px; */
	overflow: auto;
	overflow-y: auto;
	overflow-x: auto;
}

/* this <tbody attributes >is not compatible with IE */
.mysortbody {
	height: 20em;
	width: 100%;
	overflow-y: scroll;
	overflow-x: hidden;
}

.search {
	font-size: 100%;
}

.search h3 {
	font-weight: bold;
	border-bottom: 1px black solid;
}

.tiny {
	font-size: 77%;
}

/* headers for sorting tables */
.pushsort {
	width: 100%;
	height: 40px;
	margin: 0;
	padding: 0;
	text-align: center;
	font-size: 85%;
	font-weight: bold;
	background-color: transparent;
}

.pushbutton {
	margin: 0;
	padding: 0;
	font-size: 77%;
	font-weight: bold;
	text-align: center;
	/* background-color: transparent; */
}

/* ******************** content ******************** */
div.pagecontent {
	font-size: 100%;
}

div.pagecontent h2 {
	font-size: 116%;
	border-bottom: 1px black solid;
}

/* layout controls */
#siteidentity {
	background-color: #01005e;
}

#leftmenu ul li {
	list-style-image: url(/static/egad/button.gif);
	font-size: 85%;
}