/* *** This is internal css for Open-Realty */
.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 {

}
/* *** Generated by www.csscreator.com *** */
/* THIS IS SECTION IS FOR VERTICAL MENU */
html{
	margin:0px; 
	padding:0px;
    text-align:center; 
} 

body{ 
	margin:0px; 
	padding:0px;
	text-align:left;  
	width:100%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
} 
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;
} 

#pagewidth{ 
 	width:760px; 
 	text-align:left; 
 	min-width: 500px;
 	margin-left:auto; 
 	margin-right:auto; 
} 

.search_results { width:100%; }

.result_row_0	{ background-color: #D6D3EE; }
.result_row_1	{ background-color: #FFFFFF; }

#header{ 
 	height:60px; 
 	width:760px; 
 	background-color:#FFFFFF; 
	/*background-image: url("http://www.vantageturkey.com/template/vertical-menu/images/header-bg.png");*/
} 

.logo{
	background-image: url("http://www.vantageturkey.com/template/vertical-menu/images/title.jpg");
	background-repeat:no-repeat;
	background-position:top center;
	height:60px;
}

.view_users { width:100%; }


.horisontal_menu_area {
	background-image: url("http://www.vantageturkey.com/template/vertical-menu/images/banner_extension.jpg");
	background-repeat: no-repeat;
	background-position: top center;
	text-align:center;
	float:right;
	font-size:10px; 
	color:#000;
}

.time_date {
	text-align:right;
	font-size:11px;
	padding-right:10px;
	height:18px;
	color:#FFFFFF;
}

.logo h1{
	font-size: 44px;
	color:blue;
	float:right;              
	vertical-align:text-bottom;
}
 
#leftcol{
	width:150px; 
	float:left; 
	position:relative; 
	background-color:#E8EBEC;/*old colour 003366*/
	color: #003366;	
	margin-left:-150px; 
	margin-right:1px; 
}

#leftcol a, #leftcol a:visited, #leftcol a:active{
/*	font-size:11px;*/
	color: #003366;     /* unvisited, visited, active link */
}

#leftcol a:hover{
	color: #99ccff; /* mouse over link */
}

#outer{ 
	border:solid white 0px; 
	/*/*/ border-left-width: 150px ;  /* left column width. NN4 hack to hide borders */ 
	border-left-color: #FFFFFF;   /* left column colour */ 
	border-left-style: solid; 
 	/*/*/ border-right-width: 120px; /* right column width. NN4 hack to hide borders */ 
	border-right-color: #FFFFFF;  /* right column colour */ 
	border-right-style: solid; 
	background-color: #FFFFFF; /* center column colour */ 
	width: auto; 
} 

#rightcol{
 	/*/*/ width:120px; /* hack keeps NN4 right column right? */ 
 	float:right; 
	position:relative;
	background-color:#E8EBEC;/*old colour 99ccff*/
  	margin-right:-120px; 
 	margin-left:1px; 
}

#footer{ 
	height:100%;
	width:100%; 
	background-color:#E8EBEC;
	/*background-repeat:repeat-x;*/
} 
.small {
	font-size:10px;
}
.powered_by {
	color: #003366;
	margin-top: 1px;
	float:center; 
	/*width: 200px;*/
	/*padding-left: 100px;*/
}

.copyright {
	color: #003366;
	margin-top: 1px;
	margin-bottom: 5px;
	float:left; 
	text-align: center;
	/*width: 400px;*/
	/*padding-right: 75px;*/
}


#inner{
	margin:0;
	width:100%;
}
 
#maincol{ 
	float:left; 
	width:100%; 
	position:relative;
	margin: 0px -8px 0px -2px;
}
 
#outer>#inner{
	border-bottom: 1px solid #FFFFFF;
}
 
.clr{
	clear:both;
}
 
.content{
	position:relative;
} 

#header .content{
	padding-bottom:0;
} 

 /*printer styles*/ 
@media print{ 
	/*hide the left column when printing*/
	#leftcol{display:none;} 
	#outer{border-left:0;} 
}

/*velibor code re. menus start*/

<style type="text/css" media="screen">
body {
margin: 0;
padding: 0;
background: white;
font: 11px tahoma, arial, sans-serif;
}

dl, dt, dd, ul, li {
margin: 0;
padding: 0;
list-style-type: none;
}

