/* General */

form {
	text-align: left;
}

select {
	border: none;
	font-size: 100%;
	color: #404040;
}

input, textarea {
	margin: 0px;
	padding: 0.3ex;
	border: solid 1px #9090a0;
	background-color: #ffffe8;
	font-family: sans-serif;
	font-size: 100%;
	color: #404040;
}

input[type=submit] {
	font-weight: bold;
	cursor: pointer;
	background-color: #606080;
	color: white;
}

div.frame {
	display: table;
	max-width: 85%;
}

a.button, a.button:hover {
	margin: 0ex 1ex;
	padding: 0.5ex 2ex 0.3ex 2ex;
	background-color: red;
	background-color: gray;
	color: white;
	border: solid 1px #c0c0c0;
	font-weight: bold;
}

p.help {
	width: 100%;
	max-width: 100%;
	text-align: left;
}

p.help img.icon {
	position: relative;
	top: 4px;
	margin: 0ex 0.5ex 0ex 1.5ex;
}


/* BDO tables */

table.bdo {
	margin: 0px auto;
}

table.bdo th {
	color: white;
	text-align: right;
}

table.bdo td {
	text-align: left;
	line-height: 1.3;
}

span.error {
	color: red;
}

input.error {
	border: solid 1px red;
}

span.required {
	color: red;
	font-size: 130%;
}

span.no {
	visibility: hidden;
}


/* Edit & detail tables */

table.bdo.edit td, table.bdo.edit th {
	padding: 0.5ex 1ex;
}

table.bdo.detail td, table.bdo.detail th {
	padding: 0.7ex 1ex;
}

table.bdo.edit a.ibutton img {
	position: relative;
	top: 0.7ex;
}

table.bdo.edit tr.odd  th { 	background-color: #2050b0; }
table.bdo.edit tr.even th {		background-color: #4e6fd3; }
table.bdo.edit tr.odd  td {		background-color: #d0d8ff; }
table.bdo.edit tr.even td {		background-color: #ecf0ff; }

table.bdo.detail tr.odd  th {	background-color: #a040a0; }
table.bdo.detail tr.even th {	background-color: #c070c0; }
table.bdo.detail tr.odd  td {	background-color: #f8d0f8; }
table.bdo.detail tr.even td {	background-color: #ffe0ff; }

table#search tr.odd  th {		background-color: #807040; }
table#search tr.odd  td {		background-color: #c0b080; }
