*, body, button, input, textarea, select {
  text-rendering: optimizeLegibility;
  font-size:100%;
}

body{ 
font-family:'Arimo','Roboto',Arial;
font-weight:normal;
font-size:12px;
}
.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:normal;
}
em{font-style:italic;}
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:960px;
overflow:hidden;
font-family: 'Arimo','Rosario',Tahoma,Geneva, sans-serif;
	padding:20px;
	background:#fff;
	/*border: 1px solid #EEE;*/
	margin:0px auto;
	font-weight:normal;
	font-size:12px;
	font-weight:normal;
	line-height:19px;
}
h1{font-weight:bold;font-size:20px;}
h2{font-weight:bold;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;
}
#parentdiv{height:auto;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;
}

#disclaimer{font-weight:normal;font-size:11px;margin-top:30px;text-align:left;font-family: 'Arimo','Rosario',Tahoma, Geneva, sans-serif;}
#selectiontext{width:100%;float:left;font-size:17px;text-align:left;}
#selectionimage{float:right;width:0%;}

li{list-style-type:disc;margin-left:10px;border:none;padding:5px 5px 5px 5px;-webkit-border-radius:3px;-moz-border-radius:3px;-khtml-border-radius:3px;border-radius:3px;}
li:before {}
li.active:before {}
/*
	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 */
	}
.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;}

