.mi {
    padding-right: .1em;
}


.tabset, .tabset td {
    background-color: white;
}

#sections_table .tabset td {
    min-width: 10px;
    padding-left: 7px;
    padding-right: 7px;
}


header, section, footer, aside, nav, article, figure {
	display: block; 
	margin: 0;
	padding: 0;
}

.body {
	clear: both; 
	margin: 0 auto; 
	padding: 0;
	width: 865px;
	font-family: Helvetica;
	background: #F5F4EF;
}

a {
    text-decoration: none;
}

#banner {
	margin-top: 5px;
        position: relative;
}

#feedback {
    position: absolute;
    right: 10px;
    top: 10px;
}


#pdglive_banner {
	padding: 0px;
	margin: 0px;
	margin-bottom: -3px;
}

/* Main Nav */

#banner nav {
	width: 865px;
	background: #000305;
	height: 25px;
	font-size: 14px;
	font-weight: bold;
	
	line-height: 25px;
	margin: 0;
	padding: 0;
	text-align: center;

	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;

	-moz-border-radius-bottomright: 5px; 
	-moz-border-radius-bottomleft: 5px; 	

	-webkit-border-bottom-left-radius: 5px;
	-webkit-border-bottom-right-radius: 5px; 
}

	

#banner nav ul {
	list-style: none; 
	margin: 0; 
	margin-left: -40px;
}

#banner nav li {
	float: left; 
	display: inline; 
	margin: 0;
}

	

#banner nav a:link, #banner nav a:visited {

	color: #fff;
	display: inline-block;
	height: 25px; 
	padding: 0 10px;
	text-decoration: none;

}

#banner nav a:hover, #banner nav a:active,

#banner nav .active a:link, #banner nav .active a:visited {

	background: #FF3333;
	color: #fff;
	text-shadow: none !important;

}



#banner nav li:first-child a {

	border-bottom-left-radius: 5px;
	-moz-border-radius-bottomleft: 5px;
	-webkit-border-bottom-left-radius: 5px;

}

.main_section {
	margin:7px 0;
	background-color: #fff;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	padding: 13px 20px;
	
	-webkit-box-shadow: 1px 1px 1px 1px #e2e2e2; 
	-moz-box-shadow: 0px 0px 2px 1px #e2e2e2; 
	box-shadow: 1px 1px 1px 1px #e2e2e2; 
	
}

.minireviews {
   margin-left: 15px;
   margin-bottom: 3px;
}

.minireviews h3 {
    padding-bottom: 1px;
    border-bottom: 1px solid #e2e2e2;

}

.minireviews ul {
    margin-top: 3px;
    padding-left: 30px;
}

.minireviews ul li {
    list-style: none;
    padding-bottom: 2px;
  
}

.particle_row {
	width: 100%;
	height: 255px;
}

.particle_section {
	float: left;
	width: 270px;
	height:100%;
	
}

.particle_section h1, .particle_group_section h1 {
	font-size: 15px;
	color: #0060a8;
	border-bottom: 1px solid #e2e2e2;
	padding-bottom: 3px;
	margin-right: 20px;
	width: 98%;
}

.particle_section ul, .particle_group_section ul {
	list-style: none;
	padding: 0;
}

.particle_section ul li, .particle_group_section ul li {
	margin-bottom: 5px;
	font-size: 14px;
}

.particle_group_section .minireviews h3, .particle_group_section h3 {
    border: none;
    font-size: 16px;
}

.particle_group_section .minireviews {
    margin-left: 0;
}

.section_summary {
    background-color: white;
}

.review {
	font-weight: bold;
}

#breadcrumb {
	height: 35px; 
	margin-left: 5px;height
	margin-top: 10px;
	margin-bottom: 5px;
        font-weight: bold;
	font-size: 14px;
}

.breadcrumb_element {
	float: left;
        padding-right: 10px;
	font-weight: bold;
	font-size: 14px;
}

.breadcrumb_element a {
	text-decoration: none;
	color: #0060a8;;
}

.breadcrumb_desc {
	font-weight: normal;
	font-size: 13px;
}

/* Particle Page */

.particle {
	
	background-color: #fff;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	
	-webkit-box-shadow: 1px 1px 1px 1px #e2e2e2; 
	-moz-box-shadow: 0px 0px 2px 1px #e2e2e2; 
	box-shadow: 1px 1px 1px 1px #e2e2e2; 
	
}



.particle_group {
	background-color: #458ad7;
	padding: 4px 4px;
	overflow: auto;
	
	border-top-right-radius: 5px;
	border-top-left-radius: 5px;

	-moz-border-radius-topright: 5px; 
	-moz-border-radius-topleft: 5px; 	

	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
}

.particle_group > h1 {
	color: #fff;
	float: left; 
	font-size: 16px; 
	font-weight: bold; 
	margin: 0; 
	padding: 0;
        width: 90%;
}
.particle_group > h2 {
	color: #fff;
	float: left; 
	font-size: 14px; 
	font-weight: normal; 
	padding: 2px 0 0 10px; 
	margin: 0;
	width: 90%;
}

.particle_title, .db_intro {
	padding: 10px 5px 15px 5px;
	margin: 0px 10px 20px 10px;
	border-bottom: 2px groove #e2e2e2;
	overflow: auto;
}

