body {
 	margin: 0;
  	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-image: url('images/body_bg.gif');
	background-repeat: repeat-x;
	background-attachment: fixed;
	height:100%;
	
}

html,body {
	height:100%;
	
}

table.banner_slogan {
	background-color: #fcfcfc;
	border-style: solid;
	border-color: #555555;
	border-width: 0;
	border-collapse: collapse;
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	width: 20px;
	margin-left:10px;
	margin-top: 40px;
	text-decoration: bold;
	
}

table.content {
	/*background-color: #EEEDE5;*/
	
	border-style: solid;
	border-color: #555555;
	border-width: 0;
	border-collapse: collapse;
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	margin-left:20px;
	margin-top: 10px;
	margin-right: 10px;
	text-decoration: bold;
	text-align:left;
}
table.banner_company{
	background-color: #fcfcfc;
	border-style: solid;
	border-color: #555555;
	border-width: 0;
	border-collapse: collapse;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	margin-left:5px;
	margin-top: 10px;
	
}
table.login{
	background-color: #fcfcfc;
	border-style: solid;
	border-color: #555555;
	border-width: 0;
	border-collapse: collapse;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	margin-left:5px;
	margin-bottom: 0px;
	float:left;
	clear:left;
	width: 150px;
	
	
}

table.leftmenu{
	background-color: #fcfcfc;
	border-style: solid;
	border-color: #555555;
	border-width: 0;
	border-collapse: collapse;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	width : 100%
	
}
font.contenttitle {
	font-family: Arial;
	font-size: 16;
	font-weight: bold;
	text-align: left;
}

div#banner {
	background-color: #fcfcfc;
	border-style: solid;
	border-color: #555555;
	border-width: 1px;
	background-image: url('images/banner.jpg');
	background-repeat: no-repeat;
	font-family: Arial;
    vertical-align: middle;
	text-align: left;
    width: 744px;
    height: 130px;
    font-size: 10px;
    text-decoration: bold;
    padding: 0;
	clear: both;
}

div#menu {
	background-image: url('images/menu_bg.jpg');
	background-repeat: repeat-x;
/*	background-repeat: no-repeat;
	background-color: #dddddd;*/
	font-family: Arial;
    vertical-align: middle;
    width: 744px;
    height: 24px;
    font-size: 10px;
    text-decoration: bold;
    padding: 0;
	clear: both;
	
}
div#left {
	width: 210px;
	float: left;
	background-color: #B0c8dd;
	clear: both;
	border-top-width:0px;
	border-right-width : 1px;
	border-left-width : 0px;
	border-bottom-width : 0px;
	border-style: solid;
	border-color: #555555;

}
div#slider {
	width: 210px;
	float: left;
	background-color: #B0c8dd;
	border-top-width:0px;
	border-left-width : 1px;
	border-right-width : 1px;
	border-left-width : 0px;

}
div#content {
	width: 500px;
	/*background-color: #EEEDE5;*/
	
  float: none !important; /*For Opera*/
  float: left; /*For IE*/
  margin-left: 210px !important;
  margin-left: 0px;/*For IE*/
  text-align:left;
  	padding: 10px ;
/*  border-left: 1px solid black;*/
}

div#container {
	width: 744px;
	min-height: 98%;
	height: auto !important;
	height: 98%; /*For IE*/
	margin: 0 auto;
	border-left-width : 1px;
	border-right-width : 1px;
	border-bottom-width : 1px;
	border-style: solid;
	border-color: #555555;
	top: 0px;
	
	/*
	background-color: #E0E0E0;
	background-image: url('images/body_bg.gif');
	background-repeat: no-repeat;
	*/
}

div {
	text-align: center;
}

div#loading {
	position:fixed;
	width: 100%;
	height: 100%;
	visibility: hidden;
	background-color: #666666;
	z-index: 20;
	-moz-opacity:0.9;
	filter:alpha(opacity=90);
	opacity:0.9;
	top: 0px;
	left: 0px;
}

table#loading {
	position:absolute;
	width:100%;
	height:100%;
	padding: 200px;
}

table#loading td {
	border-style: solid;
	border-width: 1px;
	border-color: black;
	background-color: white;
	padding: 30px 100px;
	font-size: large;
	font-weight: bold;
}

