div.item {
	border: 1px solid #000;
	margin-bottom: 10px;
	padding: 5px;
	background-color: #fff;
}
div.signup {
	border: 1px solid #000;
	margin-bottom: 10px;
	margin-top: 10px;
	padding: 5px;
}

div.editor {
	border: 1px solid #000;
}

div.itemsum {
	margin-left: 45px;
}

span.iteminfo {
	margin-left: 30px;	
}

div.title {
	/*display: inline;*/
	margin-left: 30px;
}
div.block {
	border: 1px solid #000;
	background-color: #ddf;
	padding: 5px;
	margin-bottom: 10px;
}
div.blockitems {
	border: 1px solid #000;
	border-top: 0px;
	background-color: #eef;
	padding: 10px;
	margin-top: -10px;
	margin-bottom: 10px;
}
div.hidden {
	display:none;
}
div.icon {
	/*position: absolute;*/
	float: left;
	/*display: inline;*/
	padding-left: 5px;
	padding-right: 5px;
	margin-right: 5px;
	color:#00d;	
	border: 1px solid #00f;
	font-weight: bolder;
}

div.breadcrumb {
	border: 1px solid #000;
	margin-bottom: 10px;
	padding: 5px;	
	background-color: #ddf;
}

div.cp {
	border: 1px solid #000;
	background-color: #eee;
	padding: 5px;
	margin-top: 20px;
}

span.pointer {
	cursor:pointer;
}
ul.nomark {list-style-type: none;}

table thead th {
	font-weight:bold;
	cursor:pointer;
}

table.gb {
	border-collapse: collapse;
	margin-left: 10px;
	margin-top: 10px;
	margin-bottom: 10px;
}

table.gb thead th {
	border-bottom: 2px solid #00f;
	text-align: center;
	padding: 0.1em 0.5em;
	background-color: #eef;
}


table.gb tr.even {
	background-color: #fff;	
}

table.gb tr.odd {
	background-color: #dfd;
}


table.gb td {
	padding: 2px 5px 2px 5px;
}

td.c {
	text-align: center;
}

span.form {
	display: block;
	width: 200px;
	float: left;
	margin-bottom: 10px;
	text-align: right;
	padding-right: 20px;
}
span.formright {
	display: block;
	width: 300px;
	float: left;
	margin-bottom: 10px;
	text-align: left;
}

span.column {
	display: block;
	width: 200px;
	float: left;
	padding-right: 20px;
}

span.left {
	float: left;
}

input.form {
	display: block;
	width: 200px;
	float: left;
	margin-bottom: 10px;
}

div.submit {
	width: 400px;
	text-align: right;
}

br.form {
	clear: left;
}
img {
	border: 0;
}
div.right {
	text-align: right;	
}
span.right {
	float:right;
}

