body {
	margin: 0px;
	padding: 0px;
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.body {
	margin: 0px;
	padding: 0px;
	background-image: url(../../images/content_bg.gif);
	background-repeat: repeat-x;
	background-color: #900;
}

a {
	color: #C00;
	text-decoration: none;
}

a:hover {
	color: #F00;
	text-decoration: underline;
}

.error {
	color: #C00;
}

.frame {
}

.frame div, .frame td {
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.container {
	overflow: hidden;
	width: 100%;
}

.header {
	position: relative;
	padding: 0 0 0 0;
	margin: 0px;
	min-width: 1000px; /* IE 6 */
	height: 120px;
	font-size: 1px;
	background-color: #FFF;
	_margin-bottom: -3px;
}
.header img { vertical-align: bottom; }
.header img#refer_friend {
	position: absolute;
	right: 4px;
	bottom: 0;
	border-width: 0;
}

.adspace {
	padding: 0px 0px 0px 50px;
}

.topnav {
	background-image: url(../../images/topnav_bg.gif);
	background-repeat: repeat-x;
	background-color: #D2D2D2;
	border-bottom: 2px solid #000;
}

.flash {
	border-bottom: 2px solid #C00;
}


.content {
	border-bottom: 1px solid #000;
}

.contentarea {
	background-color: #FFF;
	padding: 20px;
}

.contentarea a {
	color: #C00;
	text-decoration: none;
	font-weight: bold;
}

.contentarea a:hover {
	color: #F00;
	text-decoration: underline;
}


.lhsnav {
	border-right: 1px solid #000;
}


.rhs {
	background-color: #DCDCDC;
	text-align: right;
	padding: 30px 20px;
}

/*LOGIN BOX*/

.loginFrame td {
	padding: 1px 5px 1px 0px;
}

/*FORMFIELDS ETC*/

.formfields {
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #FAFAFA;
	border: 1px solid #666;
	width: 200px;
}

.button {
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #DCDCDC;
	border: 1px solid #666;
	cursor: pointer;
}

/*FORM/SURVEY BUILDER*/

/** CUSTOM FORM **/
.customForm {
	border: 1px solid #DCDCDC;
	padding: 10px;
	background-color: #F1F1F1;
}

.customForm .ps td, .customForm .hd td {
	background-color: #E9EAEC;
	color: #646C71;
	font-weight: bold;
	font-size: 11px;
	padding-top: 4px;
	padding-bottom: 4px;
}

.customForm .hd th {
	font-size: 12px;
	background-color: #D42624;
	color: #FFFFFF;
	text-align:left;
	padding:2px;
}

.customForm td{
	vertical-align:top;
}

.customForm td {
	border-bottom: 1px dotted #CCC;
	padding-bottom: 3px;
	padding: 2px;
}

.customForm .buttons td {
	border-bottom: none;
}

.customForm .form_desc {
	display: block;
	font-size: 9px;
	color: #666666;
}

/*buttons only*/
.customForm .buttons input {
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #DCDCDC;
	border: 1px solid #666;
	cursor: pointer;

}

/*input box*/
.customForm .st input {
	width: 200px;
	cursor: auto;
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #FAFAFA;
	border: 1px solid #666;

}

/*other box*/
.customForm .ch .other, .customForm .ra .other, {
	width: 200px;
	cursor: auto;
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #FAFAFA;
	border: 1px solid #666;
}


/*textarea*/
.customForm textarea{
	width: 200px;
	height: 50px;
	cursor: auto;
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #FAFAFA;
	border: 1px solid #666;
}

.customForm .pt td{
	vertical-align: top;
}

/*select*/
.customForm select {
	width: 200px;
	cursor: auto;
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #FAFAFA;
	border: 1px solid #666;
}

/*file upload*/
.customForm .fl td{
	vertical-align: top;
}

.customForm .fl input {
	width: 200px;
	cursor: auto;
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #FAFAFA;
	border: 1px solid #666;
}

/*radio and checkbox fields*/
.customForm .ra input, .customForm .ch input{
	border:none;
}

/* GALLERY STYLES */

.listImages {
	border: 1px solid #DCDCDC;
	padding: 10px;
	background-color: #F1F1F1;
}

.listedImage {
	text-align: center;
}

.listImages a img {
	filter: alpha(Opacity=60);
	-moz-opacity: .6;
	opacity: .6;
}

.listImages a:hover img {
	filter: alpha(Opacity=100);
	-moz-opacity: .10;
	opacity: .10;
}

.img {
	border: 1px solid #CCC;
	padding: 0;
}

.viewImage {
	padding: 5px;
}

.viewImage a {
	text-decoration: none;
	color: #666;
	font-size: 11px;
	font-weight: bold;
}

.viewImage a:hover {
	text-decoration: none;
	color: #FFF;
}

.viewedImage {
}

.imageTitle {
	background-color: #9F0100;
	border-bottom: 1px solid #000;
	color: #FFF;
	padding: 2px;
	font-weight: bold;
}

.imageTitle a {
	color: #FFF;
	text-decoration: none;
}

.imageTitle a:hover {
	text-decoration: none;
}

.image {
	border: 1px solid #CCC;
}

/*FOOTER */

.footer {
	width: 800px;
	text-align: right;
	padding: 0px 0px 2px 0px;
	color: #FFF;
	font-size: 9px;
}

.footer a {
	color: #FFF;
	font-weight: bold;
}
