* {
    margin:0px;
    padding:0px;
}

html, body
{
    font-size: 100%;
    padding:0px;
    margin: 0px;
    background-color: white;
    font-size: 0.8em;
	  font-family: "Lucida Grande", Verdana, sans-serif; 
	  font-weight: bold;       
    text-align:top;
    color:black;      
}

#header {
    background-color:#dedfde;
}

td.ad_box{
    padding:5px;    
}

/* For bb code */

span.bold
{
    font-weight:bold;
}

span.italic
{
    font-style:italic;
}

span.underline
{
    text-decoration:underline;
}

span.overline
{    
}

p {
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left:3px;
    padding-right:3px;
    font-size: 0.7em;    
}

input
{
    color: black;
    background-color: #ecf9ff;
    border: 1px solid black;    
}

input.search
{
    width:200px;
}

input.login
{
    width:100%;                   
}

select.search
{
    width:200px;
}


fieldset.announce
{    
    background:#f7f3ef;
    padding-left:5px;
    padding-right:5px;
    padding-top:10px;
    padding-bottom:10px;
    border-right: 1px solid #CCCCCC;
    border-left: 1px solid #CCCCCC;
    border-bottom: 1px solid #CCCCCC;
    border-top: 1px solid #CCCCCC;     
}

input.announce
{
    width:200px;       
}

select.announce
{
    width:200px;
    font-size: 0.8em;
	  font-family: "Lucida Grande", Verdana, sans-serif;             	      
}

select.announce option
{          	      
}

div.break 
{
    clear:both;
}

div.announce_comment
{
    width:70%;
    float:right;
    font-size: 0.7em;
	  font-family: "Lucida Grande", Verdana, sans-serif; 
	  text-indent:5px;    
}

label.announce
{
    text-align:right;
    width:30%;
    font-size: 1em;
	  font-family: "Lucida Grande", Verdana, sans-serif; 
	  font-weight: bold;    
}

input.security_code
{    
    width:100px;    
}

select
{
    color: black;    
    border: 1px solid black;
    background-color:#ecf9ff;
}

textarea
{
    color: black;
    background: white;
    border: 1px solid black;
}

img.menu_icon 
{
    position:relative;
    border:0px;
    top:3px;
    margin-right:10px;    
}

img.my_announces_icon 
{
    position:relative;
    border:0px;
    margin-left:5px;
    margin-right:5px;                
}

.submit input
{
    color: black;
    background: white;
    border: 2px outset #d7b9c9;
}

fieldset.search
{
    border: 1px solid #78;
    padding:4px;        
}

fieldset.login
{
    background:#f7f3ef;
    padding-left:5px;
    padding-right:5px;
    border-right: 1px solid #CCCCCC;
    border-left: 1px solid #CCCCCC;
    border-bottom: 1px solid #CCCCCC;
    border-top: 1px solid #CCCCCC;         
}

label.search
{
    width:50%;    
    text-align: right;    
    display: block;    
}

label.login
{
    text-align:left;      
}

label.security_code
{
    /*width:100%;*/
}

legend
{                            
    font-size: 0.8em;
	  font-family: "Lucida Grande", Verdana, sans-serif; 
	  font-weight: bold;
	          
    color: #FFF; 
	  background: #FFF url("/current2-bg.gif") top left repeat-x;
    padding-top:5px;    
    padding-bottom:5px; 
    padding-left:5px;
    padding-right:5px;
    text-indent:5px;
    margin-left:10px; 
}

label
{
    width: 100px;
    float: left;
    text-align: right;
    margin-right: 0.5em;
    display: block;
}


a:link { color: blue; text-decoration: none; font-weight:bold;}
a:active, a:visited { 	color: blue;	text-decoration: none;font-weight:bold; }
a:hover { color: red;	text-decoration: underline; font-weight:bold;}

h1 {  
  padding-left:20px;    
}

h2 {  
  padding-left:10px;    
}

/* =Container
----------------------------------------------------------------------*/

#container
{	
	width: 90%;
	height: 426px;
  background-color: transparent;		
}

/* =Header
----------------------------------------------------------------------*/

#header
{
	font: 11px/30px Verdana, sans-serif;
	margin: 0 0 10px;
	overflow: hidden;
	width: 100%;
	height: 31px;
}

#header a.current
{
	background: #332;
	color: #fff;
	font-weight: bold;
}

