﻿/* RMS Styles - skin1
1 - html tags
2 - layout
3 - Reporting
4 - Search Pages
5 - Maint pages
6 - cust-disc-group

*/

/* 1 - html tags*/

 html {
	overflow: -moz-scrollbars-vertical;
}


body{
  margin:0;
  font-family:Arial, Helvetica, sans-serif;
  background-color: #efefef;
  font-size:0.75em;
	color:#5f5f5f;
	padding:0;
	line-height:1.3em;
}
	
a:link, a:visited {
	margin:0;
	padding:0;
	color:#0033cc;
	text-decoration:none;
}

a:hover{
	margin:0;
	padding:0;
	text-decoration:underline;
}

form { 
	padding: 0;
	margin: 0;
}


h1 {
	  font-size: 1.8em;
		margin: 10px 0 2px 0;
}

h2 {
	  font-size: 1.4em;
		margin: 10px 0 5px 0;
}


h3 { 
	margin: 2px 0;
}

p {
	margin: 2px 0;
}

img{
	border:none;
}

input {  
font-size: 1em;
}

table {
  border-collapse: collapse;
}

td {
	vertical-align: top;
}


/* 2 - layout */


	/* positioner
	the outermost container
	--------------------------------------------------------------*/
	#positioner{
		width:100%;
		position:relative;
	}


	/* wrapperOuter
	the main body of the site 
	margin-left is half div width to position it in the middle
	--------------------------------------------------------------*/
	#wrapperOuter{
		position:absolute;
		top:20px;
		left:50%;
		width:976px;
		margin-left:-488px;
	}

	#blackout{
		position:absolute;
		top:20px;
		left:50%;
		width:976px;
		margin-left:-488px;
		/*background-color: #666666;*/
		background-image: url('../../images/semiOpaque.gif');
		
		height: 575px;
		display: none;
	}

	#wrapper{
		padding: 0 10px;
		border: 1px solid #666666;
		overflow:hidden;
		background-color: #FFFFFF;
	}
	
	#loginInfo {
		position:absolute;
		top:0px;
		left:50%;
		width:976px;
		margin-left:-488px;
		text-left: right;
	}
	
	#topBanner {
	background-color: #cc0000;
	color: #efefef;
	padding: 15px;
	margin: 0;
	height: 28px;
	border: 1px solid #666666;
	}
	
	#topBanner h1 {
		padding: 2px;
		margin: 0;
		/*color: #305bcf;*/
		font-size: 1.7em;
	}
	
	#topBanner p {
		padding: 2px;
		margin: 0;
		/*color: #305bcf;*/
	}
	
	#topSearchBox {
		 width: 360px;
		 text-align: right;
	}
	
	#menuBanner {
	color: #333333;
	margin: 0;
	border-left: 1px solid #666666;
	border-right: 1px solid #666666;
	height: 31px;
	background-color: #FFFFFF;
	position: relative;
	}
	
	#nav {
		margin: 0;
		padding: 0;
		list-style-type: none;
		width: 100%;
		float: left;
		position: absolute;
	}
	
	#nav li {
		margin: 0;
		padding: 0;
		float: left;
	}
	
	#nav a:link.home, #nav a:visited.home {
		float: left;
		width: 40px;
		height: 31px;
		text-align: center;
		background-image:url(menuBar.gif);
		background-position: 0 -93px;
	}
	
	#nav a:hover.home {
	background-position: 0 -124px;
	text-decoration: none;
	}

	#nav a:link.home_sel, #nav a:visited.home_sel {
		float: left;
		width: 40px;
		height: 31px;
		text-align: center;
		background-image:url(menuBar.gif);
		background-position: 0 -155px;
	}
	

	#nav a:link.choice, #nav a:visited.choice {
		float: left;
		width: 90px;
		margin-left: -10px;
		height: 17px;
		padding: 7px;
		text-align: center;
		vertical-align: middle;
		background-image:url(menuBar.gif);
		background-position: 0 0px;
		color: #333333;
	}

	#nav a:hover.choice {
	background-position: 0 -31px;
	text-decoration: none;
	}

	#nav a:link.choice_sel, #nav a:visited.choice_sel {
		float: left;
		width: 90px;
		margin-left: -10px;
		height: 17px;
		padding: 7px; 
		text-align: center;
		vertical-align: middle;
		background-image:url(../../images/menuBar.gif);
		background-position: 0 -62px;
		color: #333333;
	}

	#pageContent {
	margin: 0 0 5px 0px;
	padding-left: 15px;
	overflow: hidden;
	position: relative;
	}
	
	#leftNav {
	float: left;
	background-color: #f7f7f7;
	margin-left: -10px;
	padding: 10px;
	width: 120px;
	border-right: 1px solid #666666;
	min-height: 300px;

	}


	#orderSearch {
	position: absolute;
	right: 0;
	top: 0;
	padding: 3px 15px 0 0 ;
	}

	
	.left {
	  text-align: left;
	}

	.right {
	  text-align: right;
	}

	.centre {
	  text-align: center;
	}
	
	.bold {
		font-weight: bold;
	}
	

	.paddedContainer {
	margin: 10px;
	}

	
	.error {
		color: #FF0000;
		font-size: 1.1em;
		font-weight: bold;
		padding: 5px;
	}
	
	.error img {
		margin: 0px 5px 0px 0px;
	}
