*, body, button, input, textarea, select {
  text-rendering: optimizeLegibility;
  font-size:100%;
}

body{ 
 width:400px;
  margin:0px auto;
  padding:0;
  background:#fff;
 font-family:'Times New Roman',Times,serif;
 font-weight:bold;
}
.txt{
color: rgb(209, 112, 14);
font-size: 90px;
font-weight: bold;
}
table {
  border-collapse:collapse;
  border-spacing:0;
}
fieldset,img { 
  border:0;
}
address,caption,cite,code,dfn,em,strong,th,var {
  font-style:normal;
  font-weight:bold;
}
ol,ul {
margin: 0;
padding: 0;
list-style-type: none;
}
caption,th {
  text-align:left;
}
h1,h2,h3,h4,h5,h6 {
  font-size:100%;
  font-weight:normal;
}
q:before,q:after {
  content:'';
}
abbr,acronym { border:0;}
.bodytext{
background-color: #a5b8da;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #a5b8da), color-stop(100%, #7089b3));
  background-image: -webkit-linear-gradient(top, #a5b8da, #7089b3);
  background-image: -moz-linear-gradient(top, #a5b8da, #7089b3);
  background-image: -ms-linear-gradient(top, #a5b8da, #7089b3);
  background-image: -o-linear-gradient(top, #a5b8da, #7089b3);
  background-image: linear-gradient(top, #a5b8da, #7089b3);
  border-top: 1px solid #758fba;
  border-right: 1px solid #6c84ab;
  border-bottom: 1px solid #5c6f91;
  border-left: 1px solid #6c84ab;
  -webkit-border-radius:3px;
  -moz-border-radius:3px;
  -khtml-border-radius:3px;
  border-radius:3px;
  -webkit-box-shadow: inset 0 1px 0 0 #aec3e5;
  box-shadow: inset 0 1px 0 0 #aec3e5;
  color: #fff;
  font-size:26px;
  padding: 8px 0;
  text-align: center;
  text-shadow: 0 -1px 1px #64799e;
  /*text-transform: capitalize;*/
  display:block}
}
.healthtext{color:#000;font-size:20px;margin-bottom:10px;}
#maintext{background:#fff;}
#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{
width:400px;margin:0px auto;overflow:hiddden;
font-family: Tahoma,Geneva, sans-serif;
/*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:20px;*/
	padding:20px;
	background:#fff;
	border: 1px solid #EEE;
	margin-top:5%;
	-webkit-border-radius:10px;
	-moz-border-radius:10px;
	-khtml-border-radius:10px;
	border-radius:10px;
	margin-bottom:5%;
}
h1{font-weight:normal;font-size:20px;}
h2{font-weight:normal;font-size:16px;}
select,.searchbutton{font-family:'Times New Roman',Times,serif;font-weight:bold;}
input {
  font-family: 'Lucida Grande', Tahoma, Verdana, sans-serif;
  font-size: 14px;
}

input[type=text], input[type=password] {
  margin: 5px;
  padding: 0 10px;
  width: 160px;
  height: 34px;
  color: #404040;
  background: white;
  border: 1px solid;
  border-color: #c4c4c4 #d1d1d1 #d4d4d4;
  -moz-border-radius:2px;
  -webkit-border-radius:2px;
  -khtml-border-radius:2px;
  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);
  font-weight:bold;
  margin-bottom:10px;
}

button,input[type=text]:focus, input[type=password]:focus {
  border-color: #7dc9e2;
  outline-color: #dceefc;
  outline-offset: 0;
}

button,input[type=submit] {
  padding: 5px 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);
  width:100px;
  cursor:pointer;
}
select{
font-size:20px;
padding:5px 16px 5px 16px;
outline: 5px solid #eff4f7;
margin-top:5px;
margin-left:5px;
text-align:center;
}
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;
}
.countyname{font-weight:bold;font-size:26px;}
#parentdiv{height:auto;overflow:hidden;}
#infodiv{width:55%;float:left;}
#mapholder{float:right;width:40%;height:auto;text-align:center;vertical-align:bottom;}
#mapholder img{margin-bottom:0px;}
.countyimg{max-width:250px;max-height:250px;}
#headericon{float:left;}
#countyspending{float:left;margin-left:5%;margin-top:5%;}
#topdiv{overflow:auto;}
a{text-decoration:none;}
#headline{font-size:35px;font-weight:bold;margin-bottom:10px;}
div.gm-style-iw{width:230px!important;}
#regionholder{background:#fff;}
svg{float:left}
#topimageleft{
border-color: rgb(240, 240, 240) rgb(220, 220, 220) rgb(209, 209, 209) rgb(240, 240, 240);
-moz-border-top-colors: none;
-moz-border-right-colors: none;
-moz-border-bottom-colors: none;
-moz-border-left-colors: none;
border-image: none;
border-radius: 10px 10px 10px 10px;
box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.1);
background:#fff;float:left;width:46%;padding:10px;}
#topimageright{
border-color: rgb(240, 240, 240) rgb(220, 220, 220) rgb(209, 209, 209) rgb(240, 240, 240);
-moz-border-top-colors: none;
-moz-border-right-colors: none;
-moz-border-bottom-colors: none;
-moz-border-left-colors: none;
border-image: none;
-webkit-border-radius:10px;
-moz-border-radius:10px;
-khtml-border-radius:10px;
border-radius: 10px;
box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.1);
background:#fff;float:right;width:46%;padding:10px;}
#headerimages{overflow:auto;background:#fff;padding:20px 5px;}
#selection{font-size:20px;line-height:30px;margin-bottom:10px;overflow:hidden;}
#parentselection{
padding:10px;
border-color: rgb(240, 240, 240) rgb(220, 220, 220) rgb(209, 209, 209) rgb(240, 240, 240);
-moz-border-top-colors: none;
-moz-border-right-colors: none;
-moz-border-bottom-colors: none;
-moz-border-left-colors: none;
border-image: none;
border-radius: 10px 10px 10px 10px;
box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.1);
margin-top:-20px;
}
#innercontent {}
form#selecttime{}
#minhours{overflow:hidden;}
#minutes{}
#hours{}
#daysweeks{overflow:hidden;}
#days{}
#weeks{}
#inputmeasure{margin:0px auto;text-align:left;float:left;width:50%;margin-right:10px;}
#selectmeasure{float:left;}
#topselect{overflow:hidden;padding:2px 0px;}
#submitdiv{margin-top:10px;text-align:left;}
#abortioncasesparentdiv{overflow:auto;margin-top:20px;}
#abortioncases{width:30%;border:1px solid #ccc;float:left;font-size:50px;font-weight:bold;text-align:center;overflow:auto;}
#context{width:15%;border:1px solid #ccc;float:left;margin-top:20px;text-align:center;}
#timenumber{width:30%;border:1px solid #000;float:left;font-size:50px;font-weight:bold;text-align:center;overflow:auto;}
#duration{width:19%;float:right;border:1px solid #000;font-size:20px;margin-top:18px;text-align:center;}
#numberofabortions{font-size:40px;margin-top:10px;}
#disclaimer{font-weight:normal;font-size:11px;margin-top:30px;text-align:left;font-family: Tahoma, Geneva, sans-serif;}
#selectiontext{width:100%;float:left;font-size:17px;text-align:left;}
#selectionimage{float:right;width:0%;}

