#adminBox {
	width: 676px;/*726*/
	background-color: #fff9e3;
	color: #000;
	border: 15px #e5deb8 solid;
	padding: 10px;
}

	.tabWrapper1,
	.tabWrapper2 {
		height: 24px;
		background-color: inherit;
		color: #000;
		padding: 0 0 0 10px;
		background-image: url(/imgs/admin/tab-wrapper-bg.gif);
		background-position: 0 100%;
		background-repeat: repeat-x;
	}
	
		.tabWrapper1 a:link,
		.tabWrapper1 a:visited,
		.tabWrapper2 a:link,
		.tabWrapper2 a:visited,
		.tabWrapper2 span {
			display: block;
			float: left;
			margin: 0 5px 0 0;
			height: 17px;/*22*/
			text-decoration: none;
			padding: 5px 7px 0 7px;
			font-size: 11px;
		}
		
		.tabWrapper1 a:link.print,
		.tabWrapper1 a:visited.print {
			background-color: #fad824;
			color: #6f5a00;
		}
		
		.tabWrapper1 a:hover,
		.tabWrapper2 a:hover {
			background-color: inherit;
			color: #333 !important;
		}
		
		.tabWrapper1 a:link,
		.tabWrapper1 a:visited {
			background-color: #fff;
			color: #9c9987;
			border: 1px #d9d4c1 solid;
		}
		
			.tabWrapper1 a:link.active,
			.tabWrapper1 a:visited.active {
				background-color: #fff9e3;
				color: #333;
				border-bottom: 1px #fff9e3 solid;
				font-weight: bold;
			}
		
		.tabWrapper2 a:link,
		.tabWrapper2 a:visited {
			background-color: #fff;
			color: #9c9987;
			border: 1px #d9d4c1 solid;
		}
		
		.tabWrapper2 span {
			background-color: #fff;
			color: #e3dec9;
			border-top: 1px #f4efda solid;
			border-right: 1px #f4efda solid;
			border-left: 1px #f4efda solid;
		}
		
			.tabWrapper2 a:link.active,
			.tabWrapper2 a:visited.active {
				border-bottom: 1px #f3ecc4 solid;
				font-weight: bold;
				background-color: #f3ecc4;
				color: #333;
			}
		
		.adminContainer1,
		.adminContainer2 {
			padding: 10px 10px 10px 10px;
			border-width: 0 1px 2px 2px;
			border-color: #d9d4c1;
			border-style: solid;
		}
		
		.adminContainer1 {
			background-color: #fff9e3;
			color: #000;
		}
		
		.adminContainer2 {
			background-color: #f3ecc4;
			color: #000;
		}
		

table	{
}

	tr.record-1 {
		/*background-color: #e7e0ba;*/
		background-color: #f7f3da;
		color: inherit;
	}

	td {
		padding: 5px 10px;
	}
	
	td.checkboxTd {
		padding-right: 10px;
		padding-left: 0;
	}
	
	td.labelTd {
		width: 100%;
		padding-left: 0;
	}
	
	td.buttonTd {
		text-align: left;
		font-size: 11px;
		white-space: nowrap;
	}

label {
	display: block;
	padding: 5px 0;
}

fieldset {
	border: 1px red solid !important;
	margin: 5px 10px;
}

input,
textarea,
select,
option	{
	font-family: arial !important;
	font-size: 13px !important;
}

.checkboxesContainer {
	padding:  10px;
}

.checkboxBox {
}

.checkboxLabel {
}

.fD {
	padding: 5px 10px;
}

.fDc {
	padding: 3px 0;
}

.fDsubmit {
	padding: 20px 10px;
}

h3 {
	padding: 30px 10px 5px 0;
	font-size: 12px;
	font-weight: bold;
	border-bottom: 1px #d9d4c1 solid;
	margin: 0 10px 5px 10px;
}

h3.nH {
	padding: 10px 0 5px 0;
}

h3.bH {
	padding: 5px 0 5px 0;
	margin-bottom: 10px;
	background-color: inherit;
	color: #9c9987;
	position: relative;
}

	h3.bH span#displayStatus {
		display: inline;
		background-color: inherit;
		color: green;
		font-weight: bold;
	}

