﻿/*** Master settings ***/
html {
    overflow: -moz-scrollbars-vertical;
}

.shadow {
	background: #ffffff;
}

body 
{
	padding: 0px;
	margin: 10px;
	
	background-color: #ffffff;
	width: 795px;
	
	font-family: Verdana, Arial;
	font-size: 14px;
	color:#43a5ab;
	margin-left: auto;
	margin-right: auto;
}

table
{
	padding: 0px;
	margin: 0px;
}

/*** Header text settings ***/
h1
{
	font-family: Arial, Verdana;
	font-size: 16px;
	font-weight: bold;
	
	padding: 0px;
	margin: 0px;
}
h2
{
	font-family: Arial, Verdana;
	font-size: 12px;
	font-weight: bold;
	
	padding: 0px;
	margin: 0px;
}
h3
{
	font-family: Verdana, Arial;
	font-size: 11px;
	font-weight: bold;
	
	padding: 0px;
	margin: 0px;
}
h4
{
	font-family: Verdana, Arial;
	font-size: 12px;
	
	padding: 0px;
	margin: 0px;
}

/*** Link settings ***/
a:link {
    color: #ff4400;
	text-decoration: none;
}

a:visited {
	color: #ff4400;
	text-decoration: none;
}

a:hover {
    color: #ff4400; 
	text-decoration: underline;
}

a:active {
    color: #ff4400;
	text-decoration: underline;
}

/*** Main Master divs ***/
.div_main_menu
{
/*	background-color: #eeeeee;
	border: solid 1px #aaaaaa;*/
	
	text-align: center;
	font-size: 10px;
	
}

.div_main_content
{
	min-height: 400px;
	padding: 20px 0px 20px 0px;
 
	font-size: 13px;
}

.div_main_foot
{
	color: #43a5ab;
	
	border-top: solid 1px #d1edf0;
	margin-top: 10px;
	
	text-align: center;
	font-size: 11px;
}

.div_main_foot a
{
	color: #000000;
}

/*** Input settings common ***/
.textbox
{
	font-family: Verdana;
	font-size: 10px;
	font-weight: normal;
	color: #000000;
	border:1px solid #4B8A93 ;
}

.textboxNewAd
{
	font-family: Verdana;
	font-size: 12px;
	font-weight: normal;
	color: #ff4400;
	border:1px solid #4B8A93 ;
}

.checkbox
{
   
}
.dropdownlist
{
	font-family: Verdana;
	font-size: 12px;
	font-weight: normal;
	height:18px;	
	padding-top: 1px;
	padding-right: 0;
	padding-bottom: 1px;
	padding-left: 2px;
	border:1px solid #bfe7e9;
}

.button
{
	font-family: Verdana;
	font-size: 12px;
	font-weight: bold;
	color:#ff4400;
	background-color:#77b4ba;
	padding-left:16px;
	padding-right:16px;
	padding-top:6px;
	padding-bottom:6px;
	border: 1px;
	border-color: #4B8A93;
	border-style:solid;
}

.buttonImages
{
	font-family: Verdana;
	font-size: 10px;
	font-weight: bold;
	border: 1px;
	border-color: #4B8A93;
	border-style:solid;
}

.Searchbutton
{
	font-family: Verdana;
	font-size: 12px;
	font-weight: bold;
	border: 1px solid #98d5da;
	 background-color:#afdfe3;
	border-style:solid;
	height: 23px;
	margin-bottom:2px;
	margin-left:0px;
	width:90px;
	padding-top: 2px;
	padding-right: 0;
	padding-bottom: 2px;
	
}

.MasterPageLinks
{
    font-size:17px;
    color: White;
    
}
/*** Input settings custom ***/
.textbox_search
{

	background-color:#FFF;
	background-image:url(/Images/forstora.gif);
	background-position:left center;
	background-repeat:no-repeat;
	
	border:1px solid #98d5da;
	color:#59afb7;
	font-size:1.3em;
	font-weight:bold;
	height:16px;
	margin-bottom:2px;
	margin-left:0px;
	width:100px;
	padding-top: 2px;
	padding-right: 0;
	padding-bottom: 2px;
	padding-left: 28px;
}
.textbox_input
{
	font-family: Verdana;
	font-size: 10px;
	font-weight: normal;
	
	color: #4B8A93;
}
.link {
	cursor: pointer;
	cursor: hand; 
}

/*** Search result list thumb ***/
#search_result_list_thumb_holder
{
    width: 750px;
}

#search_result_list_thumb_header_holder
{
}

.search_result_list_thumb_header
{
   /** text-indent: 5px;***/
    color:#ff4400;
    font-weight: bold;
    font-size:12px;
    /** float: left; **/
    /**width: 10px;**/
    
}

.search_result_list_thumb_item_holder
{
    padding: 5px;
    height:75px;
    border:solid 1px #96ccd2;
    color: #ff4400;
    vertical-align:middle;
    display:table-cell;
    
    background: #ffffff url(../images/list_view_bg2.png) repeat-x scroll center bottom;
    
    font-weight: bold;
}

.search_result_list_thumb_item
{
    float:left;
    width:140px;
}

/*** thumb image ***/
.thumb
{
    border: solid 1px #bbbbbb;
}

/*** Search result grid thumb ***/
.search_result_grid_thumb_item_holder
{
    margin: 5px;
    padding: 5px;
    height: 100px;
    width: 228px;
    border:solid 1px #96ccd2;
    
    vertical-align:middle;
    display:table-cell;
    
    background: #ffffff url(../Images/list_view_bg2.png) repeat-x scroll center bottom;
    
    font-weight: bold;
    
    float: left;
}

.thumb_middle_right {
    background:transparent url(../Images/Graphics/thumb_border_right.gif) repeat-y scroll 0 0;
    width:6px;
}

.thumb_bottom_center {
    background:transparent url(../Images/Graphics/thumb_border_bottom.gif) repeat-x scroll 0 0;
    height:6px;
}

.error
{
    color: Red;
}

.MeydonTextType1
{
    font-size: 18px;
}

.MeydonTextType1 a:link, a:visited 
{
    color: #43a5ab;
}

.MeydonTextType2
{
    color:#ED3302;   
    font-size:14px; 
}

.MeydonTextType3
{
    color:#43a5ab;   
    font-size:14px; 
}


/*** MAP ***/
.SpanRegion
{
    font-family: Verdana;
    font-size: 10px;
    color: #000000;
    text-decoration: none;
    
	cursor: pointer;
	cursor: hand; 
}

.SpanRegion_Selected
{
    font-family: Verdana;
    font-size: 10px;
    color: #000000;
    text-decoration: underline;
    
	cursor: pointer;
	cursor: hand; 
}

.div_newad
{
    background-color:#afdfe3;
    width:500px;
    height:24px;
    border-color:#3e8187;
    border-style:solid;
    border-width:1px;
    font-size:18px;

   
}

.InfoDiv
{
    display:none; 
    position:absolute; 
    border-style: solid; 
    background-color: #e6eee6; 
    border-width:1px;
    padding: 5px;
    width:200px;
    
    
}


#container
{
    background:#f8eadf;
    width:400px;
}

.rtop, .rbottom{display:block; background:white;}
.rtop *, .rbottom *{display: block; height: 1px; overflow: hidden; background:#f8eadf;}
.r1{margin: 0 5px}
.r2{margin: 0 3px}
.r3{margin: 0 2px}
.r4{margin: 0 1px; height: 2px} 