/** aMember-specific styles here */



/* properties for entire page and text inside tables */

body, th, td {

    font-family: Verdana, "Lucida Grande","Lucida Sans Unicode",geneva,verdana,sans-serif;

    font-size: 0.9em;

}

/* properties for all input elements */

input, textarea {

    font-family: Verdana, "Lucida Grande","Lucida Sans Unicode",geneva,verdana,sans-serif;

    font-size: 0.9em;

}

hr { 

    background-color: #4479BE;

    border: 0;

    width: 100%;

    height: 1px;

}

ul, li { list-style: disc; }

.small { font-size: x-small; font-weight: normal; }

.powered, .powered a { font-size: x-small; color: #808080; margin: 0.5em 0em 0.5em 0em; }

strong, .strong { font-weight: bold; }

.text_disabled { color: ButtonFace; } 



/* properties for headers */

h1,h2,h3 {

    color: #707070;

    font-weight: bold;

    text-align: center;

    margin: 0.5em 0.5em 0.5em 0.5em;

}

h1 { font-size: 140%; }

h2 { font-size: 130%; }

h3 { font-size: 120%; }



/* other elements */

div.centered { text-align: center; }

div.centered table {

    margin: 0 auto; 

    text-align: left;

}

ul,ol { margin-left: 2em;}

.code { font-family: "Courier New", Monospace; font-size: 120%; color: blue; } 



/* vedit - vertical table (signup, profile edit) */

.vedit {

    border: solid 1px #8CACBB;

}

/* vedit - usual column (right) */

.vedit td {

    text-align: left;

    vertical-align: middle;

    padding: 15px 10px 10px 10px;



    background-color: white;

    border: solid 1px #8CACBB;

}

/* vedit - header column (left) */

.vedit th {

    padding: 10px 15px 10px 10px;

    text-align: right;

    vertical-align: middle;

    font-weight: bold;



    background-color: #DEE7EC;

    border: solid 1px #8CACBB;

}

/* vedit - heading row */

.vedit .headrow { font-weight: bold; text-align: center; }





/* hedit - horizontal table (payments list) */

.hedit {

    border: solid 1px #8CACBB;

}

/* hedit - usual column */

.hedit td {

    padding: 5px;

    background-color: #E0E0E0;

    font-size: 8pt;

    background-color: white;

    border: solid 1px #8CACBB;

}

/* hedit - header column */

.hedit th {

    padding: 5px;

    font-weight: bold;

    text-align: center;



    background-color: #DEE7EC;

    border: solid 1px #8CACBB;

}



table.errmsg

{

    font-family: Helvetica, Verdana, sans-serif;

    font-size: 90%;

    background-color: red;

    border: #cc0000 1px solid;

    margin: 5px 0px 5px 0px;

}

table.errmsg td

{

    padding: 5px 50px 5px 5px;

    font-weight: bold;

}

table.errmsg td li

{

    list-style: square;

}



/* Receipt table from thanks.html */

.receipt td {

    background-color: #F0F0F0;

    border: solid 1px black;

    padding: 2px 4px 2px 4px;

}

.receipt th {

    background-color: #C0C0C0;

    border: solid 1px black;

    font-weight: bold;

    padding: 2px 4px 2px 4px;

}

.receipt td.total {

    background-color: #C0C0C0;

    border: solid 1px black;

}

.receipt {

    border-collapse: collapse;

}



/* Newsletters table on member.php */

.newsletters td {

    padding: 5px;

    margin: 5px;

}

.newsletters td.disabled {

    padding: 5px;

    margin: 5px;

    color: #505050;

}



/* Newsletters archive table on member.php */

.newsletters_archive td {

    padding: 2px;

    margin: 0px;

}


.field_caption{
	font-weight:bold;
}
.view_image {
	text-align:center;
}

.image_caption {
	font-size:16px;
	font-weight:bold;
}
.view_user {
 padding-left:5px;
}
.view_user_user_name {
	font-size:14px;
	font-weight:bold;
}
.view_user_user_images {
	float:left;
}
.view_user_user_info {
	float:left;
	padding-left:10px;
}
.view_user_user_hitcount {
	clear:both;
}
.view_user_user_box {

}
/* *** Generated by www.csscreator.com *** */
/* THIS IS SECTION IS FOR VERTICAL MENU */
html{
	margin:0px; 
	padding:0px; 
} 
body{ 
	margin:0px; 
	padding:0px; 
	width:100%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	scrollbar-base-color: #990000;
	scrollbar-arrow-color: #F3960B;
	scrollbar-DarkShadow-Color: #000000;
} 
td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
}
input, select, form {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
}
img {
	border: 0px none;
} 