.success
{
	  background-color: #CCFFFF;
		color: #333333;
		font-size: 1.2em;
		font-weight: bold;
}

	
/*	.test
{
	color: #FAA51A;
}

.error
{
	color: #CC3333;
	font-size: 10px;
	
}
*/
	
	
	div.error p {
	margin: 10px;
	font-weight: normal;
	padding: 0 0 5px 0;
	}	
	
	div.error h3 {
	margin: 0 10px ;
	padding-top: 5px;
	background-image:url(../../images/iconWarningSml.gif);
	background-repeat: no-repeat;
	background-position: 0 5px;
	padding-left: 25px;
	
	}
	
		.error.info {
	  background-color: #dde6ff;
	}

	div.error.info h3 {
	background-image:url(../../images/iconTillInfo.gif);
	}
	
	
	table.basicPageTable {
		width: 780px;
	}

	table.basicPageTable td.menuIcons {
		text-align:center; 
		padding: 10px 0 0 0; 
		width:80px; 
		height: 85px;
	}
	
	
	#ajaxOutput {
	}
	
	
	
	
	/* 3 - Reporting*/
	table.report 	{
		border: solid 1px #999999; 
		margin-top: 10px ;
		font-size: 11px; 
		color: #000000; 
		padding: 0;
		border-collapse:collapse;
	}


	table.report.scanList	{
		width: 450px; 
		margin: 10px;
	}



	
	table.report th
	{
	font-weight: bold; 
	color: #333333; 
	background-color: #ffffff;
	border-bottom: solid 1px #999999; 
	padding: 0px 10px 0px 10px;
	}

	table.report td.row0 {
		background-color: #FFFFFF; 
		padding: 2px 5px 2px 5px;
	}

	table.report td.row1	{
		background-color: #DDDDDD; 
		/*background-color: #E1F7FF; */
		padding: 2px 5px 2px 5px;
	}

	table.report .bigger	{
		margin: 4px 5px 20px 5px;
		font-size: 1.2em;
	}

	table.report .bigger	input {
		width: 200px;
	}

	table.report div.nonEditable {
		border: solid 1px #999999;
		padding: 0 2px;
		height: 16px;
	}

	
	table.report td.totals {
		font-weight: bold;
		border-top: 1px solid #666666;
		border-bottom: 1px solid #666666;
		padding: 2px 5px 2px 5px;
	}



#breadcrumb {
position: relative;
top: -2px;
left: 5px;
font-size: 10px;
color: #0099FF;
font-weight: normal;
}

#breadcrumb img {
  margin-right: 10px;

}



/* 4 - Search Pages */

#searchEntry {
  text-align: left;
}

	table.searchInput 	{
		border: solid 1px #999999; 
		margin: 10px 0;
		font-size: 11px; 
		color: #000000; 
		padding: 0px;
		border-collapse:collapse;
	}
	
	table.searchInput th
	{
	background-color:#FFFFCC;
	font-weight: bold; 
	color: #333333; 
	border-bottom: solid 1px #999999; 
	padding: 0px 10px 0px 10px;
	}

	table.searchInput td {
		background-color: #FFFFFF; 
		padding: 5px;
	}

	table.searchInput td.row0 {
		padding: 2px 5px 2px 5px;
	}

	table.searchInput td.row1	{
		padding: 2px 5px 2px 5px;
	}


	table.searchResult 	{
		color: #333333;
		margin: 10px 0;
		font-size: 11px; 
		padding: 0;
		border-collapse:collapse;
	}
	
	table.searchResult th
	{
	background-color:#999999;
	font-weight: bold; 
	color: #ffffff; 

	border-right: solid 1px #ffffff; 
	padding: 3px 10px;
	}

	table.searchResult th.last
	{
		border-right: solid 1px #999999;
	}

	table.searchResult td.row0 {
		background-color: #FFFFFF; 
		padding: 2px 5px 2px 5px;
		border: solid 1px #999999; 
	}

	table.searchResult td.row1	{
		background-color: #DDDDDD; 
		/*background-color: #E1F7FF; */
		padding: 2px 5px 2px 5px;
		border: solid 1px #999999; 
	}

