/* Colors
Traditional Kamiya Beige: #E0C089
Just barely offwhite:
rgba(245,245,245,0.3);
Slightly offwhite
  #FFFAF0
  #FFEFDB
  #E0EEEE
  #EEEEE0
PeachPuff: #FFDAB9
Misty Rose: #EED5D2
Rosy Brown 1: #FFC1C1
Shale: #C1CDCD
KAMIYA Red: FF0000
Medium Red: #B22222
Medium-Dark Red: #A92A2A
Dark Red: #8B0000
Maroon: #B03060
Dark Maroon: #8B1C62   
Light Yellow: #EEE685
Light Yellow2: #FFDAB9
Bright Yellow: #FFF000
Gold/Orange: #FFA500 

Light Sea Green: #20B2AA
Deep Sky Blue 2: #00B2EE
Doger Blue 1: #1E90FF
Dodger Blue 3: #1874CD
Dodger Blue 4: #104E8B
Steel Blue 1: #63B8FF
Royal Blue 1: #4876FF
*/


@font-face {
font-family: 'KAMIYA-BauhausMedium';
	src: url('/fonts/KAMIYA-BauhausMedium.eot');
	src: local('KAMIYA-BauhausMedium'), 
     url('/fonts/KAMIYA-BauhausMedium.svg#KAMIYA-BauhausMedium') format('svg'),
     url('/fonts/KAMIYA-BauhausMedium.ttf') format('opentype');
}

@font-face {
font-family: 'KamiyaADBE1-Regular';
	src: url('/fonts/KamiyaADBE1-Regular.eot');
	src: local('KamiyaADBE1-Regular'), 
     url('/fonts/KamiyaADBE1-Regular.svg#KamiyaADBE1-Regular') format('svg'),
     url('/fonts/KamiyaADBE1-Regular.ttf') format('opentype');
}	

@font-face {
	font-family: '3DLet';
	src: url('/fonts/3DLet/3DLet.eot');
	src: local('3DLet'), 
     url('/fonts/3DLet/3DLet.svg#3DLet') format('svg'),
     url('/fonts/3DLet/3DLet.ttf') format('opentype');
}

.kamiya-font {
	font-family:'KAMIYA-BauhausMedium', 'Comic Sans MS', 'Arial';
}

.kamiya-font-bold {
	font-family:'KAMIYA-BauhausMedium', 'Comic Sans MS', 'Arial';
	font-weight:bold;
}

.d3d {
	font-family: '3DLet';
} 

#tt {position:absolute; display:block; background:url(/scripts/tooltip/images/tt_left.gif) top left no-repeat;}
#tttop {display:block; height:5px; margin-left:5px; background:url(/scripts/tooltip/images/tt_top.gif) top right no-repeat; overflow:hidden;}
#ttcont {display:block; padding:2px 12px 3px 7px; margin-left:5px; background:#666; color:#FFF;}
#ttbot {display:block; height:5px; margin-left:5px; background:url(/scripts/tooltip/images/tt_bottom.gif) top right no-repeat; overflow:hidden;}


body { 
  width:960px;
  text-align: center;
  font-size:14px;
  font-family:Arial, Helvetica, sans-serif;
  color:#000000;
  background-color:rgba(245,245,245,0.3);
  margin-left:auto;
  margin-right:auto;
  margin-top:0;
  margin-bottom: 0;
}

.header {
  width:960px;
  height:100px;
  background-color:rgba(245,245,245,0.3);   
  z-index:9999;
}


a:link, a:visited  {
  font-weight: bold;
  text-decoration: none;
}
a:hover {
  color: #4876FF;
  text-decoration: underline;
}


