/* formulare */

div.form {
	font-size:11px;
	font-weight:normal;
	background-color:#fff;
	padding:5px;
}

fieldset {
	clear: both;
	background: none;
	font-size:11px;
	font-weight:normal;
	padding: 10px;
	margin: 1em 0.5em 1em 0.5em;
}

legend {
	font-weight:bold;
	margin: 0px 0px 10px 0px;
	padding: 0 5px 0 5px;
	line-height: 18px;
}

fieldset, legend {
	border: 1px solid;
}

.form .elements {
	display:block;
	padding:0;
	text-align: left;
	margin:2px;
}

.elements {
	clear: both;
	display:block;
	min-height: 22px;
	padding-left:2px;
	margin: 2px;
}

.element {
	float: left;
	min-height: 1.4em;
	line-height: 20px;
	text-align: left;
	min-width: 20px;
}

.element img {
	margin-bottom: -2px;
}

.elements input, .elements select, .select, .elements textarea  {
  background-color:#fff;
  border:1px solid #666666;
  font-size: 100%;
  color: #000;
}

.elements input  {
  padding:1px;
}

.elements input, .elements select {
  margin-top: 2px;
}

.elements input:hover, .elements select:hover, .elements textarea:hover {
	border:1px solid #333;
	background: #9F9F9F;
}

.elements input:focus, .elements select:focus, .elements textarea:focus {
	border:1px solid #333;
	background: #DFF1FF;
}

.elements .text, .elements select {
  width: 150px;
}

.elements .text {
	width: 150px;
}

input.date {
	width: 80px;
}

select.date {
	width: 50px;
}

select.time {
	width: 60px;
}

.tiny, .elements input.tiny, .elements select.tiny {
	width: 50px;
}

.small, .elements input.small, .elements select.small, .elements .label.small {
	width: 70px;
}

.medium, .elements input.medium, .elements select.medium {
	width: 200px;
}

.long, .elements input.long, .elements select.long {
	width: 350px;
}

.elements .textarea {
	width: 250px;
}

div.textarea {
	clear: both;
}

.elements checkbox, input.checkbox, .elements radio, input.radio {
  border:0;
  width: 1.4em;
  padding: 0;
  margin: 3px 0 0 0;
  float: left;
}

.elements label {
	text-align: left;
	width: 33%;
	vertical-align: top;
	margin: 3px;
}

.elements .label {
	float:left;
	text-align: left;
	width: 33%;
	vertical-align: top;
	margin: 3px;
}

.elements label.num {
	width: 20px;
}

.label2, .label3 {
	float: left;
	text-align: left;
	padding: 3px 0px 3px 0;
}

.required {
	font-weight: bold;
}

.elements .error {
	font-weight: bold;
	clear: left;
	display: block;
	border:1px solid #990000;
	color: #990000;
	border:0;
	margin: 0;
}

.buttons {
	clear: both;
	margin-top: 1em;
	text-align: right;
}

.buttons input, .submit, .button {	
	background-color: #fff;
	border: 1px solid #666666;
  width: 120px;
  height: 1.8em;
	margin-left: 1em;
}

.cbitem {
	float: left;
	margin: 0 5px 0 0;
	padding: 0;
	
}

.cbitem input, .cbitem label {
	clear: none;
	float: left;
	white-space:nowrap;
}

.cbitem input {
	border: 0;
}

.cbitem label {
	width: 200px;
}

.cbitem input {
	margin: 7px 5px 0 0;
}

.requiredNote {
	padding:5px 5px 5px 5px;
	text-align:center;
}

/* header definitions  */

.header, .subheader, .links {
	clear: both;
	display: block;
	line-height: 1.4em;
	min-height: 1.4em;
	font-weight: bold;
  background-color: #F5F8Fb;
  border: 1px solid #9F9F9F;
}

.header, .subheader {
	padding: 0 1em 0 1em;
	margin: 0;
}

.links {
	margin: 0.5em 0 0.5em 0;
	text-align: right;
}

.header label, .subheader label {
	font-weight: bold;
	width: auto;
	float: left;
	padding: 0 5px 0 0 ;
}

/* list definitions  */

div.list {
	border: 0;
	padding: 0;
	margin: 0;
	border: 1px solid #9F9F9F;
}

table.list {
	border: 0;
	padding: 0;
	margin: 0;
	border-left: 1px solid #9F9F9F;
	border-top: 1px solid #9F9F9F;
}

table.list th, table.list td  {
 	padding: 2px;
	border-right: 1px solid #9F9F9F;
	border-bottom: 1px solid #9F9F9F;
}

table.list th, .summary {
  background: #F7F7F7;
	font-weight: bold;
}

table.list th {
 	text-align: center;
}

table.list tr:hover {
	color:#000000;
  background-color:#ccf;
}

table.list .label {
	font-weight: bold;
	width: 33%;
}
.remark {
	clear: both;
	border:1px solid #9F9F9F;
  background-color:#fff;
	padding:2px 5px 2px 2px;
	margin:2px 0 2px 0;
	display: block;
	height: 18px;
	line-height: 18px;
	text-align: center;
}


/* Message elements */

.info, .error, .warning, .hint {
	line-height:1.6em;
	margin: 1em 0 1em 0;
	display: block;
}

.info, .error, .warning {
	padding: 5px 5px 5px 25px;
	background: none #F7F7F7 no-repeat 5px 5px;
}

.info {
	border:1px solid #006600;
	color: #006600;
	background-image: url(/common/skins/default/icons/information.png); 
}

.error {
	font-weight: bold;
	border:1px solid #cc0000;
	color: #990000;
	background-image: url(/common/skins/default/icons/exclamation.png); 
}

.warning {
	font-weight: bold;
	border:1px solid #990000;
	color: #990000;
	background-image: url(/common/skins/default/icons/error.png); 
}

.hint {
	padding: 5px 5px 5px 25px;
	border:1px solid #9F9F9F;
	color: #666;
	background: url(/common/skins/default/icons/information.png) #F7F7F7 no-repeat 5px 5px;
}

/* common modifiers */

.dark {
  color:#fff;
  background-color:#333;
}

.odd {
  background-color:#F7F7F7;
}

.even {
  background-color:#fff;
}

.bline {
	border-bottom: 1x solid #9F9F9F;
}

.hline {
	display: block;
	height: 1px;
	border-bottom:1px solid #9F9F9F;
}

.fleft {
	float: left;
	text-align: left;
}

.left {
	text-align: left;
}

.center {
	text-align: center;
}

.right {
	text-align: right;
}

.bottom {
	bottom: 1.4em;
}

.hd3d {
  border: 0;
  background: #F5F8Fb url(/common/skins/default/images/header_bg.png) top left repeat-x;
}

.tb3d {
  border: 0;
  background: #F5F8Fb url(/common/skins/default/images/toolbar_bg.png) top left repeat-x;
}

/* search form */

div.search {
	vertical-align: top;
	text-align: left;
	margin: 0;
	border: 0;
	line-height: 25px;
}

.search .text {
	border:1px solid #9F9F9F;
	margin: 0;
	padding: 2px;
	width:150px;
}

.search .submit {
	margin: 0;
	border:0;
	padding:0;
	height: 16px;
	width: 16px;
}