table.searchResult td a:link, table.searchResult td a:visited {
	margin:0;
	padding:0;
	color: #333333;
	text-decoration:none;
}

table.searchResult td a:hover{
	margin:0;
	padding:0;
	text-decoration:underline;
}



/* 5 - Stk Maint */

#topData {
	border: solid 1px #cc0000;
	padding: 10px;
	position: relative;
	background-color: #e6f7ff;
	margin: 10px 0;
	min-height: 25px;
}




#bodyPanel { 
	border: solid 1px #cc0000;
	height: 350px;
	width: 805px;
	padding: 0px;
	background-color: #efefef;
	position: relative;
	overflow: scroll;
	overflow-x: hidden;

}

#editPanel {
	height: 450px;
	position: relative;
}

#editPanel input {
	text-align: right;
}

#editPanel .button  {
  text-align: center;
}

#editPanel td {
	height: 20px;
	font-size: 1.2em;
}

#tabs { 
	width: 925px;
	height: 25px;
	padding: 0;
	margin-right: 1px;
	border: 0;
	border-left: solid 1px #999999;
	overflow: hidden;
}

.tab {
	height: 15px;
	padding: 5px;
	margin: 0;
	text-align: center;
	background-color: #e6f7ff;
	color:#cccccc;
	border-right: 1px solid #ffffff;
	font-weight: normal;
	float: left;
	border: 1px solid #018ed2;
	border-bottom: 0;
	border-left: 0;
}

.tab.on {
	background-color: #018ed2;
	color: #333333;
	font-weight: bold;
}

.quitEdit {
	height: 12px;
	padding: 3px;
	margin: 0;
	text-align: center;
	background-color: #e6f7ff;
	color: #333333;
	font-weight: normal;
	position: absolute;
	right: 0;
	border: 1px solid #333333;
}

.quitEdit a:link, .quitEdit a:visited {
	color: #333333;
}


div.tab a:link, div.tab a:visited, div.tab a:hover {
	margin:0;
	padding:0;
	color: #333333;
	text-decoration:none;
}

div.tab a:hover{
	margin:0;
	padding:0;
	text-decoration:underline;
}


div.tab.on a:link, div.tab a:visited {
	margin:0;
	padding:0;
	color: #ffffff;
	text-decoration:none;
}

div.tab.on a:hover{
	margin:0;
	padding:0;
	text-decoration:underline;
}


table.editTable {
	border: solid 1px #999999; 
	margin: 10px 20px ;
	font-size: 1em; 
	color: #000000; 
	padding: 0;
	border-collapse:collapse;
}

table.editTable.scanList {
	width: 450px; 
	margin: 10px; 
}


table.editTable th {
	font-weight: bold; 
	color: #333333; 
	background-color: #ffffff;
	border-bottom: solid 1px #999999; 
	padding: 2px 5px 2px 5px;
}


table.editTable td {
	padding: 2px 5px 2px 5px;
}

table.editTable td.row0 {
	background-color: #FFFFFF; 
}

table.editTable td.row1	{
	background-color: #DDDDDD; 
}

table.editTable td.label	{
	font-weight: bold;
}

table.editTable td.highlight	{
	font-weight: bold;
	background-color:#FFCCFF;
}


table.editTable td input {
  display: inline;
}

table.editTable p.link {
}

table.editTable img.icon {
	float: left;
	margin: 3px 5px 0 0;
}


.buttonContainer {
	/*same width and marg as editTable*/
	width: 700px;
	margin-left: 20px ;
	margin-top: 0;
	position: relative;
}

.buttonContainer input{
	position: absolute;
	right: 0;
}

div.label {
	font-weight: bold;
	font-size: 1.2em;
	color: #333333;
	margin: 5px 5px 0px 5px;
}

