body    {
        padding:0px;
        margin:0px;
        }
body, input, select, textarea    {
        font-family:"Trebuchet MS";
        background:#FFFFFF;
        }
body, table, input, select,textarea   {
        font-size:12px;
        }
        
/*input,select, textarea {
        background:#EEEEEF;
        }
  */      
a       {
        color:black;
        }
a:hover {
        color:#000000;
        text-decoration:underline;
        }
a:visited {
        color:black;
		}

table   {
        border-collapse: collapse;
        border-spacing: 0px;
        }

/* test */
.header_top {
        background:#FFFFFF;
        text-align:center;
        padding-right:10px;
        padding-top:10px;
        padding-bottom:8px;
        font-weight:bold;
        color:#CC0000;
        }

.header_top a {
        color:#CC0000;
        }

.header_top a:hover {
        color:#CC0000;
        }


.header_search {
        background:#CC0000;
        text-align:right;
        padding-right:20px;
        padding-top:15px;
        padding-bottom:8px;
        font-weight:bold;
        color:#FFFFFF;
        }


/*.header_search {
        background:#EFEBEF;
        text-align:center;
        padding-bottom:10px;
        padding-top:10px;
        border-top:1px solid black;
        border-bottom:1px solid black;
        }
*/

.advanced_search a {
        padding-left:20px;
		color:#FFFFFF;
        }

.advanced_search a:hover {
		color:#FFFFFF;
        }


.header_menu2 {
        background:#DFDFDF;
		background-image: url(cellgray.gif);
		text-align:center;
        padding-top:4px;
        padding-bottom:4px;
        font-weight:bold;
        color:#575757;
        }

.header_menu2 a {
        color:#575757;
        color:#000000;
        text-decoration:none;
        }

.header_menu2 a.hover {
        color:#575757;
        text-decoration:underline;
        }

		
.footer {
        background:#CC0000;
        text-align:center;
        padding-top:10px;
        padding-bottom:10px;
        font-weight:bold;
        color:#EFEBEF;
        }

.cat_td {
        padding:5px;
        }

.smallfont {
        font-size:11px;
        }
.titlebar  {
        background:#CC0000;
        padding:7px;
        padding-top:5px;
        padding-bottom:5px;
        font-weight:bold;
        color:#FFFFFF;
        text-align:center;
        }
.titlebar a  {
        color:#FFFFFF;
        }

.title_links {
        color:#FFFFFF;
        }
a.title_links {
        color:#FFFFFF;
        }
a.title_links:hover  {
        color:#FFFF00;
        }
a.title_links:visited  {
        color:#FFFFFF;
        }

.listing_title_links {
        color:#575757;
        }
a.listing_title_links {
        color:#575757;
        }
a.listing_title_links:hover {
        color:#575757;
        }
a.listing_title_links:visited {
        color:#575757;
        }


.header_sub_top {
        color:#000000;
        }
a.header_sub_top {
        color:#575757;
        }
a.header_sub_top:hover {
        color:#000000;
        }
a.header_sub_top:visited {
        color:#575757;
        }


.directories {
        border:1px solid #COCOCO;
        }

.index_list {
        width:100%;
        }

.listing_table {
        width:100%;
        border:1px solid #CCCCCC;
        }
        
.listing_title {
        background:#CCCCCC;
        padding:3px;
        font-weight:bold;
        }

.listing_title a {
        color:#575757;
        }

.listing_title a:hover {
        color:#000000;
        }

.content {
        background:#F5F5F5;
        padding:5px;
        }
.row    {
        background:#EEEEEE;
        }

.regform {
        font-weight:bold;
        text-align:right;
        padding-right:5px;
        }
.required {
        padding-left:5px;
        padding-right:5px;
        font-weight:bold;
        color:red;
        }
.fdes   {
        width:120px;
        font-weight:bold;
        text-align:left;
        }

.key    {
        font-weight:bold;
        }

.hint   {
        font-size:10px;
        color:#444444;
        font-family:Arial;
        margin-bottom:3px;
        }

.listing_count {
        font-style:italic;
        }

.titlekey {
        font-weight:bold;
        text-align:center;
        }
        
.index_sponslink {
        font-weight:bold;
        color:blue;
        text-decoration:none;
        }
        
.warning {
        background:#FF8888;
        }

.ppc_table {
                /*border-bottom:1px solid #888888;                
                border-top:1px solid #888888;*/
                }
.ppc_head {
                padding:5px;
                font-weight:bold;
                decoration:underline;
                color:red;
                }
.ppc_bottom {
                padding:5px;
                }


/* Form elements */
input,textarea, select {
	color : #000000;
	font: normal 11px Verdana, Arial, Helvetica, sans-serif;
	border-color : #000000;
}

/* The text input fields background colour */
input.post, textarea.post, select {
	background-color : #FFFFFF;
}

input { text-indent : 2px; }

/* The buttons used for bbCode styling in message post */
input.button {
	background-color : #EFEFEF;
	color : #000000;
	font-size: 11px; font-family: Verdana, Arial, Helvetica, sans-serif;
}

/* The main submit button option */
input.mainoption {
	background-color : #FAFAFA;
	font-weight : bold;
}

/* None-bold submit button */
input.liteoption {
	background-color : #FAFAFA;
	font-weight : normal;
}



/* Import the fancy styles for IE only (NS4.x doesn't use the @import function) */
input, textarea, select {
border-top-width : 1px; 
border-right-width : 1px; 
border-bottom-width : 1px; 
border-left-width : 1px;  
}

input { text-indent : 2px; }

input.button {
border-top-width : 1px; 
border-right-width : 1px; 
border-bottom-width : 1px; 
border-left-width : 1px;  
}

.postbody { line-height: 18px}