html, body {
	font-size: 90%;
	font-family:  Verdana, sans-serif;
	color: #000;
	background: #A4AcA4 url('/images/diag_green_dark.gif') repeat;
	margin: 6px;
	padding: 0px;
}

a:visited {
	color: #880088;
}

a {
	color: green;
}

a:hover {
	text-decoration: none;
}

p {
	padding: 0;
	margin: 10px 0 10px 0;
}

h1 { 
	margin: 0px 0px 10px 0px;
	padding: 0px 0px 0px 0px;
	/* font: 1.5em Verdana, sans-serif;  */
	font-size: 1.5em;
	font-weight: bold; 
	color: #000;
}
	
h2 { 
	margin: 10px 0px 10px 0px;
	padding: 0px 0px 0px 0px;
	/* font: 1.3em Verdana, sans-serif;  */
	font-size: 1.3em;
	font-weight: bold; 
	color: #000;
}

h3 { 
	margin: 10px 0px 10px 0px;
	padding: 0px 0px 0px 0px;
	/* font: 1.2em Verdana, sans-serif;  */
	font-size: 1.2em;
	font-weight: bold; 
	color: #000;
}
	
h4 { 
	margin: 10px 0px 4px 0px;
	padding: 0px 0px 0px 0px;
	/* font: 1.1em Verdana, sans-serif; */
	font-size: 1.1em;
	font-weight: bold; 
	color: #000;
}

#registerTable {
	background-color: #DDD;
	border: 1px solid #000;
}

#registerCell {
	background-color: #FFF;
	padding: 10px;
	margin: 0;
	border: 1px solid #999;
	width: 600px;
}

.contenttext {
	background-color: #fff; 
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10pt; 
    padding: 5px;
}

.categorycell {
	BORDER-COLOR: #DDD;
	BORDER-STYLE: solid;
	BORDER-WIDTH: 1px;
	/* background-color: #FFF; */
	PADDING: 5px;
}

.admincell {
	BORDER-COLOR: #DDD;
	BORDER-STYLE: solid;
	BORDER-WIDTH: 1px;
	PADDING: 5px;
}

.adminheader {
	COLOR: #FFF;
	BACKGROUND-COLOR: #0066AA;
	BORDER-COLOR: #DDD;
	FONT-WEIGHT: bold;
	BORDER-STYLE: solid;
	BORDER-WIDTH: 1px;
	PADDING: 7px;
}

.tabstableTabActive {
	BORDER-COLOR: #777;
	BORDER-STYLE: solid;
	BORDER-WIDTH: 1px 1px 0px 1px;
	PADDING: 5px;
	border-collapse: collapse;
}

.tabstableTabInactive {
	BORDER-COLOR: #777;
	BORDER-STYLE: solid;
	BORDER-WIDTH: 1px;
	PADDING: 5px;
	margin: 3px;
	border-collapse: collapse;
}

.tabstableTabSpacer {
	BORDER-COLOR: #777;
	BORDER-STYLE: solid;
	BORDER-WIDTH: 0 0 1px 0;
}

.tabstablePage {
	BORDER-COLOR: #777;
	BORDER-STYLE: solid;
	BORDER-WIDTH: 0px 1px 1px 1px;
	PADDING: 15px;
	border-collapse: collapse;
}

#MessageDiv {
	color: #D00;
}

TD {
    COLOR: #000000;
    FONT-FAMILY: Verdana, Arial, Sans-Serif;
    FONT-SIZE: 12px;
}

#dropmenudiv {
	text-align: left;
	position:absolute;
	border:1px solid black;
	/* border-bottom-width: 1px; */
	font:normal 10px Arial, Helvetica, sans-serif;
	line-height:18px;
	z-index:100;
}

#dropmenudiv a {
	color: #000;
	width: 100%;
	display: block;
	text-indent: 5px;
	border-bottom: 1px solid #CCCCCC;
 	padding: 1px 0;
	text-decoration: none;
	font-weight: normal;
}

#dropmenudiv a:hover { /*hover background color*/
	color: #FFF;
	background-color: #0F397F;
	border-bottom: 1px solid #0F397F;
}


INPUT text, file {
    BACKGROUND-COLOR: #FFFFFF;
	BORDER-STYLE: solid;
	border-width: 1px;
	padding: 1px;
    BORDER-COLOR: #000000;
    FONT-FAMILY: Verdana, Arial, Sans-Serif;
    FONT-SIZE: 9px
}

TEXTAREA {
    BACKGROUND-COLOR: #FFFFFF;
	BORDER-STYLE: solid;
	border-width: 1px;
    BORDER-COLOR: #000000;
    COLOR: black;
	padding: 3px;
    FONT-FAMILY: Verdana, Arial, Sans-Serif;
    FONT-SIZE: 10px
}

SELECT {
    BACKGROUND-COLOR: #FFFFFF;
	BORDER-STYLE: solid;
	border-width: 1px;
    BORDER-COLOR: #000000;
    COLOR: black;
    FONT-FAMILY: Verdana, Arial, Sans-Serif;
    FONT-SIZE: 10px
}

/* Misc tags */
.required {
	color: #990000;
}

.required-visible {
	color: #990000;
	visibility: visible;
}

.required-hidden {
	visibility: hidden;
	width: 0;
	height: 0;
}

.errorMessage {
	color: #DD0000;
	font-weight: bold;
}

#recaptcha_response_field
{
       background-color: white !important;
       color: black !important;
}


.registrationPanelSection {
	border: 1px solid #DDD;
	padding: 6px;
	margin: 0 0 10px 0;
	background-color: #F8FFF5;
}

#floatedLogo {
	float: right;
	background-image: url('/images/ZelloPagesBubble.png');
	background-repeat: no-repeat;
	width: 190px;
	height: 121px;
}

* html #floatedLogo {
	background-image: url('/images/ZelloPagesBubble.gif');
	
}