table.maintList {
	background-color: #FFFFFF;
	width: 550px;
	margin: 0;
	padding: 5px;
}

table.maintList td {
	padding: 5px;
}

#editPanel table.maintList input[type="text"] {
	width: 200px;
	text-align: left;
}

table.maintList td.new {
	background-color: #FFCCFF;
}


#priceContainer {
	/*border: 1px solid #999999; */
	width: 410px; 
	height: 300px; 
	position: 
	absolute; 
	top: 10px; 
	right:20px;
}

.bullet {
	width: 500px; 
	height: 30px;
	overflow-y: scroll;
	overflow-x: hidden;
}

.infoText {
	width: 500px; 
	height: 60px;
}


/* 
 * 6 - cust-disc-group 
 *
 */

#listData {
  border: solid 1px #999999;
	margin: 10px 0;
	width: 517px;

}

#listData p {
	margin: 10px;
}

#listDataHeader {
	width: 100%;
}

#listDataDetail {
	max-height: 150px;
	width: 517px;
	overflow: scroll;
}


#helpLink {
	position: absolute;
	top: 5px;
	right: 0;
}


#popup {
	display: none; 
	position:absolute;
	top:30%;

	left:50%;
	width:200px;
	margin-left:-100px;

	border: solid black 1px; 
	padding: 10px; 
	background-color: rgb(255,255,225);
	color: #333333; 
	text-align: left; 
	font-size: 12px; 
	
}

#popup img.close {
	position: absolute;
	top: 3px;
	right: 3px;
}


#popup div.close {
text-align: right;
	
}

#popup img.icon {
	float: left;
}

#popup h1 {
	margin-top: 10px;	
	padding-left: 40px;
	font-size: 1.5em;
	line-height: 1.1em;
}




#popupHelp {
	display: none; 
	position:absolute;
	top:10%;
	max-height: 500px;

	left:50%;
	width: 700px;
	margin-left:-350px;

	border: solid black 1px; 
	padding: 10px; 
	background-color: rgb(255,255,225); 
	text-align: left; 
	font-size: 12px; 

	overflow: scroll;
	overflow-x: hidden;
	
}

#popupHelp img.close {
	position: absolute;
	top: 3px;
	right: 3px;
}


#popupHelp div.close {
text-align: right;
	
}

#popupHelp img.icon {
	float: left;
}

#popupHelp h1 {
	margin-top: 10px;	
	padding: 0;
	padding-left: 0px;
	font-size: 2em;
	line-height: 1.1em;
	color: #cc0000;
}

#popupHelp h2 {
	margin-top: 10px;	
	margin-bottom: 0;
	padding-left: 0px;
	font-size: 1.7em;
	line-height: 1.1em;
}

#popupHelp h3 {
	margin-top: 10px;	
	margin-bottom: 0;
	padding-left: 0px;
	font-size: 1.2em;
	line-height: 1.1em;
}

#popupHelp p {
	padding: 0;
	margin: 0;
	color: #333333;
}

.buttonLink {  /*for popupContinue*/
 	border: 1px solid #666666;
	display: inline;
	padding: 5px;
	background-color: #FFFFFF;
	margin-bottom: 5px;
}


.progressBox {
	border: 1px solid #999999; 
	width: 220px; 
	margin: 10px; 
	padding-bottom: 3px;
}

.progressBox .header {
	width: 213px; 
	margin: 0; 
	padding: 2px 0 2px 7px; 
	background-color:#999999; 
	color:#FFFFFF; 
	font-weight: bold
}

.progressBox .content {
	padding: 5px 0 0 7px; 
	margin:0;
	background-color:#FFFFFF;
}


.progressBox img {
	text-align: center;"
}




/* Start popupSearch popup*/

#popupSearch {
	display: none; 
	position:absolute;
	top:5%;

	left:50%;
	width: 350px;
	margin-left:-175px;

	border: solid black 1px; 
	padding: 10px; 
	background-color: rgb(255,255,225); 
	text-align: left; 
	font-size: 12px; 

}

#popupSearch img.close {
	position: absolute;
	top: 3px;
	right: 3px;
}


#popupSearch div.close {
text-align: right;
	
}

#popupSearch img.icon {
	float: left;
}

#popupSearch h1 {
	margin-top: 10px;	
	padding: 0;
	padding-left: 0px;
	font-size: 2em;
	line-height: 1.1em;
	color: #cc0000;
}

