html {
	overflow-y: scroll;
}
body {
	color: #000;
	font-family: Arial, sans-serif;
	font-size: 14px;
	padding: 0px;
	background-color: #aaa;
}

#page {
	width: 810px;
	margin: 0 auto;
	border: 1px solid #666;
	background-color:#fff;
}

.mainBody {
	clear: both;
	text-align: justify;
	line-height: 1.5em;
	background-color: #fff;
	width: 730px;
	padding: 16px 40px 20px 40px;
	margin: 0;
}

button, input[type="submit"] {
	font-size: 14px;
	padding: 3px;
	color: #000;
}

a img { border: 0; }

a:link,a:visited {
	color: #00c;
}

a.header:link,a.header:visited {
	text-decoration: none;
	color: #000;
}

.round {
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
}

#topAd { clear: both; margin-top: 20px; }
#logo { float: right; margin: 0 0 20px 24px; }
#excelbadge { display: block; margin: 0 0 12px 34px; border: 1px solid #666; float: right; }
#mapbadge { display: block; margin: 0 34px 12px 0; border: 1px solid #666; float: left; }

#header {
	background-color: #eee;
	height: 50px;
	padding: 10px 14px;
	line-height: 50px;
	margin: 0;
}

h1 {
	float: left;
	margin: 0;
	font-weight: normal;
	font-size: 18px;
	font-family: Arial, Arial, Helvetica, sans-serif;
	text-transform: lowercase;
}

h1.features {
	float: none;
	font-size: 18px;
	display: block;
	text-transform: none;
	height: 40px;
	margin-left: 220px;
}

ul#features {
	float:left;
	width: 180px;
}

h1.home {
	font-size: 40px;
	margin: 0;
	height: 60px; 
	padding: 0 0 0 60px;
	text-transform: none;
	width: 200px;
	background-image: url(/images/bg-logo-small.png);
	background-repeat: no-repeat;
}

h1.home span {
	color: #369;	
}
h1.home em {
	font-style: normal;
	font-weight: bold;
	color: #666;
}
h1.home b {
	font-size: 12px;
	color: #999;
}

h2.home {
	font-size: 16px;
	margin: 2px 20px 0 0;
	width: 500px;
}

h2 {
	float: right;
	color: #369;
	text-align: right;
	font-size: 12px;
	font-weight: normal;
	font-family: Arial, Arial, Helvetica, sans-serif;
	text-transform: lowercase;
	width: 400px;
	margin-top: 0px;
	padding: 0;
}

#donate { float: right; margin: 2px 3px 0 0; display: none; }
#donateLower { float: right; margin: 5px 0 0 20px; }
#donateButton, #donateLower { width: 110px; height: 23px }


h4 {
	width: 20%;
	line-height: 2em;
	height: 20px;
	float: left;
	text-align: center;
	background-color: #369;
	padding: 0;
	margin: 0;
	border-width: 0;
	border-style: solid;
	border-color: #000;
}

a.menu {
	color: #fff;
	font-weight: normal;
	display: block;
	line-height: 20px;
	font-size: 12px;
	text-decoration: none;
	text-transform: lowercase;
}

a.menu:visted { 
	color: #fff; 
}

a.menu:hover {
	background-color: #f63;
}

h3 {
	font-size: 14px;
	margin-bottom: 4px;
	margin-top: 15px;
	border-width: 0 0 1px 0;
	border-color: #f63;
	border-style: solid;
	padding: 2px;
	color: #369;
	font-weight: bold;
}

div.footer {
	font-size: 12px;
	padding: 15px;
	line-height: 20px;
	text-align: right;
	background-color: #eee;
	margin: 1px 0 0 0;
}

fieldset, .fieldset {
	text-align: center;
	background-color: #eee;
	border-width: 1px;
	border-color: #aaa #666 #666 #aaa;
	border-style: solid;
    margin: 38px 0 16px 0;
	padding: 12px 6px 8px 4px;
	font-size: 14px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
}

legend, .step {
	color: #369;
	font-weight: bold;
	margin: -38px 0 6px 4px;
	padding: 2px;
	font-size: 14px;
	text-align: left;
}

.mainBody textarea {
	font-size: 11px;
	font-family: "Courier New", Courier, mono;
	border: 1px solid #aaa;
	background-color: #fff;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	margin: 10px auto 4px auto;
	padding: 4px;
	width: 700px;
}

.l {
	color: #369;
}

.small {
	font-size: 12px;
	line-height: 18px;
}

.vS {
	height: 5px;
}

.status {
	color: #090;
	font-weight: bold;
	font-size: 14px;
}

.markerLabel {
	font-size: 12px;
	line-height: 1.4em;
	padding: 6px 0 6px 6px;
	margin: 0;
	text-align: left;
	max-width: 400px;
}

.markerLabel h5 {
	font-size: 12px;
	font-weight: bold;
	margin: 0 0 4px 0;
	padding: 0;
}

