/* CSS Document */

.form {
	width: 92%;
}
.formItem, .formItemSecImg {
	width: 100%;
	min-height: 1.6em;
	margin: 4px 0 4px 0;
	float: left;
}
.formLabel {
	width: 25%;
	min-height: 20px;
	display: inline;
	float: left;
	line-height: 20px;
	text-align: right;
}
.inputIndicator {
	width: 20px;
	margin: 2px 5px 0 0;
	display: inline;
	float: left;
}
.formItemSecImg img {
	display: inline;
	float: left;
}
#Message_container {
	min-height: 20px;
	display: inline;
	float: right;
	clear: right;
}
.formError {
	color:#FF0000;
	font-weight: bold;
}
.formInput, .formInputOk, .formInputError, .input, select {
	line-height: 20px;
	color: #000000;
	border: 1px solid #CCCCCC;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	
	height: 1.6em;
	display: inline;
	float: left;
	padding: 2px;
}
.formHelp {
	display: inline;
	float: left;
	margin: 0 0 0 2px;
	padding: 2px 1px 0 1px;
}
.formLabelRC {
	display: inline;
	margin: 0 10px 0 0;
}
.formInput_check, .formInput_radio, .formInputOk_check, .formInputOk_radio, .formInputError_check, .formInputError_radio {
	background-color: #f6f6f6;
	color: #000000;
	margin: 0 4px 0 0;
}
#content_parent, #content_container, #portlettext_parent, #portlettext_container, #description_parent, #description_container {
	float: left;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}
.formInputError {
	border: 1px solid #FF0000;
}
.formInput:focus, .formInputOk:focus, .input:focus {
	background-color: #FFFFEE;
	border: 1px solid #999999;
}
.formInputError:focus {
	background-color: #FFFFEE;
	border: 1px solid #999999;
}
select {
	max-width: 		64%;
	line-height: 	1.6em;
	float: 			left;
	padding: 0;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}
textarea.formInput, textarea.formInputOk, textarea.formInputError {
	width: 64%;
	height: 150px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}
.mceLayout, .mceEditor defaultSimpleSkin {
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}
.mceLayout tbody tr td {
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}
div.fileinputs {
	position: relative;
	line-height: 20px;
	color: #000000;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	
	height: 1.6em;
	display: inline;
	float: left;
	padding: 2px;
}

div.fakefile {
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 1;
}
div.fakefile input {
	line-height: 20px;
	color: #000000;
	border: 1px solid #CCCCCC;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	height: 1.6em;
	padding: 2px;
	
}
input.formInputFile,
input.formInputOkFile,
input.formInputErrorFile {
	position: relative;
	text-align: right;
	-moz-opacity:0 ;
	filter:alpha(opacity: 0);
	opacity: 0;
	z-index: 2;
}

.formButtons {
	width: 100%;
	text-align: left;
	
}
.formButton {
	height: 28px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	font-size: 0.7em;
	font-weight: bold;
	background-color: #f0f0f0;
	padding: 3px 2px 4px 2px;
	color: #000000;
	border: 1px solid #cccccc;
}
button {
	margin-left: 8px;
}
.formButton:hover {
	background-color: #1490AF;
	color: #FFFFFF;
}
.formButton:active {
	background-color: #1490AF;
	border: 1px solid #333333;
}
.listHeaderRow {
	height: 22px;
}
.listHeader,
.listHeaderFirst,
.listHeaderLast {
	background-color: #666666;
	padding: 5px;
	border: 1px solid #AAAAAA;
}
.listHeaderFilter {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
}
.listHeaderFilter:hover {
	text-decoration: underline;
}
.listHeaderFirst {
	width: 20px;
	-moz-border-radius-topleft:			4px;
	-webkit-border-top-left-radius:		4px;
	-moz-border-radius-bottomleft:		4px;
	-webkit-border-bottom-left-radius:	4px;
}
.listHeaderLast {
	-moz-border-radius-topright:		4px;
	-webkit-border-top-right-radius:	4px;
	-moz-border-radius-bottomright:		4px;
	-webkit-border-bottom-right-radius:	4px;
}
.listRowEven,
.listRowUneven,
.listRowEvenFirst,
.listRowEvenLast,
.listRowUnevenFirst,
.listRowUnevenLast {
	padding: 2px 2px 2px 4px;
	height: 20px;
	border: 1px solid #CCCCCC;
	color: #000000;
}
.listRowEven,
.listRowEvenFirst,
.listRowEvenLast {
	background-color: #DDDDDD;
}
.listRowUneven,
.listRowUnevenFirst,
.listRowUnevenLast {
	background-color: #EFEFEF;
}
.listRowEvenFirst,
.listRowUnevenFirst {
	-moz-border-radius-topleft:			4px;
	-webkit-border-top-left-radius:		4px;
	-moz-border-radius-bottomleft:		4px;
	-webkit-border-bottom-left-radius:	4px;
}
.listRowEvenLast,
.listRowUnevenLast {
	text-align: center;
	-moz-border-radius-topright:		4px;
	-webkit-border-top-right-radius:	4px;
	-moz-border-radius-bottomright:		4px;
	-webkit-border-bottom-right-radius:	4px;
}
.listImage {
	position: relative;
	top: 2px;
	border: 0;	
}
.listImage:hover {
	border: 0;	
}
.formFieldSet {
	margin: 2px 0 2px 0;
	padding: 2px 10px 2px 10px;
	-moz-border-radius: 10px;
	border: 1px solid #DDDDDD;
}
.formLegend {
	font-weight: bold;
	padding: 2px 5px 2px 5px;
	-moz-border-radius: 4px;
	border: 1px solid #DDDDDD;
}

