BODY {
	background: rgb(0,0,51);
	color: rgb(204,204,255);
}
IMG {
	border: 0px;
}
FORM {
	display: inline;
}
BUTTON {
	background: rgb(0,0,51);
	color: rgb(204,204,255);
	border: 1px solid;
	margin: 2px;
}
INPUT,SELECT,OPTION,TEXTAREA {
	background: rgb(0,0,51);
	color: rgb(204,204,255);
}
DIV.admin_form {
	text-align: center;
	border-top: 1px dotted;
	padding: 2px;
}
DIV.section {
	border: 1px solid;
	margin-top: 1em;
}	
DIV.section_caption {
	background: rgb(51,51,102);
	font-weight: bold;
	text-align: center;
}
DIV.section_text {
	text-align: center;
}
DIV.confirm {
	border: 1px solid;
	width: 50%;
	margin-left: auto;
	margin-right: auto;
	margin-top: 5em;
}
TABLE.list {
	border: 1px solid rgb(153,153,204);
	border-collapse: collapse;
	width: auto;
	margin-left: auto;
	margin-right: auto;
}
TR.caption {
	font-weight: bold;
}
TD {
	border-top: 1px dotted rgb(153,153,204);
	border-bottom: 1px dotted rgb(153,153,204);
	border-left: 1px solid rgb(153,153,204);
	border-right: 1px solid rgb(153,153,204);
	padding-left: 1ex;
	padding-right: 1ex;
}
SPAN.Gconflict {
	color: rgb(204,0,0);
}
TD.no_rows {
	font-weight: bold;
	text-align: center;
}
H1 {
	font: bold 130% sans-serif;
	text-align: center;
	margin-top: 2em;
	margin-bottom: 2em;
}
H2 {
	font: bold 110% serif;
	text-align: left;
	margin-top: 2em;
	margin-bottom: 1em;
}
P.footer {
	font-size: 80%;
	text-align: center;
	padding-top: 1ex;
	margin-top: 5em;
	border-top: 1px solid;
}
TEXTAREA.text_export {
	width: 30%;
	height: 6em;
}
DIV.inline
{
	display: inline;
}