#menu {
position: relative; /* Menu position that can be changed at will */
top: 60;
left: 380px;
z-index:100;
width: 100%; /* precision for Opera */
}

#menu dl {
float: left;
width: 10%;
}

#menu dt {
cursor: pointer;
text-align: center;
font-size: 11px;/*text size on the buttons*/
font-weight: bold;
background: #003366; /*colour of button backgrounds*/
border: 1px solid gray;
margin: 1px;
}

#menu dd {
display: none;
border: 1px solid gray;
}

#menu dt a {
text-decoration: none;
display: block;
height: 100%;
border: 0 none;
color: #ffffff;/*colour of text on the home button normal*/
}

#menu dt a:hover, #menu dt a:focus {
/*color: #cccccc;colour of text on the home button highlighted*/
background: #6699cc;/*highlight on home button*/
}

#menuv {
position: relative; /* Menu position that can be changed at will */
top: 100;
left: 0px;
z-index:100;
width: 100%; /* precision for Opera */
}

#menuv dl {
float: left;
width: 100%;

}
#menuv dt {
cursor: pointer;
text-align: center;
font-size: 11px;/*text size on the buttons*/
font-weight: bold;
background: #cccccc; /*colour of button backgrounds*/
border: 1px solid gray;
margin: 1px;
}

#menuv dd {
display: none;
border: 1px solid gray;
}

#menuv dt a {
text-decoration: none;
display: block;
height: 100%;
border: 0 none;
color: #ffffff;/*colour of text on the home button*/
}

#menuv dt a:hover, #menuv dt a:focus {
color: #ffffff;/*colour of text on the home button highlighted*/
background: #6699cc;/*highlight on home button*/
}

#site {
position: absolute;
z-index: 1;
top : 70px;
left : 10px;
color: #000;
background-color: #ddd;
padding: 5px;
border: 1px solid gray; 
}

</style>

/*velibor code re. menus finishes*/

/* THIS CONTROLS THE TABLES DISPLAYED BY PAGES GENERATED BY THE PAGE EDITOR */
table.page_display
{
	border: 3px;
}
td.page_display
{
	width: 100%;
	vertical-align: top;
}
/* THIS CONTROLS THE TABLES DISPLAYED IN THE ADMIN */
table.admin_main
{
	border: 3px;
	width: 100%;
}
td.admin_main
{
	width: 100%;
	vertical-align: top;
}
/* THIS CONTROLS THE ROW COLORS */
td.row1_0	{ background-color: #009900; }
td.row2_0	{ background-color: #CCFFCC; }
td.row3_0	{ background-color: #99CC99; }
.adminListingLeft_0 {
	color: #FFFFFF;
	background-color : transparent;
}
/* LISTING BROWSE PAGE NAVIGATION WIDGET 'next_prev()'display stuff  */

.browse_tool_table {
	background-color: silver;
	width:100%;    
	font-size: 11px; 
	text-decoration: none; 
	color: black; 
}
.browse_tool {
	background-color: silver;
	font-size: 11px; 
	text-decoration: none; 
	color: black; 
}			
.browse_tool_num {
	color: #336699;
}

.browse_tool_button A {		
	background-color: silver;
	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: #000000; 
	width: 82px;
	height: 18px;
	display: block;
}

.browse_tool_button A:visited {		
	color: #000000;
}

.browse_tool_button A:hover {		
	color: #FFFFFF;
	BORDER-STYLE: inset;
	width: 82px; 
	height: 18px;
}

.browse_tool_ghost {
	font-size: 10px; 
	line-height: 10px; 
	color: #aaaaaa; 
	text-decoration: none; 
}


.browse_tool_curpage {
	BACKGROUND-COLOR: #132975;
	color: #FFFFFF;
	width: 24px;
	height: 20px;
	display: block;
	text-align: center;
}
			
.bt_pages {
	font-family: verdana, arial, Helvetica, sans-serif; 
	BACKGROUND-COLOR: #D1DEE9;
	text-decoration:none;
	font-size: 10px;
	vertical-align: middle;
	color:	#000000;
}

bt_pages_ghost{
	color:	#aaaaaa;
	text-decoration:none;
}

A.bt_pages{
	color:	#000000;
	width: 24px;
	height: 20px;
	display: block;
	text-align: center;
}

A.bt_pages:visited{
	color: #000000;
}

A.bt_pages:hover{
	color:#FFFFFF;
	background: #132975; 
}
