body {
	/*font: 16px/1.5 "Trebuchet MS", "Geneva CE", lucida, sans-serif;*/
	color: #333;
	background-color: #fff;
}

h1 {
	font-size: 150%;
	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;
}

div.flash {
	color: black;
	background: #FFF9D7;
	border: 1px solid #E2C822;
	padding: 1em;
	margin: 1em 0;
}

a[href^="error:"] {
	background: red;
	color: white;
}

ul.menu {
	margin:0px;
	padding:0px;
}
ul.menu li {
	display:inline;
	margin:0px;	
}

table th {
	text-align:left;
}
.nodisplay {
	display:none;
}

.even {
	background:#ccf;
}
th {
	background:#aaf;
}
.text-right {
	text-align:right;
}
.p-10 {
	padding-left:10px;
	padding-right:10px;
}
.doc2 td input {
	width:100%;
}
.doc2 select {
	width:100%;
}