h3 span {
	display: block;
	padding: 5px 0 0 0;
}

h3 a:link,
h3 a:visited {
	font-size: 12px;
	font-weight: bold;
	background-color: inherit;
	color: #000;
	text-decoration: none;
}

a:link.Delete,
a:visited.Delete {
	background-color: #ff645b;
	color: #ba4942;
	text-decoration: none;
	padding: 3px 5px;
	font-size: 10px;
	font-family: verdana;
}

a:link.Edit,
a:visited.Edit {
	background-color: #aafd5b;
	color: #7cb942;
	text-decoration: none;
	padding: 3px 5px;
	font-size: 10px;
	font-family: verdana;
}

a:link.putContent,
a:visited.putContent {
	/*background-color: #ff645b;
	color: #ba4942;*/
	background-color: #ffda5b;
	color: #a18833;
	text-decoration: none;
	padding: 3px 5px;
}

p {
	margin: 10px;
	line-height: 18px;
}

#paymentLinks {
	text-align: center;
	padding: 20px;
}

	#paymentLinks a:link,
	#paymentLinks a:visited {
		background-color: green;
		color: #fff;
		font-size: 14px;
		text-decoration: none;
		padding: 5px 10px;
	}

a:link#clickToRegister,
a:visited#clickToRegister {
	display: block;
	padding: 10px;
	background-color: red;
	color: #fff;
	font-size: 22px;
	text-decoration: none;
	width: 180px;
	text-align: center;
	margin: 20px auto;
	font-weight: normal;
}

small {
	display: block;
	font-family: verdana;
	font-size: 9px;
	padding: 2px 0 0 0;
	background-color: inherit;
	color: #6d6957;
}

#mapContainer {
	padding: 10px 0 10px 10px
}

	#mapContainer img {
		width: 610px;
	}
	
.dashboardTable td {
	width: 50%;
	padding: 0;
}

span.hl {
	font-weight: bold;
}



/*	sAdmin sector
----------------------------------------------------------------------------------------------------*/
#tabWrapper0 {
	width: 711px;/*726*/
	height: 25px;
	padding: 0 0 0 15px;
}

	#tabWrapper0 a:link,
	#tabWrapper0 a:visited {
		display: block;
		margin: 0 5px 0 0;
		background-color: #81b968;
		color: #fff;
		float: left;
		height: 19px;/*25*/
		padding: 6px 10px 0 10px;
		text-decoration: none;
	}
	
	#tabWrapper0 a:hover {
		background-color: green;
		color: #fff;
	}
	
	#tabWrapper0 a:link.active,
	#tabWrapper0 a:visited.active {
		font-weight: normal;
		background-color: green;
		color: #fff;
	}
	
	
	
	
	
/* record table
------------------------------------------*/
div.tableRecords {
	padding: 0 10px !important;
}

div.tableRecords input,
div.tableRecords select,
div.tableRecords option {
	font-size: 10px !important;
}

td.w100 {
	width: 100%;
}

td.pl0 {
	padding-left: 0;
}

td.pr0 {
	padding-right: 0 !important;
}

td.cb {
	padding-right: 0;
}

	td.cb input {
		display: inline;
	}

	
div.tableRecords table tr td {
	border-bottom: 1px #e7e0ba solid;
	padding: 5px !important;
	vertical-align: middle;
}

thead td {
	padding-bottom: 20px;
	background-color: inherit;
	color: #9c9987;
}	

div.pagination {
	text-align: center;
	padding: 0 10px 0 10px;
	line-height: 18px;
}

	div.pagination a:link,
	div.pagination a:visited {
		padding: 0 2px;
		text-decoration: none;
		font-size: 12px;
		background-color: inherit;
		color: #9c9987;
	}
	
	div.pagination a:hover {
		background-color: inherit;
		color: #000;
	}	
	
	div.pagination a:link.active,
	div.pagination a:visited.active {
		background-color: red;
		color: #fff;
	}

.checkboxLabel {
	font-weight: bold;
}

table.searchShowAll {
	width: 100%;
}

	td.showAll {
		text-align: right;
	}
	
td.telTd {
	width: 200px !important;
}