/*

ALL STYLES
Filename: all_style.css
Description: NIRMA.info styles for ALL devices/uses.
Author: Bret McVey
Company: Vipa Solutions

*/

/* Basic HTML Elements ------------------------------ */
body {
  font-size: 80%;
  font-family: Arial, Helvetica, sans-serif;
  text-align: left;
  margin: 0;
  padding: 0;
}
img {
  border: none;
}

a, a:link { color: #a06c00; text-decoration: none; font-weight: bold;}
a:active { color: #ffce49; text-decoration: none;}
a:visited {color: #beaa82; text-decoration: none;}
a:hover { color: #B6232A; text-decoration: underline;}

.site_search_rpp a {
  font-weight: normal;
}
a.site_search_current_rpp {
  font-weight: bold;
}

div.site_search_pager a {
   display: block !important;
   border: 1px #777 solid;
   padding: .2em;
   float: left;
   margin: 0 4px 0 0;}

span.site_search_pager_offset{
    display: block;
    margin: 0;
    padding: 0;}

div.site_search_pager a:hover,
span.site_search_current_offset a {
   background-color:#006B46 !important;
   color: #fff;}
ul, ol {
  margin: 0 0 1em 2.5em; 
  padding: 0;
}

h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0;
}
h2 {
  border-bottom: 1px #CCC solid;
  color: #006f4c;
  font-size: 2em;
  font-weight: bold;
  margin: 0 0 .2em 0;
}
h3 {
  font-weight: normal;
  font-size: 1.45em;
  line-height: 1.5em;
}
p {
  margin: 0 0 1em 0;
  padding: 0;
}
div.footer p {
  font-size: .9em; 
}
	
div#top_nav ul li {
  list-style: none;
  display: inline;
}
.align_left {
  float: left;
  margin: 0 10px 15px 0;
}
.align_right {
  float: right;
  margin: 0 0 15px 10px;
}
/* table styles -------------*/

.textbean table,
.article_content table {
  width: 100%;
  margin: 10px 0;
}

#ie6only .textbean table,
#ie6only .article_content table {
  width: 90%;
}
.textbean td,
.textbean th,
.article_content td,
.article_content th {
  padding: 5px;
  vertical-align: top;
}
.textbean th,
.article_content th {
  font-weight: bold;
  text-align: center;
}
.textbean th.last,
.article_content th.last {
  border-right: none;
}
.textbean tr.even td,
.article_content tr.even td {
  background: #f5f5f5;
  border: 1px solid #ddd;
  border-width: 1px 0;
}
.textbean th.code,
.article_content th.code {
  width: 15%;
} 
#recent_news .ac_heading,
.articleview .article_heading {
  border-bottom: 1px #CCC solid;
  color: #006f4c;
  font-size: 2em;
  font-weight: bold;
  margin: 0 0 .8em 0;
}
#recent_news .article_heading {
  font-size: 1.45em;
  line-height: 1.5em;
  font-weight: normal;
}
#recent_news .ac_item {
  margin-bottom: 15px;
  width: 100%;
  overflow: hidden;
  padding-bottom: 15px;
  border-bottom: 1px solid #CCCCCC;
}
.article_content img.left {
  margin-right: 10px;
}
#recent_news {
  padding-top: 10px;
}

/* video library */
ol.ac_style_collapsible_content {
  list-style-type: none;
  margin: 0;
}
.ac_style_collapsible_content li {
  padding: 4px 15px;
  border-bottom: 1px solid #aaa;
}

div.collapsible-control {
  cursor: pointer;
  background-image: url(/resources/dyn/files/86562/_fn/collapsible_icons.gif);
  background-repeat: no-repeat;
}
.shown div.collapsible-control {
  color: #006B46;
  background-position: bottom right;
}
.hidden div.collapsible-control {
  background-position: top right;
}


.site_search_results_heading {
  padding: 0.125em;
}
.site_search_results_heading .clear_float_bounding {
  line-height: 1px;
}
.site_search_no_results .site_search_query {
  font-weight: bold;
}
.site_search_results_heading .site_search_title {
  font-size: 1.3em;
  font-weight: bold;
  display: block;
  width: 50%;
  float: left;
  clear: left;
}
.site_search_results_heading .site_search_results_count {
  margin-top: 0.125em;
  text-align: right;
  display: block;
  width: 50%;
  float: left;
  clear: right;
}
div.site_search_rpp {
  margin-bottom: 1em;
  margin-left: 0.125em;
  font-size: 80%;
}
a.site_search_rpp {
  text-decoration: none;
}
div.site_search_rpp span.site_search_rpp {
  padding-left: 0.25em;
}
div.site_search_rpp span.site_search_rpp_sep {
  border-right: 1px black solid;
}
.site_search_current_rpp {
}
div.site_search_results {
  margin: 1em 0 1em 0;
  width: 100%;
  float: left;
}

