@CHARSET "ISO-8859-1";

@import "_forms.css";
@import "_filters.css";
@import "_grids.css";

body
	{
		overflow: hide;
}


.navigation
	{
		font-size: 92% !important;
}

hr
{
	height:.1em;
	margin:0 0 .45em 0 !important;
}

h2
	{
		
		margin-bottom: 0 !important;
}

h4
{
		margin-bottom: 0.5em !important;
}

.cgv
{
	height: 200px;
	overflow-y: scroll;
	padding: 10px;
	border: #cccccc 1px solid;
	font-family: Consolas, Courrier New, Sans Serif;
	
}

a.default-action
	{
		font-weight: bold;
		font-size: 1.10em !important;
}

a.todo
{
	color: #8a1f11;	
}

.help {
	background-color:#E9EDF4;
	color:#6986b8;
	border:2px solid #6986b8;
	margin-bottom:0;
	padding:0.2em;
	font-size: 92%;
}

sup a
{
	text-decoration: none;
}



dl.details dt
{
	float: left;
	width: 120px;
}

dl.details dd
{
	margin-left: 125px;
	margin-bottom: 4px;
}