﻿body 
{
	font-family:Arial,sans-serif;
}

a
{
	 font-size:14.25px;
}

.desc
{
	font-size:13px;text-transform:lowercase;
}

.link_pref
{
	font-size:11px;
}
.link_tab
{
	font-size:13.5px;
}

.tab_active
{
	color:black;
	font-weight:bold;
	text-decoration:none;
}

.result
{
	font-size: 11.7px;
	color: #666666;
}
#result
{
	display:block;
	overflow:auto;
}
#preferiti
{
	/*float:left;*/
	display:none;
	overflow-x: hidden; 
	overflow-y: auto;
	width:95%;
	height:100%;
}
.left 
{
	float:left;
	width:25%;	
	height:700px;
	
}

.right 
{
	float:right;
	width:75%;
}
.bar 
{
background-color: #e8ecf9;
background-image: none;
background-repeat: repeat;
background-attachment: scroll;
background-position: 0% 0%;
height: 1.7em;
}
.bar_google
{
background-color: #d5ddf3;
background-image: none;
background-repeat: repeat;
background-attachment: scroll;
background-position: 0% 0%;
height: 1.7em;
}

#logo 
{
padding-top: 6px;
padding-right: 10px;
padding-bottom: 6px;
padding-left: 10px;
}

.record {clear:both; padding-top:10px; line-height:15px;}
.letter_img { float:left;}

.indent {float:right; width:90%;}

#paging{clear:both; padding-top:10px;}

#search .controls {padding-top: 1.4em;}

#search .srchcol {float: left;font-size: 81%;}

#header{overflow:hidden;width:100%;clear:both}
#search{margin:0;width:100em;}

#search .example 
{
margin-top: 2px;
color: gray;
font-size: 85%;
text-align: left;
white-space: nowrap;
}

#counts 
{
	font-size:85%;
	
}

#message {
display:none;
left:650px;
opacity:0.85;
position:absolute;
right:50px;
top:25px;
z-index:5000;
}
#message div {
height:24px;
margin:0 auto;
min-height:24px;
padding:8px 10px 8px 46px;
width:150px;
}
#message div.notice, #remote-objects-message {
background:#F7FDCB url(images/display/info.png) no-repeat scroll 6px 3px;
border:1px solid #C2D071;
}
#message div.error, #message div.warning {
background:#EF9398 url(images/display/warning.png) no-repeat scroll 6px 3px;
border:1px solid #DC5757;
}
#message div.confirmation {
background:#A6EF7B url(images/display/confirm.png) no-repeat scroll 6px 3px;
border:1px solid #76C83F;
}
#message div.loading {
background:#EBEBEB url(images/display/loading.gif) no-repeat scroll 6px 3px;
border:1px solid #CCCCCC;
}
