.adminBox {
	position: relative;
	display: block;
	clear: both;
	margin: 25px 0 0 0;
	padding: 0px;
	background-color: #F2F9F8;
	border: solid #83B9B1 1px;
}

.adminBox h2 {
	padding: 3px 0;
	color: #ffffff;
	text-align: center;
	background-color: #007360;
}

.adminBox ul.colLeft {
	float: left;
	display: inline;
	position: relative;
	margin: 0 10px;
	padding: 0;
	width: 35%;
	list-style: none;
}

.adminBox ul.colRight {
	float: right;
	display: inline;
	position: relative;
	margin: 0;
	padding: 0;
	width: 35%;
	list-style: none;
}

.adminBox ul.colRight li {
	margin: 0;
	padding: 0;
}

#adminHeader {
	position: absolute;
	bottom: 8px;
	left: 80px;
	font-weight: bold;
	font-size: 16px;
	color: #0D564B;
}

#backButton {
	margin: 0px 0 5px 110px;
	cursor: pointer;
}

#contentWrapper #adminOptions {
	position: absolute;
	top: 10px;
	left: 10px;
	padding: 5px;
	font-size: 11px;
	background-color: #A3D8C0;
	color: #ffffff;
}
#contentWrapper #adminOptions a {
	font-size: 11px;
	color: #ffffff;
	text-decoration: none;
	border-bottom: dotted #ffffff 1px;
}
#contentWrapper #adminOptions a:hover {
	color: #000000;
	border-bottom: solid #000000 1px;
}

.alert {
	text-align: center;
	color: #ff0000;
}

.cleanList {
	list-style: none;
}

.error {
	margin: 0;
	padding: 0;
	background-color: #FFFF00;
}

.legend {
	position: relative;
	left: 50%;
	margin: 20px 0 20px -260px;
	padding: 3px 10px;
	width: 500px;
	background-color: #F2F9F8;
	border: solid #83B9B1 1px;
	text-align: center;
}
.legend div {
	float: left;
	margin: 0 0 0 65px;
}

#loginForm {
	position: relative;
	left: 50%;
	margin: 20px 0 20px -160px;
	padding: 3px 10px;
	width: 300px;
	background-color: #F2F9F8;
	border: solid #83B9B1 1px;
	text-align: center;
}

#loginForm div {
	clear: both;
	display: block;
}
#loginForm label {
	float: left;
	margin: 3px 0;
	font-weight: bold;
}
#loginForm input {
	float: right;
	margin: 3px 0;
	width: 60%;
}
#loginForm #login {
	width: auto;
}
#loginForm:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

#loginID {
	position: absolute;
	top: 0;
	right: 5px;
	text-align: right;
}

.note {
	font-size: 11px;
	color: #666666;
}
.noteWhite {
	font-size: 11px;
	color: #FFFFFF;
}

.required {
	font-weight: bold;
}

#signupForm {
	position: relative;
	left: 50%;
	margin: 20px 0 20px -210px;
	padding: 3px 10px;
	width: 400px;
	background-color: #F2F9F8;
	border: solid #83B9B1 1px;
	text-align: center;
}

#signupForm div.line {
	float: none;
	margin: 0;
	padding: 0;
	display: inline-block;
	clear: both;
	width: 100%;
	position: relative;
}
#signupForm label {
	float: left;
	display: inline;
	margin: 3px 0;
	font-weight: bold;
}
#signupForm input, #signupForm select {
	float: right;
	display: inline;
	margin: 4px 0;
	width: 70%;
}
#signupForm #signup {
	width: auto;
}
#signupForm p {
	float: none;
	text-align: left;
	clear: both;
}
#signupForm .leftCol {
	float: left;
	display: inline;
	clear: none;
	width: 45%;
}
#signupForm .leftCol input, #signupForm .leftCol select {
	width: 60%;
}
#signupForm .rightCol {
	float: right;
	display: inline;
	clear: none;
	width: 45%;
}
#signupForm .rightCol input, #signupForm .rightCol select {
	width: 60%;
}
#signupForm:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

div.errorDiv-hide {
	display: none;
	position: absolute;
	visibility: hidden;
	border: solid green 1px;
}
div.errorDiv-show {
	display: block;
	visibility: visible;
	position: absolute;
	right: 0;
	top: 5px;
	margin: 0 -115px 0 0;
	padding: 3px;
	width: 100px;
	font-size: 11px;
	background-color: #FFFFCC;
	border: solid #FFCC00 1px;
}

/************ MYSQL EDIT styles ****************/
#editMysqlForm {
	position: relative;
	left: 50%;
	margin: 20px 0 20px -260px;
	padding: 3px 10px;
	width: 500px;
	background-color: #F2F9F8;
	border: solid #83B9B1 1px;
	text-align: center;
}
#editMysqlForm #errorDiv-show {

}

