body,td,input,pre{
	font-family:Tahoma,Verdana,Segoe,sans-serif;
	font-size:12px;
}

body{
	background:#a6caff url('../images/background.gif') repeat-x;
}

*{
	margin:0;
	padding:0;
}

a{
	text-decoration:none;
}

tr td{
	height:24px;
}

.title{
	text-align:left;
	background:url('../images/title.png') repeat-y;
}

.bar{
	width:780px;
	height:23px;
	padding-top:3px;
	padding-right:10px;
	position:relative;
	background:url('../images/bar.gif') repeat-x;
	color:#FFFFFF;
	text-align:right;
}

.bar a{
	color:#7CABFF;
	text-decoration:none;
}

.bar a:hover{
	color:#FFFFFF;
	text-decoration:none;
}

.footer{
	font-size:14px;
	color:#666;
}

.footer a{
	color:#666;
	text-decoration:none;
}

.footer a:hover{
	color:#333;
	text-decoration:underline;
}

h3{
	font-size:14px;
	color:#000033;
}

.field-name{
	font-weight:bold;
	color:#356AA0;
}

legend{
	font-weight:bold;
}

fieldset{
	border:solid 1px #356AA0;
	padding:5px 5px 5px 5px;
}

.text-field{
	width:180px;
	height:20px;
	padding-top:2px;
	padding-left:3px;
	border:solid 1px #356AA0;
}

.button{
	width:120px;
	height:27px;
	border:solid 1px #467f00;
	background:url('../images/button.gif') repeat-x;
	color:#336600;
}

.button-disabled{
	width:120px;
	height:27px;
	border:solid 1px #98A2AB;
	background:url('../images/button-disabled.gif') repeat-x;
	color:#98A2AB;
}

.status{
	border:solid 1px #990000;
	padding:5px 5px 5px 5px;
	background:#FFFFCC;
	color:#990000;
}

.line td{
	height:30px;
	border-bottom:solid 1px #000066;
}

.code{
	font-family:'Courier New';
	font-size:12px;
	border:solid 1px #003366;
	background:#6699FF;
	padding:5px 5px 5px 5px;
}

.table{margin:0;padding:0;border-collapse:collapse}
.table tr:hover{background:#97B9FF}