#popupSearch h2 {
	margin-top: 10px;	
	margin-bottom: 0;
	padding-left: 0px;
	font-size: 1.7em;
	line-height: 1.1em;
}

#popupSearch h3 {
	margin-top: 10px;	
	margin-bottom: 0;
	padding-left: 0px;
	font-size: 1.2em;
	line-height: 1.1em;
}

#popupSearch p {
	padding: 0;
	margin: 0;
	color: #333333;
}

#popupSearch #btnSearchGo {
	position: relative;
	top: 5px;
	
}



/* End of popupSearch popup*/








/* Accordian for Alerts */
#basic-accordian{
	padding:0px;
	width: 99%;
	border-top: 0;
	z-index:2;
}

.accordion_headings{
	padding: 3px;
	margin-top: 4px;
	cursor:pointer;
	font-weight:bold;
	border:1px solid #FFCCCC;
}

.accordion_headings:hover{
	background:#FFEEEE;
}

.accordion_child{
	padding: 5px;
	border:1px solid #FFDDDD;
}
/* end of accordion styles */

.header_highlight{
	background:#FFDDDD;
}

.right {
  text-align: right;
}

.layoutTable
{
  width: 100%; 
  padding:0; 
  margin:0; 
}



/*old order-det*/

  #headContainer {
    position: relative;
	height: 210px;
	width: 800px;
	margin-bottom: 10px;
  }
  
  #statusPanel {
    top: 0px;
	left: 500px;
	width: 300px;
	height: 50px;
	border: 1px solid #0084BE;
	position: absolute;
  }

  #paymentPanel {
    top: 170px;
	left: 250px;
	width: 240px;
	height: 40px;
	border: 1px solid #0084BE;
	position: absolute;
  }

  #instrPanel {
    top: 170px;
	left: 0px;
	width: 240px;
	height: 40px;
	border: 1px solid #0084BE;
	position: absolute;
  }

  #messagePanel {
    top: 60px;
	left: 500px;
	width: 300px;
	height: 150px;
	border: 1px solid #0084BE;
	position: absolute;
  }
	
	#messageTable {
	height: 110px;
	overflow: scroll;
	overflow-x: hidden;
	}

  #dispAddPanel {
    top: 0px;
	left: 0px;
	width: 240px;
	height: 160px;
	border: 1px solid #0084BE;
	position: absolute;
  }

  #billAddPanel {
    top: 0px;
	left: 250px;
	width: 240px;
	height: 160px;
	border: 1px solid #0084BE;
	position: absolute;
  }
  
  table.statusBar {
    width: 100%;
	height: 50px;
	border-collapse: collapse;
  }
  
  table.statusBar th {
    font-size: 12px;
	background-color: #cc0000;
	color: #FFFFFF;
	padding: 3px;
  }

  table.statusBar td {
    font-size: 10px;
	border-right: 1px solid #0084BE;
	padding: 3px;

  }

  table.statusBar td.statusImg {
	  border: 0; 
		width: 20px;
	}

  table.statusBar td.statusTxt {
		width: 80px; 
		line-height: 11px;
	}
  
  p.headTitle {
  color: #ffffff;
	background-color: #cc0000;
	padding: 2px;
	padding-left: 5px;
	font-weight: bold;
	font-size: 12px;
	margin: 0;
  }

  div.headInfo {
	padding: 5px;	}

  div.headInfo p {
	font-size: 11px;
	padding: 0;
	margin: 0;
	margin-left: 3px;
  }

table.toolbar {
	height: 25px;
	width: 100%;
	background-color: #d7f2ff;
	border: solid 1px #cc0000;
	margin: 0;
}

table.toolbar img {
	padding: 3px;
}

.toolbar_text {
	margin: 0;
	padding: 0;
}



#toolBar {
	/* used in divs*/
	height: 50px;
	width: 480px;
	margin-top: 10px;
	border: 1px solid #cc0000;
	padding: 10px;
	background-color: #ffffcc;
	position: relative;
}


#toolBar p.label {
	display:inline; 
	font-weight: bold;
}


.controls {
	width: 430px;
	margin: 10px;
	border: 1px solid #cc0000;
	padding: 10px;
	background-color: #d7f2ff;
}

