/*
 * Ext JS Library 2.1
 * Copyright(c) 2006-2008, Ext JS, LLC.
 * licensing@extjs.com
 * 
 * http://extjs.com/license
 */

/*===================================
/*   Basic page styles
/*===================================*/
body {
    font-family:'lucida grande',tahoma,arial,sans-serif;
    font-size:11px;
}
a {
    color:#15428B;
}
a:link, a:visited {
    text-decoration: none;
}
a:hover {
    text-decoration: underline;
}

#gmap {
	width: 100%;
	height: 100%;
}

#header {
    background: #7F99BE url(images/layout-browser-hd-bg.gif) repeat-x center;
}
#header h1 {
    font-size: 16px;
    color: #fff;
    font-weight: normal;
    padding: 5px 10px;
}
#start-div h2 {
    font-size: 12px;
    color: #555;
    padding-bottom:5px;
    border-bottom:1px solid #C3D0DF;
}
#start-div p {
    margin: 10px 0;
}
#details-panel h2 {
    padding:10px 10px 0;
    font-size:12px;
    color:#15428B;
}

#details-panel p {
    padding:10px 10px 0;
}

#details-panel pre {
    border-top:1px dotted #ddd;
    border-bottom:1px dotted #ddd;
    margin-top:10px;
    padding:0 5px;
    background:#f5f5f5;
}
#details-panel .details-info {
    margin:15px;
    padding:15px;
    border:1px dotted #999;
    color:#555;
    background: #f9f9f9;
}

#loading {
        position:absolute;
        left:45%;
        top:40%;
        padding:2px;
        height:auto;
}

#pm {
	font-family:arial,tahoma,helvetica,sans-serif;
	font-size:11px;
	background-color:#FFFFFF;
	margin:0px;
	padding:0px;
}

#pm td {
	font-family:arial,tahoma,helvetica,sans-serif;
	font-size:11px;
	font-size-adjust:none;
	font-style:normal;
	font-variant:normal;
	font-weight:normal;
	line-height:normal;
	padding:0px 5px 0px 5px;
}

#pm th {	
	font-family:arial,tahoma,helvetica,sans-serif;
	font-size:12px;
	font-size-adjust:none;
	font-weight: bold;
	padding:0px 5px 0px 5px;
}
#pm a {	
	font-family:arial,tahoma,helvetica,sans-serif;
	font-size:12px;
	font-size-adjust:none;
	font-weight: normal;
}

#pm h1 {	
	font-family:arial,tahoma,helvetica,sans-serif;
	font-size:12px;
	font-weight: bold;
	padding:6px 5px 6px 5px;
	background-color:#CCCCCC; 
	color:#15428B;
 }

.google_tab {
	background-image: url(images/google.png) !important;
	align:center;
	width: 65px;
	height: 15px;
}

.icon-save {
	background-image:url(images/disk.png) !important;
}