/* ©2006 IRMS */

body {
	background-image: url('bg.gif');
	font-family: 'Trebuchet MS', Arial, Helvetica, sans-serif;
	border: 0;
	margin: 10px 0 10px 0;
}

a {
	color: #9C0000;
	font-weight: bold;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

#site {
	width: 100%;
	text-align: center;
}

#content {
	width: 770px;
	margin: auto;
	text-align: center;
}

#subContent {
	width: 734px;
	margin: auto;
	background: #ECECEC url('bottom.gif') no-repeat bottom;
	text-align: left;
}

.text {
	padding: 10px;
	line-height: 1.5;
	float: clear;
}

.title {
	font-size: 17pt;
	font-weight: bold;
	font-style: italic;
}

.subTitle {
	font-weight: bold;
	font-style: italic;
}

.imageRight {
	float: right;
	margin: 5px;
}

* html .image {
	margin: 5px 5px 5px 0;
}

.imageLeft {
	float: left;
	margin: 10px 10px 10px 5px;
}

#footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-weight: bold;
	color: #555;
	margin: 7px 0 0 0;
}

.b {
	font-weight: bold;
	float: left;
}

.note {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #BD0000;
	font-size: 10pt;
	margin: 0 0 3px 0;
}

.adminSubLinks {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	margin: -7px 0 0 11px;
}

* html .adminSubLinks {
	margin: -4px 0 0 11px;
}

.alert {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #BD0000;
	text-align: center;
	font-size: 13pt;
}

/* MENU */

#menu {
	background: url('4.gif') top left no-repeat;
	width: 734px;
	height: 34px;
	position: relative;
	margin: 0 0 0 -1px;
	padding: 0;
}

#menu ul {
	padding: 0;
	margin: 0 0 0 65px;
}

#menu li {
	float: left;
	list-style: none;
}

#menu li a {
	height: 26px;
	width: 88px;
	text-align: center;
	vertical-align: middle;
	font-family: Verdana, 'Trebuchet MS', Tahoma, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: bold;
	font-variant: small-caps;
	text-decoration: none;
	border-right: 1px solid #A6A6A6;
	display: block;
	padding: 8px 0 0 0;
}

* html #menu li a {
	height: 34px;
}

#menu #menuLast {
	border: 0;
}

#menu li a:hover {
	background-color: #9C0000;
	color: #fff;
}

INPUT.text {
	color					: #000011;
	background-color		: #ffffff;
	font-size				: 9pt;
	font-weight				: normal;
	border-width			: 1px;
	border-style			: solid;
	border-color			: #8f8f8f;
}

INPUT.amount {
	font-size				: 9pt;
	font-weight				: bold;
	text-align				: right;
	border-style			: none;
	color					: #000011;
}

INPUT.amountB {
	font-size				: 9pt;
	font-weight				: normal;
	text-align				: right;
	border-width			: 1px;
	border-style			: solid;
	border-color			: #8f8f8f;
	color					: #000011;
}

INPUT.qty, SELECT.qty {
	font-size				: 9pt;
	font-weight				: bold;
	text-align				: right;
	border-style			: none;
	color					: #000011;
}

TEXTAREA.text {
	color					: #000011;
	background-color		: #ffffff;
	font-size				: 9pt;
	border-width			: 1px;
	border-style			: solid;
	border-color			: #8f8f8f;
}

SELECT.select {
	background-color		: #ffffff;
	color					: #000011;
	font-size				: 9pt;
	border-width			: 1px;
	border-style			: solid;
	border-color			: #8f8f8f;
}

SELECT.search {
	background-color		: #ffffff;
	color					: #000011;
	font-size				: 8pt;
	border-width			: 1px;
	border-style			: solid;
	border-color			: #8f8f8f;
}

SELECT.selectNumber {
	background-color		: #ffffff;
	color					: #000011;
	font-size				: 9pt;
	border-width			: 1px;
	border-style			: solid;
	border-color			: #8f8f8f;
	text-align				: right;
}

INPUT.checkbox {
	background-color		: #ffffff;
	color					: #000011;
	font-size				: 9pt;
	border-width			: 1px;
	border-style			: solid;
	border-color			: #8f8f8f;
}

INPUT.button, BUTTON.button {
	font-weight				: bold;
	font-size				: 8pt;
	text-align				: center;
	color					: #000011;
	cursor					: hand;
}

.srchLabel {
	font-size				: 9pt;
	font-weight				: normal;
	color					: #000011;
	text-align				: left;
	margin					: 0px 0px 0px 0px;
	padding					: 2px 5px 1px 5px;
}

.srchInput {
	margin					: 0px 0px 0px 0px;
	padding					: 2px 5px 1px 5px;
}

