@CHARSET "ISO-8859-1";

body,td,th {
	font-family: verdana;
	font-size: 12px;
}

/* List */
.list {
	width: 100%;
	border-collapse: collapse;
	border-top: solid 1px #333;
	border-left: solid 1px #333;
}

.list tr {
	border-bottom: solid 1px #333;
	border-right: solid 1px #333;
}

.list tr th {
	background-color: #CCC;
	text-align: left;
	height: 25px;
}

.list .actions {
	width: 100px;
}

.list .actions a {
	display: block;
	height: 20px;
	line-height: 20px;
	padding-left: 20px;
	background-repeat: no-repeat;
	background-position: left center;
}

.empty {
	display: block;
	border: 1px solid #333;
	background-color: #EEE;
	line-height: 25px;
	padding: 0px 5px;
	margin-bottom: 10px;
}

/* Ribbon */
.ribbon {
	text-align: right;
	margin-bottom: 10px;
}

.ribbon a {
	height: 20px;
	line-height: 20px;
	padding: 5px 5px 5px 20px;
	background-repeat: no-repeat;
	background-position: 2px center;
	background-color: #CCC;
	border: solid 1px #333;
	margin-left: 5px;
	text-decoration: none;
	color: #000;
}

.ribbon a:hover {
	text-decoration: underline;
}

/* Button */
a.add {
	background-image: url("icons/add.png");
}

a.edit {
	background-image: url("icons/pencil.png");
}

a.delete {
	background-image: url("icons/bin.png");
}

a.save {
	background-image: url("icons/disk.png");
}

a.cancel {
	background-image: url("icons/cancel.png");
}

a.back {
	background-image: url("icons/door_out.png");
}

a.search {
	background-image: url("icons/zoom.png");
}

/* Form */
.form {
	border-collapse: collapse;
}

.form tr{
	height: 30px;
}

.form .label {
	width: 200px;
	font-weight: bold;
	vertical-align: top;
	line-height: 30px;
}

.form .field {
	width: 200px;
	line-height: 30px;
}

.form .field fieldset{
	border: none;
	padding: 0px;
	margin: 0px;
}

.form .input {
	width: 200px;
	line-height: 30px;
}

.form .input fieldset{
	border: none;
	padding: 0px;
	margin: 0px;
}

.form .error {
	color: #ff0000;
	vertical-align: top;
	line-height: 30px;
}

input.error {
	background-color: #F66;
}

/* Popup */
.popup {
	border: solid 1px #333;
}

.popup table {
	border-collapse: collapse;
}

.popup .popupHdr {
	height: 25px;
	background-color: #999;
	border-bottom: solid 1px #333;
	padding: 5px;
}

.popup .popupBody {
	padding: 5px;
	background-color: #FFF;
}

/* Panel */
.panel {
	width: 100%;
	border-collapse: collapse;
}

.panel .column-50 {
	width: 50%;
	vertical-align: top;
}

.panel .column-25 {
	width: 25%;
	vertical-align: top;
}

.panel .column-75 {
	width: 75%;
	vertical-align: top;
}

/* Box */
.box {
	width: 100%;
	border: 1px solid #333;
	border-collapse: collapse;
	margin-bottom: 10px;
}

.box .header .boxCol1 {
	border-bottom: 1px solid #333;
	height: 25px;
	font-weight: bold;
	padding: 0px 5px;
}

.box .body .boxCol1 {
	padding: 5px;
}

.box .block .boxCol1 {
	padding: 0px;
}

/* Block */
.block {
	/*width: 100%;*/
	/*border: 1px solid #333;*/
	border-collapse: collapse;
	margin-bottom: 10px;
}

.block .header {
	/*border-bottom: 1px solid #333;*/
	height: 25px;
	font-weight: bold;
	padding: 0px 5px;
}

.block .body {
	padding: 5px;
}