.controls .title {
	font-size: 1.4em;
	font-weight: bold;
	display: inline;
	margin-right: 10px;
	
}
  
  table.toolbarItem {
    width: 70px; 
		text-align: center; 
		font-size: 10px; 
		display: inline  
	}

  table.toolbarItem td {
    padding: 0;
    padding-top: 5px;
  }
  
  table.toolbarItem td.toolbarText {
    padding: 0;
    margin: 0;
    width: 70px;
  }
  
  span.navDivider {
	padding-right: 33px;
    background-image:url(images/nav-divider.gif);
	background-repeat:repeat-y;
	background-position:center;
  }

  span.navDivider2 {
	width: 10px;
	height: 100px;

    background-image:url(images/nav-divider.gif);
	background-repeat:repeat-y;
	background-position:center;

	background-color: #CCFF33;
	border: 1px solid black;
  }
  

.retrieved {
  font-size: 10px;
	color: #FF0000;
}





/* order-det*/

#orderDetTopData {
	border: solid 1px #cc0000;
	margin: 10px 0 ;
	position: relative;
	height: 80px;
	background-color: #e6f7ff;
}

#orderTitle {
	width: 500px; 
	position: absolute; 
	padding: 0;
	margin: 0;
}

#logoContainer {
	float: left;
	height: 80px;
	width: 175px;
	background-color: #FFFFFF;
	border-right: 1px solid #cc0000;
	margin-right: 10px;
	
}

#logoContainer img {

	vertical-align:bottom;
}

div.orderTitleText {
	font-weight: bold;
	color: #666666;
	font-size: 1.5em;
	margin: 8px 0 8px 0;
	padding: 0;
	color: #0084BE;
	display: block;
}

div.orderSubTitleText {
	margin: 0;
	padding: 0;
}


#orderAlerts {
	position: absolute; 
	top: 0; 
	right: 220px;
}

#orderAlerts img {
padding: 5px;
margin: 5px;
margin-top: 9px;
background-color:#FFFFFF;
border: 1px solid #cccccc;
}

.refundForm {
	text-align: right;
	width: 100px;
}

.editing {
	background-color: #FFCCFF;
}

.editing input {
	padding: 2px;
	margin: 3px;
	width: 74px;
	text-align: right;
}
	



table.list 	{
	border: solid 1px #999999; 
	margin-top: 10px ;
	font-size: 1.2em; 
	color: #000000; 
	padding: 0;
	border-collapse:collapse;
	width: 800px;
	/*padding-right: 10px*/
}

table.list th
{
	font-weight: bold; 
	font-size: 0.8em;
	color: #cc0000; 
	background-color: #ffffff;
	border-bottom: solid 1px #999999; 
	padding: 0px 5px 0px 5px;
}

table.list td {
	font-family:"Courier New", Courier, monospace;
	padding: 2px 5px;
	vertical-align: middle;
}


table.list td.row0 {
	background-color: #FFFFFF; 
}

table.list td.row1	{
	background-color: #DDDDDD; 
}


table.list td div.error {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	font-weight: bold;
	background-color: #FFAAAA;
	padding: 3px;
}

table.list td div.correct {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	font-weight: normal;
	background-color: #B1F98E;
	padding: 3px;
}

table.list td.totals {
	font-weight: bold;
	border-top: 1px solid #666666;
	border-bottom: 1px solid #666666;
	padding: 2px 5px 2px 5px;
}



div.editable	{
	background-color: #FFFFCC; 
	/*background-color: #E1F7FF; */
	padding: 2px;
	margin: 3px;
	width: 74px;
	height: 12px;
	text-align: right;
}

div.editable input	{
	width: 70px;
	font-size: 0.8em;
}



table.data {
	margin: 20px;
	border-collapse:separate;
}

table.data th {
	color:#cc0000;
	font-size: 1.4em;
	text-align: left;
	padding: 5px;
}

table.data td {
	padding: 0;
	margin: 0;
}

	
table.data td.label {
	font-weight: bold;
	color: #444444;	
}

table.data td.value {
	background-color: #ffffff;	
	padding: 2px;
	margin: 2px;
	border: 1px solid #bebebe;
	width: 100px;
	overflow: visible;
}

table.data td.row0 {
	background-color: #E4E4E4;	
	padding: 5px;
}

table.data td.row1 {
	background-color: #FFFFFF;	
	padding: 5px;
}





#bodyPanelLeft {
	position: absolute;
	top: 0;
	left: 0;
	width: 350px;
}

#bodyPanelLeft td.value {
	width: 200px;
}

#bodyPanelRight {
	position: absolute;
	top: 0;
	left:400px;
	width: 350px;
}