table {
  margin: 0;
  padding: 0;
  border: 0;
  border-spacing: 0;
  border-collapse: collapse;
  font-size: 12pt;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

td {
  padding-left: 3px;
  padding-right: 3px;
  padding-top: 0px;
  padding-bottom: 0px;
  margin: 0;
}
td.nopad {
  padding-left: 0px;
  padding-right: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
  margin: 0;
}

img {
  border: none;
  padding: 0;
  margin: 0;
}

.notes
{
	font-size: 9pt;
	font-style: italic;
}

.justified {
  text-align: justify; 
  text-justify: inter-word;
}

.bold {
  font-weight: bold;
}

.footer {
  margin:6px 0px 0px 0px;
  padding:5px;
  width:948px;
  height:140px;
  border:#0F0F52 solid;
  border-width:1px 1px 1px 1px;
  	position:absolute;
	bottom:0;
/*  float:left; */
  /* clear:both; */
}

.language_link {
  font-family: arial, helvetica, sans-serif;
  font-size: 10pt;
  color:#000000;
  font-weight: bold;
}
.language_link a { 
  display:block; 
  width:100%;
  height:100%;
  text-decoration:none;
  color:#000000;
}
.language_link a:hover {
  color:#FF0000;
}

.language_linkzzz a:hover {
  color:#FFC1C1;
}

div.horizontalRule
{
clear:both;
width:100%;
background-color:#d1d1d1;
height:1px;
margin-top:10px;
margin-bottom:10px;
}

div.Footer {
  font-size: 10pt;
  color: #000000;
  padding-top: 2px;
  padding-bottom: 2px;
  border-top: 1px solid #000000;
  text-align:center;
}

.news_title { 
  padding:5px 5px 2px 5px; 
  font-size:24px; 
  font-weight:bold;
  text-align:center;
} 

.news_subtitle { 
  padding:2px 5px 2px 5px;
  font-size:17px;
  font-weight:bold;
  text-align:center;
} 

.news_text { 
  padding:8px 5px 2px 5px;
  font-size:16px;
  text-align:justify;
}

.row_container { 
  width:960px;
  height:100%;
  margin:0 auto;
}   

.row_border {
  width:958px;
  border:#000000 solid;
  border-width:1px 1px 1px 1px;
}

.center_vert {
  display:table-cell;
  vertical-align:middle;
}

.left_column_2rows {
  margin:6px 6px 6px 0px;
  /* padding: 5px; */
  width:310px;
  height:634px;
  border:#000000 solid;
  border-width:1px 1px 1px 1px;
  float:left;
}

.top_left_row {
  margin:6px 6px 6px 0px;
  /* padding: 5px; */
  width:310px;
  /* height:310px; */
  height:220px;
  border:#000000 solid;
  border-width:1px 1px 1px 1px;
  float:left;
}

.top_middle_row {
  margin:6px 6px 6px 6px;
  /* padding: 5px; */
  width:310px;
  height:220px;
  border:#000000 solid;
  border-width:1px 1px 1px 1px;
  float:left;
}

.top_right_row {
  margin:6px 0px 6px 6px;
  /* padding: 5px; */
  width:310px;
  height:220px;
  border:#000000 solid;
  border-width:1px 1px 1px 1px;
  float:left;
}

.bottom_left_row {
  margin:6px 6px 6px 0px;
  /* padding: 5px; */
  width:310px;
  height:220px;
  border:#000000 solid;
  border-width:1px 1px 1px 1px;
  float:left;
}

.bottom_middle_row {
  margin:6px 6px 6px 6px;
  /* padding: 5px; */
  width:310px;
  height:220px;
  border:#000000 solid;
  border-width:1px 1px 1px 1px;
  float:left;
}

.bottom_right_row {
  margin:6px 0px 6px 6px;
  /* padding: 5px; */
  width:310px;
  height:220px;
  border:#000000 solid;
  border-width:1px 1px 1px 1px;
  float:left;
}



.diag_news_box  { 
  display:block; 
  text-decoration:none;
  color:#FF0000;
  background-color:#FFC1C1;
}
.diag_news_box a { 
  display:block; 
  width:100%;
  height:100%;
  text-decoration:none;
  color:#FF0000;
}
.diag_news_box:hover a:hover {
  display:block; 
  text-decoration:none;
  color:#FFC1C1;
  background-color:#FF4747;
}



.preclin-elisa_news_box a { 
  display:block;
  width:100%;
  height:100%;
  text-decoration:none;
  color:#005A00;
  background-color:#C7FFC7;
}
.preclin-elisa_news_box a:hover {
  color:#C7FFC7;
  background-color:#538653;
}




.res-elisa_news_box a { 
  display:block; 
  width:100%;
  height:100%;
  text-decoration:none;
  color:#002EB8;
  background-color:#C6E2FF;
}
.res-elisa_news_box a:hover {
  color:#C6E2FF;
  background-color:#599CFF;
}



.antibody_news_box a { 
  display:block;
  width:100%;
  height:100%;
  text-decoration:none;
  color:#E86100;
  background-color:#FFE5B4;
}
.antibody_news_box a:hover { 
  color:#FFE5B4;
  background-color:#E86100;
}



.biochemical_news_box a { 
  display:block; 
  width:100%;
  height:100%;
  text-decoration:none;
  color:#8B4513;
  background-color:#FCFFAD;
}
.biochemical_news_box a:hover {
  color:#FCFFAD;
  background-color:#FFB90F;
}



.cell_news_box a { 
  display:block;
  width:100%;
  height:100%;
  text-decoration:none;
  color:#5B008A;
  background-color:#E7C1FF;
} 
.cell_news_box a:hover { 
  color:#E7C1FF;
  background-color:#AD7FC4;
}
              

.diagnostics_links a:link, .diagnostics_links a:visited {
  color: #C00000 !important;
  text-decoration: underline;
}
.diagnostics_links a:hover {
  color: #E65C8A !important;
  text-decoration: underline;
}


.preclinical_assay_links a:link, .preclinical_assay_links a:visited {
  color: #005A00 !important;
  text-decoration: underline;
}
.preclinical_assay_links a:hover {
  color: #19D119 !important;
  text-decoration: underline;
}


.research_assay_links a:link, .research_assay_links a:visited {
  color: #002EB8 !important;
  text-decoration: underline;
}
.research_assay_links a:hover {
  color: #3399FF !important;
  text-decoration: underline;
}


.antibody_links a:link, .antibody_links a:visited {
  color: #EE7600 !important;
  text-decoration: underline;
}
.antibody_links a:hover {
  color: #FFA500 !important;
  text-decoration: underline;
}


.biochemical_links a:link, .biochemical_links a:visited {
  color: #8B8B00 !important;
  text-decoration: underline;
}
/* #FFB90F */
.biochemical_links a:hover {
  color: #FFD700 !important;
  text-decoration: underline;
}


.cellculture_links a:link, .cellculture_links a:visited {
  color: #5B008A !important;
  text-decoration: underline;
}
.cellculture_links a:hover {
  color: #C266FF !important;
  text-decoration: underline;
}

.cellculture_links2 a:link, .cellculture_links2 a:visited {
  color: #5B008A !important;
  background-color: #E7C1FF !important;
  text-decoration: none;
}
.cellculture_links2 a:hover {
  color: #4876FF;
  text-decoration: underline;
}


.preclinical_table {
  font-family: arial,helvetica,sans-serif;
  font-size: 12pt;
  background-color: #C7FFC7;
  margin: 0;
  padding: 0;
  border: 1px solid #004700;
  border-spacing: 0;
  border-collapse: collapse;
  margin-left:auto; 
  margin-right:auto;
  text-align: center;
}
.preclinical_table a:link, .preclinical_table a:visited {
  font-weight: bold;
  color: #005A00;
  text-decoration: none;
}
.preclinical_table a:hover {
  color: #19D119;
  text-decoration: underline;
}


.diagnostics_table {
  font-family: arial,helvetica,sans-serif;
  font-size: 12pt;
  background-color: #FFC1C1;
  margin: 0;
  padding: 0;
  border: 1px solid #000099;
  border-spacing: 0;
  border-collapse: collapse;
  margin-left:auto; 
  margin-right:auto;
  text-align: center;
}
.diagnostics_table a:link, .diagnostics_table a:visited {
  font-weight: bold;
  color: #FF0000;
  text-decoration: none;
}
.diagnostics_table a:hover {
  color: #FFC1C1;
  text-decoration: underline;
}









.research_table {
  font-family: arial,helvetica,sans-serif;
  font-size: 12pt;
  background-color: #BFEFFF;
  margin: 0;
  padding: 0;
  border: 1px solid #000099;
  border-spacing: 0;
  border-collapse: collapse;
  margin-left:auto; 
  margin-right:auto;
  text-align: center;
}
.research_table a:link, .research_table a:visited {
  font-weight: bold;
  color: #002EB8;
  text-decoration: none;
}
.research_table a:hover {
  color: #3399FF;
  text-decoration: underline;
}


.antibody_table {
  font-family: arial,helvetica,sans-serif;
  font-size: 12pt;
  background-color: #FFE5B4;
  margin: 0;
  padding: 0;
  border: 1px solid #000099;
  border-spacing: 0;
  border-collapse: collapse;
  margin-left:auto; 
  margin-right:auto;
  text-align: center;
}
.antibody_table a:link, .antibody_table a:visited {
  font-weight: bold;
  color: #EE7600;
  text-decoration: none;
}
.antibody_table a:hover {
  color: #FFA500;
  text-decoration: underline;
}



.biochemical_table {
  font-family: arial,helvetica,sans-serif;
  font-size: 12pt;
  background-color: #FCFFAD;
  margin: 0;
  padding: 0;
  border: 1px solid #000099;
  border-spacing: 0;
  border-collapse: collapse;
  margin-left:auto; 
  margin-right:auto;
  text-align: center;
}
.biochemical_table a:link, .biochemical_table a:visited {
  font-weight: bold;
  color: #8B4513;
  text-decoration: none;
}
.biochemical_table a:hover {
  color: #FFB90F;
  text-decoration: underline;
}


/* ***********************/
/* *** SEARCH TABLES *** */
/* ***********************/
.searchboxy {
  width:300px; 
  border-top:3px solid #FFA500; 
  border-bottom:3px solid #FFA500; 
  border-left:3px solid #FFA500;  
  font-size: 20px;
}

.search_refine_box { 
  font-family: arial,helvetica,sans-serif;
  font-size: 12pt;
  color:#8B4513;
  /*background-color:#FCFFAD;*/
  background-color:#FFFACD;
  border-collapse: collapse;
  padding: 5px;
  border: 1px solid #8B4513;
}

.search_refine_box td {
  font-family: arial,helvetica,sans-serif;
  font-size: 12pt;
  color:#8B4513;
  /*border: 1px solid #8B4513;*/
  margin-top: 3px;
  margin-bottom: 3px;
}

.search_refine_box_text {
  font-family: arial,helvetica,sans-serif;
  font-size: 12pt;
  color:#8B4513;
  margin-top: 3px;
  margin-bottom: 3px;
} 

/* *** DIAGNOSTICS *** */
.diag2 {
  font-family: arial, helvetica, sans-serif;
  font-size: 16pt;
  background-color: #C00000;
  color: #FFFFFF;
  font-weight: bold;
}
.diag2 a:link, .diag2 a:visited {
  color: #FFFFFF;
  text-decoration: none;
}
.diag2 a:hover {
  color: #63B8FF;
  text-decoration: underline;
}

.diag2_sub1 {
  font-family: arial, helvetica, sans-serif;
  font-size: 12pt;
  font-weight: bold;
  background-color: #FFD0D0;
  color: #C00000;
}

.diag2_sub2 {
  font-family: arial, helvetica, sans-serif;
  font-size: 12pt;
  font-weight: bold;
  background-color:#EEEEE0;
  color: #000000;
}

.diag2_row1 {
  font-family: arial, helvetica, sans-serif;
  font-size: 10pt;
  background-color: #FFFFF0;
}
.diag2_row1 a:link, .diag2_row1 a:visited  {
  font-weight: bold;
  text-decoration: none;
}
.diag2_row1 a:hover {
  color: #4876FF;
  text-decoration: underline;
}

.diag2_row2 {
  font-family: arial, helvetica, sans-serif;
  font-size: 10pt;
  background-color: #FFD0D0;
}
.diag2_row2 a:link, .diag2_row2 a:visited {
  font-weight: bold;
  text-decoration: none;
}
.diag2_row2 a:hover {
  color: #4876FF;
  text-decoration: underline;
}

.diag2_foot {
  font-family: arial, helvetica, sans-serif;
  font-size: 8pt;
  background-color: #C00000;
  color: #FFFFFF;
  font-weight: bold;
}
.diag2_foot a:link, .diag2_foot a:visited {
  color: #FFFFFF;
  text-decoration: none;
}
.diag2_foot a:hover {
  color: #63B8FF;
  text-decoration: underline;
}


/* *** KITS (ELISA) *** */
.kits2 {
  font-family: arial, helvetica, sans-serif;
  font-size: 16pt;
  background-color: #005A00;
  color: #FFFFFF;
  font-weight: bold;
}
.kits2 a:link, .kits2 a:visited {
  color: #FFFFFF;
  text-decoration: none;
}
.kits2 a:hover {
  color: #63B8FF;
  text-decoration: underline;
}

.kits2_sub1 {
  font-family: arial, helvetica, sans-serif;
  font-size: 12pt;
  font-weight: bold;
  background-color: #C7FFC7;
  color: #005A00;
}

.kits2_row1 {
  font-family: arial, helvetica, sans-serif;
  font-size: 10pt;
  background-color: #FFFFF0;
}
.kits2_row1 a:link, .kits2_row1 a:visited  {
  font-weight: bold;
  text-decoration: none;
}
.kits2_row1 a:hover {
  color: #4876FF;
  text-decoration: underline;
}

.kits2_row2 {
  font-family: arial, helvetica, sans-serif;
  font-size: 10pt;
  background-color: #C7FFC7;
}
.kits2_row2 a:link, .kits2_row2 a:visited {
  font-weight: bold;
  text-decoration: none;
}
.kits2_row2 a:hover {
  color: #4876FF;
  text-decoration: underline;
}

.kits2_foot {
  font-family: arial, helvetica, sans-serif;
  font-size: 8pt;
  background-color: #8B1A1A;
  color: #FFFFFF;
  font-weight: bold;
}
.kits2_foot a:link, .kits2_foot a:visited {
  color: #FFFFFF;
  text-decoration: none;
}
.kits2_foot a:hover {
  color: #63B8FF;
  text-decoration: underline;
}


/* *** LIFE - ANTIBODIES & BIOCHEMICALS *** */
.life2 {
  font-family: arial, helvetica, sans-serif;
  font-size: 16pt;
  background-color: #000050;
  color: #FFFFFF;
  font-weight: bold;
}
.life2 a:link, .life2 a:visited {
  color: #FFFFFF;
  text-decoration: none;
}
.life2 a:hover {
  color: #63B8FF;
  text-decoration: underline;
}

.life2_sub1 {
  font-size: 12pt;
  font-family: arial, helvetica, sans-serif;
  font-weight: bold;
  background-color: #C6E2FF;
  color: #000050;
}

.life2_row1 {
  font-size: 10pt;
  font-family: arial, helvetica, sans-serif;
  background-color: #FFFFF0;
}
.life2_row1 a:link, .life2_row1 a:visited  {
  font-weight: bold;
  text-decoration: none;
}
.life2_row1 a:hover {
  color: #4876FF;
  text-decoration: underline;
}

.life2_row2 {
  font-family: arial, helvetica, sans-serif;
  font-size: 10pt;
  background-color: #C6E2FF;
}
.life2_row2 a:link, .life2_row2 a:visited {
  font-weight: bold;
  text-decoration: none;
}
.life2_row2 a:hover {
  color: #4876FF;
  text-decoration: underline;
}

.life2_foot {
  font-family: arial, helvetica, sans-serif;
  font-size: 8pt;
  background-color: #4F94CD;
  color: #FFFFFF;
  font-weight: bold;
}
.life2_foot a:link, .life2_foot a:visited {
  color: #FFFFFF;
  text-decoration: none;
}
.life2_foot a:hover {
  color: #63B8FF;
  text-decoration: underline;
}


/* *** CELLS *** */
.cell2 {
  font-family: arial, helvetica, sans-serif;
  font-size: 16pt;
  background-color: #5B008A;
  color: #FFFFFF;
  font-weight: bold;
}
.cell2 a:link, .cell2 a:visited {
  color: #FFFFFF;
  text-decoration: none;
}
.cell2 a:hover {
  color: #63B8FF;
  text-decoration: underline;
}

.cell2_sub1 {
  font-family: arial, helvetica, sans-serif;
  font-size: 12pt;
  font-weight: bold;
  background-color: #E7C1FF;
  color: #5B008A;
}

.cell2_row1 {
  font-family: arial, helvetica, sans-serif;
  font-size: 10pt;
  background-color: #FFFFF0;
}
.cell2_row1 a:link, .cell2_row1 a:visited  {
  font-weight: bold;
  text-decoration: none;
}
.cell2_row1 a:hover {
  color: #4876FF;
  text-decoration: underline;
}

.cell2_row2 {
  font-family: arial, helvetica, sans-serif;
  font-size: 10pt;
  background-color: #E7C1FF;
}
.cell2_row2 a:link, .cell2_row2 a:visited {
  font-weight: bold;
  text-decoration: none;
}
.cell2_row2 a:hover {
  color: #4876FF;
  text-decoration: underline;
}

.cell2_foot {
  font-family: arial, helvetica, sans-serif;
  font-size: 8pt;
  background-color: #8B1A1A;
  color: #FFFFFF;
  font-weight: bold;
}
.cell2_foot a:link, .cell2_foot a:visited {
  color: #FFFFFF;
  text-decoration: none;
}
.cell2_foot a:hover {
  color: #63B8FF;
  text-decoration: underline;
}




/* TINY ACCORDION */

#options {width:782px; margin:20px auto; text-align:right; color:#9ac1c9}
#options a {text-decoration:none; color:#9ac1c9}
#options a:hover {color:#033}

#acc_diag {width:782; list-style:none; color:#033; background-color:#FFF7E7; margin:0 auto 40px; text-align:center;}
#acc_diag h3 {width:768px; border:1px solid #9ac1c9; padding:6px 6px 8px; font-size:16pt; font-weight:bold; color:#FFFFFF; background-color:#C00000; margin-top:5px; cursor:pointer; text-align:center;}
#acc_diag h3:hover {color:#FFFFFF; background-color:#B03060;}
#acc_diag .acc-section {overflow:hidden; background-color:#FFF7E7;}
#acc_diag .acc-content {width:750px; padding:15px; border:1px solid #9ac1c9; border-top:none; background-color: #FFD0D0;}

#nested_diag {width:750px; list-style:none; color:#033; margin-bottom:15px}
#nested_diag h3 {width:736px; border:1px solid #9ac1c9; padding:6px 6px 8px; font-size:12pt; font-weight:bold; color:#C00000; background-color:#EEB4B4; margin-top:5px; cursor:pointer;}
#nested_diag h3:hover {color:#FFFFFF; background-color:#B03060;}
#nested_diag .acc-section {overflow:hidden; background:#FFFFF0;}
#nested_diag .acc-content {width:718px; padding:15px; border:1px solid #9ac1c9; border-top:none; background:#FFFFF0;}
#nested_diag .acc-selected {color:#FFFFFF; background-color:#B03060;}

#acc_elisa {width:782; list-style:none; color:#033; background-color:#FFF7E7; margin:0 auto 40px}
#acc_elisa h3 {width:768px; border:1px solid #9ac1c9; padding:6px 6px 8px; font-size:16pt; font-weight:bold; color:#FFFFFF; background-color:#228B22; margin-top:5px; cursor:pointer;}
#acc_elisa h3:hover {color:#FFFFFF; background-color:#005A00;}
#acc_elisa .acc-section {overflow:hidden; background-color:#FFF7E7;}
#acc_elisa .acc-content {width:750px; padding:15px; border:1px solid #9ac1c9; border-top:none; background-color: #C7FFC7;}

#nested_elisa {width:750px; list-style:none; color:#033; margin-bottom:15px}
#nested_elisa h3 {width:736px; border:1px solid #9ac1c9; padding:6px 6px 8px; font-size:12pt; font-weight:bold; color:#005A00; background-color:#8FBC8F; margin-top:5px; cursor:pointer;}
#nested_elisa h3:hover {color:#FFFFFF; background-color:#005A00;}
#nested_elisa .acc-section {overflow:hidden; background:#FFFFF0;}
#nested_elisa .acc-content {width:718px; padding:15px; border:1px solid #9ac1c9; border-top:none; background:#FFFFF0;}
#nested_elisa .acc-selected {color:#FFFFFF; background-color:#005A00;}

#acc_anti {width:782; list-style:none; color:#033; background-color:#FFF7E7; margin:0 auto 40px}
#acc_anti h3 {width:768px; border:1px solid #9ac1c9; padding:6px 6px 8px; font-size:16pt; font-weight:bold; color:#FFFFFF; background-color:#1C86EE; margin-top:5px; cursor:pointer;}
#acc_anti h3:hover {color:#FFFFFF; background-color:#000050;}
#acc_anti .acc-section {overflow:hidden; background-color:#FFF7E7;}
#acc_anti .acc-content {width:750px; padding:15px; border:1px solid #9ac1c9; border-top:none; background-color: #C6E2FF;}

#nested_anti {width:750px; list-style:none; color:#033; margin-bottom:15px}
#nested_anti h3 {width:736px; border:1px solid #9ac1c9; padding:6px 6px 8px; font-size:12pt; font-weight:bold; color:#000050; background-color:#A4D3EE; margin-top:5px; cursor:pointer;}
#nested_anti h3:hover {color:#FFFFFF; background-color:#000050;}
#nested_anti .acc-section {overflow:hidden; background:#FFFFF0;}
#nested_anti .acc-content {width:718px; padding:15px; border:1px solid #9ac1c9; border-top:none; background:#FFFFF0;}
#nested_anti .acc-selected {color:#FFFFFF; background-color:#000050;}
