/* SITE DESIGN */
body {
	margin: 0px;
	background: #3F535F;
	background: url(../gfx/background.jpg) ;
	font-family: Verdana;
	font-size: 8pt;
	}

a {
	color: #000000;
	}

a:visited {
	
	color: #000000;
	}

a:hover {
	color: #ff9900;
	}
	
#rap {
	width: 870px;
	padding: 5px;
	border: 3px solid #000000;
	background: #ffffff;
	}

#header {
	height: 87px;
	border: 1px solid #999999;
	margin-bottom: 3px;
	background: url(../gfx/header-bg.jpg) repeat-x ;
	}

#header div.logo{
	height: 87px;
	text-align: right;
	padding: 5px;
	background: url(../gfx/logo.jpg) left top no-repeat ;
	}

#header2 {
	height: 30px;
	margin-bottom: 3px;
	}

#content {
	background: url(../gfx/background2.jpg) ;
	border: 1px solid #999999;
	padding-top: 10px;
	padding-bottom: 10px;
	}

#content2 {
	border: 1px solid #999999;
	padding-top: 10px;
	padding-bottom: 10px;
	}

#content3 {
	padding-top: 10px;
	padding-bottom: 10px;
	}

#footer {
	height: 25px;
	background: url(../gfx/menu-bg.jpg) repeat-x;
	margin-top: 3px;
	text-align: center;
	color: #FFFFFF;
	line-height: 25px;
	}

div.error {
	color: red;
	font-weight: bold;
	}
	
table {
	font-size: 8pt;
	text-align: left;
	}
	
table.full {
	width: 99%;
	}
	
table.half {
	width: 50%;
	}
	
td.right {
	text-align: right;
	}
	
form {
	display: inline;
	}

input, select, textarea {
	border: 1px solid #000000;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	background-color: #FFFFFF;
	font-size: 8pt;
	}
	
input {
	width: 200px;
	}

input.save {
	width: auto;
	}

input.box {
	width: auto;
	border: none;
	background: transparent;
	}

/* MENU */

#menu {
	height: 25px;
	background: url(../gfx/menu-bg.jpg) repeat-x;
	margin-bottom: 3px;
	}

#menu ul {
	margin: 0px;
	padding: 0px;
	}

#menu li {
	display: inline;
	text-transform: uppercase;
	color: #000000;
	line-height: 25px;
	}

#menu a, #footer a {
	color: #ffffff;
	text-decoration: none;
	}

#menu a:visited, #footer a:visited {
	color: #ffffff;
	}

#menu a:hover, #footer a:hover {
	color: #ff9900;
	}
	
#menu a.orange {
	color: #ff9900;
	}

#menu a.orange:visited {
	color: #ff9900;
	}

/* END SITE DESIGN */
	
/* ---------------- */
/* GENERATED TABLES */
/* ---------------- */

/* PAGES NAVIGATION */
div.navigation {
	width: 90%;
	padding: 2px;
	}

div.pages_banners, div.pages_fhg, div.pages_fmg, div.pages_flv, div.pages_zip, div.pages_emb {
	width: 60%;
	float: left;
	text-align: left;
	margin-bottom: 10px;
	}

div.filter_banners, div.filter_fhg, div.filter_fmg, div.filter_flv, div.filter_zip, div.filter_emb {
	width: 40%;
	float: right;
	text-align: right;
	font-weight: bold;
	margin-bottom: 10px;
	}


div.filter_banners select, div.filter_fhg  select, div.filter_fmg select, div.filter_flv select, div.filter_zip select, div.filter_emb select {
	margin-left: 4px;
	}
	
div.filter_banners input, div.filter_fhg  input, div.filter_fmg input, div.filter_flv input, div.filter_zip input, div.filter_emb input {
	margin-left: 4px;
	width: auto;
	font-weight: bold;
	text-transform: uppercase;
	}

/* END PAGES NAVIGATION */

/* NEWS */
div.news_date {
	margin-top: 10px;
	margin-bottom: 0px;
	font-weight: bold;
	}

div.news_title {
	margin-top: 0px;
	margin-bottom: 0px;
	color: red;
	font-weight: bold;
	}

div.news_text {
	margin-top: 0px;
	margin-bottom: 0px;
	}
/* END NEWS */

/* SITES */
div.site {
	width: 90%;
	background-color: #000000;
	border: 1px solid black;
	padding: 5px;
	margin-top: 10px;
	font-size: 9pt;
	}

div.site_screenshot {
	width: 35%;
	text-align: center;
	float: left;
	margin: 0px 0px 0px 0px;
	}

div.site_text {
	width: 65%;
	float: right;
	padding: 0px;
	}

div.site_name {
	background-color: #cccccc;
	text-align: center;
	padding: 4px;
	font-size: 10pt;
	}

div.site_desc{
	font-size: 8pt;
	text-align: center;
	margin-bottom: 10px;
	}

div.site_description{
	text-align: left;
	margin-bottom: 10px;
	}

div.site_clear{
	clear: both;
	height: 1px;
	font-size: 1px;
	display: hidden;
	}

div.site_links ul {
	margin: 0px;
	padding: 0px;
	}

div.site_links li {
	list-style-type: none;
	width: 33%;
	float: left;
	font-weight: bold;
	text-transform: uppercase;
	}
/* END SITES */

/* PROMO TABLE */
table.promo_table {
	border: 1px solid black;
	background-color: #FFFFFF;
	color: #FFFFFF; 
	text-align: center;
	font-size: 9pt;
	width: 90%;
	margin-bottom: 10px;
	}
	
table.promo_table th {
	color: #000000;
	background-color: #999999; 
	padding: 2px 10px 2px 10px;
	}
	
	
