@import url("../type/liberation/stylesheet.css");

body {
	margin: 0px; padding: 0px;
	background-color: #545454;
	color: black;
}

/* fonts: */

body, tr, td, input, button {
	font-family: LiberationSans, Arial, sans-serif;
	font-size: 13px;
}

#top #links,
input, button, option, select, div#foot {
	font-family: LiberationSans, Arial, sans-serif;
}

h1, h2, h3, h4, h5, h6 {
	font-family: LiberationSans, Arial, sans-serif;
	font-style: italic;
}

pre {
	font-family: LiberationMono, monospace;
}

h1, h2, h3, h4, h5, h6, .shadow1 {
	text-shadow: 0px 1px 0px rgba(255,255,255,.9);
}

#top #links,
input, button, select {
	text-shadow: 0px 1px 0px rgba(255,255,255,.9);
}

select option {
	text-shadow: none;
}

a img { border: none; }

form .errorlist {
	color: #bf0000;
	margin: 0px;
	padding: 0px;
}
form p.error {
	color: #bf0000;
	background: #ffd0d0;
	margin: 0px 1px !important;
	padding: 1px 2px !important; 
}

acronym {
	border-bottom: 1px dotted;
}

form.tabbed label {
	position: relative;
	float: left;
	width: 10em;
	text-align: right;
	padding-top: 3px;
	padding-right: 5px;
}
form.tabbed input {
	float: left;
	width: 8em;
	position: relative;
}
form.tabbed p {
	clear: both;
	margin: 0px;
	padding: 0px;
}
form.tabbed p button[type="submit"] {
	margin-left: 10em;
}
form.tabbed textarea {
	width: 65%;
}
form.tabbed br {
	clear: both;
}

form.topped p {
	margin: 0px;
	padding: 0px;
}
form.topped label {
	position: relative;
	text-align: left;
	font-size: 80%;
	display: block;
}
form.topped input {
	position: relative;
	width: 98.5%;
}
form.topped textarea {
	width: 98.5%;
}
form.topped .errorlist {
	font-size: 80%;
	float: left;
	padding-right: 2px;
}

h2,h3,h4 {
	margin-bottom: 2px;
	margin-top: 4px;
}
h2 {
	margin-top: 12px;
}

/* layout */
div#top {
	background: url(top-bg.jpg) no-repeat left top;
/*	border-bottom: 3px solid #92b7e0; */
	text-align: center;
	position: relative;
}
div#topinner {
	width: 800px;
	margin: 0px auto;
	position: relative;
	height: 60px;
}
div#top a#logo {
	position: absolute;
	top: 10px;
	left: -10px;
}
div#top div#links {
	position: absolute;
	right: 0px;
	bottom: 0px;
	padding: 0px;
	text-align: right;
}
div#links a {
	color: white;
	text-shadow: 0px -1px black;
	display: inline-block;
	width: 81px;
	height: 24px;
	background: url(button.png);
	text-decoration: none;
	font-weight: bold;
	text-align: center;
	line-height: 24px;
	margin-left: 2px;
}
div#links a:hover,
div#links a:visited:hover,
div#links a.selected {
	background: url(buttond.png);
	color: black;
	text-shadow: 0px 1px white;
}
div#contents {
	background: #ebf2f5 url(noisebg.png);
	padding-bottom: 10px;
	min-height: 300px;
}
div#content {
	width: 800px;
	margin: 0px auto;
	padding: 5px 0px;
}

div#foot {
	background-color: #545454;
	font-size: 11px;
	text-align: right;
	background: url(foot-bg.png) repeat-x top left;
}

div#foot, 
div#foot a {
	color: #ccc;
	text-shadow: 0px 1px 1px rgba(0, 0, 0, .7);
}

div#foot > div {
	width: 800px;
	margin: 0px auto;
	padding: 14px 0px;
}

div#message {
	text-align: center;
	color: #bf0000;
}
div#message.error {
	font-weight: bold;
}
body.wide div#content,
body.wide div#top div#topinner,
body.wide div#foot > div {
	width: auto;
	margin: 0px 20px;
}
body.wide div#top {
	background-position: -680px top;
}

/* CRM */
body.crm p {
	margin: 0px;
	padding-left: 1em;
}

span.diff-rem {
	color: rgb(204, 0, 0);
	text-decoration: line-through;
}
span.diff-add {
	color: rgb(0, 136, 0);
}

