/* Till Styles - skin1
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: #CCCCCC;
  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: 2.0em;
		margin: 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:976px;
		margin-left:-488px;
	}

	#wrapper{
		background-color:#fff;
		/*width:955px;*/

		padding: 20px;
		border: 1px solid #666666;
		overflow:hidden;
	}
	
	
	.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; 
		margin: 10px 0;
		font-size: 11px; 
		color: #000000; 
		padding: 0;
		border-collapse:collapse;
	}
	
	table.report th
	{
	font-weight: bold; 
	color: #333333; 
	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;
	}

#breadcrumb {
font-size: 10px;
color: #0099FF;
position: relative;
margin: -10px 0 15px 0;
font-weight: normal;
margin: 5px 0;
}



/* 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;
}