table.promo_table td{
	padding: 2px 10px 2px 10px;
	}

td.promo_table_name {
	color: #000000; 
	}
	
table.promo_table a{
	color: #000000; 
	}
	
table.promo_table a:hover{
	color: #ff9900; 
	}
/* END PROMO TABLE */

/* PROMO LINKS */
table.promo_links {
	border: 1px solid black;
	background-color: #FFFFFF;
	text-align: center;
	font-size: 9pt;
	width: 90%;
	margin-bottom: 10px;
	}
	
table.promo_links tr.odd {
	background-color: #CCCCCC; 
	}
	
table.promo_links th {
	color: #000000;
	background-color: #999999; 
	padding: 2px 10px 2px 10px;
	}
	
table.promo_links td.td1{
	padding: 2px 10px 2px 10px;
	width: 33%;
	}

table.promo_links td.td2{
	text-align: left;
	padding: 2px 10px 2px 10px;
	}

table.promo_links input{
	width: 430px;
	}
/* END PROMO LINKS */

/* PROMO BANNERS */
table.promo_banners {
	border: 1px solid black;
	background-color: #FFFFFF;
	text-align: center;
	font-size: 9pt;
	width: 90%;
	margin-bottom: 10px;
	clear: both;
	}
	
table.promo_banners tr.odd {
	background-color: #CCCCCC; 
	}
	
table.promo_banners th {
	color: #000000;
	background-color: #999999; 
	padding: 2px 10px 2px 10px;
	}

table.promo_banners td {
	padding: 2px 10px 2px 10px;
	}
/* END PROMO BANNERS */

/* PROMO CONTENT FHG,FMG,FLV,ZIP */
table.promo_content {
	border: 1px solid black;
	background-color: #FFFFFF;
	text-align: center;
	font-size: 9pt;
	width: 90%;
	margin-bottom: 10px;
	clear: both;
	}
	
table.promo_content tr.odd {
	background-color: #CCCCCC; 
	}
	
table.promo_content th {
	color: #000000;
	background-color: #999999; 
	padding: 2px 10px 2px 10px;
	}

table.promo_content td.td1{
	padding: 2px;
	width: 20%;
	}

table.promo_content td.td2{
	text-align: left;
	padding: 2px;
	}

table.promo_content td.td3{
	padding: 2px;
	width: 15%;
	}

table.promo_content input{
	width: 440px;
	}

table.promo_content textarea{
	width: 99%;
	height: 100px;
	}
/* END PROMO CONTENT */

/* PROMO CONTENT EXPORT TABLE */
table.promo_export {
	border: 1px solid black;
	background-color: #FFFFFF;
	text-align: center;
	font-size: 9pt;
	width: 90%;
	margin-top: 10px;
	margin-bottom: 10px;
	}
	
table.promo_export th {
	color: #000000; 
	background-color: #999999; 
	padding: 2px 10px 2px 10px;
	}

table.promo_export td{
	width: 25%;
	padding: 2px;
	}
	
table.promo_export td.td1 {
	text-align: right;
	}
	
table.promo_export td.td2 {
	text-align: left;
	}
	
table.promo_export td.td3 {
	text-align: right;
	}
	
table.promo_export td.td4 {
	text-align: left;
	}
	
table.promo_export td.td3 input{
	border: none;
	}
	
table.promo_export td.td4 input{
	border: none;
	}
	
table.promo_export input{
	width: auto;
	}
	
table.promo_export input.full{
	width: 90%;
	}
	
table.promo_export textarea{
	width: 100%;
	}
	
table.promo_export input.radio{
	background-color: transparent;
	}
	
table.promo_export input.export{
	width: auto;
	text-decoration: uppercase;
	}
	
table.promo_export_values td{
	width: 16%;
	}

table.promo_export_values input, table.promo_export_values select{
	width: 100%;
	}

/*END PROMO CONTENT EXPORT TABLE */

/* PROMO POTD */
table.promo_potd {
	border: 1px solid black;
	background-color: #FFFFFF;
	text-align: center;
	font-size: 9pt;
	width: 90%;
	margin-bottom: 10px;
	}
	
table.promo_potd tr.odd {
	background-color: #CCCCCC; 
	}
	
table.promo_potd th {
	color: #000000;
	background-color: #999999; 
	padding: 2px 10px 2px 10px;
	}
	
table.promo_potd td.td1{
	padding: 2px 10px 2px 10px;
	width: 33%;
	}

table.promo_potd td.td2{
	text-align: left;
	padding: 2px 10px 2px 10px;
	}

table.promo_potd img {
	border: 1px solid black;
	}

table.promo_potd textarea{
	width: 430px;
	height: 100px;
	}
/* END PROMO POTD */


/* PROMO RSS */
table.promo_rss {
	border: 1px solid black;
	background-color: #FFFFFF;
	text-align: center;
	font-size: 9pt;
	width: 90%;
	margin-top: 10px;
	margin-bottom: 10px;
	}
	
table.promo_rss th {
	color: #000000; 
	background-color: #999999; 
	padding: 2px 10px 2px 10px;
	}

table.promo_rss td{
	width: 25%;
	padding: 2px;
	}
	
table.promo_rss td.td1 {
	text-align: right;
	}
	
table.promo_rss td.td2 {
	text-align: left;
	}
	
table.promo_rss td.td3 {
	text-align: right;
	}
	
table.promo_rss td.td4 {
	text-align: left;
	}
	
table.promo_rss input.full{
	width: 90%;
	}
		
table.promo_rss input.export{
	width: auto;
	text-decoration: uppercase;
	}
/* END PROMO RSS */