

/*	boxes	*/
.repotoolbox {
	border: 1px solid #cccccc;
	margin: 5px 5px 20px 5px;	/* T   R   B   L */
	padding: 5px 10px 10px 10px;	/* T   R   B   L */
}

.repotoolbox h3 {
	position: static;
	margin: 0px 0px 10px 0px;	/* T   R   B   L */
}

.repotoolbox form {
	clear: none;
	padding: 0px 0px 0px 0px;	/* T   R   B   L */
	margin: 0px 0px 0px 0px;	/* T   R   B   L */
}

.repotoolbox a.menu {
	font-weight: bold;
}

.repotoolbox .mainbutton {
	width:120px;
	font-weight: bold;
}

.repotoolbox .button {
	width:65px;
}

.repotoolbox ul {
	list-style: none;
	list-style-image: none; /* bug in IE */
	padding: 0px 0px 0px 2px;	/* T   R   B   L */
	margin:0px 0px 0px 0px;	/* T   R   B   L */
}

.repotoolbox li {
	padding: 0px 0px 5px 0px;	/* T   R   B   L */
}

.repotoolbox .form-line {
	clear: both;
	padding: 0px 0px 10px 0px;	/* T   R   B   L */
}

.repotoolbox .form-descr {
	padding: 0px 0px 10px 0px;	/* T   R   B   L */
}

.repotoolbox .form-error {
	color: #ff0000;
	font-weight: bold;
}

.repotoolbox .form-info {
	font-weight: bold;
	color: #0000FF;
}

.repotoolbox .form-label {
	float: left;
	width: 150px;
	text-align: left;
	font-weight: bold;
	padding: 0px 10px 0px 0px;	/* T   R   B   L */
}

.repotoolbox .form-text-big {
	width: 30em;
}
.repotoolbox .form-text-medium {
	width: 15em;
}
.repotoolbox .form-text-small {
	width: 6em;
}
.repotoolbox .form-text-xtiny {
	width: 2em;
}
.repotoolbox .form-textarea-small {
	width: 25em;
	height: 10em;
}
.repotoolbox .form-textarea-big {
	width: 30em;
	height: 10em;
}

.repotoolbox .page_item {
	float: left;
	padding: 0px 0px 0px 0px;	/* T   R   B   L */
	margin: 0px 10px 0px 0px;	/* T   R   B   L */
}

/*	tables	*/
.raw-header {
	font-weight: bold;
	background: #DCDCDC
}
.raw-odd {
	background: #ECECEC
}
.raw-even {
	background: #FFFFFF
}

/*	others	*/
.mandatory {
	color: #FF0000;
}
.validate_no {
	font-weight: bold;
	color: #FFA800;
}
.validate_ok {
	font-weight: bold;
	color: #0000FF;
}
.validate_error {
	font-weight: bold;
	color: #FF0000;
}
.validate_ignore {
	font-weight: bold;
	color: #669933;
}