#editMysqlForm {
	padding: 10px 0;
}
.mysqlEditForm div {
	clear: both;
	padding: 5px 0;
	text-align: left;
}
.mysqlEditForm div.disabledInput {
	float: left;
	clear: none;
	display: block;
	width: 246px;
	height: 15px;
	border: solid #969696 1px;
	padding: 1px 1px;
	background-color: #cccccc;
	color: #666666;
}
.mysqlEditForm label {
	float: left;
	display: block;
	padding: 0 5px 0 0;
	width: 160px;
	text-align: right;
}
.mysqlEditForm input {
	float: left;
	width: 250px;
}
.mysqlEditForm input[type="checkbox"] {
	width: auto;
}
.mysqlEditForm .inputMonth, .mysqlEditForm .inputDay {
	margin: 0 10px 0 0;
	width: 20px;
}
.mysqlEditForm .inputYear {
	margin: 0 0 0 0;
	width: 35px;
}
.mysqlEditForm textarea {
	width: 325px;
	height: 75px;
}
.mysqlEditForm select {
	width: 325px;
}
.mysqlEditForm .submit {
	float: right;
	margin: 10px 84px 0 0;
	width: auto;
}

/************ MYSQL VIEW styles ****************/
.mysqlView {
	position: relative;
	width: 96%;
}

.mysqlView tr.headerRow {
	background-color: #5C928A;
	color: #FFFFFF;
	text-align: left;
}
.mysqlView tr.headerRow td {
	padding: 3px;
	font-weight: bold;
	font-size: 14px;
}
.mysqlView tr.mysqlViewEven {
	background-color: #eeeeee;
}
.mysqlView tr.mysqlViewOdd {
	background-color: #ffffff;
}
.mysqlView tr.mysqlViewEven:hover, .mysqlView tr.mysqlViewOdd:hover {
	cursor: pointer;
	background-color: #cccccc;
}
.mysqlView td.mysqlViewContent {
	padding: 3px;
}
#contentWrapper .mysqlView td.mysqlViewContent a {
	border-bottom: 0;
}

/************ Search form styles ****************/
#searchForm {
	position: relative;
	left: 50%;
	margin: 20px 0 20px -260px;
	padding: 3px 10px;
	width: 500px;
	background-color: #F2F9F8;
	border: solid #83B9B1 1px;
	text-align: center;
}
.searchForm div {
	clear: both;
	padding: 5px 0;
	text-align: left;
}
.searchForm label {
	float: left;
	display: block;
	padding: 0 5px 0 0;
	width: 160px;
	text-align: right;
}
.searchForm input {
	float: left;
	width: 250px;
}
.searchForm .submit {
	float: left;
	margin: 10px 0px 0 165px;
	width: auto;
}

/********************** Normal Form styles *****************************/

.formNormal {
	position: relative;
	left: 50%;
	margin: 20px 0 20px -260px;
	padding: 3px 10px;
	width: 500px;
	background-color: #F2F9F8;
	border: solid #83B9B1 1px;
	text-align: center;
}
.formNormal .line {
	clear: both;
	padding: 5px 0;
	text-align: left;
}
.formNormal label {
	float: left;
	display: block;
	padding: 0 5px 0 0;
	width: 125px;
	text-align: right;
}
.formNormal .subline{
	clear: none;
	float: left;
	display: block;
	padding: 0 0 0 0;
	margin: 0 0 0 10px;
}
.formNormal .subline .line {
	margin: 0;
	padding: 0 0 20px 0;
	clear: both;
}
.formNormal .subline label {
	float: left;
	margin: 0px 0 0 5px;
	width: auto;
}
.formNormal input, .formNormal textarea {
	float: left;
	width: 350px;
}
.formNormal input.checkbox {
	float: left;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	width: 13px;
	height: 13px;
}
.formNormal textarea {
	height: 150px;
}
.formNormal .submit {
	float: right;
	margin: 10px 0px 0 165px;
	width: auto;
}

/******************* Order Details Box ********************/
table.orderDetails {
	background-color: #ffffff;
	border: solid #83B9B1 1px;
}
table.orderDetails td {
	padding: 5px;
	background-color: #F2F9F8;
	border: solid #ffffff 1px;
}
table.orderDetails td.header {
	background-color: #5C928A;
	color: #ffffff;
	font-weight: bold;
	border: 0;
}
table.orderDetails tr.totalRow td {
	background-color: #A0BBB7;
}

/******************** bubble tooltip *********************/

#contentWrapper a.tt{
  position:relative;
	display: block;
  z-index:24;
  color:#b50000;
	font-weight:bold;
  border-bottom: none;
	text-decoration:none;
}
#contentWrapper a.tt p {
	margin: 0;
	padding: 0;
}
#contentWrapper a.tt span{ display: none; }

/*background:; ie hack, something must be changed in a for ie to execute it*/
/*#contentWrapper a.tt:hover {
	border-bottom: 0;
}*/
#contentWrapper a.tt:hover {
	z-index:25;
	color: #b50000;
	background:;
	text-decoration: none;
	border-bottom: 0;
}
#contentWrapper a.tt:hover span.tooltip{
  display:inline;
  position:absolute;
  top: 23px;
	left:0;
	margin: 0;
	padding: 0px 0 0 0;
	width:150px;
	color: #333;
	font-weight: normal;
  text-align: center;
}
#contentWrapper a.tt:hover span.top{
	display: block;
	padding: 20px 8px 0;
    background: url(/images-new/bubble-full.png) no-repeat top;
}
#contentWrapper a.tt:hover span.middle{
	display: block;
	padding: 0 8px; 
	background: url(/images-new/bubble-back.png) repeat-y bottom; 
}
#contentWrapper a.tt:hover span.bottom{
	display: block;
	padding:3px 8px 8px;
	color: #b50000;
  background: url(/images-new/bubble-full.png) no-repeat bottom;
}