/* ************************************** */
	/* ************************************** */
	/* ************************************** */ /* General stuff */
body {
	width: 99%;
	background-image: url("../images/bg.gif");
}
/*
#mainBody {
	height: 100%;
	width: 100%;
}

#leftcontent {
	left: 5px;
	padding: 5px;
}

#centercontent {
	left: 5px;
	padding: 10px;
	width: 90%;
}

#rightcontent {
	vertical-align: top;
	padding: 5px;
}

#center {
	vertical-align: center;
	/* padding: 5px; */
}
*/

#mainContent {
	vertical-align: center;
	background-repeat: no-repeat;
	padding: 5px;
	height: 400px;
}

#banner {
	text-align: center;
	voice-family: "\"}\"";
	voice-family: inherit;
	width: 90%;
	color: white;
}

html>body#banner {
	height: 80px;
}

#footer {
	width: 100%;
	text-align: center;
	color: #505050;
}

p,h1,pre {
	margin: 0px 10px 10px 10px;
}

h1 {
	font-size: 14px;
	padding-top: 5px;
}

#bannerh1 {
	font-size: 14px;
	padding: 10px 10px 0px 10px;
	margin: 0px;
}

a:link {
	color: #0000FF;
}

a:visited {
	color: #880000
}

img {
	border: 1px solid black;
}

/* ************************************** */
	/* ************************************** */
	/* ************************************** */ /* Heading stuff */
.pageTitle { /* font-weight: bold;   */
	font-size: 1.5em;
	text-align: justify;
	padding: 5px;
	color: white;
}

#hitCounter {
	margin-top: 20px;
	margin-bottom: 10px;
	margin-left: 10px;
	margin-right: 10px;
}

.notFound {
	text-align: center;
	font: oblique bold;
	margin-top: 20px;
	margin-bottom: 20px;
}

.mainForm {
	text-align: center;
	vertical-align: middle;
}

.resultLine {
	text-align: center;
	vertical-align: middle;
	width: 100%;
}

.resultLabel {
	color: white;
	background-color: black;
	width: 20em;
}

.resultData {
	color: black;
	background-color: white;
	width: 20em;
}

#barcodeResult {
	text-align: center;
	vertical-align: middle;
}

.error {
	min-width: 0px;
	background-color: #ffff00;
	border: 1px solid;
	color: red;
	padding-left: 10px;
	padding-right: 10px;
}

.center {
	text-align: center;
}

.centerTitle {
	text-align: center;
	font-family: serif;
	font-weight: bold;
	font-size: large;
}

.indent {
	margin-left: 5px;
	/* border-left: 1px black solid; */
	padding-left: 5px;
	padding-top: 15px;
	padding-bottom: 15px;
	min-height: 400px;
	height: 400px;
}

.indentA {
	margin-left: 330px;
	border-left: 1px black solid;
	padding-left: 5px;
}

.indentB { /*	border: 2px solid; */
	margin-left: 280px;
	border-left: 1px black solid;
	padding-left: 5px;
}

.titleText {
	padding-left: 10px;
	font: bold;
	font-size: x-large;
	color: white;
}

.centerTitle {
	text-align: center;
	font-family: serif;
	font-weight: bold;
	font-size: large;
}

.centerTitleLarge {
	text-align: center;
	font-family: sans-serif;
	font-weight: bolder;
	font-size: xx-large;
}

.formTitleText {
	padding-left: 10px;
	font: bold;
	font-size: large;
	color: black;
}

.issueTitle {
	padding-left: 10px;
	font: bold;
	font-size: large;
	color: black;
}

.subHeading {
	padding-left: 10px;
	font: bold;
	font-size: medium;
	color: black;
}

.subDetail {
	margin-top: 5px;
	margin-bottom: 25px;
	padding-left: 30px;
	padding-right: 5px;
	font-size: small;
}

.issueDetail {
	margin-top: 5px;
	margin-bottom: 25px;
	padding-left: 30px;
	padding-right: 5px;
	font-size: small;
}

.messageDetail {
	margin-top: 5px;
	margin-bottom: 25px;
}

.rightCorner {
	float: right;
	text-align: right;
	right: 1px;
	top: 1px;
	vertical-align: top;
}

.quoteHook {
 	/* font-weight: bold;   */
	font-size: 1.5em;
	text-align: justify;
	padding: 10px;
	color: white;
}

.centerIDTitle {
	text-align: center;
	font-weight: bold;
	font-size: large;
	color:white;
}

.links {
	text-align: center;	
}

.links table {
	margin-bottom: 10px;
}
.links table thead {
	background-color: #4ed1fe;
}

.links table thead tr td {
	text-align: center;
	font-size: large;
	color: white;
}

.links table tbody tr td {
	text-align: center;
	font-size:medium;
	border: 1px black solid;
	background-color: #b9edfe;
}

.topicDesc {
	vertical-align: center; 	
}

.topicTitle {
	vertical-align: center;
	font: bold large;
	border: thin red solid;
	}
	
.topicItem {
	vertical-align: center;
	margin-bottom: 25px;
	}

#container {
	float: right;
	margin-right:50px;
}