@import url("menus.css");
@import url("tables.css");

html, body {
	padding: 0;
	margin: 0;
	background-color: #d2ddff;
}

body, input, select, button, textarea, table {
	font-size: 10pt;
	font-family: Tahoma, "Lucida Sans Unicode", sans-serif;
}

body {
	behavior: url("/js/csshover.htc");
	background: url("/gfx/top_bg.png") top left no-repeat;
}

#wrapper {
	width: 93%;
	/*background: #f0eee4; */
	margin: 0 auto;
	position: relative;
}

/* used by tooltip, to hide select boxses [IE bug] */
#wrapper.hideSelect select {
	visibility: hidden;
}

#header {
	position: relative;
	height: 70px;
}

#loggedinuser {
	position: absolute;
	right: 9.5em;
	top: 1em;
}

#loggedinuser form {
	margin: 0;
	display: inline;
}


h1#logo {
	position: absolute;
	text-indent: -999pt;
	margin: 0;
	padding: 0;
	top: 10px;
	width: 226px;
	height: 52px;
	background: url("/gfx/europlan_logo.png") no-repeat;
}

#content {
	clear: both;
	border: 1px solid #879bb3;
	background: white;
	margin-top: 34px;
}

#spacer {
	padding: 1em;
	position: relative;
}


legend {
	color: #4C6177;
	margin-bottom: 0.25em;
	margin-top: 0.25em;
	padding: 0.25em;
	vertical-align: middle;
}


fieldset {
	border: 1px solid #EEEEEE;
	margin: 0 0 1em;
	padding: 0.5em 1em 1em;
}

fieldset legend {
	margin:0 0.5em;
}


label {
	display: inline;
	margin: 3px 6px 3px 3px;
	vertical-align: middle;
	width: auto;
}


.field {
	margin-bottom: 5px;
}

.field label {
	display: block;
	float: left;
	text-align: right;
	width: 100px;
}

.field label.none {
	display: inline;
	float: none;
	text-align: left;
}

.field .alone {
	margin-left: 109px;
}


/* Fieldset Messages */
fieldset.message {
	background: transparent url(/gfx/icons/information.png) no-repeat scroll 7px 7px;
/*	border: 1px solid #EEEEEE; */
	border: 1px dotted black;
	padding: 10px 10px 10px 38px;
	margin: 15px 0;
	background-color: #5B72B6;
	color: #ffffff;
}
fieldset.help {
	padding: 4px 10px 10px 10px;
	background-color: #FFFCD0;
	border: 1px solid #EEEEEE;
}

fieldset.help legend {
	background: transparent url(/gfx/icons/help.png) no-repeat scroll 0 0;
	padding-left: 30px;
}
fieldset.help p {
	margin: 0;
	padding: 4px 0;
}



.right {
	float: right;	
}

.clearer {
	clear: both;
	height: 1px;
	overflow: hidden;
	width: 100%;
}

.hidden {
	display: none;
}

/* Default "new" link */
#new {
	background: transparent url(/gfx/icons/default.png) no-repeat scroll 0 0;
	color: black;
	display: block;
	height: 24px;
	padding: 4px 0 0 27px;
	position: absolute;
	right: 15px;
}


h2 {
	font-size: 12pt;
	background-image: url(/gfx/icons/default.png);
	background-repeat: no-repeat;
	height: 22px;
	margin: 0 0 10px;
	padding-left: 30px;
	padding-top: 2px;
}

h3 {
	font-size: 11pt;
	height: 20px;
	margin: 0 0 10px;
}

textarea {
	min-width: 20em;
	max-width: 30em;
	width: auto;
	height: 4em;
}

input.big {
	width: 20em;
}


.nowrap {
	white-space: nowrap;
}

.txtright {
	text-align: right;
}


/* Pager */
div.pager {
	float: right;
	font-size: 9pt;
	margin-bottom: 5px;
}

div.pager a {
	color: black;
	text-decoration: none;
}

div.pager .nav {
	float: left;
	color: #555555;
}

div.pager span {
	display: block;
	width: 20px;
	float: left;
	text-align: center;
	border-right: 1px solid black;
	padding: 0 2px;
}

div.pager span.last {
	border-right: 0px solid black;
}

div.pager span.selected a {
	background-color: #eeeeee;
	color: #000000;
	padding: 0 3px;
	border: 1px solid #aaaaaa;
}

div.pager span.selected {
	text-weight: bold;
	text-decoration: underline;
}


/* BETA */
#beta_tiny {
	width: 100px;
	height: 83px;
	background-image: url("/gfx/beta_tiny.png");
	position: fixed;
	top: 5px;
	left: 10px;	
}


#restart {
	position: fixed;
	right: 0;
	top: 0;
	border: 1px solid black;
	background-color: black;
	color: white;
	padding: 5px;
	z-index: 9999;
}
