body {
	
	margin:0px 0px 0px 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size:8pt;
}

body.innerBody {
	margin:0px 10px 10px 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:8pt;
}

div,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:8pt;
}

#tblContainer{
	width:100%;
	height:100%;
}

#tdHeader {
	height:50px;
	background-color:#FFFFFF;
	color:#FFFFFF;
	background-image:URL('images/header_banner.png');
	background-repeat:repeat-x;
}


#tdMenu{
	height:30px;
	background-color:#000000;
	font-family:Verdana;
	color:#FFFFFF;
	font-size:8pt;
	padding-left:10px;
	padding-right:10px;
	background-image:URL('images/dropshadow_top.png');
	background-position:bottom;
	background-repeat:repeat-x;
}

#tdMenu td{color:#FFFFFF; font-size:8pt;}
#tdMenu a:link{ color:#FFFFFF;text-decoration:none; }
#tdMenu a:visited{ color:#FFFFFF;text-decoration:none; }
#tdMenu a:hover{ color:#FFFFFF;text-decoration:none; }

#tdMenu a.selected:link{color:#FFFFFF;text-decoration:underline; }
#tdMenu a.selected:visited{color:#FFFFFF;text-decoration:underline; }
#tdMenu a.selected:hover{color:#FFFFFF;text-decoration:underline; }

#tdMenu img{
	position:relative;
	top:-1px;
	
}

#tdContent {
	text-align:left;
	vertical-align:text-bottom;
	height:100%;
	overflow:auto;
	vertical-align:top;
}

#tdFooter{
	background-color:#000000;
	font-size:8pt;
	color:#FFFFFF;
	height:28px;
	vertical-align:middle;
	background-image:URL('images/dropshadow_bottom.png');
	background-position:top;
	background-repeat:repeat-x;
	padding-top:8px;
	padding-left:10px;
	padding-right:10px;	

}

.button {
	width:100px;
	font-weight:bold;
	height:30px;
}

input.loginTextField { 
  width:168px;
  background: #FFF url(images/searchtext_bg.gif) no-repeat scroll top left;
  
  border-color: #B6B6B6 #D9D9D9 #D9D9D9 #B6B6B6;
  border-style: solid;
  border-width: 1px;
  
  padding-left: 5px;
  padding-top: 3px;
  
  font-size: 11px;
  font-family: Verdana, Verdana, Geneva, sans-serif;  
  color: #111111;
  
  height: 22px;
}

select.loginTextField { 
  width:168px;
  background: #FFF url(images/searchtext_bg.gif) no-repeat scroll top left;
  
  border-color: #B6B6B6 #D9D9D9 #D9D9D9 #B6B6B6;
  border-style: solid;
  border-width: 1px;
  
  padding-left: 5px;
  padding-top: 3px;
  
  font-size: 11px;
  font-family: Verdana, Verdana, Geneva, sans-serif;  
  color: #111111;
  
  height: 22px;
}

.menu_banner_middle a{
	color:#000000;
	text-decoration:none;
}

.menu_banner_hr {
	height:1px;
	border-color:#CCCCCC;
	border-style:solid;
	border-top:0px;	
	border-left:0px;	
	border-right:0px;	
	
}

td.tdLeft {	
	width:180px;
	border-right:1px solid #CCCCCC;	
	vertical-align:top;
	padding:10px 10px 10px 10px;
}

td.tdRight {
	vertical-align:top;
	padding:0px 10px 0px 0px;
	
}

.nav {
	color:#000000;
	padding:5px 0px 5px 0px;
}

.show {
	display:block;
	visibility:visible;
}

.hide {
	display:none;
	visibility:hidden;
}


h3 {
	color:#990000;
	font-size:13pt;
	margin-top:0px;

	
}

h1 {
	font-family:tahoma;
	font-weight:normal;
	margin-bottom:2px;
	font-size:18pt;
	color:#990000;
}

table.table_items {
	border-collapse:collapse;
	border:1px #DDDDDD solid;
}

table.table_items thead th{
	background-color:#000000;
	color:#FFFFFF;
}
table.table_items tr{
	height:32px;
	background-image:URL("images/bg-items.png");
	background-repeat:repeat-x;
}

input.ItemText {
	border:0px;
	width:100%;
}

.item-location, .item-quantity, .item-caseno, .item-serialno {
	cursor:pointer;
}

img.item-delete {
	cursor:pointer;
	border:0;
}


.divSearch {
	position:relative;
	padding:10px;
	text-align:center;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius:5px;

}

.page-nav {
	white-space:nowrap;
}

.page-nav a {
	color:#333333;
	text-decoration: none;
}

.page-nav img {
	position:relative;
	top:5px;
}

.page-nav #txtGo {
	width:20px;
	font-weight:bold;
	font-size:8pt;
}
.page-nav #cmdGo {
	font-weight:bold;
	font-size:8pt;
	BORDER-RIGHT: #9c9c9c 1px solid; 
	BORDER-TOP: #9c9c9c 1px solid; 
	BORDER-LEFT: #9c9c9c 1px solid; 
	BORDER-BOTTOM: #9c9c9c 1px solid;
	height:20px;
}

.loading {
	background-image:URL("images/ui-anim_basic_16x16.gif");
	background-position:right;
	background-repeat:no-repeat;
}

.dropdown {
	background-image:URL("images/con_down_disabled.gif");
	background-position:right;
	background-repeat:no-repeat;
}

#loadingScreen {
		display:none;
		background: url(images/loading.gif) no-repeat 5px 8px;
		padding-left: 25px;
}
/* hide the close x on the loading screen */
.loadingScreenWindow .ui-dialog-titlebar-close {
	display: none;
}