img.text_middle {
	vertical-align: middle;
}

table.page_layout {
	width: 100%;
	border-collapse: collapse;
	margin: auto;
	vertical-align: middle;
}
table.table_layout {
	border-collapse: collapse;
	margin: auto;
}
td.page_layout {
	padding: 0px;
}

td {
	padding: 1px;
}

th.datatable {
	background-color: #204487;
	font-size: small;
	text-decoration: underline;
	color: #EEEEEE;
	border-style: solid;
	border-color: #333333;
	border-width: 1px;
	padding: 3px;
}

tr.dtrowa {
	background-color: #ffffff;
}
tr.dtrowb {
	background-color: #C6D7F6;
}
tr.dtrowa:hover {
	background-color: #aaffaa;
}
tr.dtrowb:hover {
	background-color: #aaffaa;
}
td.datatable {
	border-style: solid;
	font-size: small;
	border-color: #555555;
	border-width: 1px;
	padding: 3px;
}

td.banner_title {
	font-size: large;
}

td.banner_title img {
	border: none;
}

td.banner_status {
	font-size: small;
	width: 50%;
}
td.menu_item {
	font-size: small;
	text-align: left;
	text-indent: 12px;
	cursor: pointer;
	background-color: #C6D7F6;
	border: 1px solid #D6E7FF;
}

td.menu_item:hover {
	background-color: #D6E7FF
}
td.search {
	font-size: small;
	text-align: left;
	text-indent: 12px;
	text-decoration: underlined;
	cursor: pointer;
}
td.menu_home {
	text-indent: 0px;
}

a.non_link {
	cursor: pointer;
}

a.view_link {
	cursor: pointer;
	text-decoration: underline;
	color: blue;
	cursor: pointer;
}

a.login {
	text-decoration: none;
	color: blue;
	cursor: pointer;
}
a.login:hover {
	text-decoration: underline;
}

a.xelpro_link {
	text-decoration: none;
	color: black;
	cursor: pointer;
	border: none;
}

a.grid_action {
	text-decoration: none;
	color: blue;
	cursor: pointer;
	-moz-opacity:0.4;
	filter:alpha(opacity=40);
	opacity:0.4;
}
a.grid_action:hover {
	text-decoration: underline;
	-moz-opacity:1.0;
	filter:alpha(opacity=100);
	opacity:1.0;
}
td.grid_action {
	padding: 0px 5px;
	cursor: pointer;
}
td.grid_action img {
	-moz-opacity:0.4;
	filter:alpha(opacity=40);
	opacity:0.4;
}
td.grid_action:hover img {
	-moz-opacity:1.0;
	filter:alpha(opacity=100);
	opacity:1.0;
}

font.page_heading {
	font-size: medium;
	font-weight: bold;
	text-decoration: italic;
}

input.inputfield:focus {
	background-color: lightyellow;
}

hr {
	border-top: 1px dashed black;
	border-bottom: 1px solid black;
	color: white;
	background-color: white;
	height: 4px;
	width: 80%;
}

/* Root = Horizontal, Secondary = Vertical */
ul#navmenu {
  margin: 0 auto;
  border: 0 none;
  padding: 0;
  width: 680px; /*For KHTML*/
  list-style: none;
  height: 24px;
}

ul#navmenu li {
  margin: 0 auto;
  border: 0 none;
  padding: 0;
  float: left; /*For Gecko*/
  display: inline;
  list-style: none;
  position: relative;
  height: auto;
}

ul#navmenu ul {
  margin: 0;
  border: 0 none;
  padding: 0;
  width: 160px;
  list-style: none;
  display: none;
  position: absolute;
  top: 24px;
  left: -43px;
}

ul#navmenu ul:after /*From IE 7 lack of compliance*/{
  clear: both;
  display: block;
  font: 1px/0px serif;
  content: ".";
  height: 0;
  visibility: hidden;
}

ul#navmenu ul li {
  width: 95px;
  float: left; /*For IE 7 lack of compliance*/
  display: block !important;
  display: inline; /*For IE*/
}

