/*
  $Id: screen.css 436 2016-02-14 22:15:56Z avn $
 
@import url("displaytag.css");

@import url("alternative.css");

@import url("teststyles.css");
*/

body,input,submit,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;
/*	vertical-align: baseline; */
}

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( /i/img/icons/cross.png );
  background-repeat: no-repeat;
  padding-left: 14px;
}

input.clear {
  background: url( /i/img/icons/bin.png );
  background-repeat: no-repeat;
  padding-left: 14px;
}

input.emailgo {
  background: url( /i/img/icons/email_go.png );
  background-repeat: no-repeat;
  padding-left: 14px;
}

input.reload {
  background: url( /i/img/icons/database_refresh.png );
  background-repeat: no-repeat;
  padding-left: 14px;
}

input.update {
  background: url( /i/img/icons/database_save.png );
  background-repeat: no-repeat;
  padding-left: 14px;
}

input.refresh {
  background: url( /i/img/icons/page_refresh.png );
  background-repeat: no-repeat;
  padding-left: 14px;
}

input.save {
  background: url( /i/img/icons/database_save.png );
  background-repeat: no-repeat;
  padding-left: 14px;
}

input.create {
  background: url( /i/img/icons/database_add.png );
  background-repeat: no-repeat;
  padding-left: 14px;
}

input.print {
  background: url( /i/img/icons/printer.png );
  background-repeat: no-repeat;
  padding-left: 14px;
}

input.login {
  background: url( /i/img/icons/door_in.png );
  background-repeat: no-repeat;
  padding-left: 14px;
}

input.logout {
  background: url( /i/img/icons/door_out.png );
  background-repeat: no-repeat;
  padding-left: 14px;
}

input.report {
  background: url( /i/img/icons/report.png );
  background-repeat: no-repeat;
  padding-left: 14px;
}

input.back {
  background: url( /i/img/icons/arrow_left.png );
  background-repeat: no-repeat;
  padding-left: 14px;
}

input.add {
  background: url( /i/img/icons/add.png );
  background-repeat: no-repeat;
  padding-left: 14px;
}

input.delete {
  background: url( /i/img/icons/bin_empty.png );
  background-repeat: no-repeat;
  padding-left: 14px;
}

input.approve {
  background: url( /i/img/icons/thumb_up.png );
  background-repeat: no-repeat;
  padding-left: 14px;
}

input.reject {
  background: url( /i/img/icons/thumb_down.png );
  background-repeat: no-repeat;
  padding-left: 14px;
}

.error {
  font-weight: bold;
  color: red;
  display: inline;
}

.ok {
  font-weight: bold;
  color: green;
  display: inline;
}

.waiting {
  color: red;
  text-decoration: blink;
  font-weight: bold;
}

.warning {
  color: red;
  font-weight: bold;
}

input.required,textarea.required {
  border-color: red;
  border-width: 1px;
}

input.optional,textarea.optional {
  border-width: 1px;
}

div.message {
  display: inline;
  min-height: 14px;
  position: absolute;
}

li.pdf {
  list-style-image: url(/i/img/icons/page_white_acrobat.png);
}

li.txt {
  list-style-image: url(/i/img/icons/page_white.png);
}

li.xls {
  list-style-image: url(/i/img/icons/page_white_excel.png);
}

li.doc {
  list-style-image: url(/i/img/icons/page_white_word.png);
}

li.ppt {
  list-style-image: url(/i/img/icons/page_white_office.png);
}

li.rar {
  list-style-image: url(/i/img/icons/book.png);
}

li.folder {
  list-style-image: url(/i/img/icons/folder.png);
}

li.film {
  list-style-image: url(/i/img/icons/film.png);
}
