body{background:#eeeeee;font-size:1em;line-height:1.6em}
#content_area{
    box-shadow: inset 0 3px 15px 0 rgba(0, 0, 0, 0.13);
	-webkit-box-shadow: inset 0 3px 15px 0 rgba(0, 0, 0, 0.13);
	-moz-box-shadow: inset 0 3px 15px 0 rgba(0, 0, 0, 0.13);
    padding-top: 20px;
padding-bottom: 20px;
}
#main_div{
font-family:'Lora',Times New Roman,Verdana,Arial;
width:615px;
/*-webkit-box-shadow:  0px 0px 6px 0px rgba(0, 0, 0, 0.2);
box-shadow:  0px 0px 6px 0px rgba(0, 0, 0, 0.2);
border-radius: 5px;*/
padding:0px;margin:0px auto;
overflow:hidden;
margin:0px auto;
margin-top:20px;
margin-bottom:20px;
background:#eeeeee;
}
h1{font-weight:normal;font-size:20px;}
h2{font-weight:normal;font-size:16px;}
select,.searchbutton{font-family:'Lora',Times New Roman,Verdana,Arial;}
input {
  font-family: font-family:'Lora',Times New Roman,Verdana,Arial;
  font-size: 14px;
}

input[type=text], input[type=password] {
  margin: 5px;
  padding: 0 10px;
  width: 200px;
  height: 34px;
  color: #404040;
  background: white;
  border: 1px solid;
  border-color: #c4c4c4 #d1d1d1 #d4d4d4;
  border-radius: 2px;
  outline: 5px solid #eff4f7;
  -moz-outline-radius: 3px;
  -webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.12);
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.12);
}

input[type=text]:focus, input[type=password]:focus {
  border-color: #7dc9e2;
  outline-color: #dceefc;
  outline-offset: 0;
}

input[type=submit] {
  cursor:pointer;
  padding: 0 18px;
  height: 29px;
  font-size: 12px;
  font-weight: bold;
  color: #527881;
  text-shadow: 0 1px #e3f1f1;
  background: #cde5ef;
  border: 1px solid;
  border-color: #b4ccce #b3c0c8 #9eb9c2;
  -khtml-border-radius:3px;
  -webkit-border-radius:3px;
  -moz-border-radius:3px;
  border-radius: 3px;
  outline: 0;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  background-image: -webkit-linear-gradient(top, #edf5f8, #cde5ef);
  background-image: -moz-linear-gradient(top, #edf5f8, #cde5ef);
  background-image: -o-linear-gradient(top, #edf5f8, #cde5ef);
  background-image: linear-gradient(to bottom, #edf5f8, #cde5ef);
  -webkit-box-shadow: inset 0 1px white, 0 1px 2px rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 1px white, 0 1px 2px rgba(0, 0, 0, 0.15);
}

input[type=submit]:active {
  background: #cde5ef;
  border-color: #9eb9c2 #b3c0c8 #b4ccce;
  -webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.2);
  box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.2);
}

.lt-ie9 input[type=text], .lt-ie9 input[type=password] {
  line-height: 34px;
}
#topdivparent{overflow:hidden;width:100%;}
#topleftdiv{float:left;width:49%;}
#toprightdiv{float:right;width:100%;margin-top:10px;margin-bottom:10px;}
#textdiv{margin-top:10px;
         font-family:'Lora',Times New Roman,Verdana,Arial;
		 background:#eeeeee;
		 color:#111111;
		 padding:0px;
		 border-radius:3px;
		 margin-bottom:10px;
		 line-height:1.6em;
}
div.clear {
    clear:both;
}
#datasources{margin-top:20px;}
#legenddiv{background:#fff;padding-left:10px;padding-right:10px;font-family: 'Lora',Times New Roman,Verdana,Arial;font-size:11px;}
#blueline,#yellowline,#orangeline{display:block;overflow:hidden;font-size:11px;background:#fff;margin-top:10px;}

#parentlegend{background:#fff;margin-top:-10px;padding-left:10px;}
.blueheader{background:#106cb7;display:block;color:#fff;padding:2px 0px 2px 5px;margin-bottom:5px;}