body {
	margin: 0 auto;
	padding: 0;
	color: #000;
	font-size: 13px;
	font-family: Arial, Tahoma, Verdana;
}

#container {
	margin: 0 auto;
	padding: 0;
	overflow: hidden;
}

/************************************************
*	Header  									*
************************************************/

#header {
	position: relative;
	height: 120px;
	overflow: hidden;
}

#header #logo {
	display: none;
}

#header #print-logo {
	margin: 10px 20px 0 10px;
	font-size: 25pt;
	color: #000;
}

#headerleft {
	overflow: hidden;
}

#headerright {
	display: none;
}

/************************************************
*	Menu		  								*
************************************************/

#menu {
	display: none;
}

/************************************************
*	Content 						 			*
************************************************/

#content {
	position: relative;
	padding: 20px;
	min-height: 380px;
	/*overflow: hidden;*/
}

#content h1 {
	font-family: Times New Roman, Tahoma, Verdana;
	font-size: 22px;
	font-weight: normal;
	color: #000;
	margin: 0 0 10px 0;
	padding: 0;
}

#content h1 a, #content h1 a:visited  {
	color: #000;
	text-decoration: none;
	margin: 0 0 10px 0;
	padding: 0;
}

#content h1 a:hover {
	color: #000;
	text-decoration: none;
}

#content #infobox {
	float: right;
	padding: 10px;
	margin-right: 10px;
	border: 1px silver solid;
}

#content span.title {
	display: inline-block;
	font-size: 11pt;
	font-weight: bold;
	margin-bottom: 5px;
}

/************************************************
*	Footer	  								*
************************************************/

#footer {
	margin-top: 30px;
	padding: 20px 0 0 0;
	height: 40px;
	font-size: 11px;
	border-top: 1px silver dotted;
	clear: both;
}

#footer a, #footer a:visited {
	color: #000;
	text-decoration: underline;
}

/************************************************
*	Hyperlinks									*
************************************************/

a, a:visited {
	color: #000;
	text-decoration: underline;
}

/************************************************
*	Images  						 			*
************************************************/

img.centered  {
	display: block;
	margin: 0 auto;
	padding: 0;
}

img.alignnone {
	display: inline;
	padding: 0;
	margin: 0 0 10px 0;
}

img.alignright {
	display: inline;
	padding: 0;
	margin: 0 0 10px 10px;
}

img.alignleft {
	display: inline;
	padding: 0;
	margin: 0 10px 10px 0;
}

/************************************************
*	Tables	  						 			*
************************************************/

table, img {
	border: 0;
}

th {
	text-align: left;
}

td.mandatory {
	padding-left: 30px;
	color: silver;
	font-style: italic;
}

/************************************************
*	Forms	  						 			*
************************************************/

input[type="text"], input[type="password"], input[type="file"], textarea {
	background: #fff;
	color: #000;
	font-size: 12px;
	font-family: Arial, Tahoma, Verdana;
	border-top: 1px solid #666;
	border-right: 1px solid #ddd;
	border-left: 1px solid #666;
	border-bottom: 1px solid #ddd;
	margin-bottom: 5px;
}

/************************************************
*	Other & General					 			*
************************************************/

hr {
	border: none;
	border-top: 1px dotted #c0c0c0;
	background-color: #fff;
	height: 1px;
}

.alignright {
	float: right;
}

.alignleft {
	float: left;
}

div.jspopup {
	position: absolute;
	overflow: hidden;
	border: 1px silver solid;
	background-color: #f8f8fa;
}

.breadcrumb {
	font-size: 13px;
	margin: 0 0 30px 0;
	padding: 0 0 5px 0;
	border-bottom: 1px dotted #c0c0c0;
}

.message, .error {
	font-style: italic;
	color: red;
}

.install-error {
	color: red;
}

.install-pass {
	color: green;
}
