/**
# ######################################################################
# Project:     PHPLinkDirectory: Version 2.1.3
#
# **********************************************************************
# 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-2007 NetCreated, Inc. (http://www.netcreated.com/)
# @projectManager David DuVal <david@david-duval.com>
# @package        PHPLinkDirectory
# ######################################################################
*/

body {
	margin: 0; padding: 0 50px;
	background-color: #1c6e8c;
	font-family: Tahoma; font-size: 11px;
}
#header {
	position: relative;
	padding: 10px 0;
}
#header h1 {
	margin: 0; padding: 0;
	width: 650px; height: 155px;
}
#header h1 a {
	display: block;
	text-indent: -999em;
	width: 100%; height: 100%;
	background: no-repeat url(../images/logo.gif);
}
#header p {
	margin: 0; padding: 0;
	position: absolute;
	left: 240px; top: 140px;
	color: #fff;
}
#menu {
	position: relative;
	margin: 0; padding: 0;
	list-style-type: none;
	height: 115px;
	background: repeat-x url(../images/bckmenu.gif);
}
#menu li {
	position: absolute;
	width: 123px; height: 115px;
}
#menu li a {
	display: block;
	text-indent: -999em;
	margin: 15px 0 0 0;
	width: 100%; height: 100px;
}
#menu li.contact {
	right: 368px;
	background: no-repeat url(../images/bckmenucontact.gif);
}
#menu li.submit {
	right: 245px;
	background: no-repeat url(../images/bckmenusubmit.gif);
}
#menu li.latest {
	right: 122px;
	background: no-repeat url(../images/bckmenulatest.gif);
}
#menu li.top {
	right: -1px;
	background: no-repeat url(../images/bckmenutop.gif);
}
#search {	
	position: absolute;
	right: 492px;
}
#search form {
	margin: 0; padding: 0;
}
#search .searchbtn {
	margin: 0; padding: 0;
	width: 124px; height: 115px;
	font-size: 0;
	background: no-repeat url(../images/bcksearchbtn.gif);			
	border: none;
	cursor: pointer;
}
#search .searchtext {
	position: absolute;
	left: -175px;
	top: 20px;
	margin: 0; padding: 3px 5px 0 5px;
	width: 137px; height: 14px;
	font-family: Tahoma; font-size: 11px;
	color: #333;
	background: no-repeat url(../images/bcksearchtext.gif);
	border: none;
}
#content {
	padding: 25px 50px 50px 50px;
	background-color: #fff;
}
#path {
	margin: 0 0 15px 0;
	color: #333;
}
#path a {
	color: #1c6e8c;
	text-decoration: underline;
}
#footer {
	padding: 40px 0 20px 0;
	text-align: center;
	background: repeat-x url(../images/bckfooter.gif);
	line-height: 1.25em;
	font-size: 11px;
	color: #fff;
}
#footer a {
	color: #fff;
	text-decoration: underline;
}
.navig {
	margin: 15px 0 0 0;
}
.c {
   float: left;
}
.cr {
   clear: left;
}

td {
   vertical-align: top;
}

h2 {
	margin: 0 0 10px 0; padding: 0;
	background: repeat-x url(../images/bckh2.gif);
	font-size: 11px; font-weight: normal;
	text-align: center;	
}
h2 span {
	background: right top no-repeat url(../images/bckh2span.gif);
}
h2 span a {
	display: block;
	height: 25px; line-height: 25px;
	background: no-repeat url(../images/bckh2spana.gif);
	color: #1c6e8c;
	text-decoration: none;
}

h3 {
	margin: 20px 0; padding: 0 0 2px;
	font-size: 11px;
 	color: #367187;
	border-bottom: #367187 1px dashed;
}

table.formPage {
   width: 100%;
   border: 1px solid #1c6e8c;
}
td.err {
   padding: 3px;
   color: #FF0000;
   background: #FFEDED;
   border: 1px solid #A0A0A0;
   text-align: left;
}
td.msg {
   padding: 3px;
   color: #1c6e8c;
   background: #EDF3FF;
   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;
}
#featlinks table {
	margin: 0 0 10px 0;
	width: 100%;
	background-color: #8ebbcc;
	border: #1c6e8c 1px dashed;
}
#featlinks table td {
	padding: 5px;
}
#featlinks a {
   color: #855b15;
   font-weight: bold;
   text-decoration: underline;
}
#featlinks .url {
	color: #3f474b;
}
#links a {
   color: #1c6e8c;
   text-decoration: underline;
}
#featlinks p, #links p {
   margin: 0 0 7px 0;
}
.url {
   color: #6f6f6f;
}
.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;
}

.text, .btn {
   font-size: 8pt;
   font-family: Verdana, Tahoma, Arial, sans-serif;
}
input.text {
   color: #000000;
   border: 1px solid #1c6e8c;
}
textarea.text {
   font-size: 8pt;
   border: 1px solid #1c6e8c;
}
select {
   font-size: 8pt;
   border: 1px solid #1c6e8c;
}

.captcha {
   border: 1px solid #1c6e8c;
   margin-top: 10px;
}

form {
   display: inline;
   margin: 0;
   padding: 0;
}
.btn {
   font-size: 8pt;
   font-weight: bold;
   border: 1px solid #5e74b3;
   background-color: #FFAA11;/*#FFCC33;*/
   cursor: pointer;
   height: 17px;
}
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: #555;
   font-size:9px; font-weight: normal;
   text-decoration:none;
}
.sort {
   color: #000000;
}
p.subcats {
   margin: 0 0 15px 20px; padding: 0;
   color: #333;
}
p.subcats a {
   color: #333;
   text-decoration: none;
}
div.pr {
   font-size: 6pt;
   color: #000000;
   float: left;
   height: 30px;
   margin-right: 5px;
}
div.prg {
   width: 40px;
   border: 1px solid #4d7888;
   height: 3px;
   font-size: 1px;
}
#featlinks div.prg {
	border: #125872 1px solid;
}
div.prb {
   background: #69a2b7;
   height: 3px;
   font-size: 1px;
}
#featlinks div.prb {
   background: #1c6e8c;
}
.price {
   border: 1px solid #1c6e8c;
}
.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;
}
.orange {
   color: #f90;
   text-decoration: none;
}

