
body {
	background-color: white;
	font: normal 0.8em black;
	min-width: 800px;
}



/* Main Bars ------------------------------------------------------------------ */
#middle {
	padding: 1em 1em 0 1em;
	line-height: 1.4em;
	background-color: white;
}
#left {
	display: none;
}
#right {
	display: none;
}


/* Header Styles -------------------------------------------------------------- */
#header {
	position: relative;
	height: 4em;
	text-align: right;
	background-color: white;
}
#header div.logo {
	float: left;
	height: 4em; 
	text-align: left;
	background-color: white;
	padding: 0 1em 0 1em;
}
#header div.logo a, #header div.logo a:visited, #header div.logo a:link {
	display: block;
	color: black; 
	font: normal 2.2em "Trebuchet MS", tahoma, verdana, arial, sans-serif; 
	text-decoration: none;
	margin: 0.2em 0 0 0;
	padding: 0;
}


/* Login elements ------------------------------------------------------------- */
div.loginbox {
	display: none;
}

/* Main Menu Styles ----------------------------------------------------------- */
#mainmenuwrapper {
	display: none;
}

#submenuwrapper {
	display: none;
}


/* Footer styles -------------------------------------------------------------- */
#footer {
	display: none;
}

/* General Elements ----------------------------------------------------------- */

form {
	padding: 0;
	margin: 0;
}

textarea {
	padding: 5px;
	font: 1em "Trebuchet MS", tahoma, verdana, arial, sans-serif;
	border: 1px solid black;
}

hr {
	border: 0;
	color: black;
	background-color: black;
	height: 2px;
}

p { 
	line-height: 1.4em; 
}

/* standard links */
a, a:link, a:visited { 
	color: black;
	text-decoration: none;
}
a:hover, a:active {
	color: black;
}

div.clearline {
	height: 1px;
	line-height: 1px;
	font-size: 1px;
	clear: both;
	padding: 0;
	margin: 0;
}

/* General Input Fields -------------------------------------------------------- */

input.generalinputborder, select.generalinputborder {
	font-size: 1em; 
	border: 1px solid #c4c4c4;
	padding: 0.2em 0.2em;
}

input.generalinputfield, select.generalinputfield {
	font-size: 1.1em; 
	width: 15em; 
	border: 1px solid #c4c4c4;
	padding: 0.2em 0.2em;
}
select.generalinputfield {
	width: 15.5em;
}

input.generalbuttonfield {
	color: #ffffff;
	font: bold 1.1em "Trebuchet MS", tahoma, verdana, arial, sans-serif;
	line-height: 1.1em;
	background-color: #8018c5;
	border: 0;
	padding: 0.3em;
}
input.generalbuttonfield:hover {
	background-color: #333333;
}



/* Legacy Style Elements ------------------------------------------------------ */

/* Headers and titles */

h1, h2, h3, h4 { 
	margin: 0.2em 0 0.4em 0;
}
h1, font.title, span.title { 
	font-size: 2em; 
	font-weight: normal; 
	color: black;
	line-height: 1.1em;
}
h2 { 
	font: bold 15px "Trebuchet MS", tahoma, verdana, arial, sans-serif;
	color: black;
	margin-top: 0.4em;
}
h2 a, h2 a:link, h2 a:visited { 
	font: bold 15px "Trebuchet MS", tahoma, verdana, arial, sans-serif;
	text-decoration: none; 
	color: black;
}
h2 a:hover, h2 a:active { 
	text-decoration: underline; 
}

.subtitle { 
	font-size: 1.3em; 
	font-weight: bold; 
	color: black;
}

.copy { 
	text-align: center; 
	font-size: 80%; 
}


/* Highlights and special text */

span.highlight, .message, li.highlight {
	font-size: 1.1em; 
	font-weight: bold; 
	color: black;
}
.semibold {  
	font-size: 1.1em; 
	font-weight: normal; 
	color: black;
}
.semibold a, .semibold a:visited, .semibold a:link {
	color: black;
}
.semibold a:hover, .semibold a:active {
	color: black;
}


/* Tables */

table, tr, td {
	border: 1px solid black;
}

table tr.titlerow {
	background-color: #a2a2a2;
}

/* Google style results */

.googleresult_navigation, .googleresult_navigation_top {
	display: none;
}

.googleresult_wrapper {
	position: relative;
	padding: 3px;
	margin: 0 0 10px 0;
	background-color: white;
	border-bottom: 1px solid black;
}

.googleresult_title {
	font-size: 1.3em;
}
.googleresult_title a, .googleresult_title a:link, .googleresult_title a:visited {
	color: black;
}
.googleresult_description {
	color: black;
	margin-bottom: 3px;
}
