.stdTbl {
	border: 0;
	border-collapse: collapse;
}

.stdTbl tr td, .stdTbl tr th {
	padding: 4px;
}

.stdTbl tr th {
	background-color: #18567D;
	color: #ffffff;
	font-weight: bold;
}

.stdTbl .odd {
	background-color: #ffffff;
}

.stdTbl .even {
	background-color: #D3E4EE;
}





.tblCompanies {
	border: 0;
	border-collapse: collapse;
}

.tblCompanies tr td, .tblCompanies tr th {
	padding: 4px;
}

.tblCompanies tr th {
	background-color: #18567D;
	color: #ffffff;
	font-weight: bold;
}

.tblCompanies .odd {
	background-color: #ffffff;
}

.tblCompanies .even {
	background-color: #D3E4EE;
}






.public_admin_form {
	border: 0;
	border-collapse: collapse;
	width: 100%;
}

.public_admin_form legend {
	visibility:  hidden;
	display: none;
}

.public_admin_form input, .public_admin_form textarea, .public_admin_form select{
	font-family: "Trebuchet MS", Arial, sans-serif;
}

.public_admin_form tr td, .public_admin_form tr th {
	padding: 4px;
}

.public_admin_form tr th {
	background-color: #18567D;
	color: #ffffff;
	font-weight: bold;
}

.public_admin_form .tblSpacer {
	background-color: #18567D;
	color: #fff;
}

/*.public_admin_form .tblSpacer * {
	color: red;
	padding-top: 300px;
}*/

.public_admin_form textarea {
	width: 397px;
	height: 100px;
	border: 1px solid white;
	background-color: #F2F2F2;
}

.public_admin_form input {
	width: 150px;
	border: none;
	background-color: #F2F2F2;
}

.public_admin_form .small {
	width: 50px;
}

.public_admin_form .large {
	width: 397px;
}

.public_admin_form .button {
	border: 1px solid #18567D;
	background-color: #D3E4EE;
	width: auto;
}

/*.public_admin_form .mustField {
	font-weight: bold;
}*/

.public_admin_form .mustField input, .public_admin_form .mustField select, .public_admin_form .mustField textarea {
	border: 1px solid #18567D;
	background-color: #D3E4EE;
	border: none;
}

.public_admin_form .error {
	font-weight: bold;
	color: red;
	vertical-align: bottom;
}


.companyDetails td {
	vertical-align: top;
}

.companyDetails td.nowrap {
	white-space: nowrap;
}







/* EDITOR PROPERTIES - PLEASE DON'T DELETE THIS LINE TO AVOID DUPLICATE PROPERTIES */

