body {
	background-color: #dddddd;
	margin: 0px;
}

textarea {
	width: 500px;
	height: 200px;
}

.errors {
	color: red;
}
.messages {
	color: green;
}
.clear {
	clear: both;
}


.description {
	margin:0;
	padding:0;
	font-size:12px;
}


#mainContainer {
	border: 1px solid black;
	margin: 10px;
	background-color: #dddc9b;
	padding: 10px 20px 20px 20px;
}

#activeAreaContainer {
	padding: 10px 10px 5px 10px;
	background-color: #ffffff;
}

#menuContainer {
	margin-top: 40px;
	font-weight:bold;
	font-size:13pt;
	float: right;
}

#menuContainer a {
	color:#000066;
	text-decoration:none;
}


#memberMenu {
	list-style: none;
	padding: 0px;
}

#memberMenu li {
	display: inline;
	padding-left: 10px;
}

#footer {
	width: 550px;
	margin: auto;
	padding-top: 15px;
}

img {
	border:none;
}


img.link {
	cursor:pointer;
}


span.link {
	cursor:pointer;
	color:Blue;
	text-decoration:underline;
}


span.email {
	padding-left:20px;
	background:url('../images/mail.png') left 1px no-repeat;
}

div.memberlist_csv {
	padding-bottom: 10px;
}

div.memberlist_csv span {
	padding-left: 20px;
	background:url('../images/csv.png') left 1px no-repeat;
	line-height:18px;
}


/* FORM CONTAINER */
.zend_form dt {
	float:left;
	margin-bottom:10px;
}

.zend_form dd {
	margin-left:150px;
	margin-bottom:10px;
}

.zend_form label.required {
	background-image:url(../images/required-field.png);
	background-position:left top;
	background-repeat:no-repeat;
}

.zend_form label {
	padding-left:13px;
}

ul.errors {
	color:#D70000;
	padding:0;
	margin:10px 0;
	list-style:none;
}


.flash-message {
	border-style: solid;
	border-color: rgb(255, 209, 41);
	border-width: 1px 1px 3px;
	padding: 12px 46px;
	background-color: rgb(255, 244, 166);
	margin:10px;
	background-repeat:no-repeat;
	background-position: 5px 6px;
}

.flash-message ul {
	margin:0px;
	padding:0px;
	list-style:none;
}

.flash-message ul li {
	margin:0px;
	padding:0px;
}

.success {
	background-image: url('../images/info.png');
}

.warning, .error {
	background-image: url('../images/alert.png');
}

.success, .warning, .error {
	background-repeat:  no-repeat;
}

#dialog .success, #dialog .warning, #dialog .error {
	padding:5px 0pt 5px 40px;
}

/* classic member list styles - start */
.classicListHeader1 {
	font-weight: bold;
	font-size: 18px;
	text-align: center;
	background-color: #000066;
	color: #ffffff;
}

.classicListHeader2 {
	font-weight: bold;
	background-color: #cccccc;
}

.classicListTitles td {
	font-style: italic;
	text-transform: uppercase;
}

.lightGrey {
	background-color: #dfdfdf;
}
.lighterGrey {
	background-color: #f3f3f3;
}

.rowSelected td{
	background: #d5effc url(../images/hl.png) repeat-x top;
	/*border-right: 1px solid #d2e3ec;*/
	/*border-left: 1px solid #eef8ff;*/
	border-bottom: 1px solid #a8d8eb;
}

/* classic member list styles - end */

.previous_next_nav {
	width: auto;
	height: 20px;
}

#profileBox {
	float: left;
}

#banner300-250Box {
	padding-bottom: 10px;
	float: right;
}


.import-csv-error {
	max-height:100px;
	height:expression(parentNode.clientheight > 100 ? "100px" : "auto");
	overflow:auto;
	overflow-x:none;
}


.email-form dt {
	width:150px;
}

.captcha-container {
	float:left;
	margin:0;
	padding:0;
	min-height:80px;
	text-align:center;
}

.captcha-reload {
	margin:0;
	padding:0;
	margin-left:210px;
	padding-top:15px;
}