/*
    Document   : top_level
    Created on : Jul 21, 2009, 8:36:32 PM
    Author     : Jorge Rivas
    Description: This stylesheet contains all the ids and classes used in the overall design of the webpage
*/


root {
    display: block;
}

* {
	margin: 0;
	padding: 0;
}

body {
	font-size: 15px;
    font-family: "lucida grande",tahoma,verdana,arial,sans-serif;
	background-color: white;
    padding: 0px;
	margin: 0px;
    text-align: left;
	background-image:url('../images/top_margin.jpg');
	background-repeat:repeat-x;
}

a {
    text-decoration:none;
}

a:hover {
    text-decoration:underline;
}

img {
	border-style: none;
}

p {
    font-size: 1em;
}

#top_page {
    background-color: white;
}

#header{
    background-image:url('../images/top_margin.jpg');
	background-repeat:repeat-x;
}

#map_links {
	width:630px;
	float:right;
    padding:7px 0 0 0;
    text-align:left;
	background-image:url('../images/top_margin.jpg');
	background-repeat:repeat-x;
}

#map_links h1{
    font-size:1em;
    background-color:#33cc66;
    width:202px;
    text-align:center;
	border-top:1px solid white;
}

#map_links h1 a{
    color:black;
	display:block;
}

#map_links h1 a:hover {
    background-color:#006600;
	text-decoration:none;
}

#map_links ul{
    width:195px;
    list-style-position:inside;
    list-style-type:none;
    line-height:1.6;
    border:1px solid #f13b42;
}

#alert p{
	margin: 10px 20px;
	color: red;
}

#map_image {
    margin-left:10px;
    text-align:center;
}

#notes, #editor {
	margin:10px 5px;
}

#notes h3, #editor h3 {
	margin:0 0 10px 5px;
	font-size:1.2em;
}

#notes div.map_note {
	margin:5px 20px;
}

#notes div.map_note p.note_options {
	width: 150px;
	float: right;
	font-size:0.8em;
	font-weight:bold;
	text-align:right;
}

#notes div.map_note p.note_options a{
	color:#999999;
	text-decoration:none;
}

#notes div.map_note p.note_options a:hover{
	color:black;
}

#notes div.map_note p.note_head {
	color:white;
	background-color:#f13b42;
	width:250px;
	padding:5px 0 2px 5px;
	font-size:0.8em;
	font-weight:bold;
}

#notes div.map_note div.note_body {
	margin:0 0 25px 0;
	padding:5px;
	border: 2px solid #f13b42;
}

#notes div.map_note div.note_body ul {
	list-style-position:inside;
}

#notes div.map_note div.note_body ol {
	list-style-position:inside;
}

#modal h1 {
	font-size:1em;
	margin-bottom:10px;
}

#map_image img.scale {
	height: 842px;
	width: 1713px;
}

#footer {
    background-color:#dddddd;
    text-align:center;
    font-size: 0.7em;
    font-style:italic;
    color: black;
    padding: 10px;
}

#footer img {
    margin-bottom: 10px;
}