/* Root Menu */
ul#navmenu a {
  float: none !important; /*For Opera*/
  float: left; /*For IE*/
  display: block;
    background: url(spritenav.png) no-repeat;
  color: black;
  font: bold 10px/24px Verdana, Arial, Helvetica, sans-serif;
  text-decoration: none;
  height: auto !important;
  height: 1%; /*For IE*/
  width: 95px;
	-moz-opacity:0.6;
	filter:alpha(opacity=60);
	opacity:0.6;
}

/* Root Menu Hover Persistence */
ul#navmenu a:hover,
ul#navmenu li:hover a,
ul#navmenu li.iehover a {
/*  background: #EEEEFF;*/
    background-position: 0 -24px;
	-moz-opacity:1.0;
	filter:alpha(opacity=100);
	opacity:1.0;
}

/* 2nd Menu */
ul#navmenu li:hover li a,
ul#navmenu li.iehover li a {
  float: none;
  color: black;
 /* background: #EEEEFF;*/
	border-style: solid;
	border-color: #555555;
	border-width: 1px;
	text-align: center;
	background: #B0c8dd;
	width: 180px;
	height: auto;
}

/* 2nd Menu Hover Persistence */
ul#navmenu li:hover li a:hover,
ul#navmenu li:hover li:hover a,
ul#navmenu li.iehover li a:hover,
ul#navmenu li.iehover li.iehover a {
  background: #EEEEDD;
  	border-style: solid;
	border-color: #555555;
	border-width: 1px;
	text-align : center;
	text-decoration: underline;
}
/* 3rd Menu */
ul#navmenu li:hover li:hover li a,
ul#navmenu li.iehover li.iehover li a {
 float: none;
  color: black;
 /* background: #EEEEFF;*/
	border-style: solid;
	border-color: #555555;
	border-width: 1px;
	text-align: center;
	background: #B6CDE4;
	width: 180px;
	text-decoration: none;
}

/* 3rd Menu Hover Persistence */
ul#navmenu li:hover li:hover li a:hover,
ul#navmenu li:hover li:hover li:hover a,
ul#navmenu li.iehover li.iehover li a:hover,
ul#navmenu li.iehover li.iehover li.iehover a {
     background: #EEEEDD;
  	border-style: solid;
	border-color: #555555;
	border-width: 1px;
	text-align : center;
	text-decoration: underline;
}

/* 4th Menu */
ul#navmenu li:hover li:hover li:hover li a,
ul#navmenu li.iehover li.iehover li.iehover li a {
  color: black;
    background: url(spritenav.png) no-repeat;
}

/* 4th Menu Hover */
ul#navmenu li:hover li:hover li:hover li a:hover,
ul#navmenu li.iehover li.iehover li.iehover li a:hover {
    background-position: 0 -24px;
}

ul#navmenu ul ul,
ul#navmenu ul ul ul {
  display: none;
  position: absolute;
  top: 0;
  left: 180px;
}

/* Do Not Move - Must Come Before display:block for Gecko */
ul#navmenu li:hover ul ul,
ul#navmenu li:hover ul ul ul,
ul#navmenu li.iehover ul ul,
ul#navmenu li.iehover ul ul ul {
  display: none;
}

ul#navmenu li:hover ul,
ul#navmenu ul li:hover ul,
ul#navmenu ul ul li:hover ul,
ul#navmenu li.iehover ul,
ul#navmenu ul li.iehover ul,
ul#navmenu ul ul li.iehover ul {
  display: block
}
a.home 
{
	float: left;/*For IE 7 lack of compliance*/
	/*display: block;*/
	
	display: block !important;
  	display: inline; /*For IE*/
  
	margin-left:650px;
	margin-top: 5px;
	margin-right:5px;
	width :35px;
	height :35px;
	background-image: url('images/buttons/home_off.gif');
	backgroud-repeat: no-repeat;
}

a:hover.home
{
	background-image: url('images/buttons/home_on.gif');
}

a.mail 
{
	float: left; /*For IE 7 lack of compliance*/
	display: block !important;
  	display: inline; /*For IE*/
	margin-left:5px;
	margin-right:5px;
	margin-top:5px;
	width :33px;
	height :33px;
	background-image: url('images/buttons/mail_off.gif');
	backgroud-repeat: no-repeat;
}

a:hover.mail
{
	background-image: url('images/buttons/mail_on.gif');
}