#pagewidth{ 
	width:753px;
	min-width: 500px;  
} 
.search_results
{
	width:100%;
}
.result_row_0	{ background-color: #F1BD8D; }
.result_row_1	{ background-color: #FFFFFF; }
#header{ 
	height:136px; 
	width:100%; 
	background-color:#A8B4D0; 
	background-image: url("<?php echo $config['template_url']; ?>/images/header-bg.png");
} 

.logo{
	background-image: url("<?php echo $config['template_url']; ?>/images/<?php echo $config['company_logo']; ?>");
	background-repeat: no-repeat;
	height: 100px;
}
.view_users { width:100%; }
.slogan {
	text-align:right;
	font-size: 12px; 
	color:#42557b;
	padding-right: 10px;
}

.time_date {
	text-align:right;
	font-size: 11px;
	padding-right: 10px;
	height: 18px;
	color:#FFFFFF;
}


.logo h1{
	font-size: 44px;
	color:blue;
	float: right;              
	vertical-align: text-bottom;
}
 
#leftcol{
	width:170px; 
	float:left; 
	position:relative; 
	margin-left:-170px; 
	margin-right:1px; 
	background-image: url("<?php echo $config['template_url']; ?>/images/col_line.png");
	background-repeat: repeat-y;
	background-position: top  right;
	text-align: left;
 }
 
#outer{ 
	border:solid white 0px; 
	/*/*/ border-left-width: 170px ;  /* left column width. NN4 hack to hide borders */ 
	border-left-color: #FFFFFF;   /* left column colour */ 
	border-left-style: solid; 
	background-color: #FFFFFF; /* center column colour */ 
	width: auto; 
} 
 
#footer{ 
height:70px;
	width:100%; 
	background-color:#000000;
	background-repeat: repeat-x;
} 
.small {
	font-size:10px;
}
.powered_by {
	color: #FFFFFF;
	margin-top: 5px;
	float:left; 
	width: 200px;
	padding-left: 100px;
}

.copyright {
	color: #FFFFFF;
	margin-top: 5px;
	float:right; 
	width: 400px;
	padding-right: 75px;
}


#inner{
	margin:0;
	width:100%;
}
 
#maincol{ 
	float: left; 
	width: 100%; 
	position: relative; 
	margin: 0px -8px 0px -2px; 
}
 
#outer>#inner{
	border-bottom: 1px solid #FFFFFF;
}
 
.clr{
	clear:both;
}
 
.content{
	position:relative;
} 
 
#header .content{
	padding-bottom:0;
} 
 
 /*printer styles*/ 
@media print{ 
	/*hide the left column when printing*/
	#leftcol{display:none;} 
	#outer{border-left:0;} 
}


#navcontainer {
	width: 155px;
}

#navcontainer ul
{
	margin-left: 0px;
	padding-left: 0px;
	list-style-type: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align:center;
	font-size: 10px;
	font-weight: bold;
}


#navcontainer a,  #navlist a
{ 
	display: block;
	width: 155px;
	height: 42px;
	background-image: url("<?php echo $config['template_url']; ?>/images/active_button.png");
	background-repeat: repeat-x;
	line-height: 5em;
}

#navlist a:visited 
{
	color: #EEEEEE;
	text-decoration: none;
}

#navlist a:hover
{
	height: 42px;
	line-height: 5em;
	background-image: url("<?php echo $config['template_url']; ?>/images/hoover_button.png");
	background-repeat: repeat-x;
	color: #336699;
}

