/* CSS Document */

fieldset {
	margin: 0px;
	padding: 5px;
	/* round border */
	-moz-border-radius-bottomleft: 5px;
	-moz-border-radius-bottomright: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-topright: 10px;
	-webkit-border-top-left-radius: 10px;
	-webkit-border-top-right-radius: 10px;
	-ms-border-radius-bottomleft: 5px;
	-ms-border-radius-bottomright: 5px;
	-ms-border-radius-topleft: 10px;
	-ms-border-radius-topright: 10px;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	/* ** */
	background-color: #FFF;
	vertical-align: top;
	border: 1px solid #999;
	width: auto;
	height: auto;
	min-width: 50%;
}

legend {
	padding: 2px;
	font-weight: bold;
	color: #FFF;
	background-color: #09F;
	font-family: Tahoma;
	font-size: 9pt;
	cursor: pointer;
	line-height: 18px;
	/* round border */
	-moz-border-radius-bottomleft: 5px;
	-moz-border-radius-bottomright: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-ms-border-radius-bottomleft: 5px;
	-ms-border-radius-bottomright: 5px;
	-ms-border-radius-topleft: 5px;
	-ms-border-radius-topright: 5px;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 25px;
	
	min-width: 40%;
	width: auto;
	vertical-align: top;
	white-space: nowrap;
	display: table-cell;
}

fieldset.debug_file_content {
	/* round border */
	-moz-border-radius-bottomleft: 5px;
	-moz-border-radius-bottomright: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-ms-border-radius-bottomleft: 5px;
	-ms-border-radius-bottomright: 5px;
	-ms-border-radius-topleft: 5px;
	-ms-border-radius-topright: 5px;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;

	background-color: transparent;
	vertical-align: top;
	border: 1px dashed #CAA;
	margin: 2px;
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	overflow: auto;
}

fieldset.debug_file_content legend {
	font-weight: normal;
	color: #600;
	background-color: #FEE;
	font-family: "Times New Roman", Times, serif;
	font-size: 9pt;
	cursor: pointer;
	/* round border */
	-moz-border-radius-bottomleft: 3px;
	-moz-border-radius-bottomright: 3px;
	-webkit-border-bottom-left-radius: 3px;
	-webkit-border-bottom-right-radius: 3px;
	-moz-border-radius-topleft: 3px;
	-moz-border-radius-topright: 3px;
	-webkit-border-top-left-radius: 3px;
	-webkit-border-top-right-radius: 3px;
	-ms-border-radius-bottomleft: 3px;
	-ms-border-radius-bottomright: 3px;
	-ms-border-radius-topleft: 3px;
	-ms-border-radius-topright: 3px;
	border-bottom-left-radius: 3px;
	border-bottom-right-radius: 3px;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
	/* */
	margin-top: 5px;
	margin-right: 2px;
	margin-bottom: 2px;
	margin-left: 20px;
	min-width: 40%;
	width: auto;
	vertical-align: central;
	white-space: nowrap;
	display: block;
	padding-top: 0px;
	padding-right: 1px;
	padding-bottom: 1px;
	padding-left: 2px;
	height: 15px;
	border: 1px dashed #CAA;
	vertical-align: text-top;
	height: auto;
}


.debug_tab {
	font-family: Tahoma;
	font-size: 5px;
	color: #003366;
	background-color: #EEFFCC;
	width: 100%;
	height: 350px;
	border-top: solid 1px #000;
	display: inline-block;
	overflow: scroll;
	text-align: left;
	vertical-align: top;
	padding: 2px;
}
.debug_inc_file {
	font-family: "Times New Roman", Times, serif;
	font-size: 9px;
	color: #666;
	background-color: #EFE;
	border: 1px dashed #CCF;
	padding: 2px;
}

.debug-info {
	font-family: System;
	font-size: 9pt;
	font-style: normal;
	font-weight: normal;
	color: #333;
	margin: 0px;
	padding: 2px;
	border: 1px dashed #999;
	line-height: 15px;
	background-color: #EEE;
	opacity: 0.75;
	width: 80%;
}
.debug-log {
	font-family: System;
	font-size: 10px;
	font-weight: normal;
	color: #0F3;
	background-color: #333;
	text-align: left
	overflow: auto;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #000;
	border-right-color: #666;
	border-bottom-color: #666;
	border-left-color: #000;
	opacity: 0.75;
	width: 80%
}
.debug-log-text {
	font-family: System;
	font-size: 10px;
	font-weight: normal;
	color: #0F3;
	background-color: transparent;
}


.debug-finalize {
	padding: 2px;
	font-family: System;
	font-size: 9pt;
	font-weight: normal;
	color: #069;
	background-color: #EEE;
	text-align: center;
	border: #CCC solid 1px;
}

.debug-finalize b {
	color: #F63;
}

.debug-var-info {
	margin: 10px;
	padding: 10px;
	width: 90%;
	max-height: 450px;
	overflow: auto;
}

.debug-file {
	font-family: "Times New Roman", Times, serif;
	font-size: 10px;
	color: #666;
	background-color: #DDD;
	border: 1px dashed #CCF;
	padding: 2px;
	text-align: right;
	overflow: hidden;
}


.debug-block {
	border: #666 dashed 1px;
	padding: 2px;
	font-family: Tahoma;
	font-size: 9pt;
	font-weight: normal;
	background-color: #FFF;
}

.debug-row {
	page-break-before: always;
	page-break-after: always;
	border: #999 dashed 1px;
	color: #F63;
	background-color: #EEE;
	padding-top: 2px;
	padding-right: 2px;
	padding-bottom: 2px;
	padding-left: 10px;
}
.debug-error {
	page-break-before: always;
	page-break-after: always;
	border: #F99 dashed 1px;
	padding: 2px;
	color: #F00;
	background-color: #DDD;
}

.debug-col-0 {
	min-width: 30px;
	display: inline-block;
	overflow: hidden;
}
.debug-col-1 {
	min-width: 220px;
	display: inline-block;
	overflow: hidden;
}
.debug-col-2 {
	min-width: 80px;
	display: inline-block;
	overflow: hidden;
}
.debug-col-3 {
	min-width: 80px;
	display: inline-block;
	overflow: hidden;
}