#header a
{
	padding: 5px;
}

#header a:hover
{	
}

#header h1
{
	background: url(../img/polaroid.gif) no-repeat 0 11px;
	float: left;
	font-size: 11px;
	font-weight: bold;
	letter-spacing: 1px;
	padding: 1px 0 0 20px;
}

#header p
{
	color: #998;
	float: right;
	padding: 0 20px 0 0;
}

/* =Placeholder
----------------------------------------------------------------------*/
#placeholderdiv
{
	background-color: #C0DFF4;
	width: 400px;
	height: 400px;
}

#placeholder
{		
	width: 400px;
	height: 400px;
}


/* =Showcase
----------------------------------------------------------------------*/

#showcase
{
	background-color: #C0DFF4;
}

#showcase img
{
	background: #332;
	border: 1px solid #998;
	margin: 0 0 5px 5px;
	padding: 1px;
	width: 100px;
	height: 75px;
}

#showcase a:hover img
{
	border-color: #fff;
}

#showcase ul
{
	margin: 5px 0 0;
}

#showcase li
{
	display: inline;
}

img.ad_thumbnail{
  width:100px;
  height:100px;
  border:0px;
  float:left;
  margin-right:5px;
}

div.tip{
  border:1px solid;
  padding:10px;  
  border-style:dashed;
  border-color: #98b9d2;  
}

div.panel{
    padding-top:10px;
    padding-bottom:10px;
    background:#e7e7e7 url("/panel.gif") top repeat-x;
    padding-left:10px;
    padding-right:10px;
    
    font-size: 0.8em;
	  font-family: "Lucida Grande", Verdana, sans-serif; 
    margin-bottom:10px;
    text-align:justify;    
}

div.inner_panel{
    padding-top:10px;
    padding-bottom:10px;
    background:#f7f3ef;
    padding-left:5px;
    padding-right:5px;
    border-right: 1px solid #CCCCCC;
    border-left: 1px solid #CCCCCC;
    border-bottom: 1px solid #CCCCCC;
    font-size: 0.8em;
	  font-family: "Lucida Grande", Verdana, sans-serif; 
    margin-bottom:10px;	  
}

div.panel a{    
    font-size: 1em; 
	  font-family: "Lucida Grande", Verdana, sans-serif; 
	  font-weight: bold;
    color:#036ca1;             
}

div.categories
{
    width:98%;
    background:#4CA1F0;
    position:relative;
    
    font-size: 0.8em;
	  font-family: "Lucida Grande", Verdana, sans-serif; 
	  font-weight: bold;
	          
    color: #FFF; 
	  background: #FFF url("/current2-bg.gif") top left repeat-x;
    padding-top:5px;    
    padding-bottom:5px; 
    text-indent:5px;            
}

table.categories
{
    width:100%;
}

table.categories td.categories_left
{
    width:1%;        
	  background: #FFF url("/current2-bg-left.gif") top left repeat-x;
    padding-top:5px;    
    padding-bottom:5px;             
}

table.categories td.categories_right
{
    width:1%;                   	              
  	background: #FFF url("/current2-bg-right.gif") top right repeat-x; */
    padding-top:5px;    
    padding-bottom:5px;             
}

table td.categories 
{
    width:98%;
    background:#4CA1F0;    
    
    font-size: 0.8em;
	  font-family: "Lucida Grande", Verdana, sans-serif; 
	  font-weight: bold;
	          
    color: #FFF; 
	  background: #FFF url("/current2-bg.gif") top left repeat-x;
    padding-top:5px;    
    padding-bottom:5px; 
    text-indent:5px; 
}

table td.categories a {
    text-decoration:underline;
    color:white;
}

div.categories a{
    color:white;
    text-decoration:underline;
}

div.breadcrumb
{
    width:100%;
    background:#4CA1F0;
    
    font-size: 0.8em;
	  font-family: "Lucida Grande", Verdana, sans-serif; 
	  font-weight: bold;
	          
    color: #777777; 
	  background: transparent url("/breadcrumb.gif") top left repeat-x;
    padding-top:5px;    
    padding-bottom:5px;
    text-indent:5px;
    margin:0px;     	  
}

div.category_link
{
    position:relative;

    font-size: 0.8em; 
	  font-family: "Lucida Grande", Verdana, sans-serif; 
	  font-weight: bold;

    color:#777;
    background-color:#e7e7e7;
    width:100%;
    padding-top:5px;    
    padding-bottom:5px;
    text-indent:10px;            
}