.markerLabel .address {
	margin: 4px 0;
}

img.descIMG,div.tabRow img {
	max-width: 300px;
	border: 0;
}
div.tabRow img {
	float: right;
}

.tabRow {
	cursor: pointer;
}

a.marker:link,a.marker:visited {
	display: block;
	padding: 4px 0;
}

a.goog:link,a.goog:visited {
	text-decoration: none;
	color: #000;
}

select {
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	border: 1px solid #aaa;
	background-color: #fff;
	width: 155px;
}

form {
	display: inline;
}

ul {
	margin-top: 6px;
	margin-bottom: 8px;
}

li {
	list-style-type: circle;
	margin-left: -12px;
	padding-bottom: 2px;
}


.center {
	text-align: center;
}

.justify {
	margin-top: 0;
	margin-bottom: 8px;
	line-height: 1.5em;
	text-align: justify;
}

.padThis {
	padding: 5px 0;
	margin: 0;
}

.padBottom {
	padding: 0 0 15px 0;
}

.squeezeThis {
	padding: 0 10px;
}

.hide { 
	display: none; 
}

.dashBox { 
	text-align: justify; 
	padding: 10px; 
	margin: 14px auto; 
	border: 1px solid #369; 
	background-color: #eee; 
}

.big {
	font-size: 1.5em;
}

th {
	font-size: 12px;
	margin: 0;
}

#inline_save { margin: 0 0 -6px 0; padding: 6px 6px 0 6px; }
#inline_embed { margin: 0; padding: 0 10px; }
#inline_save label { float: left; text-align: right; margin-right: 10px; width: 100px; padding: 2px 0 0 0; display: block; }
#inline_save label.share { float: none; margin: 0; padding: 0; display: inline; };
#inline_save input[type=text], #inline_save textarea { width: 350px; }
#inline_save div.input_desc { text-align: left; }
#inline_save div.input_desc span.small { display: block; margin: 4px 0 0 110px; }
#inline_save .line { margin: 8px; }
#inline_save #fields label { width: 42%; }  
#validate_status { display: none; margin-top:6px; }
#validate_button, #mapnow_button { width: 165px; margin: 4px 0; }
#geocode_button { width: 165px; margin: 0 }
#geocodeshow_button { width: 175px; margin: 8px 0 0 0; }
#geocoder_status { display: none; margin:6px 0 -2px 0; }
#dist_sel { width:85px; }
#view_sel { width:75px; }
#mainText { margin-top: 10px; }
#locFields { height: 144px; }
#mapFields { height: 185px; }
#locFields, #mapOptions, #mapFields { font-size: 12px; width: 500px; margin: 0 auto; }
#locFields, #mapFields { text-align: right; }
#mapOptions { text-align: center; }
#advanced_button { margin-top: 4px; }
#locFields label, #mapFields label { display: block; float: left; width: 40%; margin: 4px 0 0 0; line-height: 25px; clear: both; }
#locFields select, #mapFields select { display: block; float: right; width: 38%; margin: 4px 20% 0 0; height: 25px; padding: 2px 0 0 0; }
#mapOptions label { display: block; margin-bottom: 5px; }
#mapOptions input { margin: 0; padding: 0; }
#locFields + label { font-weight: bold; }
#mapDiv { width: 724px; height: 450px; margin:0 auto; }
#legDiv { display: none; background-color: #eee; color: #000; font-size: 12px; line-height: 29px; width: 724px; text-align: center; margin: 2px auto; border: 1px solid #aaa; }
#legDiv img { margin: 4px 0 -3px 0; }
#legDiv span { white-space: nowrap; margin: 0 6px; display: inline; }
#legDiv select { margin: 5px; }
#buttonsDiv.home { text-align: center; padding: 6px 0; margin: 2px 0; width: 726px; background-color: #eee; border-width: 1px; border-color: #aaa; border-style: solid; }
#buttonsDiv button, #buttonsDiv input[type="submit"] { width: 23%; margin: 0 3px; }
#sourceData, #destData {  height: 132px; }

