/*
@import url("displaytag.css");

@import url("alternative.css");

@import url("teststyles.css");
*/

body,input,select,td,textarea {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

h4,h5,h6,p,strong,div,form,acronym,label,table,td,th,span,a,hr,code,pre,hr
	{
	margin: 0;
	padding: 0;
	font-size: 1em;
	background-repeat: no-repeat;
	list-style-type: none;
}

a,a:visited,a:hover {
	color: #666;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

img {
	border: none;
}

table hr {
	height: 1px;
	clear: both;
	margin: 0;
	width: 100%;
}

textarea {
	width: 80%;
	height: 200px;
}

dt {
	font-weight: bold;
}

acronym {
	border-bottom: 1px dashed #000;
	cursor: help;
}

ul#stylelist {
	margin: 0 0 20px 0;
	height: 20px;
	padding: 0;
}

ul#stylelist li {
	list-style-type: none;
	float: left;
	width: 100px;
	border: 1px solid #ccc;
	background-color: #eee;
	padding: 2px;;
	float: left;
	width: 100px;
	border: 1px solid #ccc;
	background-color: #eee;
	padding: 2px;
	margin: 0 2px 0 0;
}

ul#showsource {
	float: right;
	padding: 0;
	margin: 15px 20px 0 0;
	width: 100px;
	height: 33px;
	list-style-type: none;
	background-image: url("../img/viewsource.png");
	background-repeat: no-repeat;
	margin-bottom: -30px;
	text-align: center;
	line-height: 30px;
	font-weight: bold;
}

ul#showsource a,ul#showsource a:visited {
	font-size: 11px;
	font-family: verdana;
	color: #fff;
}

table.sublist {
	margin: 0 0 0 0;
	width: 100%;
}

table.sublist td,table.sublist th {
	width: 50%;
}

code {
	background-color: #eee;
	padding: 0 2px 0 2px;
}

hr {
	height: 1px;
	color: #fff;
	border: none;
	border-top: 1px dotted #ccc;
	margin: 20px 0 20px 0;
	width: 50%;
}

input.close {
  background: url( ../img/cross.png );
  background-repeat: no-repeat;
  padding-left: 14px;
}

input.clear {
  background: url( ../img/bin.png );
  background-repeat: no-repeat;
  padding-left: 14px;
}

input.emailgo {
  background: url( ../img/email_go.png );
  background-repeat: no-repeat;
  padding-left: 14px;
}

input.reload {
  background: url( ../img/database_refresh.png );
  background-repeat: no-repeat;
  padding-left: 14px;
}

input.refresh {
  background: url( ../img/page_refresh.png );
  background-repeat: no-repeat;
  padding-left: 14px;
}

input.save {
  background: url( ../img/database_save.png );
  background-repeat: no-repeat;
/*  padding-left: 14px;*/
  padding-left: 14px;
}

input.create {
  background: url( ../img/database_add.png );
  background-repeat: no-repeat;
  padding-left: 14px;
}

input.print {
  background: url( ../img/printer.png );
  background-repeat: no-repeat;
  padding-left: 14px;
}

input.login {
  background: url( ../img/door_in.png );
  background-repeat: no-repeat;
  padding-left: 14px;
}

input.logout {
  background: url( ../img/door_out.png );
  background-repeat: no-repeat;
  padding-left: 14px;
}

input.report {
  background: url( ../img/report.png );
  background-repeat: no-repeat;
  padding-left: 14px;
}

input.back {
  background: url( ../img/arrow_left.png );
  background-repeat: no-repeat;
  padding-left: 14px;
}

input.add {
  background: url( ../img/add.png );
  background-repeat: no-repeat;
  padding-left: 14px;
}

span.error {
  font-weight: bold;
  color: red;
  display: inline;
}
