/* Admin Reports styles
1 - html tags
2 - layout
3 - Reporting
4 - Search Pages
5 - Maint pages
6 - cust-disc-group

*/

/* 1 - html tags*/

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 {
	margin: 0;
	padding: 0;
}

a:link, a:visited {
	margin:0;
	padding:0;
	color:#0033cc;
	text-decoration:none;
}

a:hover{
	margin:0;
	padding:0;
	text-decoration:underline;
}

dl {
	margin: 0;
	padding: 0;
}

form { 
	padding: 0;
	margin: 0;
}


h1 {
	  font-size: 1.8em;
		margin: 10px;
}

h2 {
	  font-size: 1.45em;
		margin: 10px;
}

h3 {
	  font-size: 1.2em;
		margin: 10px 0  0 10px;
		padding: 0;
}

img{
	border:none;
}

input {  
font-size: 1em;
}

table {
  border-collapse: collapse;
}


/* 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:800px;
		margin-left:-400px;
	}

	#wrapper{
		background-color:#fff;
		/*width:955px;*/
		/*padding: 10px;*/
		border: 1px solid #666666;
		overflow:hidden;
	}
	
	#loginInfo {
		position:absolute;
		top:0px;
		left:50%;
		width:800px;
		margin-left:-400px;
		text-left: right;
	}
	
	#topBanner {
	background-color: #008ed2;
	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;*/
	}
	
	#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(../images/menuBar.gif);
		background-position: 0 -93px;
	}
	
	#nav a:hover.home {
	background-position: 0 -124px;
	text-decoration: none;
	}

	#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(../images/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 {

	}
	
	#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;
	}
	

	.paddedContainer {
	margin: 10px;
	}

	
	.error {
	  background-color: #FFCCFF;
		color: #333333;
		font-size: 1.2em;
		font-weight: bold;
	}
	
	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);
	}
	
	
	/* 3 - Reporting*/
	table.report 	{
		/*border: solid 1px #999999; */
		font-size: 11px; 
		color: #000000; 
		padding: 0;
		border-collapse:collapse;
		width: 100%;
	}
	
	table.report th
	{
	font-weight: bold; 
	color: #333333; 
	border-bottom: solid 1px #999999; 
	border-top: solid 1px #999999; 
	padding: 0px 10px 0px 10px;
	}

	table.report td {
		padding: 2px 5px 2px 5px;
	}

	table.report td.row0 {
		background-color: #FFFFFF; 
	}

	table.report td.row1	{
		background-color: #DDDDDD; 
	}
	
	table.report td.totals {
		font-weight: bold;
		border-top: 1px solid #666666;
		/*border-bottom: 2px solid #666666;*/
		margin-bottom: 3px;
	}
	
	table.report tr.docHead td {
		font-weight: bold;
	}
	
	
	
	#reportControls {
	  position: absolute;
		top: 10px;
		right: 10px;
	}



	/* 3 - Documents*/
	table.document 	{
		/*border: solid 1px #999999; */
		color: #000000; 
		padding: 0;
		border-collapse:collapse;
		width: 100%;
		font-size: 1.3em;
	}
	
	table.document th
	{
	font-weight: bold; 
	color: #333333; 
	border-bottom: solid 1px #999999; 
	border-top: solid 1px #999999; 
	padding: 10px 10px 10px 10px;
	}

	table.document td {
		padding: 7px 5px 7px 5px;
	}

	table.document td.row0 {
		background-color: #FFFFFF; 
	}

	table.document td.row1	{
		background-color: #DDDDDD; 
	}
	
	table.document td.totals {
		font-weight: bold;
		border-top: 1px solid #666666;
		/*border-bottom: 2px solid #666666;*/
		margin-bottom: 3px;
	}
	
	table.document tr.docHead td {
		font-weight: bold;
		padding: 4px 5px 4px 5px;
	}











#breadcrumb {
position: relative;
top: -2px;
left: 10px;
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: 0;
		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.row0 {
		background-color: #FFFFFF; 
		padding: 2px 5px 2px 5px;
	}

	table.searchInput td.row1	{
		background-color: #DDDDDD; 
		/*background-color: #E1F7FF; */
		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 #999999;
	height: 40px;
	width: 500px;
	/*padding: 10px;*/
	margin: 10px 0;
}

#bodyPanel { 
	border: solid 1px #999999;
	height: 350px;
	width: 905px;
	padding: 0px
}

#editPanel {
background-color: #EAEAEA;
height: 350px;
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;
}

.tab {
	height: 15px;
	padding: 5px;
	margin: 0;
	text-align: center;
	background-color: #cccccc;
	color:#FFFFFF;
	border-right: 1px solid #ffffff;
	font-weight: normal;
	float: left;
}

.tab.on {
	background-color: #333333;
	color: #333333;
	font-weight: bold;

}

div.tab a:link, div.tab a:visited {
	margin:0;
	padding:0;
	color: #ffffff;
	text-decoration:none;
}

div.tab a:hover{
	margin:0;
	padding:0;
	text-decoration:underline;
}

table.editTable {
	width: 547px;
	border: 1px solid #99CCFF;
	font-weight: bold;
	margin: 10px;
	background-color: #FFFFFF;
}

table.editTable td {
  padding: 10px;
}

table.editTable td div.text {
	float: right;
	padding-left: 10px;
	width: 100px;
	font-weight: normal;
	text-align: left;
}

table.editTable td input {
  display: inline;
}


#editPanel #help {
	background-color: #FFFFCC;
	border: 1px solid #99CCFF;
	width: 307px;
	height: 310px;
	padding: 10px;
	position: absolute;
	top: -1px;
	right: 0;
	margin: 10px;
	overflow: scroll;
}

#editPanel #help h1 {
	font-size: 1.3em;
	margin-top: 2px;
	margin-left: 20px;

}

#editPanel #help h2 {
	font-size: 1.1em;
	margin-bottom: 0;
	margin-top: 10px;
}

#editPanel #help h3 {
	margin-bottom: 0;
}

#editPanel #help p {
	font-size: 1em;
	margin-top: 0;
}

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;
}

/* 
 * 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;
}



#reportControls {
  width: 222px;
	height: 62px;
	background-image:url(../../images/reportControls1.gif);
	padding: 4px 7px 8px 7px;
	position: absolute;
	top: 10px; 
	right: 25px;
	
}

#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: 270px;
	padding: 4px 7px 8px 7px;
	font-size: 11px;
	font-weight: bold;
	float: right;
}

#reportSelections select {
  font-size: 11px;
}

