/**
# ######################################################################
# Project:     PHPLinkDirectory: Version 2.1.2
#
# **********************************************************************
# Copyright (C) 2004-2006 NetCreated, Inc. (http://www.netcreated.com/)
#
# This program is free software; you can redistribute it and/or
# modify it under the terms of the GNU General Public License
# as published by the Free Software Foundation; either version 2
# of the License, or (at your option) any later version.
#
# This program is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
# GNU General Public License for more details.
#
# You should have received a copy of the GNU General Public License
# along with this program; if not, write to the Free Software
# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA.
# **********************************************************************
#
# For questions, help, comments, discussion, etc., please join the
# PHP Link Directory Forum http://www.phplinkdirectory.com/forum/
#
# @link           http://www.phplinkdirectory.com/
# @copyright      2004-2006 NetCreated, Inc. (http://www.netcreated.com/)
# @projectManager David DuVal <david@david-duval.com>
# @package        PHPLinkDirectory
# ######################################################################
*/

/* GLOBAL */
body {
    	background: #fff;
  	font-family: Verdana, Tahoma, Arial, sans-serif;
   	font-size: 8pt;
	margin-top: 0px;
	margin-bottom: 0px;
	padding:0;
}

.wrapper {
	background: #fff url(/images/wrapperbg.gif) repeat-y center;
	width: 800px;
	margin-top: 0;
	margin-bottom: 0;
}

a { 
	color: #55AE51; 
	text-decoration: none;
}

a:visited { 
	color: #4A9D47;
	text-decoration: none;
}

a:hover, a:active { 
	color: #FF9C00; 
	text-decoration: none;
}

input {
	text-indent : 2px;
	margin: 0;
	height: 17px; 
}

input.post {
	background-color: #FFF;
	border: solid 1px #55AE51;
	height: 17px; 
}

input.button {
	background-color: #FFF;
	color: #333333;
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	border: solid 1px #55AE51;
	height: 20px; 
}


img#thumb {
	margin-bottom: 10px;
}

/* HEADER */
.wrapper .header {
	background: url(/images/header.gif) no-repeat center top;
	width: auto;
	height: 64px;
	padding:0; 
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 15px;
	margin-right: 15px;
}

.wrapper .header .search {
	float: right;
	margin-right: 20px;
	margin-top: 40px;
	margin-bottom: 0px;
	padding:0; 

}

.wrapper .header img {
	border: 0;
}


/* MENUBAR */
.menubar {
	background: #000 repeat-y center;
	width: auto;
	height: 25px;
	margin-left: 15px;
	margin-right: 15px;	
	vertical-align: middle;
	padding-bottom: 0;
}

.menubar .menu {
	width: auto;
	color: #fff;
	padding-top: 5px;
	padding-right: 10px;
}

.menubar .menu a, .menubar .menu a:hover, .menubar .menu a:visited, .menubar .menu a:active {
	font-size: 110%;
	color: #fff;
	text-decoration: none;
}


/* MAINTABLE */
.maintable {
	margin-left: 25px;
	margin-right: 25px;
	margin-bottom: 10px;
	margin-top: 10px;
	min-height: 490px;
}


/* PAGERANK */
div.pagerank {
   	font-size: 7pt;
   	color: #000000;
   	float: left;
   	height: 30px;
	margin-right: 5px;
}

div.prbar {
   	width: 40px;
   	border: 1px solid #999999;
   	height: 3px;
   	font-size: 1px;
}

div.prvalue {
   	background: #55AE51;
  	height: 3px;
  	font-size: 1px;
}


/* FOOTER */
.footer {
	background: url('images/footer.gif') no-repeat;
	width: auto;
	height: 25px;
	margin: 0px 0px 0px 0px;
	vertical-align: middle;
	text-align: center;
}


.footer .footerbar {
	width: auto;
	color: #fff;
	padding-top: 5px;
}

.footer a {
	color: #55AE51;
	text-decoration: none;
}


