body {
	background-color:#eee;
	margin: 0px;
	color:black;
}
#table_canvas{
	margin-left:10px;
	background-color:#eee;
}
.buttonStyle {
  font-family: Arial;
  font-size: 13px;
  padding: 0px 8px;
  position: relative;
  text-align: center;
  vertical-align: middle;
  white-space: nowrap;
  border-style: solid;
  border: 1px #ccc solid;
  background: #DDDDDD url(../images/button-bg.gif) repeat-x scroll left top;
}

.headingStyle {
  font-size: 28px;
  text-align: center;
  color: #333333;
  font-family: Arial;
  background: #dde9b7;
  height: 50px;
}

.menubarStyle {
	background-color: #ddd;
	color: black;
	padding:5px;
	text-align: right; 
}

.mainTable {
  background: #eee;
  width: 99%;
 /* height: 100%;*/
  border: 0px;
}

.canvasStyle {
  width: 100%; 
 height:600px;
  border: 1px solid #999999;
}

.tableCanvasStyle {
  width: 100%;
  overflow-y: scroll;
  height: 500px;
}

.copyrightRow {
  font-size: 12px;
  text-align: center;
  font-family: Arial;
  background: #dde9b7;
  height: 30px;
  border-top: solid 1px #aba899;
}

.gmap{
	
	width:80%;
	padding: 0px;
	height:100%;
}

.info_desc{
	max-height:120px;
	max-width:350px;
	min-width:200px;
	min-height:80px;
	border: 1px dashed #DEDEDE;
}
.info_desc_short{
	height:20px;
	max-width:350px;
	min-width:200px;	
	background-color:#fafafa;
}

.info_title{
	font-weight:bold;
	font-size:1.15em;
}

.marker_name_input
{
	width:225px;
}
.marker_desc_input
{
	width:225px;
}
#markerbutton
{
	float: right;
}

#table_canvas .google-visualization-table-table .gradient{
	background:#dedede;
}