/* IMRAPT Web Site Global Style Sheet  */
/* Author: JM Uebel                    */
/* Date: 2007/01/03                    */
/* Copyright Ingram Micro Pty Ltd 2007 
html, body { overflow: hidden; }
*/
body {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 150%;
	color:#555555;
	background:#124FA0 url("/recall/images/header_bg.jpg") fixed;
	text-align: center;
	margin: 0 20px 0 20px;
}
#masthead	{
	width:100%;
	height: 66px;
	margin:0;
	padding:0;
	text-align:left;
	border-bottom: 1px #124FA0 solid;
	/*overflow: hidden;*/
}
#maincontent {
	padding: 10px;
	margin:0;
	text-align:left;
  background-color: #FFFFFF;
	/*overflow: hidden;*/
}
#pagehead	{
	color: #124FA0;
	font-weight: bold;
	font-size: 140%;
	padding: 5px 0 5px 0;
	border-bottom: 1px #124FA0 solid;
  background-color: #FFFFFF;
}
#detailblock	{
	width: 100%;
}
#footerlinks {
	padding: 5px 10px 5px 10px;
	border-top: 1px #124FA0 solid;
	text-align:left;
	font-size: 95%;
  background-color: #FFFFFF;
}
a img {
	border: none;
}
ul	{
	margin: 0px 0 5px 25px;
	padding: 0;
	list-style-type: disc;
	list-style-position: outside;
}
ul ul {
	list-style-type: square;
}
ul ul ul {
	list-style-type: circle;
}
ol	{
	margin: 0px 0 5px 35px;
	padding: 0;
	list-style-type: decimal;
	list-style-position: outside;
}
ol ol {
	list-style-type: lower-roman;
}
ol ol ol {
	list-style-type: none;
}
p	{
	padding-bottom:8px;
	margin: 0;
}
p em {
	overflow: hidden;
}
.footlink	{
	font-size: 100%;
}
a.footlink:link	{
	color: #003399;
	text-decoration: none;
}
a.footlink:visited	{
	color: #003399;
	text-decoration: none;
}
a.footlink:hover	{
	color: #A50D15;
	text-decoration: none;
}
a.footlink:active	{
	color: #003399;
	text-decoration: none;
}
.weblink	{
	font-size: 12px;
	font-weight: bold;
}
.menulink	{
	font-size: 12px;
	font-weight: normal;
}
a.weblink:link,a.menulink:link	{
	color: #003399;
	text-decoration: none;
}
a.weblink:visited,a.menulink:visited	{
	color: #003399;
	text-decoration: none;
}
a.weblink:hover,a.menulink:hover	{
	color: #A50D15;
	text-decoration: underline;
}
a.weblink:active,a.menulink:active	{
	color: #003399;
	text-decoration: none;
}
.rellink	{
	font-size: 12px;
	font-weight: bold;
}
a.rellink:link	{
	color: #003399;
	text-decoration: none;
}
a.rellink:visited	{
	color: #003399;
	text-decoration: none;
}
a.rellink:hover	{
	color: #A50D15;
	text-decoration: none;
}
a.rellink:active	{
	color: #003399;
	text-decoration: none;
}
.fltimgleft {
	float:left;
}
.fltimgright {
	float:right;
}
/* POS/AIDC Specific Section */
#headerbar	{
	width:905px;
	height: 28px;
	padding: 0px 26px 7px 26px;
	margin: 0px;
	/*overflow: hidden;*/
}
#sidemenublock	{
	width: 250px;
	height:auto;
	padding: 0px 15px 0px 26px;
	margin: 0px;
	float: left;
	/*background-color: #FFFFFF;*/
}
#sidemenu	{
	padding-bottom: 10px;
	margin: 0px;
}
h1	{
	font-size: 140%;
	color: #003399;
	font-weight: bold;
	padding-bottom: 2px;
	margin-bottom: 8px;
	margin-top: 0;
}
h2, .rsshead	{
	font-size: 120%;
	color: #334455;
	font-weight: bold;
	padding-bottom: 2px;
	margin-bottom: 5px;
	margin-top: 0;
}
.ulblue {
	border-bottom:1px solid #003399;
}
.ulgrey {
	border-bottom:1px solid #334455;
}
.warn {
	color: #A50D15;
	font-size: 110%;
	font-weight: bold;
}
h3	{
	font-size: 100%;
	color: #333333;
 	font-weight: bold;
 	margin: 0px;
 	padding: 0px;
}
h4 {
	font-size: 140%;
	font-weight: bold;
	color: #A50D15;
	padding-bottom: 2px;
	margin-bottom: 8px;
	margin-top: 0;
	border-bottom:1px solid #A50D15;
}
blockquote {
	margin: 0px 0 6px 20px;
	padding: 0;
}
form table	{
	border: 1px solid #004499;
	font-size: 115%;
	margin: 0;
	padding: 0;
}
form th {
	font-weight: bold;
	background-color: #004499;
	text-align: center;
	font-size: 105%;
	color: #FFFFFF;
	margin: 0;
	padding: 3px;
}
form tr {
	background-color: #eeeeee;
}
form td {
	padding: 2px 2px 2px 5px;
	border-bottom: 1px solid #ffffff;
	font-weight: bold;
}
form td em {
	font-weight: normal;
}
input	{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	font-weight: normal;
}
select {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	font-weight: normal;
	margin: 1px 0 1px 0;
}
textarea	{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	font-weight: normal;
	margin: 3px 0 3px 0;
	overflow: auto;
}