#bodyPanelRight td.value {
	width: 200px;
}


.msgModeSwitch {
	margin: 5px 0 0 5px;	
}



#statusTable {
}

#statusTable table {
	border-collapse:collapse; 
	position: absolute; 
	top: 0; 
	right: 0;   
	border-left: 1px solid #0084BE;	
	font-size: 12px;
	height: 81px;
}

#statusTable table td {
	padding:3px; 
	border-bottom: 1px solid #cc0000; 
	background-color: #ffffff;
}

#statusTable table td.heading1 {
	background-color: #0084BD; 
	color:#FFFFFF; 
	font-weight:bold;
}

#statusTable table td.heading2 {
	background-color: #ffffff; 
	color:#666666; 
	font-weight:bold;
	border-right: 1px solid #0084BE;
}

.submitButton {
	width: 100%;
	text-align: right;
	padding-top: 2px;
}




/* Order Status Definitions for orders.php */

.confirmed
{
	/*color: #FF0000;*/
	font-weight: bold;
}

.partial
{
	color: #339900;
}

.greyed_out
{
	color: #999999;
}

.greyed_out a
{
	color: #669999;
}




/* system-info page*/
.bootParamData {
	border: 1px solid #cccccc;
	float: left;
	width: 200px;
	margin-right: 5px;
}


.dispatchHeader {
	padding-top: 8px;
	border-top: 1px solid black;
	font-weight: bold;
	padding-left: 5px;
}




	div.errorPanel	{
		padding: 5px 5px 5px 35px;
		font-size: 1.2em;
		background-color: #ffcad5;
		color: #333333;
		font-weight: normal;
		background-image: url(../../images/iconError24.gif);
		background-repeat: no-repeat;
		background-position: 5px 5px;
		border: 1px solid black;
		min-height: 22px;
	}


	div.successPanel	{
		padding: 5px 5px 5px 35px;
		font-size: 1.2em;
		background-color: #cbedcb;
		color: #333333;
		font-weight: normal;
		background-image: url(../../images/iconSuccess24.gif);
		background-repeat: no-repeat;
		background-position: 5px 5px;
		border: 1px solid black;
	}



div.toolTips {
	max-width: 300px;
}


/* Global Price Updates */

.panel {
}

.panel h2 {
	font-size: 1.2em;
	margin: 10px 0 0 10px;
}

.panel table {
	margin: 10px 0 0 10px;
}

.panel p {
	margin: 10px 0 0 10px;
}

.panel form {
	margin: 10px 0 0 10px;
}


/* PO manage */
#poTopData {
	margin: 10px 0 ;
}

#poOrderTitle {
	/*position: absolute; */
	padding: 0;
	margin: 0;
}


#poOrderTitle table {
	border: 0;
	font-weight: bold;
	border-collapse: collapse;
}

#poOrderTitle table td {
	border: solid 1px #cc0000;
	padding: 5px;
}

#poOrderTitle table td.title {
	font-size: 1.2em;
	color: #cc0000;
	font-weight: bold;
}

#poOrderTitle table td.statusLabel {
	background-color: #cc0000;
	color: #FFFFFF;
	text-align: center;
}

#poOrderTitle table td.statusValue {
	font-weight: normal;
	text-align: center;
}

#poInfo {
	text-align: right;
	width: 100%;
}

#poInfo p {
	margin: 4px;
	float: right;
	font-weight: bold;
}

#poInfo img {
	margin-top: 4px;
}

#poAckInfo {
	
	width: 100%;
}

#poAckInfo p {
	margin: 4px;

	font-weight: bold;
}



#toolBar #skuInputWrap {
	display: inline  ;
	font-weight: bold;
	padding: 13px;
	position: absolute;
	top: 2px;
}
#toolBar img {
	position: relative;
	top: 3px;
	left: 4px;
}

.poManageUserInfo {
	padding: 5px;
	font-weight: bold;
}



/* Start till-maint-qcodes page */

.prodBox {
  width: 148px;
	height: 196px;
	margin-left: 9px;
	margin-top: 10px;
	border: 1px solid #666666;
	background-color:#FFFFFF;
	text-align: center;
	float: left;
	position: relative;
}

.first {
  margin-left: 0;
}

.prodBox .iconCont {
	background-color: #CCCCCC;
}

.prodBox img.icon {
	margin: 4px 10px;
	
}

.prodBox img.prodImage {
	margin-top:0px;
}

