/**********************************************************************/

html {
	margin: 0px;
}

body {
	margin: 0px;
}

body, table {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #fcc;
	background: #500000;
}

a {
	color: #f88;
  	text-decoration: none;
	font-weight: bold;
}

a:hover {
	color: #fff;
	text-decoration: underline;
	font-weight: bold;
}

img{
	border: none;
}

/**********************************************************************/

div.directory-title{
	font-size: 36px;
	font-weight: bold;
	font-variant: small-caps;
	text-align: center;
}

div.page-title{
	font-size: 20px;
	font-weight: bold;
	text-align: center;
}

div.top-advertisement-outer{
	width: 100%;
	text-align: center;
}

div.top-advertisement-inner{
	width: 792px;
	margin: auto;
	margin-top: 10px;
	margin-bottom: 25px;
}

div.bottom-advertisement-outer{
	width: 100%;
	text-align: center;
}

div.bottom-advertisement-inner{
	width: 728px;
	margin: auto;
}

div.bottom-affiliates, div.bottom-statistics, div.bottom-copyright{
	text-align: center;
	margin: 10px;
}

/**********************************************************************/

table.podipro-link-table{
	width: 100%
}

tr.podipro-link-row{

}

td.podipro-link-cell{
	vertical-align: top;
	padding-bottom: 10px;
}

td.podipro-link-image{
	vertical-align: center;
	text-align: right;
	padding-bottom: 10px;
}

td.podipro-link-image img{
	border: 0;
}

/**********************************************************************/

#search-bar {
	text-align: center; 
	vertical-align: middle;
	padding: 5px; 
	background: #700;
	margin: 0px;
}

#search-button {
}

.hilite {
  background-color: #900;
}


/**********************************************************************/

.bar {
	background: #400;
	padding: 10px;
	font-weight: bold;
	font-size: 16px;
}

.bar-left {
}

.bar-right {
}

.bar-text-left {
}

.bar-text-right {
}

.bar-text-right a {
}

/**********************************************************************/

#tab-container {
	margin-top: 15px;
	text-align: center;
}

#tabs {
	display: inline-block;
	text-align: center;
  	font: bold 8pt Tahoma;
  	height: 20px;
}

.tab-l, .tab-r, .tab-l.on-l{
  	height: 20px;
}

.tab-l {
	background: #300;
  	width: 7px;
  	float: left;
  	display: inline;
  	margin-left: 6px;
} 

.tab-r {
	background: #300;
	width: auto;
	float: left;
	display: inline;
	padding: 0 13px 0 6px;
} 

.tab-l.on-l {
	background: #700;
	width: 7px;
	float: left;
	display: inline;
} 

.tab-r.on-r {
	background: #700;
	width: auto;
}

.tab-r a {
	position: relative;
	top: 3px;
	color: #f88;
	text-decoration: none;
}

.tab-r.on-r a {
	color: #fff;
}

/**********************************************************************/

.url {
	color: #f44;
  font-size: 8pt;
}

.small {
  font-size: 8pt;
}

.grey {
  color: #aaa;
}

/**********************************************************************/

#non-footer {
	position: relative;
}

#footer {
	position: relative;
	font-size: 8pt;
	font-family: Tahoma;
	text-align: center;
	background: #700;
	padding: 5px;
}

#footer-spacer {
	height: 25px;
}

#footer-ad-spacer {
	height: 25px;
}

#footer-text {
	position: relative;
}

#footer-text a {
}

/**********************************************************************/

.error, .notice {
	font-weight: bold;
	padding: 25px;
	background-color: #400;
}

.error {
	color: #f44;
}

.notice {
}

/**********************************************************************/

form {
	padding: 0;
	margin: 0;
}

input, textarea, select {
	font-size: 9pt; 
	font-family: Tahoma;
}

#main-content {
	margin: 0px 20px 0px 20px;
	text-align: center;
}

#centered-content {
	text-align: left;
	margin-left: auto;
	margin-right: auto;
	width: 900px;
}

.bold {
	font-weight: bold;
}

.plain {
	text-decoration: none;
}

.content-section {
	padding: 8px 12px 8px 12px;
}

.header {
	font-size: 16pt;
	font-weight: bold;
	padding-bottom: 5px;
}

/**********************************************************************/

.link-tile{
	display: block;
	float: left;
	width: 200px;
	margin: 5px;
	padding: 0px;
	text-align: center;
}

.link-tile .link{
	font-size: 9pt;
}

.link-tile .thumb{
	width: 200px;
	height: 150px;
	margin: 2px;
	padding: 0px;
	border: thin solid red;
}

.link-tile .details{
	font-size: 8pt;
}

.clear-float{
	clear: both;
}

/**********************************************************************/

.category-description{
	font-size: 10pt;
	margin-left: 20px;
	margin-right: 20px;
	line-height: 14pt;
}

.category-description strong{
	font-size: 12pt;
}

.category{
	font-size: 14pt;
	text-transform: capitalize;
}

.plain{
	font-size: 9pt;
	text-transform: none;
}

/**********************************************************************/
