﻿
body
{
	margin:0px;
	background-color: #CCCCCC;
	text-align: left;
	font-family: Arial,Helvetica,Sans-Serif;
	font-size: 10pt;
	color: #000000;
}

h1 
{
	font-size: 18pt;
	font-weight: bold;
	margin: 0px;
}
h2
{
	margin: 0 20px 20px 20px;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 6px;
	font-size: 14pt;
	font-weight: bold;
	text-transform: uppercase;
	background-color: #888888;
	color: #FFFFFF;
}
h3 
{
	font-size: 15pt;
	font-weight: bold;
	color: #FFFFFF;
	text-transform: uppercase;
}
h4 
{
	font-size: 12px;
	font-weight: bold;
	margin: 0px;
}
h5 
{
	font-size: 12px;
	font-weight: normal;
	margin: 0px;
}

A {color: #555555; font-weight: bold; text-decoration: none;}

.tableBasic
		{
			width: 998px;
			padding: 0;
			margin: 0;
		}
		.tableContentHolderCell
		{
			vertical-align: top;
		}
		#tblHeaderCell
		{
			height: 78px;
			background: url( '/images/gray/header_top.png' );
			padding: 0;
			margin: 0;
		}
		#tblHeaderCellBase
		{
			height: 17px;
			background: url( '/images/gray/header_base.png' );
			padding: 0;
			margin: 0;
		}
		#tableBasicLeft
		{
			width: 180px;
			padding: 0;
			margin: 0;
		}
			#tableBasicLeftMenuCell
			{
				height: 500px;
				width: 180px;
				background: url( '/images/gray/menu_1px.png' );
				vertical-align: top;
				position: relative;
				float:none;
				font-size: 11pt;
				min-height: 400px;
				text-align: center;
			}
				.MenuSpanLeft,.MenuSpan, .MenuSpanSmall, .MenuSpanAdmin, .SelectedMenuSpan
				{
					font-weight: bold;
					text-decoration: none;
					text-transform: uppercase;
				}
				.MenuSpan, .MenuSpanAdmin
				{
					background: url('/images/gray/InactiveButtonTrans.png');
				}
				.MenuSpanLeft
				{
					background: url('/images/gray/InactiveButtonTransSolid.jpg');
				}
				.MenuSpanSmall
				{
					background: url('/images/gray/InactiveButtonTrans110.png');
					width: 110px;
					height: 21px;
					margin: 0;
					padding: 5px 0 0 0;
				}
				.SelectedMenuSpan
				{
					background: url('/images/gray/ActiveButton.png');
				}
				
				#tableBasicLeftMenuCell a:link {color: #555555;}
				#tableBasicLeftMenuCell a:visited {color: #555555;}
				#tableBasicLeftMenuCell a:hover {color: #555555;}

				.MenuSpanLeft, .MenuSpan, .SelectedMenuSpan
				{
					width: 160px;
					height: 23px;
					margin: 0 0 10px 10px;
					padding:7px 0 0 0;
					text-align: center;
					cursor: pointer;
				}
				.MenuSpanAdmin
				{
					width: 160px;
					height: 23px;
					padding: 7px 0 0 0;
					margin: 20px 0 3px 10px;
					
				}
				.menuitem
				{
					background: url('/images/gray/InactiveButton.png');
				}
				.selectedmenuitem
				{
					background: url('/images/gray/ActiveButton.png');
				}
				.menuitembaseAdmin
				{
					position: absolute;
				}
				.MenuUsercontent
				{
					margin-left: 10px;
					margin-right: 10px;
					margin-top: 50px;
					margin-bottom: 50px;
					min-height: 250px;
					color: #ff0000;
					font-size: 12pt;
					font-weight: bold;
				}
		#tableBodyLeftBase
		{
			height: 9px;
			width: 180px;
			background: url( '/images/gray/menubase.png' );
		}
		#tableBodySpacer
		{
			width: 9px;
		}
		.tableBasicContent
		{
			width: 809px;
			padding: 0;
			margin: 0;
		}
		#tableBodyCell
		{
			width: 809px;
			height: 500px;
			background: url( '/images/gray/content_1px.png' );
			vertical-align: top;
		}
		#tableBodyCellBase
		{
			width: 809px;
			height: 9px;
			background: url( '/images/gray/contentbase.png' );
		}
		#tblFooterCell
		{
			width: 998px;
			height: 41px;
			background: url( '/images/gray/footer.png' );
			padding: 0;
			margin: 0;
		}

/*
Colours: 
darker: #9A6934
dark: #E4CBAF
light: #EEDECD
*/


.WarningText
{
	font-size: 14px;
	font-weight: bold;
}
#container
{
	position: relative;
	width: 998px;
	margin-left:auto;
	margin-right:auto;
}
	#header
	{
		position: relative;
		height: 93px;
		width: 998px;
		background: url('/images/gray/header.png');
	}
		#headertext
		{
			color:#B75635;
			font-weight: bold;
			padding-top: 30px;
			padding-left: 30px;
		}
	#block
	{
		position: relative;
		float:none;
	}
		#menublock
		{
			float:left;
			position:relative;
			color: #B75635;
		}
			
				
				
				
				
				
				
				
			#menublockbase
			{
				background: url('/images/gray/menubase.png');
				height: 9px;
				width: 180px;
			}
		#splitterblock
		{
			float:left;
			width: 9px;
			height: 10px;
		}
		#mainblock
		{
			float:left;
			position: relative;
			width: 809px;
		}
			#mainblockcontent
			{
				background: url('/images/gray/content_1px.png');
				min-height: 500px;
				width: 809px;
			}
				#MainContent
				{
					width: 800px;
					margin-left: 10px;
					padding-bottom: 30px;
				}
				
			#mainblockbase
			{
				background: url('/images/gray/contentbase.png');
				height: 9px;
				width: 809px;
			}
	#footer
	{
		float:right;
		height: 41px;
		width: 998px;
		background: url('/images/gray/footer_solid.jpg');
	}
	
	
	
	.OrderButton
	{
		width: 70px;
		background: url('/images/gray/btnOrder.png');
		height: 18px;
		padding: 0;
		border: 0;
		cursor: pointer;
		margin-top: 4px;
	}
	
	

#SurnameResultTable
{
	margin: 10px;
	padding: 0 0 0 0;
}
	#EditTable
	{
		padding-left: 20px;
		width: 700px;
	}
	#ordertable
	{
		padding: 5px;
		border: 0;
		font-size: 11pt;
		text-align:center;
	}
	#ordertable a {color: #555555;}
	#ordertable td
	{
		padding: 5px;
	}
	#ordertable Button 
	{
		height: 18px;
		padding: 0;
		border: 0;
		cursor: pointer;
		margin-top: 4px;
	}
	.ResultHeaderCell
	{
		font-weight: bold;
		background-color: #666666;
		color: #ffffff;
	}
	.ResultTableCell
	{
		background-color: #CCCCCC;
		vertical-align: top;
		padding: 5px 5px 5px 5px;
	}
	.ResultTableCellAlt
	{
		background-color: #D5D5D5;
		vertical-align: top;
		padding: 5px 5px 5px 5px;
	}
	.ResultTableShowButton
	{
		height: 18px;
		width: 70px;
		background: url('/images/gray/btnShow.png');
		padding: 0;
		border: 0;
		cursor: pointer;
		margin-top: 4px;
	}
	.ResultTableEditButton
	{
		height: 18px;
		width: 70px;
		background: url('/images/gray/btnEdit.png');
		padding: 0;
		border: 0;
		cursor: pointer;
		margin-top: 4px;
	}
	.ResultTableEditThisSectionButton
	{
		height: 18px;
		padding: 0;
		border: 0;
		cursor: pointer;
		margin-top: 4px;
		width: 105px;
		background: url('/images/gray/btnEditThis.png');
	}
	.ResultTableEditNextSectionButton
	{
		width: 105px;
		background: url('/images/gray/btnEditNext.png');
	}
	.ResultTableSaveButton
	{
		width: 70px;
		background: url('/images/gray/btnSave.png');
	}
	.ResultTableDiscardChangesButton
	{
		width: 105px;
		background: url('/images/gray/btnDiscard.png');
	}
	.ResultTablePreviewButton
	{
		width: 70px;
		background: url('/images/gray/btnPreview.png');
	}
	.ResultTableOrderButton
	{
		width: 70px;
		background: url('/images/gray/btnOrder.png');
	}
	.ResultTableCancelButton
	{
		width: 70px;
		background: url('/images/gray/btnCancel.png');
	}
	.ResultTableReorderButton
	{
		height: 18px;
		width: 70px;
		padding: 0;
		border: 0;
		cursor: pointer;
		margin-top: 4px;
		background: url('/images/gray/btnReorder.png');
	}
	.SummaryTableCellDivider
	{
		background-color: #666666;
		height: 8px;
		vertical-align: top;
	}
	
	
	a.ResultTableButton
	{
		background: transparent url('/images/btnright.png') no-repeat scroll top right;
		display: block;
		float: left;
		height: 18px;
		margin-right: 6px;
		padding-right: 9px; /* sliding doors padding */
		cursor: hand;
		font-weight: bold;
		color: #555555;
		cursor: pointer;
	}
	.ResultTableButton span {
		background: transparent url('/images/btnleft.png') no-repeat;
		display: block;
		padding: 1px 0 5px 11px;
	}
	a.ResultTableButton:link {color: #555555; font-weight: bold;}
	a.ResultTableButton:visited {color: #555555; font-weight: bold;}
	a.ResultTableButton:hover {color: #000000; font-weight: bold;}
	a.ResultTableButton:active {color: #555555; font-weight: bold;}



.SHGroup, .th, .thl
{
	color: #ffffff;
	background-color: #666666;
	font-weight:bold;
}
.SCGroup, .td, .tdl
{
	background-color: #CCCCCC;
}
.SAGroup, .tda, .tdal
{
	background-color: #D5D5D5;
}

.th, .thl
{
	height: 30px;
}
.td, .tdl, .tda, .tdal
{
	height: 40px;
}
.th, .thl, .td, .tdl, .tda, .tdal
{
	vertical-align: top;
	padding-left: 5px;
	padding-top: 3px;
	padding-bottom: 3px;
}


.Pagination
{
	margin-left: 10px;
	padding-bottom: 10px;
	font-size: 10pt;
	color: #000000;
}
.Pagination a {text-decoration: underline;color: #555555;font-weight:normal;}
.Pagination div {float:left;padding-left: 10px;}


.ImagePreview
{
	text-align: center;
	border: 1px solid black;
}




.PopupTable
{
	width: 809px;
	border: 0;
	padding: 0;
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
}

.PopupResultTable
{
	width: 789px;
	border: 0;
	padding: 0;
	margin: 3px 0 5px 10px;
}
	.PopupResultCell, .PopupResultCellAlt, .PopupResultHeader
	{
		border: 0;
		padding: 0;
		margin: 0;
		padding-left: 3px;
		height: 30px;
		font-size: 10pt;
	}
	.PopupResultHeader
	{
		background-color: #AB5132;
		color: #FFFFFF;
		font-weight: bold;
	}
	.PopupResultCell
	{
		background-color: #EEEEEE;
	}
	.PopupResultCellAlt
	{
		background-color: #EEDECD;
	}