.prodBox div.prodImageCont {
	height: 120px;
}

.prodBoxTitle  {
	margin: 0 10px;
	position: absolute;
	bottom: 0;
	vertical-align: middle;
}

/* End till-maint-qcodes page */



/* stk-price-global*/
#blockTitle {
	background-color: #cc0000;
	font-size: 1.4em;
	font-weight: bold;
	color: #FFFFFF;
	padding: 5px 10px;
	margin-top: 15px;
}

#wizButtons {
	position: absolute;
	top: 30px;
	right: 77px;
}



#loginBox input {
	position: relative;
	top: 5px;
}

#loginBox .label {
	font-weight: bold; 
	padding: 7px;
}


#lockStatus, #busyStatus, #editFlag, #editValue, #valResult, #activeField {
	display: none;
	visibility: hidden;
}




/* order-det picking */
table.orderList {
	border-left: 0; 
	border-right: 0; 
	width: 100%; 
	margin-top: 20px;
}



table.orderList td {
	vertical-align: top;
}



/*process-run*/
#processInProgressGraphic {
	visibility: hidden;
	height: 0;
	margin: 5px 0;
}

#processHelp {
	font-weight: bold;
	margin: 5px 0 5px 10px;
	padding: 10px 5px 10px 35px;
	background-color: #FFFFCC;
	border: 1px solid #666666; 
	background-image: url(../../images/iconInfo24.gif);
	background-repeat: no-repeat;
	background-position: 5px 5px;
}


#processStatusText {
	margin: 5px 10px;
}

.processCell {
	background-color: #DDDDDD; 
	padding: 0 10px
}



/* drop-down list in corner used in util pages and e.g. for situations where you have to select a store*/

#dropDownBox {
	position: absolute;
	top: 0;
	right: 0;
	width: 205px;
}

#dropDownBox select {
}

#dropDownBox p {
	position: relative;
	top: 5px;
	font-weight: bold;
}

/* reporting */

#reportControls {
  width: 222px;
	height: 62px;
	background-image:url(../../images/reportControls1.gif);
	padding: 4px 7px 8px 7px;
	position: absolute;
	top: 10px; 
	right: 5px;
	
}

#reportControls .date {
  width: 70px;
	height: 33px;
	float: left;
	font-size: 11px;
	font-weight: bold;
	padding-right: 6px;
	margin: 0 ;
}

#reportControls .date input {
  width: 64px;
}

#reportControls #dateApply {
  width: 70px;
	height: 33px;
	float: left;
	position: relative;
	text-align: center;
}

.dateControlsGrp { 
  width: 70px;
	margin: 0;
	float: left;
	padding-right: 6px;
}

.dateControlsGrp img {
	position: relative;
	top: 4px;
}

.lastOne { 
	padding-right: 0px;
}

.dateCtrl{ 
  width: 23px;
	float: left;
	font-size: 9px;
	color: #333333;
	font-weight: bold;
	padding-top: 4px;
}

.dateCtrl a img{ 
	position: relative;
	top: -5px;
}

#ctrlLinks {
	position: absolute;
	bottom: 0;
	left: 10px;;
}

#selections {
	position: relative;
}

#reportSelections {
  width: 136px;
	height: 62px;
	background-image:url(../../images/reportControls2.gif);
	position: absolute;
	top: 10px; 
	right: 250px;
	padding: 4px 7px 8px 7px;
	font-size: 11px;
	font-weight: bold;
	float: right;
}

#reportSelections select {
  font-size: 11px;
}


/* stock taking */

#addSheet {
	visibility: hidden;
	display: none;
}


 /* 7 - Login Page */
 
#loginLogoBox {
	width: 300px; 
	height: 75px; 
	margin:0 auto; 
	margin-top: 15px;
	margin-bottom: 15px;
	text-align:center; 
	background-color: #FFFFFF; 
}  
	
#loginLogo {
 text-align: center; 
 margin-bottom: 10px;
}



/* 8 - POS Themes Page */

.themeWrapper {
	margin: 0 180px 20px 20px;
	position: relative;
}

.themeWrapper input, .themeWrapper div {
	position: absolute;
	top: 0;
	right: 0;
}

.themeWrapper h1 {
	margin-bottom: 10px;
}

.themeBreak {
	clear: left;
}

.themeWrapper img {
	float: left;
	margin-right: 10px;
	border: 1px solid #CCCCCC;
	padding: 5px;
}