div.category_link a
{
    color:#000;
}

div.highlights
{
    width:100%;
    background:#4CA1F0;
    font-weight:bold;
    margin-top:1px;
    margin-left:1px;
    margin-right:10px;
    
    padding-top:5px;
    padding-left:5px;
    color: white;    
}

div.highlight_link
{
    position:relative;

    color:black;
    background-color:white;
    width:100%;
    padding-left:10px;
    
    margin-top:1px;
    margin-left:1px;
    margin-right:10px;
    
    padding-top:5px;
    padding-left:5px;
}

div.highlight_link a:hover
{
    color:red;
}

div.ad_description{
  position:relative;
  top:10px;  
  padding:0px;
  margin:0px;      
  font-size:10px;  
}

div.ad_viewmore{  
  width:100%;
  text-align:right;
  font-size:10px;
}

div.logo {
  left:20px;
}

div.logo a:hover {
  background:transparent;
}

table.form {
  width:100%;
  border:1px;
}

table.form td.left {
  width:35%;      
}

table.form td.left span {
  position:relative;  
  vertical-align: bottom;
  text-align:right;
  font-size:12px;
  top:2px;  
}

table.form td.center {
  width:35%;
}

table.form td.right {
  width:30%;
  text-align:left;
  vertical-align:top;
}

div.contexthelp{
  overflow:visible;
  height:10px;
}

table.my_announces 
{		
	line-height:1.2em;
	color: #333;
	background-color:#fff;
	border-collapse:collapse;
	text-align:left;
	letter-spacing:.1em;
	width:100%;
	font-family: "Lucida Grande", Verdana, sans-serif;
	font-size:1em;
}

caption.my_announces 
{
	padding-bottom:1em;
	text-align: center;
	font-size: 1.4em;
	font-weight: normal;
	text-transform: uppercase;
	letter-spacing:.6em;
	color: #333;
	background: transparent;
}
  
thead.my_announces th, tfoot.my_announces th, tfoot.my_announces td 
{
	font-family: arial, verdana, sans-serif;
	border-right: 1px solid #fff;
	padding-left:5px;
	font-variant:small-caps;
	letter-spacing:0.1em;
	color: #fff;
	background: #009;
}

tfoot.my_announces th, tfoot.my_announces td {
	border-top: 2pt double #009;
}

td.my_announces, th.my_announces {
	padding:4px;
}

tbody.my_announces tr th, tbody.my_announces tr td {
	border-bottom: 1px dotted #009;
}

tbody.my_announces tr:hover td, tbody tr:hover th {
	border-bottom: 1px solid #333;		
}

table.my_announces a[title^="Download"] { 
	font-style:italic;
}

tbody.my_announces td a, tbody.my_announces th a {
	background: transparent;
	color: #009;
	text-decoration: bold;
	border:none;
	padding-left:10px;
	left:10px;
}

tbody.my_announces td a:hover, tbody.my_announces th a:hover {
	background: transparent;
	color: red;
}

.odd {
	background: #C0DFF4;	
}

tbody.my_announces tr:hover {		
}

tbody.my_announces tr th:hover {
	background:#fff;
}


table.districts 
{
    width:100%;
}

table.districts td
{
    width:50%;
}

table.municipalities 
{
    width:100%;
    border-collapse:	collapse;
    font-size: 1em;
    font-family: "Lucida Grande", Verdana, sans-serif;
}

table.municipalities td
{
    width:50%;
}

table.places 
{
    width:100%;
}

table.places td
{
    width:50%;
}

table.remove_option {
  width:100%;
}

table.ads {  
  width:100%;
  font-size: 1em;
  font-family: "Lucida Grande", Verdana, sans-serif;    
}

table.ads td {    
 width:100%;
 border-width: 1px;
 border-style: solid;
 border-color: #AAAAAA;
 padding:2px;
 background-color:#dbe0e4;      
}

table.ads td.ad_box1 {    
 width:100%;
 border-width: 1px;
 border-style: solid;
 border-color: #AAAAAA;
 padding:2px;
 background-color:#bacbd7;      
}

table.localidades {
  width:100%;
}

table.concelhos {
  width:100%;
}

table.distritos {
  width:100%;
}