.site_search_result {
   padding-bottom: 0.71em;
}
.site_search_result .highlight {
  font-weight: bold;
}
.site_search_result .site_search_result_title {
}
.site_search_result .site_search_result_description {
  font-size: 0.93em;
}
.site_search_result .site_search_result_link {
  font-size: 0.93em;
}
.site_search_pager {
  width: 75%;
  margin: 0 auto;
  text-align: center;
  height: 1.5em;
  padding: 10px;
}
.site_search_pager a, site_search_rpp {
  text-decoration: none;
}
span.site_search_pager_offset a:hover, 
.site_search_current_offset a,
span.site_search_pager_prev a:hover,
span.site_search_pager_next a:hover {
}
span.site_search_pager_offset a,
span.site_search_pager_prev a,
span.site_search_pager_next a {
  border: 1px gray solid; 
  padding: 0.13em 0.33em 0.13em 0.33em;
}
span.site_search_pager_offset {
  padding-left: 0.25em;
}
.site_search_pager_next {
  padding-left: 0.25em;
}
/* HORIZONTAL / HORIZ. PERSISTENT CSS --------------- */
ul.menubeanh,
ul.menubeanh_persistent {
  list-style: none;
  position: relative;
  overflow: visible;
}
ul.menubeanh,
ul.menubeanh ul,
ul.menubeanh_persistent,
ul.menubeanh_persistent ul {
  padding: 0;
  margin: 0;
  list-style: none;
  /* background-color: #fff;  IE Requires a background color. */
}
ul.menubeanh li,
ul.menubeanh_persistent li {
  float: left;
  position: relative;
  list-style: none;
  /*
  	width: 8em;
	overflow: visible;
	*/
}
ul.menubeanh li ul,
ul.menubeanh_persistent li ul {
  display: none;
  position: absolute;
  top: 1.2em; /* IE */
  left: 0; /* IE */ /* background-color: #fff;  IE Requires a background color. */
}
ul.menubeanh > li > ul,
ul.menubeanh_persistent > li > ul {
  top: auto; /* Non-IE */
  left: auto; /* Non-IE */
}
/* (sub-)submenus */
ul.menubeanh ul,
ul.menubeanh ul ul,
ul.menubeanh ul ul ul,
ul.menubeanh_persistent ul,
ul.menubeanh_persistent ul ul,
ul.menubeanh_persistent ul ul ul {
  position: absolute;
  top: 0;
  left: 95%;
}
/* Interactive lines: show/hide menus */
ul.menubeanh li.over ul ul,
ul.menubeanh li.over ul ul ul,
ul.menubeanh_persistent li.over ul ul,
ul.menubeanh_persistent li.over ul ul ul {
  display: none;
}
ul.menubeanh li.over ul,
ul.menubeanh ul li.over ul,
ul.menubeanh ul ul li.over ul,
ul.menubeanh_persistent li.over ul,
ul.menubeanh_persistent ul li.over ul,
ul.menubeanh_persistent ul ul li.over ul {
  display: block;
}

/* VERTICAL CSS --------------- */
ul.menubeanv,
ul.menubeanv_persistent,
ul.menubeanv ul,
ul.menubeanv_persistent, ul { 
  /* background-color: #fff;  IE requires a background color. */
}
ul.menubeanv li,
ul.menubeanv_persistent li {
  position: relative;
  /* background-color: #fff;  IE requires a background color. */
}
ul.menubeanv li ul {
  display: none;
  position: absolute;
  top: 2px; /* IE */
  left: 6em; /* IE */ 
  /* background-color: #fff;  IE requires a background color. */
}
ul.menubeanv li:hover ul,
ul.menubeanv li.over ul {
  display: block;
}

ul.menubeanv_persistent li.mi_parent {
  cursor: pointer;
}
ul.menubeanv_persistent li ul {
  display: none;
}
ul.menubeanv_persistent li.over ul {
  display: block;
}
