@charset "utf-8";
.clear {
	clear: both;
}
td {
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
}
#step-path {
	font-size: 13px;
	color: #dbf1f9;
	background-image: url(title_box.png);
	background-repeat: no-repeat;
	background-position: left top;
	height: 23px;
	padding-top: 5px;
	padding-left: 10px;
	margin-bottom: 15px;
}
.gray {
	background-color: #dbf1f9;
	padding: 5px;
	margin-top: 3px;
	line-height: 18px;
	background-image: url(sun.png);
	background-position: right center;
	background-repeat: no-repeat;
}
#creator_div {
	padding: 5px;
	margin-top: 5px;
	margin-bottom: 5px;
	border: 1px solid #dbf1f9;
	background-color: #9fc2f1;
}
#creator_div_own {
	padding: 5px;
	margin-top: 5px;
	margin-bottom: 5px;
	border: 1px solid #9fc2f1;
	background-color: #dbf1f9;
}
#log {
	padding: 5px;
	margin-top: 5px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	margin-bottom: 5px;
	height: auto;
}
 
#log_res {
	overflow: auto;
	height: 60px;
	margin-top: 5px;
	margin-bottom: 5px;
	color: #FFF;
	background-color: #dbf1f9;
	padding: 5px;
	font-size: 16px;
}
#log_res_own {
	overflow: auto;
	height: 60px;
	margin-top: 5px;
	margin-bottom: 5px;
	color: #696d77;
	background-color: #dbf1f9;
	padding: 5px;
	font-size: 11px;
}

 #log_res_own.ajax-loading {
	background-image: url(ajax-loader.gif);
	background-repeat: no-repeat;
	background-position: center;
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 0px;
	padding-left: 0;
}
#log_res.ajax-loading {
	background-image: url(ajax-loader.gif);
	background-repeat: no-repeat;
	background-position: center;
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 0px;
	padding-left: 0;
}
.creator-class-box {
	padding: 7px;
	border: 1px solid #9fc2f1;
	background-color: #FFF;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.light-cell {
	background-color: #f5fdff;
}
.dark-cell {
	background-color: #dfe7ff;
}