/* PATH */
div.path {
	font-size: 110%;
	text-align: left;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

/* HEADER CATEGORY */
h3 {
   	color: #55AE51;
	font-size: 110%;
   	padding: 0;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
   	border-bottom: 1px solid #55AE51;
	text-align: left;
}

h3 .small, .small, .small a {
   	padding: 0px;
   	margin: 0px;
   	color: #4A9D47;
	font-size: 110%;
   	text-decoration:none;
}

/* CATEGORIES */
.c {
   	float: left;
}

.cr {
   	clear: left;
}

td.msg {
   	padding: 3px;
   	color: #0000FF;
   	background: #4A9D47;
   	border: 1px solid #A0A0A0;
   	text-align: left;
}

td {
   	vertical-align: top;
   	padding: 5px;
	text-align: left;
}


div.bidtable {
background: #f9f9f9;
width: auto;
height: 90px;
padding: 10px 10px 10px 10px;
}

html>body .bidtable {
background: #f9f9f9;
height: auto;
width: auto;
min-width: 700px;
min-height: 90px;
padding: 10px 10px 10px 10px;
}



/* SUBMIT PAGE */
div.guidelines, div.terms {
	color: #4A9D47;
}



/* FORMS & INPUTS */
.text, .btn {
   font-size: 8pt;
   font-family: Verdana, Tahoma, Arial, sans-serif;
}
input.text {
   color: #000000;
   border: 1px solid #55AE51;
}
textarea.text {
   font-size: 8pt;
   border: 1px solid #55AE51;
}
select {
   font-size: 8pt;
   border: 1px solid #55AE51;
}

.captcha {
   border: 1px solid #55AE51;
   margin-top: 10px;
}

form {
   display: inline;
   margin: 0;
   padding: 0;
}
.btn {
   font-size: 8pt;
   font-weight: bold;
   border: 1px solid #55AE51;
   background-color: #FFAA11;/*#FFCC33;*/
   cursor: pointer;
   height: 17px;
}




h1 {
   font-size: 14pt;
   margin: 5px 0 5px 0;
}

h2 {
   font-size: 10pt;
   margin: 0;
   padding: 0;
}

#descr {
   padding: 0px;
   margin: 0 0 5px 0;
}

table.formPage {
   border: 0px;
}
td.err {
   padding: 3px;
   color: #FF0000;
   background: #FFEDED;
   border: 1px solid #A0A0A0;
   text-align: left;
}

.label {
   text-align: right;
}
.buttons {
   border-top: 1px solid #A0A0A0;
   text-align: center;
}
.count {
   color: #6f6f6f;
   font-size: 8pt;
   font-weight: normal;
}
#links a {
   font-size: 10pt;
}
#links p {
   margin: 0 0 7px 0;
}
.url {
   color: #6f6f6f;
}
#path {
   margin-top: 2px;
   padding: 3px;
   background: #D9E8F9;
   line-height: 19px;
   border-top: 1px solid #55AE51;
}
.submit {
   float: right;
   vertical-align: bottom;
}
#user-bar {
   clear:both;
   width:20%;
   margin:0 0 0 auto;
   padding:3px;
   background:#D9E8F9;
   line-height:19px;
   text-align:right;
}


span.req {
   margin-left: 3px;
   color: #FF0000;
   font-weight: bold;
}

div.errForm, span.errForm {
   margin: 0px 0 0px 5px;
   padding: 2px 3px 2px 3px;
   color: #FF0000;
   background: #FFFFF3;
   border: 1px solid #cccccc;
   text-align: left;
   clear: right;
}
h2 .small, h3 .small, .small, .small a {
   padding: 0px;
   margin: 0px;
   color: #909090;
   font-size:9px;
   text-decoration:none;
}

.sort {
   color: #000000;
}
p.subcats {
   margin: 0px 0px 7px 0px;
   padding: 0px;
   padding-left: 20px;
}

.price {
   border: 1px solid #A0A0A0;
}
.price table td{
   margin: 0;
   padding: 2px;
   vertical-align: bottom;
}

.paging-links,
.paging-info {
   text-align:right;
}

.paging-info {
   font-style: italic;
}

.limit_field {
   border-width:0;
}

.bid_link_info{
	border: 1px solid #A0A0A0;
	width:75px;
	height: 40px;
	text-align:center;
	vertical-align: middle;
	color: #FF8000;
}
.bid_link_info strong{
	color: #FF8000;
}
