body
{
	margin: 1%;
	font-family: sans-serif;
}
div#page-header
{
}
div#page-header span.title
{
	font-size: 200%;
	font-weight: bold;
}

div#page-content
{
	background-color: #ffffff;
	margin: 0;
	min-height: 1em;
}

a
{
	color: blue;
}
a:visited
{
	color: blue;
}


div#page-footer
{
	font-size: 80%;
}
div#page-footer a
{
}

ul#page-messages
{
	position: absolute;
	top: 1em;
	right: 1em;
	list-style: none;
	margin: 0;
	padding: 0;
}
ul#page-messages li
{
	padding: 0.5em;
	background-color: green;
	float: right;
	color: white;
}
ul#page-messages li.error
{
	background-color: red;
	font-weight: bold;
}
h1
{
	border-bottom: 1px solid #e0e0e0;
}

table.grid
{
	border: 1px solid #c0c0c0;
}
table.grid th
{
	border-bottom: 1px solid #c0c0c0;
	background-color: #f5f5f5;
}
table.grid td
{
	border: 1px solid #e0e0e0;
	border-top: 0; border-right: 0;
}
table.grid td.first
{
	border-left: 0;
}
table.grid tr.last td
{
	border-bottom: 0;
}
table.grid th
{
	padding: 0.2em;
}
table.grid td
{
	padding: 0.2em;
}
table.grid td.hover
{
	background-color: #f0f0ff;
}

table.grid th.check input[type=button]
{
	padding: 0;
}
table.grid tr.selected td
{
	background-color: #fff0f0;
}

ul.menu
{
	list-style: none;
	margin: 0;
	padding: 0;
}
ul.menu li
{
	display: inline;
}
ul.menu li:after
{
	content: ' | ';
}
ul.menu li.last:after
{
	content: '';
}

ul.pager
{
	list-style: none;
	margin: 0;
	padding: 0;
}
ul.pager li
{
	display: inline;
}
ul.pager li:after
{
	content: ' ';
}
ul.pager a.active
{
	text-decoration: none;
}

ul.tabs
{
  list-style-type: none;
  width: 100%;
  border: 0;
  border-bottom: 1px solid #909090;
  margin: 0;
  padding: 0;
}
ul.tabs br.list-end
{
  line-height: 0;
  clear: both;
}
ul.tabs li
{
  float: left;
  position: relative;
  /* google: holly hack */
  height: 1%;
  width: 8em;
  white-space:nowrap;
  margin-left: 1em;
  position: relative;
  top: 1px;
}
ul.tabs li a
{
  display: block;
  width: 100%;
  height: 100%;
  text-align: center;
  padding: 0.5em 0 0.5em 0;
  background-color: #e0e0e0;
}
ul.tabs li a.active
{
  background-color: white;
  border-bottom: 1px solid white;
}

input[type=text],input[type=password],textarea
{
	padding: 0.2em;
}


input,textarea,select
{
	border: 1px solid #c0c0c0;
}

div.require input
{
	border-left: 1px solid red;
}
div.require textarea
{
	border-left: 1px solid red;
}
div.require select
{
	border-left: 1px solid red;
}

div.input table.multiselect input[type=button]
{
	display: block;
	margin: 0 0.5em 0.5em 0.5em;
}
div.input table.multiselect select
{
	height: 5em;
	width: 10em;
}

div.input table.searchselect
{
	height: 8em;
}
div.input table.searchselect tr
{
	vertical-align: top;
}

div.input table.searchselect input[type=text]
{
	width: 25em;
	margin-bottom: 0.5em;
}
div.input table.searchselect div
{
	border: 1px solid #c0c0c0;
	margin-right: 0.5em;
	height: 8em;
	width: 15em;
	overflow-x: hidden;
	overflow-y: auto;
	font-size: 0.8em;
}
div.input table.searchselect ul
{
	margin: 0;
	padding: 0;
	list-style: none;
}
div.input table.searchselect span
{
	display: block;
	text-align: center;
	line-height: 8em;
}

div.input table.searchselect li
{
	padding: 0.2em;
	margin: 0 0.2em 0 0.2em;
	border-bottom: 1px dotted #c0c0c0;
}

div.input table.searchselect .searchselect-hover
{
	cursor: pointer;
	background-color: #f0f0f0;
}



form
{
	margin: 0;
}
