﻿/* Copyright © Pinmaps.net */
/* COMMON STYLES */
/*------------------------------------------------*/

/* LOADING SPAN */
.hidden { display: none; visibility: hidden; }
.visible { visibility: visible; display:block; }

#LoadingSpan {
	background-color: #CC3333;
	position:absolute;
	top:0;
	right:0;
	color: White;
	padding: 2px;
}

/*------------------------------------------------*/
/* LINKS */
a:link, a:active {
	color: #696C37; text-decoration: none;
	font-size:12px;
}
a:visited {
	color: #696C37; text-decoration: none;
	font-size:12px;
}
a:hover {
	color: #0000cc;  text-decoration: underline;
	font-size:12px;
}

/*------------------------------------------------*/
/* SITE'S TOP MENU */
.topmenu, .items {
	padding: 0 4px 0 4px;
}
.topmenu a:link, a:active { 
	color: #0000cc; 
	font-weight: normal;
	font-size: 12px;
	text-decoration: underline;
}
.topmenu a:hover { 
	color: #0000cc;
	font-size: 12px; 
	font-weight: normal;
	text-decoration: underline;
}
.topmenu a:visited { 
	color: #0000cc; 
	font-weight: normal;
	font-size: 12px;
	text-decoration: underline;
}
.attach {
  border-bottom:solid 1px #4F6493;
  border-left:solid 1px #D1D5DE;
  border-right:solid 1px #4F6493;
  border-top:solid 1px #D1D5DE;
  text-decoration: none;
  font-size: 12px;
  font-family: Arial,sans-serif; 
  background-color:#ffffff;
}
.attach a:link, a:active { 
	color: #0000cc; 
	font-weight: normal;
	text-decoration: none;
}
.attach a:hover { 
  background:#3464D2;
  text-decoration: none;
  color: #ffffff;
}
.attach a:visited { 
	color: #0000cc; 
	text-decoration: none;
}
.child {
  display: block;
  padding: 2px 25px 2px 5px;
}
.items_p {
	padding: 0 8px 0 4px;
	text-decoration: none;
}
.items_p a:link, a:active {
	text-decoration: none;
}
.items_p a:hover {
	text-decoration: none;
}
.items_p a:visited {
	text-decoration: none;
}

/*------------------------------------------------*/
/* Site's menu  bar */
/* .menubar { 
	border-bottom: #696C37 10px solid;  
	background-color: #D7D7CE;
	height:20px; 
	text-align:left;
	font-size:12px;
}*/
.menubar a:link, a:active { 
	color: #444444; text-decoration: none;
	font-size:12px;
}
.menubar a:hover { 
	color: #0000cc;  text-decoration: underline;
	font-size:12px;
}
.menubar a:visited { 
	color: #444444;  text-decoration: none;
	font-size:12px;
}
.menuImg {
	vertical-align:-3px; 
	border:0;
}