a.menu 
{
	display: block;
	background-image: url('images/buttons/dot_off.gif');
	backgroud-repeat: no-repeat;
}

a:hover.menu
{
	background-image: url('images/buttons/dot_on.gif');
}

.image_info {
    display:block;
    font-size:10px;
    color:#999;
    border:0px;
    }
.wrapper {
    margin:0px auto;
    padding-top:0px;
    padding-left:0px;
    padding-right:0px;
    padding-bottom:0px;
    width:180px;
    border: 0px solid #000;
    text-align:center;
}
.show_title {
    font-size:12px;
}
.image_info a {
    text-decoration:none;
    color:#000000;
}
img {
	border-width: 0;
}
.image {
    margin-bottom:5px;
}
.image img {
    padding:6px;
    display:block;
    background-color: #fff;
    margin-top: 10px;
}
.navigation, .navigation a {
	text-decoration: none;
    color:#000000;
    margin-top:9px;
    font-weight:bold;
    font-family: Arial;
	font-size: 18;
}
.thumbnail_row {
    margin-top: 1px;
}
.thumbnail_row img {
    border:0px solid #aaa;
    margin-top:10px;
}
img.thumbnail {
    border:1px solid #000;
}
.thumbnail_center {
    padding:1px;
    border:1px solid #000000 !important;
}
.small, .small a {
    margin-top: 20px;
    text-decoration:none;
    color:#777;
}

font.fatalerror {
	color: #FF0000
}
font.warning {
	color: #0000A3
}
font.message {
	color: #00B000
	
	table.datatable {
	background-color: #fcfcfc;
	border-style: none;
	border-color: #555555;
	border-width: 0;
	border-collapse: collapse;
}


td.datatable {
	border-style: solid;
	font-size: 11;
	border-color: #555555;
	border-width: 1;
	padding: 3px;
}

td.displayfield {
	border-style: solid;
	border-color: #555555;
	border-width: 1;
	padding: 3px;
}

/*--------------------------------------*/
th.datatable {
	background-color: #204487;
	font-size: 11;
	color: #EEEEEE;
	border-style: solid;
	border-color: #333333;
	border-width: 1;
	padding: 3px;
}

tr.dtrowa {
	background-color: #ffffff;
}

tr.dtrowb {
	background-color: #e9ebf3;
}

td.dtcola {
	background-color: #DDDDDD;
}

td.dtcolb {
	background-color: #BBBBBB;
}

a.userstatus_nonlink {
	text-decoration: none;
	color: #0000FF;
	/*cursor: pointer;*/
}


div.expand {
	background-color: #F6F6FF;
}

div.collapse {
	background-color: #F6F6FF;
}
div.collapse table {
	display: none;
}

th.cfreport {
	background-color: #AAAAAA;
	text-align: left;
	width: 250;
}

td.cfreport {
	background-color: #DDDDDD;
}

a.nonlink {
	text-decoration: underline;
	color: #0000FF;

}
td.products {
	font-family: Arial;
	background-color: #ffffff;
	font-size: 10;
	color: #004D99;
}
td.products_b {
	font-family: Arial;
	background-color: #ffffff;
	font-size: 10;
}
td.products_item {
	font-family: Arial;
	background-color: #ffffff;
	font-size: 12;
	color: #004D99;
}
td.products_item_b {
	font-family: Arial;
	background-color: #ffffff;
	font-size: 12;
}

a.product_map:link {
	text-decoration: underline;
	color: #004D99;
	font-size: 12;
	/*cursor: pointer;*/
}

a.product_map:visited {
	text-decoration: underline;
	color:#1A0099;
	font-size: 12;
	/*cursor: pointer;*/
}

a.product_map:active {
	color: #009966;
	font-size: 12;
	/*cursor: pointer;*/
}
a.search:link {
	text-decoration: underline;
	color: #001A99;
	/*cursor: pointer;*/
	font-size: 12;
	text-align:left;
}

a.search:visited {
	text-decoration: underline;
	color: #8F8F8F;
	/*cursor: pointer;*/
	font-size: 12;
	text-align:left;
}


a.search:active {
	text-decoration: underline;
	color: #8F8F8F;
	/*cursor: pointer;*/
	font-size: 12;
	text-align:left;
}


