/*
	DD OSV FÖR FIELDSET
*/
dl 				{ width: 95%; padding:7px; }

dt				{ float: left; width: auto; }

.rtl dt 			{ float: right; }

dd 				{ color: #666666; padding-top: 5px; font-size:10px; }
dt span 			{ padding: 0 5px 0 0; }
.rtl dt span 		{ padding: 0 0 0 5px; }

.explain 		{ font-style: italic;color:#666666}

dt label {
	text-align: left;
	font-weight: bold;
	color: #4A5A73;
}

.rtl dt label {
	text-align: right;
}

fieldset dl {
	margin-bottom: 25px;
}

fieldset dt {
	width: 200px;
	text-align: left;
	border: none;
	border-right: 1px solid #CCCCCC;
	padding-top: 3px;
}

.rtl fieldset dt {
	text-align: right;
	border: none;
	border-left: 1px solid #CCCCCC;
}

fieldset dd {
	margin: 0 0 0 200px;
	padding: 0 0 0 10px;
	border: none;
	border-left: 1px solid #CCCCCC;
	vertical-align: top;
	font-size: 1.00em;
}

dd.full, .rtl dd.full {
	margin: 0;
	border: 0;
	padding: 0;
	padding-top: 3px;
	text-align: center;
	width: 95%;
}

dd .tr{ vertical-align:top; cursor:pointer; }
dd .td-space { height:5px; line-height:1px; font-size:1px; }


/* Hover highlights for form rows */
fieldset dl:hover dt, fieldset dl:hover dd {
	border-color: #666666;
}

fieldset dl:hover dt label {
	color: #000000;
}

fieldset dl dd label:hover {
	color: #BC2A4D;
}

.input { width:50%; border: 1px solid #cccccc; padding: 2px; font-size:11px; color:#888888; }
.checkbox { border: 1px solid #cccccc; background-color:#cccccc; }
.input:hover {
	background-color: #d0dce3;
	border: 1px solid #cccccc;
}
.input:focus {
	border: 1px solid #888888;
	background-color: #d0dce3;
	color: #000000;
}

.disabled {
	background-color:transparent;
	border:0px;
	color:#4A5A73;
	width:180px;
}

fieldset {
	padding-top: 10px;
	margin-bottom:20px;
	border: 1px solid #D7D7D7;
}

.field_gray {
	color:#AAAAAA;
}

.rtl fieldset {
	border-top: 1px solid #D7D7D7;
	border-right: 1px solid #D7D7D7;
	border-bottom: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
}

* html fieldset {
	padding: 0 10px 5px 10px;
}

fieldset dd p {
	font-size: 0.85em;
	line-height:16px;
}
fieldset dd {
	font-size: 0.85em;
	line-height:16px;
}

legend {
	padding: 1px 0;
	font-size: 12px;
	font-weight: bold;
	color: #333333;
}

/* Hide from macIE \*/
legend { top: -1.2em; }
/* end */

* html legend {
	margin: 0 0 -10px -7px;
	line-height: 1em;
	font-size: .85em;
}

/* Holly hack, .rtl comes after html */
* html .rtl legend {
	margin: 0;
	margin-right: -7px;
}

#status_div {
	flaot:left;
	padding:2px;width:200px;
}
/* for Internet Explorer */
/*\*/
* html #status_div {
padding-top:20px;
}

#status_table {
	padding:2px;width:200px;
}
/* for Internet Explorer */
/*\*/
* html #status_table {
margin-top:15px;
}
/**/
