div.formerror-errors,
div.formerror-success {
	position: relative;
	margin-bottom: 20px;
}

div.formerror-errors {
	border: 1px solid #ce0000;
	padding: 10px;

	-moz-border-radius-topleft: 10px;
	-webkit-border-top-left-radius: 10px;
	-moz-border-radius-topright: 10px;
	-webkit-border-top-right-radius: 10px;
	-moz-border-radius-bottomleft: 10px;
	-webkit-border-bottom-left-radius: 10px;
	-moz-border-radius-bottomright: 10px;
	-webkit-border-bottom-right-radius: 10px;

	color: #ce0000;
	background: #ffe2e2;
}
div.formerror-success {
	border: 1px solid #7BA12D;
	padding: 10px;

	-moz-border-radius-topleft: 10px;
	-webkit-border-top-left-radius: 10px;
	-moz-border-radius-topright: 10px;
	-webkit-border-top-right-radius: 10px;
	-moz-border-radius-bottomleft: 10px;
	-webkit-border-bottom-left-radius: 10px;
	-moz-border-radius-bottomright: 10px;
	-webkit-border-bottom-right-radius: 10px;

	color: #4D6202;
	background: #F8FFE2;
}

div.formerror-errors ul {
	position: relative;
	margin: 0;
	padding: 0;
	list-style-type: none;
	line-height: normal;
}

div.formerror-success ul {
	position: relative;
	margin: 0;
	padding: 0;
	list-style-type: none;
	line-height: normal;
}



table.form {
	font: 12px/20px "Arial", sans-serif;
	color: #000000;
	width: 100%;
	margin-bottom: 40px;
	padding: 15px;
	border: 1px solid #d0d0d0;
	/*
	border: 1px solid #82909E;
	padding: 1px 1px 0 1px;
	*/
}

table.form tr.even td {
	background: #F8FFE2 url(../images/form-row-bg.png) left bottom repeat-x;
}

table.form tr.odd td {
	background: #ffffff url(../images/form-row-bg.png) left bottom repeat-x;
}

table.form label {
	font-weight: bold;
	color: #264d00;
}

table.form td.title {
	font: bold 14px/18px "Arial", sans-serif;
	letter-spacing: normal;
	color: #ffffff;
	text-align: left;
	padding: 5px 10px;
	background: #7BA12D url(../images/form-row-bg.png) left bottom repeat-x !important;
}

table.form td.label {
	text-align: left;
	vertical-align: top;
	padding: 5px 10px;
	width: 250px;
	border-bottom: 0px solid #ffffff;
	font-weight: normal;
	white-space: nowrap;
	color: #264d00;
}

table.form td.input {
	padding: 3px 10px;
	text-align: left;
	vertical-align: top;
	border-bottom: 0px solid #ffffff;
}
table.form td.input-readonly {
	padding: 5px 10px;
	text-align: left;
	vertical-align: top;
	border-bottom: 0px solid #ffffff;
}

table.form tr.buttons td {
	padding: 3px 10px;
	text-align: left;
	background: #ececec url(../images/section-bg.png) left bottom repeat-x;
	border-top: 1px solid #c6c8c9;
	border-bottom: 1px solid #c6c8c9;
}

input[type=password], 
input[type=text], 
select, 
textarea {
	font: 12px/normal "Arial", sans-serif;
	padding: 3px;
/*
	border: 1px solid #7ba12d;
*/
}

table.form input[type=checkbox] {
	vertical-align: middle;
}
table.form select {
	padding: 2px 4px 2px 0px;
	height: 23px;
}
table.form select option {
	padding: 3px 4px 3px 4px;
}
table.form textarea {
	padding: 4px;
}


table.form .focused,
table.form input.focused,
table.form select.focused,
table.form textarea.focused {
/*
	border: 1px solid #000000;
*/
}



table.resultset {
	margin-bottom: 20px;
	z-index: 10;
	border-left: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	font: normal 12px/normal "Arial", sans-serif;
}

table.resultset th {
	padding: 7px 10px 7px 5px;
	background: #fafafa url(../images/resultset-th-bg.gif) left bottom repeat-x;
	font-weight: bold;
	border-top: 1px solid #cccccc;
	border-bottom: 0px solid #cccccc;
	border-left: 1px solid #ffffff;
	border-right: 1px solid #cccccc;
	text-align: left;
	white-space: nowrap;
	color: #000000;
}

table.resultset tr {
	background: #ffffff;
}

table.resultset tr.even {
	background: #ffffff;
}

table.resultset tr.odd {
	background: #f7f7f7;
}


table.resultset tr.hover td {
	background: #c2e873;
}
	table.resultset tr.hover td a {
		color: #000000;
	}

table.resultset tr.blank td {
	border: 0;
}

table.resultset td {
	padding: 5px 20px 5px 5px;
	border-bottom: 0px dotted #d8d9db;
	white-space: nowrap;
	border-right: 1px solid #cccccc;
	border-left: 1px solid #ffffff;
}
table.resultset td.button {
	padding-right: 5px;
}
table.resultset td.position {
	padding: 5px 15px 2px 5px;
	white-space: nowrap;
	border-left: 0px;
}
table.resultset td.icons {
	padding: 3px 15px 3px 8px;
	white-space: nowrap;
	vertical-align: top;
}


table.resultset td.icons a.edit {
	margin: 1px 8px 0 0;
	float: left;
}

table.resultset td.icons a.view {
	margin: 1px 8px 0 0;
	float: left;
}

table.resultset td.icons a.delete {
	margin: 1px 8px 0 0;
	float: left;
}



.w50 { width: 50px; }
.w100 { width: 100px; }
.w150 { width: 150px; }
.w200 { width: 200px; }
.w250 { width: 250px; }
.w300 { width: 300px; }
.w350 { width: 350px; }
.w400 { width: 400px; }
.w450 { width: 450px; }
.w500 { width: 500px; }
.w550 { width: 550px; }
.w600 { width: 600px; }
.w700 { width: 700px; }
.w860 { width: 860px; }