li{list-style-type:none; cursor:pointer;border:1px solid #eee; margin:2px; padding:5px 5px 5px 5px;-webkit-border-radius:3px;-moz-border-radius:3px;-khtml-border-radius:3px;border-radius:3px;}
li:before {content: "+"; padding:10px 10px 10px 0; color:red; font-weight:bold;}
li.active:before {content: "-"; padding:10px 10px 10px 0; color:red; font-weight:bold;}
#toggle{margin:0 auto;margin-top:10px;}
#taxcontainer{}
/*
	Pretty Table Styling
	CSS Tricks also has a nice writeup: http://css-tricks.com/feature-table-design/
	*/
	
	table {
		overflow:hidden;
		width:100%;
		margin:5% auto 0;
		margin-bottom:0;
		border:1px solid #C2C2C2;
  border-collapse: separate;
  *border-collapse: collapsed;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 2px!important;
  font-family: Tahoma, Geneva, sans-serif;
  color:#333;
  box-shadow:0 1px 2px #E5E5E5;
	}
	
	th, td {padding:5px; text-align:center; font-weight:normal;}
	
	th {padding-top:10px; text-shadow: none; background:#e8eaeb;font-size:14px;}
	
	td {border-top:1px solid #e0e0e0; border-right:1px solid #e0e0e0;font-size:12px;}
	
	tr.odd-row td {background:#f6f6f6;}
	
	td.first, th.first {text-align:center;}
	
	td.last {border-right:none;}
	
	/*
	Background gradients are completely unnecessary but a neat effect.
	*/
	
	td {
		background: -moz-linear-gradient(100% 25% 90deg, #fefefe, #f9f9f9);
		background: -webkit-gradient(linear, 0% 0%, 0% 25%, from(#f9f9f9), to(#fefefe));
	}
	
	tr.odd-row td {
		background: -moz-linear-gradient(100% 25% 90deg, #f6f6f6, #f1f1f1);
		background: -webkit-gradient(linear, 0% 0%, 0% 25%, from(#f1f1f1), to(#f6f6f6));
	}
	
	th {
		background: -moz-linear-gradient(100% 20% 90deg, #e8eaeb, #ededed);
		background: -webkit-gradient(linear, 0% 0%, 0% 20%, from(#ededed), to(#e8eaeb));
	}
	
	/*
	I know this is annoying, but we need additional styling so webkit will recognize rounded corners on background elements.
	Nice write up of this issue: http://www.onenaught.com/posts/266/css-inner-elements-breaking-border-radius
	
	And, since we've applied the background colors to td/th element because of IE, Gecko browsers also need it.
	*/
	
	tr:first-child th.first {
		-moz-border-radius-topleft:5px;
		-webkit-border-top-left-radius:5px; /* Saf3-4 */
	}
	
	tr:first-child th.last {
		-moz-border-radius-topright:5px;
		-webkit-border-top-right-radius:5px; /* Saf3-4 */
	}
	
	tr:last-child td.first {
		-moz-border-radius-bottomleft:5px;
		-webkit-border-bottom-left-radius:5px; /* Saf3-4 */
	}
	
	tr:last-child td.last {
		-moz-border-radius-bottomright:5px;
		-webkit-border-bottom-right-radius:5px; /* Saf3-4 */
	}
#taxdetails{margin-bottom:15px;background:#ccc;border-radius:2px;}
.nostyle{
font-family: Tahoma,Geneva,sans-serif!important;
font-size:12px!important;
width:100px!important;
text-align:center!important;
  margin: 0px!important;
  padding:0px!important;
  height:auto!important;
  color: #404040!important;
  background: transparent!important;
  border: none!important;
  border-color: #fff!important;
  border-radius:0px!important;
  -moz-border-radius:none!important;
  -webkit-border-radius:none!important;
  -khtml-border-radius:none!important;
  border-radius: none!important;
  outline: none!important;
  -moz-outline-radius:none!important;
  -webkit-box-shadow: none!important;
  box-shadow: none!important;
  font-weight:normal!important;
}
label{width:150px;display:inline-block;}
.show_calculation{width:16px;height:16px;float:right;margin-top:10px;margin-right:15px;cursor:pointer;}
.taxdetails_hover{ 
display: none;
height:100px;
position:relative;
width:380px;
z-index:1000;
left:-350px;
}
.show_calculation:hover .taxdetails_hover{
display : block;
}
.downloaddata{float:right;}
.totalpaye{margin-top:-15px;padding-left:10px;display:block;}
#yearselect{font-size:13px;text-align:left;}
.redhighlight{color:red!important;}
#calculate{margin-top:-10px;}
#instructions{font-weight:normal;font-size:12px;}