/**
*
* @style SIGHTMAPS
* @version $Id: stylsheet.css,v 0.1 2008/02/18 00:00:00 kellanved Exp $
* @copyright (c) 2008 Sightmaps BV
*
*/

/* Layout
 ------------ */
* {
	/* Reset browsers default margin, padding and font sizes */
	margin: 0;
	padding: 0; 
}

html {
	font-size: 60%;	
}

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

body {
	background-image: url(images/background.png);
	background-repeat: repeat-x;
	background-color: #FFFFFF;
	color: #FFFFFF;
	font-family: "Candara";
	font-size: 60%; /* This sets the default font size to be equivalent to 10px */
	margin-left: 30px;
	margin-right: 30px;
	margin-top: 10px;
	margin-bottom: 10px;
}

td, th, tr, table {
	font-size:110%;
	color: #000000;
	border-color:#000000;
	margin: 0;
	padding: 0;
	border: 0;
	border-width: 0;
}

.header_menu {
	font-size: 140%;
	color: #FFFFFF;
	border-width: 0;
}

.header_color
{
	color: #FFFFFF;
}

.header_hyperlink
{
	color: #FFFFFF;
	text-decoration: none;
	border-width: 0;
	border-style: none;
	border: 0;
}

.box_title
{
	font-size: 112%;
	color: #FFFFFF;
}

.box_content
{
	font-size: 100%;
	color: #000000;
	text-align: left;
}

.invisible_content
{
	font-size: 0%;
	color: #FFFFFF;
	text-align: left;
}

.box_highlight
{
	font-size: 120%;
	color: #000000;
	text-align: left;
}

.mysightmaps
{
	color: #000000;
	text-align: left;
	 background-color: #dfeaf7;
}

form
{
	font-size: 80%;
	color: #000000;
	text-align: left;
}

.copy_form
{
	font-size: 80%;
	color: #000000;
	text-align: left;
}

.copy_form_r
{
	font-size: 50%;
	color: #FFFFFF;
	text-decoration: none;
	text-align: right;
}

.footer
{
	font-size: 130%;
	color: #000000;
	bottom:0px;
}

.disabled {
   background-color: #EAEDEE;
}

.highlight {
   background-color: #cfdae7;
   color: #ae3832;
}

.box_highlight_c
{
   font-size: 120%;
   color: #ae3832;
   text-align: left;
}

.files
{
	font-size: 50%;
}

.filelist
{
	font-size: 80%;
}

.filelist_background
{
	font-size: 80%;
	background-color: white;
}

/** Styles for popup hyperlinks **/

#documentsMenu
{
	position	: absolute;
	background-color: white;
	border		: 2px solid #3C46A0;
	font		: normal 12px "Candara";
	line-height	: 18px;
	z-index	: 100;
	visibility	: hidden;
}

#documentsMenu a
{
	text-decoration	: none;
	padding-left		: 6px;
	color			: #3C46A0;
	display		: block;
}

#documentsMenu a:hover
{ 
	background-color: #ACB8FF;
}

.thumbnail{
border: none;
position: relative;
}

.thumbnail:hover{
border: none;
background-color: transparent;
}

.thumbnail span{ /*CSS for enlarged image*/
position: absolute;
border: none;
background-color: white;
padding: 5px;
left:-1000px;
visibility: hidden;
color: black;
text-decoration: none;
}

.thumbnail span img{ /*CSS for enlarged image*/
border: none;
padding: 2px;
}

.thumbnail:hover span{ /*CSS for enlarged image on hover*/
border: none;
visibility: visible;
top: 100%;
left: 0px; /*position where enlarged image should offset horizontally */
}


/** END Styles for popup hyperlinks **/
