/* CSS Document 
@ Created by Jared's Designs USA
This version is FREEWARE and is released as such.
No warranty is implied or extended.
Customization headers and images start at $49.95
jared@jaredsdesigns.com
*/

/*VVVVVVVVV[Special Text Functions]VVVVVVVVVVV*/
/*
h3, p {
 margin:0;
 padding:15px;
 }

h4 {
 margin:0; 
 padding: 5px 0;
 }
 
p:first-letter {
 font-size: 80%; 
 font-weight: bold;
 color:blue;
 }
*/ 
/*VVVVVVVVV[GENERAL LAYOUT STYLES HERE]VVVVVVVVVVV*/
body {
	margin:20px;
	background:url(images/bak.jpg) fixed center top;
	color: #CCCCCC;
	text-align:center;
	padding:0;
 }
 
 
#time_date{
	text-align:left;
	font:Verdana, Arial, Helvetica, sans-serif;
	color:#CCCCCC;
	font-weight:bold;
	font-size:10px;
	width:250px;
	float:left;
	padding-left:15px;
}

#supernav{
width:100px;
float: right;
text-align:right;
padding-right: 10px;
}

#footer_navigation{
position:relative;
font-size:14px;
color:#FFFFFF;
font-weight:bold;
margin-top: 1px;
}

#copyright{
	font-size:10px;
	color:#CCCCCC;
	font-weight:bold;
	margin-top: 25px;
}

#page_wrapper {
 text-align:left;
 border:0px solid #000000;
 width:800px;
 margin:auto;
 }

#header {
 height:110px;
 color: #FFFFFF;
 }

#subheader {
 height:32px;
 line-height:32px;
 padding-right: 12px;
 background:#ffffff;
 color: #ffffff;
 border:solid #000000;	
 border-width:0px 0px 0px 0px;
 text-align:right;
 font-size:10px;
 font-weight:bold;
 }

#main_body {
	position:relative;
	background: transparent;
	color: #CCCCCC;
	width:780px;
	padding:0;
 }

#left_column {
 float:left;
 background:transparent;
 color: #000;
 width:140px;
 padding-left: -1px; /*Changing this will push the navigation buttons in or out of the page*/
 }

#content {
	width:625px;
	background: transparent;
	color: #CCCCCC;
	border:solid #000000;	/*Color thy border here*/
	border-width:0px 0px 0px 0px; /* Order goes like this, Top, Right, Bottom, Left */
	text-align:left;
	padding: 0px 3px 0px 3px; /* Remember in IE when you add padding you add to the page width.*/
 }

#footer {
	height:25px;
	color: #2e271d;
	border:solid black;
	border-width:0px 0 0 0;
	margin:0;
 }
/*VVVVVVVVV[NAVIGATION BUTTONS FOR LEFT COLUMN]VVVVVVVVVVV*/
#menu{
margin-top: -30px;/* the negative value is to pull the navigation buttons up over the "subheader" so it rests under the header*/
}

.buttons
{
position: relative;
font-family: arial, helvetica, sans-serif;
background: url(images/down_state.png) no-repeat;
white-space: nowrap;
display: block;
width: 140px;
height: 20px;
margin: 0;
padding: 0;
color: #000000;
}


.buttons a
{
	display: block;
	font-size: 11px;
	width: 140px;
	height: 20px;
	display: block;
	float: left;
	color: #CCCCCC;
	text-decoration: none;
}

.buttons a
{
	display: block;
	font-size: 11px;
	width: 140px;
	height: 20px;
	display: block;
	float: left;
	color: #FFFFFF;
	text-decoration: none;
}

.buttons a span:hover
{
	display: block;
	font-size: 11px;
	width: 140px;
	height: 20px;
	display: block;
	float: left;
	color: #FFFFFF;
	text-decoration: none;
	text-align:left;
}


.buttons img
{
	color: #FFFFFF;
	width: 140px;
	height: 20px;
	border: 0
}

* html a:hover
{
visibility:visible
color: #ffffff;
}

.buttons a:hover img
{
visibility:hidden
color: #ffffff;
}

.buttons span
{
	position: absolute;
	left: 15px;
	top: 4px;
	margin: 0px;
	padding: 0px;
	cursor: pointer;
	color: #CCCCCC;
}

