.table-head {
	font-weight: bold;
	background-color: #A8B7CA;
}

.table-body {
	background-color: #F0F0F0;
}

.textbox-white {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small;
}

.error {
}

.good {
	font-weight: bold;
}

.design-color-blue {
	color: #385792;
}
/* floating and inlining controls */
div.float-left {
	float: left;
}
div.float-right {
	float: right;
}
div.inline {
	display: inline;
}
div.padding-right {
	padding: 0px 2em 2em 0px;
}

p.half {
 	margin: 0px 0px 0.75em 0px;
}
ol.half {
	margin-top: 0.75em;
	margin-bottom: 0.75em;
}
ul.half {
	margin-top: 0.75em;
	margin-bottom: 0.75em;
}

/* used for smaller comments */
.comment {
	font-size: 75%;
}

/*open-close document*/
.openDoc {
	background: url(../images/opendoc.png) no-repeat 0px -1px;
	padding-left: 20px;
	color: green !important;
}

.closeDoc {
	background: url(../images/closedoc.png) no-repeat 0px -2px;
	padding-left: 20px;
	color: red !important;
}