body {
	background: #70B3C2;
	padding: 0;
	margin: 0;
	overflow: hidden;
}

div.sending {
	background-color: #E3E3E3;
	position: absolute;
	opacity: 0.76;
	filter: alpha(opacity = 76);
	text-align: center;
	z-index: 900;
	-webkit-border-radius: 5px 5px 5px 5px;
	-moz-border-radius: 5px 5px 5px 5px;
	border-radius: 5px 5px 5px 5px;
}

div.sending img {
	margin: -15px 0px;
	font-size: 20px;
}

div.logo {
	opacity: 0.20;
	filter: alpha(opacity = 20); -
	-font-weight: bold;
	font-size: 300px;
	position: absolute;
	width: 100%;
	text-align: center;
	margin: 80px 0px;
}

div.about, div.info {
	position: fixed;
	_position: absolute;
	_margin-bottom: 0;
	_margin-right: 0;
	right: 7px;
	bottom: 0;
	z-index: 100;
	font-weight: bold;
	font-size: 14px;
	opacity: 0.80;
	filter: alpha(opacity = 80);
	color: #63837F;
}

div.info {
	left: 3px;
	right: auto;
	bottom: auto;
	top: 40px;
}

div.info label {
	display: block;
}

div.about label {
	display: block;
}

.ui-dialog div#barraMenu {
	background: #F4F4F4;
	width: 100%;
	-webkit-border-radius: 5px 5px 5px 5px;
	-moz-border-radius: 5px 5px 5px 5px;
	border-radius: 5px 5px 5px 5px;
	margin: 3px 0px;
	height: 20px;
}

table.result caption, table.result2 caption {
	font-size: 1.3em;
	font-weight: bold;
}

table.result, table.result2 {
	font-family: verdana, arial, sans-serif;
	font-size: 11px;
	color: #333333;
	border-width: 1px;
	border-color: #999999;
	border-collapse: collapse;
}

table.result thead tr th, table.result2 thead tr th {
	background-color: #c3dde0;
	border-width: 1px;
	padding: 8px;
	border-style: solid;
	border-color: #a9c6c9;
}

table.result2 thead tr th {
	padding: 0px;
}

table.result tbody tr, table.result2 tbody tr {
	background-color: #d4e3e5;
}

table.result tbody tr td, table.result2 tbody tr td {
	border-width: 1px;
	padding: 8px;
	border-style: solid;
	border-color: #a9c6c9;
}

table.result2 tbody tr td {
	padding: 0px;
}

table.result tbody tr:hover, table.result2 tbody tr:hover {
	background-color: #76C8A2;
}

fieldset legend {
	color: black;
}

a.button {
	width: 16px;
	height: 18px;
	float: left;
	background-repeat: no-repeat;
}

.barraIcon a.button {
	margin: 2px 4px;
}

a.button.add {
	background-image: url(../images/icons/add.png);
}

a.button.delete {
	background-image: url(../images/icons/delete.png);
}

a.button.dump {
	background-image: url(../images/icons/dump.png);
}

a.button.folder {
	background-image: url(../images/icons/folder.png);
}

a.button.glass {
	background-image: url(../images/icons/glass.png);
}

a.button.mail {
	background-image: url(../images/icons/mail.png);
}

a.button.remove {
	background-image: url(../images/icons/remove.png);
}

a.button.delete {
	background-image: url(../images/icons/delete.png);
}

a.button.save {
	background-image: url(../images/icons/save.png);
}

a.button.start {
	background-image: url(../images/icons/start.png);
}

a.button.stop {
	background-image: url(../images/icons/stop.png);
}

a.button.people1 {
	background-image: url(../images/icons/people1.png);
}

a.button.people2 {
	background-image: url(../images/icons/people2.png);
}

a.button.people3 {
	background-image: url(../images/icons/people3.png);
}

a.button.people4 {
	background-image: url(../images/icons/people4.png);
}

a.button.book1 {
	background-image: url(../images/icons/book1.png);
}

a.button.book2 {
	background-image: url(../images/icons/book2.png);
}

a.button.printer {
	background-image: url(../images/icons/printer.png);
}

a.button.goUp {
	background-image: url(../images/icons/gnome_go_up.png);
}

a.button.goDown {
	background-image: url(../images/icons/gnome_go_down.png);
}

a.button.checklist {
	background-image: url(../images/icons/checklist.png);
}

a.button.transfer {
	background-image: url(../images/icons/transfer.png);
}



.ui-dialog .ui-dialog-titlebar {
	padding: 0 8px;
}

.ui-dialog-titlebar {
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
}

.ui-dialog .ui-dialog-title {
	margin: 0 0 0 0;
	padding: 0;
}

.ui-dialog {
	padding: 0;
}

.ui-draggable .ui-dialog-titlebar {
	cursor: default;
}

.ui-dialog .ui-dialog-content {
	padding: .5em 10px;
}

.ui-button-text-only .ui-button-text {
	padding: .1em 10px;
}

.ui-widget {
	font-size: 14px;
	font-weight: normal;
}

.ui-state-default, .ui-widget-content .ui-state-default,
	.ui-widget-header .ui-state-default {
	font-weight: normal;
}