.downloaddata{float:right;}
#header{background:#fff url(../images/header.jpg) center no-repeat;height:203px;}
/* Example Styles for Demo */
    .etabs { margin: 0; padding: 0; }
    .tab ,.tab2{ display: inline-block; zoom:1; *display:inline; background: #ff9966; border-radius:0px;margin:0px;}
    .tab a { font-size: 18px; line-height: 2em; display: block; padding: 0 50px; outline: none;text-decoration:none;color:#dd5338;font-weight:bold; }
	.tab2 a { font-size: 18px; line-height: 2em; display: block; padding: 0 30px; outline: none;text-decoration:none;color:#dd5338;font-weight:bold; }
    .tab a:hover,.tab2 a:hover{ text-decoration: none; }
    .tab.active,.tab2.active { background: #fff; position: relative; }
    .tab a.active,.tab2 a.active { font-weight: bold; }
    .tab-container .panel-container {
	background: #fff; border: solid #666 1px; padding: 0px; -moz-border-radius: 0 4px 4px 4px; -webkit-border-radius: 0 4px 4px 4px; 
	}
	ul.etabs1{background: url(../images/banner_bg.jpg) no-repeat #fff;padding:10px 0px 0px 0px;border-bottom:5px solid #CD0032;}
    .panel-container { margin-bottom: 10px; }
	.etabs li.tab,.etabs li.tab2{
	-moz-border-radius-topleft:10px;
	-webkit-border-top-left-radius:10px;
	border-top-left-radius:10px;
	-moz-border-radius-topright:10px;
	-webkit-border-top-right-radius:10px;
	border-top-right-radius:10px;
	border:none;
	}
	.etabs li.tab.active,.etabs li.tab2.active{
	background:#cd0032;
	}
	.etabs li.tab.active a,.etabs li.tab2.active a{
	color:#fff;
	}
	.etabs1 li.tab,.etabs1 li.tab2{background:#ffa300;border:none;}
	.etabs1 li.tab a,.etabs1 li.tab2 a{color:#cd0032;font-size:14px;font-weight:bold;}
	.etabs1 li.tab.active,.etabs1 li.tab2.active{
	background:#cd0032;
	}
	.etabs1 li.tab.active a,.etabs1 li.tab2.active a{
	color:#ffa300;
	}
	#outer-container.tab-container div.panel-container{
	border:5px solid #cd0032;
	}
	#inner-container.tab-container div.panel-container{
	border:none;
	}
	.title{font-weight:bold;font-size:14px;color:#CD0032;}
	#isotypemain{width:940px;padding:10px;margin:0px auto;}
	.alignleft{float:left;margin-right:15px;}
	.alignright{float:right;margin-left:15px;}
	.alignright2{float:right;margin-right:50px;}
	
	/*************start lightbox css***********/
	/** LIGHTBOX MARKUP **/

.lightbox {
	/** Default lightbox to hidden */
	display: none;

	/** Position and style */
	position: fixed;
	z-index: 999;
	width: 100%;
	height: 100%;
	text-align: center;
	top: 0;
	left: 0;
	background: rgba(0,0,0,0.8);
}

.lightbox img {
	/** Pad the lightbox image */
	max-width: 90%;
	max-height: 80%;
	margin-top: 2%;
}

.lightbox:target {
	/** Remove default browser outline */
	outline: none;

	/** Unhide lightbox **/
	display: block;
}
.heading1{font-weight:bold;font-size:25px;display:block;margin-bottom:20px;color:#D8502F;margin-top:10px;}
.heading2{font-weight:bold;font-size:16px;display:block;margin-bottom:10px;color:#D8502F;}
.heading3{font-weight:bold;font-size:15px;display:block;margin-bottom:10px;}
.heading4{font-weight:bold;font-size:13px;display:block;margin-bottom:10px;color:#D8502F;}

/******pure css tabs***/
/* Set the size and font of the tab widget */
.tabGroup {
    font: 14px 'Arimo','Roboto',arial, verdana;
    width: 100%;
    height: auto;
	font-weight:bold;
	cursor:pointer;
	
}
 
/* Configure the radio buttons to hide off screen */
.tabGroup > input[type="radio"] {
    position: absolute;
    left:-100px;
    top:-100px;
}
 
/* Configure labels to look like tabs */
.tabGroup > input[type="radio"] + label {
    /* inline-block such that the label can be given dimensions */
    display: inline-block;
 
    /* A nice curved border around the tab */
    /*border-radius: 5px 5px 0 0;
    -moz-border-radius: 5px 5px 0 0;
    -webkit-border-radius: 5px 5px 0 0;*/
     
    /* the bottom border is handled by the tab content div */
    border-bottom: 0;
 
    /* Padding around tab text */
    padding:10px 50px 10px 50px;
 
    /* Set the background color to default gray (non-selected tab) */
   
	width:auto;
	cursor:pointer;
	
	
	background-color:#F9F9F9;
    font-weight: bold;
    border-bottom: 1px solid white;
    margin-bottom: -1px;
	color:#333;
	border-top:2px solid #D8502F;
}
 
/* Focused tabs need to be highlighted as such */
.tabGroup > input[type="radio"]:focus + label {
    border:0px dashed black;
}
 
/* Checked tabs must be white with the bottom border removed */
.tabGroup > input[type="radio"]:checked + label {
    background-color:#F9F9F9;
    font-weight: bold;
    border-bottom: 1px solid white;
    margin-bottom: -1px;
	color:#CD0032;
	border-top:2px solid #FFA300;
}
 
/* The tab content must fill the widgets size and have a nice border */
.tabGroup > div {
    display: none;
    background-color: white;
    /*padding: 10px 10px;*/
    height: 100%;
    overflow: auto;
     
    /*box-shadow: 0 0 20px #444;
    -moz-box-shadow: 0 0 20px #444;
    -webkit-box-shadow: 0 0 20px #444;
     
    border-radius: 0 5px 5px 5px;
    -moz-border-radius: 0 5px 5px 5px;
    -webkit-border-radius: 0 5px 5px 5px;*/
}
 
/* This matchs tabs displaying to thier associated radio inputs */
.tab1:checked ~ .tab1, .tab2:checked ~ .tab2, .tab3:checked ~ .tab3 {
    display: block;
}

/****end pure css tabs***/
div#tab-a.active,div#tab-b.active,div#tab-c.active,div#tab-d.active,div#tab-e.active,div#tab-f.active,div#tab-g.active{padding:10px;}
.greybg{background:#d3d3d3;padding:10px;width:900px;}
.bold{font-weight:bold;}