ul#cmsheadline {border: none; margin: 0; padding: 4px 4px 10px 6px; list-style: none;}
#cmsheadline li {list-style: none;  float: left; font-family:Arial, Helvetica, sans-serif; color:#000000; font-size:12px; text-align:left; height: 50px; margin: 0;}
#cmsheadline .one {width: 300px; padding: 0 50px 10px 0;}
#batchgeo {padding-right: 70px;}
ul.cms {border-top: 1px solid #e5e5e5; margin: 0; padding: 4px 4px 10px 6px; clear:both}
.cms li {list-style: none; float: left; font-family:Verdana, Arial, Helvetica, sans-serif; font-size: 11px; color: #000; text-align:left; height: 14px; margin: 0;}
.cms .one {width: 424px;}
.cms .two {width: 175px;}
.mapBorder { 
	border: 1px solid #aaa;
	margin: 0px;
	width: 724px 
}

div.tableize { 
	position: relative;
	width: 98%;
	height: 132px; 
	overflow: scroll; 
	padding: 2px 4px;
	margin: 10px auto 4px auto;
	border: 1px solid #aaa;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	background-color: #fff;
}
em.tableize {
	position: absolute;
	top: 45px;
	left: 1px;
	width: 100%;
	text-align: center;
	font-weight: bold;
	font-size: 20px;
	font-style: normal;
	color: #090;
}
.mainBody table {
	overflow: scroll;
	white-space: nowrap;
	text-align: left;
	background-color: #fff;	
}
.mainBody table th {
	font-weight: bold;
	font-size: 11px;
	padding: 0 1px;
	margin: 0;
	color: #369;
	text-align: center;
	border-width: 0 0 1px 0;
	border-style: solid;
	border-color: #f63;
}
td {
	font-size: 11px;
	margin: 0;
	padding: 0 3px;
	border-width: 0 1px 0 0;
	border-style: solid;
	border-color: #aaa;
}

/*
    ColorBox Core Style
    The following rules are the styles that are consistant between themes.
    Avoid changing this area to maintain compatability with future versions of ColorBox.
*/
#colorbox, #cboxOverlay, #cboxWrapper{position:absolute; top:0; left:0; z-index:9999; overflow:hidden;}
#cboxOverlay{position:fixed; width:100%; height:100%;}
#cboxMiddleLeft, #cboxBottomLeft{clear:left;}
#cboxContent{position:relative; overflow:hidden;}
#cboxLoadedContent{overflow:auto;}
#cboxLoadedContent iframe{display:block; width:100%; height:100%; border:0;}
#cboxTitle{margin:0;}
#cboxLoadingOverlay, #cboxLoadingGraphic{position:absolute; top:0; left:0; width:100%;}
#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow{cursor:pointer;}

/* 
ColorBox
*/
#cboxOverlay{background:url(http://batchmap.appspot.com/images/overlay.png) 0 0 repeat;}
#colorbox{}
    #cboxTopLeft{width:21px; height:21px; background:url(http://batchmap.appspot.com/images/controls.png) -100px 0 no-repeat;}
    #cboxTopRight{width:21px; height:21px; background:url(http://batchmap.appspot.com/images/controls.png) -129px 0 no-repeat;}
    #cboxBottomLeft{width:21px; height:21px; background:url(http://batchmap.appspot.com/images/controls.png) -100px -29px no-repeat;}
    #cboxBottomRight{width:21px; height:21px; background:url(http://batchmap.appspot.com/images/controls.png) -129px -29px no-repeat;}
    #cboxMiddleLeft{width:21px; background:url(http://batchmap.appspot.com/images/controls.png) left top repeat-y;}
    #cboxMiddleRight{width:21px; background:url(http://batchmap.appspot.com/images/controls.png) right top repeat-y;}
    #cboxTopCenter{height:21px; background:url(http://batchmap.appspot.com/images/border.png) 0 0 repeat-x;}
    #cboxBottomCenter{height:21px; background:url(http://batchmap.appspot.com/images/border.png) 0 -29px repeat-x;}
    #cboxContent{background:#fff;}
        #cboxLoadedContent{margin-bottom:28px;}
        #cboxTitle{position:absolute; bottom:3px; left:0; text-align:center; width:100%; color:#949494;}
        #cboxCurrent{position:absolute; bottom:3px; left:58px; color:#949494;}
        #cboxSlideshow{position:absolute; bottom:3px; right:30px; color:#0092ef;}
        #cboxPrevious{position:absolute; bottom:0; left:0px; background:url(http://batchmap.appspot.com/images/controls.png) -75px 0 no-repeat; width:25px; height:25px; text-indent:-9999px;}
        #cboxPrevious.hover{background-position:-75px -25px;}
        #cboxNext{position:absolute; bottom:0; left:27px; background:url(http://batchmap.appspot.com/images/controls.png) -50px 0 no-repeat; width:25px; height:25px; text-indent:-9999px;}
        #cboxNext.hover{background-position:-50px -25px;}
        #cboxLoadingOverlay{background:url(http://batchmap.appspot.com/images/loading_background.png) center center no-repeat;}
        #cboxLoadingGraphic{background:url(http://batchmap.appspot.com/images/loading.gif) center center no-repeat;}
        #cboxClose{position:absolute; bottom:0; right:0; background:url(http://batchmap.appspot.com/images/controls.png) -25px 0 no-repeat; width:25px; height:25px; text-indent:-9999px;}
        #cboxClose.hover{background-position:-25px -25px;}

/* social buttons */

#socialButtons {
	width:400px;
	margin:auto;
	clear: both;
}

#facebookButton {
	border:none; 
	overflow:hidden; 
	width:400px; 
	height:25px; 
}

#twitterButton {
	height:25px;
	float:right;
	padding-top:4px;
}