/*VVVVVVVVV[OPEN-REALTY CODE BEGINS HERE]VVVVVVVVVVV*/
/* =-=-=-=-[INTERNAL OPEN-REALTY CODE]-=-=-=-= */
/* =-=-=-=-[   CHANGE WITH CAUTION   ]-=-=-=-= */
.field_caption{
	font-weight:bold;
}
.view_image {
	text-align:center;
}
.image_caption {
	font-size:16px;
	font-weight:bold;
}
.view_user {
 padding-left:5px;
}
.view_user_user_name {
	font-size:14px;
	font-weight:bold;
}
.view_user_user_images {
	float:left;
}
.view_user_user_info {
	float:left;
	padding-left:10px;
}
.view_user_user_hitcount {
	clear:both;
}
.view_user_user_box {
}
/* =-=-=-=-[COMMON MARKUP STYLES]-=-=-=-= */
/* =-=-=-=-[REMEMBER, LAST INSTANCE HAS PRESIDENCE]-=-=-=-= */
td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
}
input, select, form {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
}
img {
	border: 0px none;
} 
/* =-=-=-=-[SEARCH PAGE RESULTS MARKUP]-=-=-=-= */
.search_results
{
	width:100%;
}
.result_row_0	{
	background-color: transparent;
}
.result_row_1	{
	background-color: transparentF;
}
.view_users { width:100%; }
.small {
	font-size:10px;
}
/* =-=-=-=-[CLEAR IS USED TO CLEAR]-=-=-=-= */
.clear{
	clear:both;
	line-height: 1px;
	font-size: 1px;
}
/* =-=-=-=-[TABLES CREATED WITH PAGE GENERATER IN PAGE EDITOR]-=-=-=-= */
table.page_display
{
	border: 3px;
}
td.page_display
{
	width: 100%;
	vertical-align: top;
}
/* =-=-=-=-[TABLES BEING DISPLAYED IN YOUR ADMINISTRATIVE AREA]-=-=-=-= */
table.admin_main
{
	border: 3px;
	width: 100%;
}
td.admin_main
{
	width: 100%;
	vertical-align: top;
}
/* =-=-=-=-[ROW-COLORS IN ADMINISTRATIVE AREA]-=-=-=-= */
td.row1_0	{ background-color: #009900; }
td.row2_0	{ background-color: #CCFFCC; }
td.row3_0	{ background-color: #99CC99; }
.adminListingLeft_0 {
	color: #000000;
	background-color : #000000;
}
/* =-=-=-=-[USED BY LISTING BROWSE FEATURE FOR THE "next_prev()" DISPLAY]-=-=-=-= */
.browse_tool_table {
	background-color: #2e271d;
	width:630px;
	font-size: 11px;
	text-decoration: none;
	color: #666666;
}
.browse_tool {
	background-color: #2e271d;
	font-size: 11px; 
	text-decoration: none; 
	color: 666666; 
}			
.browse_tool_num {
	color: #FFFFFF;
}
.browse_tool_button A {		
	background-color: #2e271d;
	font-size: 10px;
	line-height: 10px; 
	text-align: center;
	BORDER-COLOR: #000000;
   	BORDER-STYLE: outset;
 	BORDER-WIDTH: 1px; 
	font-weight: bold; 
	text-decoration: none; 
	color: #ffffff; 
	width: 82px;
	height: 22px;
	display: block;
}
.browse_tool_button A:visited {		
	color: #FFFFFF;
}
.browse_tool_button A:hover {		
	color: #FFFFFF;
	BORDER-STYLE: inset;
	width: 82px; 
	height: 22px;
}
.browse_tool_ghost {
	font-size: 10px; 
	line-height: 10px; 
	color: #ffffff; 
	text-decoration: none; 
}
.browse_tool_curpage {
	BACKGROUND-COLOR: #CCCCCC;
	color: #FFFFFF;
	width: 24px;
	height: 22px;
	display: block;
	text-align: center;
}
.bt_pages {
	font-family: verdana, arial, Helvetica, sans-serif;
	BACKGROUND-COLOR: #333333;
	text-decoration:none;
	font-size: 10px;
	vertical-align: middle;
	color:	#CCCCCC;
}
bt_pages_ghost{
	color:	#666666;
	text-decoration:none;
}
A.bt_pages{
	color:	#333333;
	width: 24px;
	height: 20px;
	display: block;
	text-align: center;
}
A.bt_pages:visited{
	color: #000000;
}
A.bt_pages:hover{
	color:#FFFFFF;
	background: #333333;
}
/* =-=-=-=-[MEDIA PRINT MAY BE REMOVED IF YOU KEEP SEPERATE MEDIA TYPE STYLE SHEETS]-=-=-=-= */
 /*printer styles*/ 
@media print{ 
	/*hide the left column when printing*/
	#leftcol{display:none;} 
}
.style2 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 12px;
	color: #999999;
}
a:link {
	color: #CCCCCC;
}
a:visited {
	color: #CCCCCC;
}
a:hover {
	color: #FFFFFF;
}
a:active {
	color: #CCCCCC;
}

/* =-=-=-=-[USED BY LISTING BROWSE FEATURE FOR THE "next_prev()" DISPLAY]-=-=-=-= */

.style1 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 12px;
	color: #CCCCCC;
}
a:link {
	color: #CCCCCC;
}
a:visited {
	color: #CCCCCC;
}
a:hover {
	color: #FFFFFF;
}
a:active {
	color: #CCCCCC;
}




/* =-=-=-=-[USED BY LISTING BROWSE FEATURE FOR THE "next_prev()" DISPLAY]-=-=-=-= */

.style3 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 12px;
	color: #CCCCCC;
}
a:link {
	color: #CCCCCC;
}
a:visited {
	color: #CCCCCC;
}
a:hover {
	color: #FFFFFF;
}
a:active {
	color: #CCCCCC;
}