table.lastests 
{
    width:98%;    
    border-collapse:	collapse;    
}

table.lastests tr.header{    
    background:#E7E7E7 url(/panel.gif) repeat-x scroll center top;
    font-weight:bold;    
}

table.lastests tr{    
    font-size:0.8em;                
}

table.lastests tr.header td{
    padding-top:5px;
    padding-bottom:5px;
    text-align:center;
}    

table.lastests tr.even{
}

table.lastests tr.odd{
}

table.lastests tr td
{      
	 font-family: "Lucida Grande", Verdana, sans-serif; 	 
   text-align:center;
   border:1px;   
   text-align:left; 
   border-width: 1px;
   border-style: solid;
   border-color: grey;
   text-indent:2px;   
}

table.categories 
{
    width:100%;
    border-collapse:	collapse;
    font-size: 1em;
    font-family: "Lucida Grande", Verdana, sans-serif;    
}

table.municipalities td a 
{            
}

table.categories td
{
    width:50%;        
}

table.subcategories {
    width:100%;
    border-collapse:	collapse;
    font-size: 1em;
    font-family: "Lucida Grande", Verdana, sans-serif;
}

table.announce {
  width:100%;
  padding-left:20px;
  font-size: 0.8em;
  font-family: "Lucida Grande", Verdana, sans-serif;       
}

table.announce td {
}

table.announce td.right {
  text-align:left;
  padding-left:5px;
}

table.announce td.left {
  text-align:right;
  font-weight:bold;
  padding-right:5px;
}

#left{  
  background-color:#afd8ff;
  padding:2px;
  padding-left:4px;      
}

#right{  
  background-color:#afd8ff;
  padding:2px;     
  padding-right:4px; 
}

#logo{
  top:0px;
  border:0px;  
}

#center{  
  background-color:#afd8ff;  
  padding:2px;  
}

#header_center{  
  height:50px;
  background: red;
}

#header_right{  
  height:50px;
  background: white
}

#header_left{  
  height:50px;
  background: white
}

#footer{    
    background-color:#afd8ff;
    font-family: "Lucida Grande", Verdana, sans-serif; 	 
    text-align:center;
    font-size:1em;  
}

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

#comment{
  font-size:10px;
}

#my_menu{  
  background:#cfeafe;
  text-align:center;
}

ul{
    list-style-type:none;
}

ul#simple-menu
{
    list-style-type:none;width:100%;position:relative;height:26px;font-family:"Trebuchet MS",Arial,sans-serif;font-size:13px;font-weight:bold;margin:0;}
ul#simple-menu li{display:block;float:left;margin:0 0 0 4px;height:26px;}
ul#simple-menu li a{display:block;float:left;color:white;background:#4ca1f0;line-height:27px;text-decoration:none;padding:0 17px 0 18px;height:27px;}
ul#simple-menu li a.right{padding-right:19px;}
ul#simple-menu li a:hover{background:#2E4560;color:white}
ul#simple-menu li a.current{color:#2E4560;background:#C0DFF4;}

span#date_time{      
  position:absolute;
  top:70px;  
  right:0px;
  margin:0px;
  padding:0px; 
  font-weight:bold;
  font-size: 0.8em;
  font-family: "Lucida Grande", Verdana, sans-serif;
	color: #777; 
	text-decoration: none; 	            
}

ul#menu{ 
	width: 100%;
	height: 43px;
	background: #FFF url("/menu-bg.gif") top left repeat-x; 
	font-size: 0.8em; 
	font-family: "Lucida Grande", Verdana, sans-serif; 
	font-weight: bold; 
	list-style-type: none; 
	margin: 0; 
	padding: 0; 
	}
ul#menu li {
	display: block; 
	float: left; 
	margin: 0 0 0 20px; 
	}
ul#menu li a { 
	height: 33px; 
	color: #777; 
	text-decoration: none; 
	display: block; 
	float: left; 
	line-height: 200%; 
	padding: 8px 0px 0; 
	}
ul#menu li a:hover { 
	color: #333; 
	}
ul#menu li a.current{ 
	color: #000; 
	background: #FFF url("/current-bg.gif") top left repeat-x; 
	padding: 5px 15px 0;   
	}

/* Breadcrumb */	
ul#breadcrumb{ 
	width: 100%;
	height: 23px;
	background:transparent; 	
	font-family: "Lucida Grande", Verdana, sans-serif; 
	font-weight: bold; 
	list-style-type: none; 
	margin: 0; 
	padding: 0; 
	}