.particle_title > h1 {
	float: left; 
	font-size: 26px;
	color: #0060a8;
	font-weight: bold; 
	margin: 0;
        width: 98%;
}
.particle_title > h2 {
	float: left; 
	font-size: 18px;
	color: #0060a8;
	font-weight: normal; 
	padding: 5px 0 0 15px; 
	margin: 0;
	
}

.particle_title > div {
	font-size: 14px;
	padding: 7px 0 0 0; 
	margin: 0px 0 5px 0;
	clear: both;
	
}



#sections_table {
	padding-left: 0;
	margin-left: 15px;
	width: 95%;
	border-collapse: collapse;
}

#sections_table th, #sections_table td {
	text-align: left;
	padding-right: 0px;
	padding-top: 3px;
	padding-left: 0px;
	padding-bottom: 3px;
}

#sections_table th  {

	padding-top: 15px !important;

}

#sections_table th {
/*	width: 120px; */
}

#sections_table > a {
    text-decoration: none;
}

.sub_section > th, .sub_section > td{
	border-bottom: 1px solid #e2e2e2;
}

.subsection_table {
	margin-left: 30px;
	font-size: 14px;
        width: 80%;
}



#subsection_table th, #subsection_table td {
	padding-right: 0px;
	padding-top: 0px;
	padding-left: 0px;
	padding-bottom: 5px;
        width: 30%;
}

#subsection_table th {
	width: 180px;
}

#decay_table, #reference_table {
	border-collapse: collapse;
}

#decay_table th, #decay_table td, #reference_table th, #reference_table td {
	padding-right: 30px;
	padding-top: 0px;
	padding-left: 3px;
	padding-bottom: 5px;
}

.datablock_table {
	margin-left: 10px;
	font-size: 15px;
}

#meas_table th, #meas_table td {
	padding-right: 30px;
	padding-top: 0px;
	padding-left: 0px;
	padding-bottom: 5px;
}

#meas_table th {
    vertical-align: top;
}

.decay_heading {
    font-size: 14px;
}

td .decay_sub_heading  {
	padding-top: 5px;
	padding-bottom: 10px;
        padding-left: 0px !important;
	font-weight: bold;
        background-color: #fff;
}

td .decay_sub_heading a {

        padding-left: 13px;

}

td .decay_minor_sub_heading  {
	padding-top: 5px;
	padding-bottom: 10px;
        padding-left: 20px !important;
	font-weight: normal;
        background-color: #fff;
}

td .decay_minor_sub_heading a {

        padding-left: 13px;

}

td .collapsed, th.collapsed, a.collapsed  {

       background-image:url('../images/collapsedarrow.jpg');
       background-repeat: no-repeat;
       background-position: 0 2px;
       padding-left: 13px;
}

#sections_table th.collapsed, #sections_table th.expanded {
    padding-left: 15px !important;
}

th.expanded, td .expanded, a.expanded  {

       background-image:url('../images/expandedarrow.jpg');
       background-repeat: no-repeat;
       background-position: 0 1px;
       padding-left: 13px;
}


td .sub_heading  {
	padding-top: 5px;
	padding-bottom: 10px;
	text-align: center;
	font-weight: bold;
        background-color: #fff;
}

td .ref_title {
	width: 50%;
}

.br_selector {
	border-bottom: 3px solid #a2a2a2;

}

#selector_table {
	margin:  10px 5px;
	font-size: 14px;
	width: 97%;
	border-collapse: collapse;
}

#selector_table td {
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	
}

#selector_table tr.selected td {
	background-color: #c2ddff;
	font-weight: bold;
}

#selector_table tr.normal td {
	border-bottom: 1px solid #e2e2e2;
}

#selector_table tr.selected  {

	border: 1px solid #458ad7;
}



.br_group {
	/*background-color: #458ad7;
	color:#fff;*/
	padding: 7px 5px 2px 3px;
	overflow: auto;
	
/*	border-top-right-radius: 5px;
	border-top-left-radius: 5px;

	-moz-border-radius-topright: 5px; 
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-bottomright: 5px; 
	-moz-border-radius-bottomleft: 5px; 	

	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	*/
}

.br_group > h1 {
	float: left; 
	font-size: 20px;
	font-weight: bold;
        width:99%;
	margin: 0; 
	padding: 0
}
.br_group > h2 {
	float: left; 
	font-size: 14px; 
	font-weight: normal; 
	padding: 7px 0 0 10px; 
	margin: 0;
	
}

.br_title {
	padding: 20px 0 5px 0;
	margin: 0px 10px 5px 10px;
	border-bottom: 2px groove #a2a2a2;
	overflow: auto;
}

.br_title2 {
	padding: 0px 0 5px 0;
	margin: 0px 10px 5px 10px;
	border-bottom: 2px groove #a2a2a2;
	overflow: auto;
}


.br_title > h1 {
	float: left; 
	font-size: 20px;
	color: #0060a8;
	font-weight: bold; 
	margin: 0; 
}
.br_title,.br_title2 > h2 {
	float: left; 
	font-size: 18px;
	color: #0060a8;
	font-weight: normal; 
	padding: 5px 0 0 15px; 
	margin: 0;
	
}

.br_title,.br_title2 > div {
	font-size: 14px;
	padding: 7px 0 0 0; 
	margin: 0px 0 5px 0;
	clear: both;
	
}

.changeBar {
	border-right: 3px solid black;
}


td.insub {
    width:60%;
    padding-right: 10px;
    padding-left:30px !important;
}

td.nonsub {
    width:60%;
    padding-right: 10px;
}