/* THIS CONTROLS THE TABLES DISPLAYED BY PAGES GENERATED BY THE PAGE EDITOR */
table.page_display
{
	border: 0px;
}
td.page_display
{
	width: 100%;
	vertical-align: top;
}
/* THIS CONTROLS THE TABLES DISPLAYED IN THE ADMIN */
table.admin_main
{
	border: 3px;
	width: 750;
}
td.admin_main
{
	width: 100%;
	vertical-align: top;
}
/* THIS CONTROLS THE ROW COLORS */
td.row1_0	{ background-color: #009900; }
td.row2_0	{ background-color: #CCFFCC; }
td.row3_0	{ background-color: #99CC99; }
.adminListingLeft_0 {
	color: #FFFFFF;
	background-color : transparent;
}
/* LISTING BROWSE PAGE NAVIGATION WIDGET 'next_prev()'display stuff  */

.browse_tool_table {
	background-color: #D1DDB3;
	width:100%;    
	font-size: 11px; 
	text-decoration: none; 
	color: black; 
}
.browse_tool {
	background-color: #D1DDB3;
	font-size: 11px; 
	text-decoration: none; 
	color: black; 
}			
.browse_tool_num {
	color: #336699;
}

.browse_tool_button A {		
	background-color: #D1DDB3;
	font-size: 10px;
	line-height: 10px; 
	text-align: center;
	BORDER-COLOR: #000000;
   	BORDER-STYLE: outset;
 	BORDER-WIDTH: 1px; 
	font-weight: bold; 
	text-decoration: none; 
	color: #000000; 
	width: 82px;
	height: 18px;
	display: block;
}

.browse_tool_button A:visited {		
	color: #000000;
}

.browse_tool_button A:hover {		
	color: #FFFFFF;
	BORDER-STYLE: inset;
	width: 82px; 
	height: 18px;
}

.browse_tool_ghost {
	font-size: 10px; 
	line-height: 10px; 
	color: #aaaaaa; 
	text-decoration: none; 
}


.browse_tool_curpage {
	BACKGROUND-COLOR: #132975;
	color: #FFFFFF;
	width: 24px;
	height: 20px;
	display: block;
	text-align: center;
}
			
.bt_pages {
	font-family: verdana, arial, Helvetica, sans-serif; 
	BACKGROUND-COLOR: #D1DEE9;
	text-decoration:none;
	font-size: 10px;
	vertical-align: middle;
	color:	#000000;
}

bt_pages_ghost{
	color:	#aaaaaa;
	text-decoration:none;
}

A.bt_pages{
	color:	#000000;
	width: 24px;
	height: 20px;
	display: block;
	text-align: center;
}

A.bt_pages:visited{
	color: #000000;
}

A.bt_pages:hover{
	color:#FFFFFF;
	background: #132975; 
}
.style2 {	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.style3 {	color: #7E110A;
	font-size: 10px;
}
.style5 {font-size: 9px}
.style6 {color: #7E110A; font-size: 9px; }
.style7 {font-size: 11px}
.style8 {
	font-size: 12px;
	font-weight: bold;
}
.style9 {
	color: #000066;
	font-weight: bold;
	font-size: 11px;
}
.style11 {
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000066;
	font-weight: bold;
}
.style12 {color: #000066}
.style13 {color: #7E110A}
.style14 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #7E110A;
	font-size: 10px;
}
.style1 {font-size: 11px}
.style13 {font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px; color: #000000;}
.style25 {	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #990002;
	font-weight: bold;
}
.style27 {font-size: 11px; font-family: Verdana, Arial, Helvetica, sans-serif; color: #990002; }
.style30 {font-size: 15px}
.style31 {color: #E87D1B}
.style32 {color: #404040}
.style33 {font-size: 14px}
.style35 {
	font-size: 14px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #990002;
}
.style36 {font-size: 11px; font-family: Verdana, Arial, Helvetica, sans-serif; }
BODY {
	margin-top: 0px;
	margin-left: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	
} 

a:link, a:visited, a:hover {
	font-family: Verdana,sans-serif;
	font-size: 10px;
	font-weight: bold;
 	color: #000080;
	text-decoration: none;
}

a:hover {
	color: #990000;
	text-decoration: hand;
}
<!--
	/*********** #sectionLinks styles ***********/

#sectionLinks{
	position: relative;
	margin: 0px;

	font-size: 90%;
}
#sectionLinks h3{
	padding: 2px 5px;
}

#sectionLinks a:link{
	color: #990000;
	padding: 2px 5px;
	width: auto;
	voice-family: "\"}\"";
	voice-family:inherit;
	width: auto;
	border: 1px solid #990000;
}

#sectionLinks a:visited{
	color: #990000;
	padding: 2px 5px;
	border: 1px solid #990000;
}

#sectionLinks a:hover{
	border-top: 1px solid #666666;
	background-color: #990000;
	color: #FFFFFF;
	text-decoration: hand;
	padding: 2px 5px;
}

.style1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}
.style3 {font-family: Verdana, Arial, Helvetica, sans-serif}
.style12 {
	color: #7E110A;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
}
.style13 {font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px; color: #000000;}
.style14 {font-size: 11px}
.style17 {font-size: 10px; font-weight: bold; }
.style18 {font-size: 11px; font-family: Verdana, Arial, Helvetica, sans-serif; }
.style22 {color: #E87D1B; font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 13px; font-weight: bold; }
.style25 {
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #990002;
	font-weight: bold;
}
.style27 {font-size: 11px; font-family: Verdana, Arial, Helvetica, sans-serif; color: #990002; }
.style30 {font-size: 15px}
.style31 {color: #E87D1B}
.style32 {color: #404040}
.style33 {font-size: 14px}