ul#breadcrumb li {
	display: block; 
	float: left; 
	margin: 0 0 0 0px; 
	}
ul#breadcrumb li a {  
	color: #777; 
	text-decoration: none; 
	display: block; 
	float: left;    
	padding-left:5px; 
	}
ul#breadcrumb li a:hover { 
	color: #333; 
	}

/* This is the gallery */


#jgal { list-style: none; width: auto; }
#jgal li { opacity: .5; float: left; display: inline; width: 60px; height: 60px; background-position: 50% 50%; cursor: pointer;border: 3px solid #fff; outline: 1px solid #ddd; margin-right: 14px; margin-bottom: 14px; }
#jgal li img { position: relative; display: none; }
#jgal li.active img { display: block; }
#jgal li:hover { outline-color: #bbb; opacity: .99 /* safari bug */ }

/* styling without javascript */

#show_image {   
  width:300px;
  height:300px;
  border: 3px solid #fff; outline: 1px solid #ddd; margin-right: 14px; margin-bottom: 14px;
}

/* CSS for the tabs */

#globalnav {
	position:relative;	
	width:100%;
	padding:0 0 1.75em 1em;
	margin:0;
	list-style:none;
	line-height:1em;
}

#globalnav LI {
	float:left;
	margin:0;
	padding:0;
}

#globalnav A {
	display:block;
	color:#444;
	text-decoration:none;
	font-weight:bold;
	background:#ddd;
	margin:0;
	padding:0.25em 1em;
	border-left:1px solid #fff;
	border-top:1px solid #fff;
	border-right:1px solid #aaa;
}

#globalnav A:hover,
#globalnav A:active,
#globalnav A.here:link,
#globalnav A.here:visited {
	background:#bbb;
}

#globalnav A.here:link,
#globalnav A.here:visited {
	position:relative;
	z-index:102;
}

/*subnav*/

#globalnav UL {
	position:absolute;
	left:0;
	top:1.5em;
	float:left;
	background:#bbb;
	width:100%;
	margin:0;
	padding:0.25em 0.25em 0.25em 1em;
	list-style:none;
	border-top:1px solid #fff;
}

#globalnav UL LI {
	float:left;
	display:block;
	margin-top:1px;
}

#globalnav UL A {
	background:#bbb;
	color:#fff;
	display:inline;
	margin:0;
	padding:0 1em;
	border:0
}

#globalnav UL A:hover,
#globalnav UL A:active,
#globalnav UL A.here:link,
#globalnav UL A.here:visited {
	color:#444;
}

/* CSS For the pagination system */

.pagination{
padding: 2px;
}

.pagination ul{
margin: 0;
padding: 0;
text-align: left; /*Set to "right" to right align pagination interface*/
font-size: 16px;
}

.pagination li{
list-style-type: none;
display: inline;
padding-bottom: 1px;
}

.pagination a, .pagination a:visited{
padding: 0 5px;
border: 1px solid #9aafe5;
text-decoration: none; 
color: black;
}

.pagination a:hover, .pagination a:active{
border: 1px solid #2b66a5;
color: #FFF;
background-color: #2b66a5;
}

.pagination a.currentpage{
background-color: blue;
color: #FFF !important;
border-color: blue;
font-weight: bold;
cursor: default;
}

.pagination a.disablelink, .pagination a.disablelink:hover{
background-color: white;
cursor: default;
color: #929292;
border-color: #929292;
font-weight: normal !important;
}

/* CSS for the rating system */
.rating {     				
}

.rating:after {
	content: '.';
	display: block;
	height: 0;
	width: 0;
	clear: both;
	visibility: hidden;
}
.cancel,
.star {
	float: left;
	width: 17px;
	height: 15px;
	overflow: hidden;
	text-indent: -999em;
	cursor: pointer;
}
.cancel,
.cancel a {background: url(/images/delete.gif) no-repeat 0 -16px;}

.star,
.star a {background: url(/images/star.gif) no-repeat 0 0px;}

.cancel a,
.star a {
	display: block;
	width: 100%;
	height: 100%;
	background-position: 0 0px;
}

div.rating div.on a {
	background-position: 0 -16px;
}
div.rating div.hover a,
div.rating div a:hover {
	background-position: 0 -32px;
}

