.no_print
{
  display: block;
}

body
{
	background-color: white;
	margin: 0;
	font-size: 13px;
	font: Arial, Helvetica, sans-serif;
}

#my_maps, #start, #end
{
    width: 300px;
}

#header
{
	font-size: 16px;
	color: #888;
  padding: 5px 10px 0;
	background-color: #333;
	background: -webkit-gradient(linear, left top, left bottom, from(#666), to(#333));
	background: -moz-linear-gradient(linear, left top, left bottom, from(#666), to(#333));
}

#header span
{
	display: inline-block;
	margin: 0px 0px -11px;
	padding: 0;
}

#navbar
{
	color: #FFF;
	margin-left:auto;
	margin-right:auto; 
	z-index: 10;
}

#navbar ul li 
{
	list-style-type: none;
	display: inline;
	padding: 6px;
	-webkit-border-top-left-radius: 5px;
	-moz-border-radius-topright: 5px;
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-topright: 5px;
	
	-webkit-transition: background-color 0.5s ease;
	-moz-transition: background-color 0.5s ease;	 
}

#navbar ul li:hover
{
	background-color: #EEE;

 }

#navbar ul li a
{
	color: #999999;
	text-decoration: none;
}

.active_section
{
	background-color: #FFF;
}

#intro_left_pane ul
{
	list-style: none;
	padding: 0px;
}

#intro_left_pane ul li
{
	height: 90px;
	padding: 10px;
}

#intro_left_pane img
{
	margin: 0px 20px 20px 0px;
	width: 120px;
	height: 90px;
	float: left;
	clear: both;
}

#intro_left_pane
{
	width: 520px;
	float: left;
}

.title
{
    font-size: 24px;
    color: black;
    padding-bottom: 10px;
}

.stepButton
{
	margin: 10px;
}

.subtitle
{
	font-size: 18px;
}

.content
{
	font-size: 14px;
	line-height: 24px;
}

.notice
{
	font-size: 12px;
	color: gray;
}
#introRightPane
{
	width: 450px;
	float:right;
}

#tryItButton
{
	margin: 20px;
	font-size: 24px;
}

#share
{
	font-size: 12px;
	clear: both;
	float: right;
	position: absolute;
	top: 0;
	right: 0;
	padding: 14px;
	width: 220px;
}

#share a
{
	color: orange;
	padding: 5px;
	text-decoration: none;
	background-color: #FFF;
	-webkit-transition: background-color 0.5s ease;
	-moz-transition: background-color 0.5s ease;
}

#share a:hover
{
	color: red;
	padding: 5px;
	text-decoration: none;
	background-color: #EEE;
}

#top_ad
{
	width: 760px;
	display: block;
	margin: 0 auto;
}

#intro_ad
{
	width: 450px;
	float: right;
	display: block;
	margin: 0 auto;
}

#sectionContainer
{
	padding: 10px;
	padding-top: 0px;
	width: 980px;
    margin: 10px auto;
//	background-color: gray;
}

#sectionContainer > div[id^="section"]
{
  //  background-color: gray;
	height: 800px;
}

#sectionContainer > div[id^="section"]
{
	display: none;
}

.button {
	display: inline-block;
	outline: none;
	cursor: pointer;
	text-align: center;
	text-decoration: none;
	font: 14px;
	padding: .5em 2em .55em;
	text-shadow: 0 1px 1px rgba(0,0,0,.3);
	-webkit-border-radius: .5em;
	-moz-border-radius: .5em;
	border-radius: .5em;
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	-moz-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	box-shadow: 0 1px 2px rgba(0,0,0,.2);
	position: relative;
}
.button:hover {
	text-decoration: none;
}

.button:active {
	position: relative;
	top: 1px;
}

.orange {
	color: #fef4e9;
	border: solid 1px #da7c0c;
	background: #f78d1d;
	background: -webkit-gradient(linear, left top, left bottom, from(#faa51a), to(#f47a20));
	background: -moz-linear-gradient(top,  #faa51a,  #f47a20);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#faa51a', endColorstr='#f47a20');
}
.orange:hover {
	background: #f47c20;
	background: -webkit-gradient(linear, left top, left bottom, from(#f88e11), to(#f06015));
	background: -moz-linear-gradient(top,  #f88e11,  #f06015);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#f88e11', endColorstr='#f06015');
}
.orange:active {
	color: #fcd3a5;
	background: -webkit-gradient(linear, left top, left bottom, from(#f47a20), to(#faa51a));
	background: -moz-linear-gradient(top,  #f47a20,  #faa51a);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#f47a20', endColorstr='#faa51a');
}


.link
{
	font-size: 13px;
	text-decoration: underline;
	cursor: pointer;
	background-color: transparent;
	border: none;
	color: #00C;
}

#map_tool_pane
{
	width: 360px;
	float: left;
}

#toolbar
{

}

#mymaps_toolbar
{
	display: none;
}

#mymap_toolbar
{

}

#preview_container
{
    width: 980px;
}

#map_container
{
    width: 610px;
    height: 610px;
	  float: right;
    border-style: solid;
    border-width: 3px;
}

#map_canvas
{
   width: 610px;
   height: 610px;
   //   width: 1220px;
   //   height: 1220px;
   //   zoom: 0.5;
}


#paper_canvas
{
    background-color: #fff;
    border-style: solid;
    border-width: 1px;
    width: 780px;
    margin: 0 auto;
}

#paper_container
{
	margin: 0 auto;
	width: 610px;
	height: 915px;
	padding: 95px 50px;
}

#static_map
{
	position: relative;
  /*
	top: -305px;
	left: 305px;
  width: 305px;
  height: 305px;
  */
  top: -610px;
	left: 610px;
  width: 610px;
  height: 610px;
  zoom: 0.5; 
  
	padding: 0;
	margin: 0;
	background-color: gray;
    -webkit-transform: rotate(270deg);
	-moz-transform: rotate(270deg);
}

#print_map_canvas
{
	margin-top: -307px;
  width: 610px;
  height: 610px;
	padding: 0;
}

#overview_map_frame
{
    background-image: url("../image/overview_map_frame.png");
    background-repeat: no-repeat;
    width: 360px;
    height: 360px;
    margin-top: 0px;
    margin-left: 0px;
}

#static_map_preview
{
    //-webkit-transform: skew(10deg) rotate(5deg) scale(0.99);
    -webkit-transform: skew(10deg) rotate(5deg) scale(0.493);
    //margin-top: 14px;
    //margin-left: 35px;
    margin-top: -138px;
    margin-left: -117px;
}

#line
{
   position: absolute;
   margin-top: -916px;
   width: 610px;
}

#fold
{
    width: 305px;
    height: 305px;
}	

#loading
{
  color: black;
  position: fixed;
  background-color: #FAF4AB;
  padding: 5px;
  top: 0;
  left: 50%;
  z-index:1;
  width: 100px;
  text-align: center;
}

#error
{
  display: none;
  color: black;
  position: fixed;
  background-color: #FAF4AB;
  padding: 5px;
  top: 1;
  left: 50%;
  z-index:1;
  width: 400px;
  text-align: center;
}

#tips
{
	padding: 10px;
	background-color: #FAF4AB;
}
