body {
	font-size: 15px;
	line-height: 1.6;
	color: #333;
	background: white;
}

h1 {
	color: #3484D2;
}

#ajax-spinner {
	margin: 15px 0 0 15px;
	padding: 13px;
	background: white url('../images/spinner.gif') no-repeat 50% 50%;
	font-size: 0;
	z-index: 123456;
	display: none;
}

a[href^="error:"] {
	background: red;
	color: white;
}

form th, form td {
	vertical-align: top;
	font-weight: normal;
}

form th {
	text-align: right;
}

form .required label {
	font-weight: bold;
}

form .error {
	color: #D00;
	font-weight: bold;
}

html.js .jshidden {
	display: none;
}

.cdvz_title {
	color: #172983;
	font-family: "times", "serif";
}

footer p a{
	color: inherit;
	text-decoration: none;
}

.nowrap {
	white-space: nowrap;
}

.sortable .handle {
	cursor: move;
}

.text-tooltip {
	color: inherit;
   border-bottom: 1px dotted #000;
}
.text-tooltip:hover {
     border-bottom: none;
}

/*html, body {
	min-height: 100%;
}

body {
	background: url('../img/cdvz_logo.jpg') no-repeat left bottom;
}*/