@charset "utf-8";

.dosConsole {
	background-color: #000000;
	border: 1px solid #CCCCCC;
	font-family: "Lucida Console", Courier, monospace;
	padding-top: 15px;
	padding-bottom: 15px;
	padding-left: 10px;
	padding-right: 10px;	
	margin-top: 10px;
	margin-bottom: 20px;
	font-size: 80%;
	line-height: 110%;
	color: #FFFFFF;
}

.kixCode {
	font-family: "Lucida Console", Courier, monospace;
	background-color: #EDF2F8;
	border: 1px solid #CCCCCC;
	padding: 20px;
	margin-top: 10px;
	margin-bottom: 10px;
	font-size: 76%;
	line-height: 120%;
}

.kixCodeCmd {
	font-family: "Lucida Console", Courier, monospace;
	color: #0000FF;
	font-size: 110%;	
}
.kixCodeVar {
	font-family: "Lucida Console", Courier, monospace;
	color: #990033;
	font-size: 110%;
}

.kixCodeMisc {
	font-family: "Lucida Console", Courier, monospace;
	color: #333333;
	font-size: 110%;
}

.kixCodeComment {
	font-family: "Lucida Console", Courier, monospace;
	color: #006600;
	font-size: 110%;
}

.udfbox {
	background-color: #FFFFFF;
	border: 1px solid #CCCCCC;
	padding: 15px;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-right: 10px;
}

.udfbox-head {
	font-family:"Century Gothic","Trebuchet MS",Arial,Helvetica,sans-serif;
	font-size: 95%;
	font-weight: bold;
	color: #003366;
	margin-bottom:10px;
	margin-top:10px;
	padding-top: 3px;
	padding-bottom: 3px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

img.balloontip {
	margin-right:5px;
}
