/* Allaction.css - Allaction Pages */
	body { background-color: #000080; margin-left: auto; margin-right: auto; text-align: center; }
	b { color: #FFFF66; font-family: Times New Roman }
	h1 { color: #FFFF66; font-family: Times New Roman }
	h2 { color: #FFFF66; font-family: Times New Roman }
	h3 { color: #FFFF66; font-family: Times New Roman }
	td { color: #FFFFFF; font-family: Times New Roman; font-size:10pt; text-decoration: none; }
	td.update { color: #FFFF66; text-align: center; }
	td.code_right { color: #FFFFFF; font-family: Times New Roman; font-size:10pt; text-align: right; text-decoration: none; width: 65px; height: 18; }
	td.code_right_hl { color: #FFFFFF; font-family: Times New Roman; font-size:10pt; text-align: right; text-decoration: none; width: 65px; height: 18; background-color: #333399; }
	td.text_left { color: #FFFFFF; font-family: Times New Roman; font-size:10pt; text-align: left; text-decoration: none; width: 700px; height: 18; }
	td.text_left_hl { color: #FFFFFF; font-family: Times New Roman; font-size:10pt; text-align: left; text-decoration: none; width: 700px; height: 18; background-color: #333399; }
	td.caption { color: #FFFF66; font-size: 12pt; font-family: Times New Roman; text-align: center; font-weight: bold; }
	td.center { color: #FFFFFF; font-family: Times New Roman; font-size:10pt; text-align: center; text-decoration: none; }
	td.left { color: #FFFFFF; font-family: Times New Roman; font-size:10pt; text-align: left; text-decoration: none; }
	td.NavBar { color: #FFFFFF; background-color: #FF0000; text-align: center; font-famley: Times New Roman; font-size: 12pt; }
	td.title { background-color: #333399; color: #FFFF66; font-size: 30pt; font-weight: bolder; text-align: center; }
	th.headleft { background-color: #333399; color: #FFFF66; font-family: Times New Roman; font-size: 11pt; font-weight: bold; text-align: left; text-decoration: none; }
	th.headcenter { background-color: #333399; color: #FFFF66; font-family: Times New Roman; font-size: 11pt; font-weight: bold; text-align: center; text-decoration: none; }
	a:link { color: #E6E6E8; font-family:Times New Roman; font-size:10pt; text-decoration: underline; }
	a:visited { color: #FFFF66; font-family:Times New Roman; font-size:10pt; text-decoration: underline; }
	a:active { color: #E6E6E8; font-family:Times New Roman; font-size:10pt; text-weight: blod; text-decoration: none; }
	a:hover { color: #E6E6E8; font-family:Times New Roman; font-size:10pt; font-weight: blod; text-decoration: none; }
	a:focus { font-family: Times New Roman; font-size:10pt; font-weight: bold; }
	a:link.NavBar { font-family: Times New Roman; font-size:12pt; font-weight: bold; text-decoration: underline; }
	a:visited.NavBar { color: #FFFF66; font-family: Times New Roman; font-size:12pt; font-weight: bold; text-decoration: underline; }
	a:active.NavBar { font-family: Times New Roman; font-size:12pt; font-weight: bold; text-decoration: none; }
	a:hover.NavBar { font-family: Times New Roman; font-size:12pt; font-weight: bold; text-decoration: none; }
	a:focus.NavBar { font-family: Times New Roman; font-size:12pt; font-weight: bold; text-decoration: none; }
	table { color: #FFFF66; align: center; font-family: Times New Roman }
.menu { auto; margin-right: auto; text-align: center; }
.caption { color: #FFFF66; font-size: 12pt; font-family: Times New Roman; text-align: center; font-weight: bold; }
.link-button-nav { text-align: center; font-size: 10pt; font-family: Times New Roman; font-weight: bold; color: #FFFF66; 
  display: inline-block;
  max-width: 150px;
  margin: 0 auto 5px auto;
  padding-top: 2px;
  padding-bottom: 2px;
  background-color: #333399;
  border: 2px solid #333399;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  -webkit-transition: all 0.1s ease-out;
  -moz-transition: all 0.1s ease-out;
  -o-transition: all 0.1s ease-out;
  transition: all 0.1s ease-out;
  *zoom: 1; }
.title { color: #C0BFCD; font-size: 20pt; font-family: Times New Roman; font-weight: bold; text-align: center; background-color: #333399; 
  display: inline-block;
  max-width: auto;
  margin: 0 auto 5px auto;
  padding-top: 2px;
  padding-bottom: 2px;
  background-color: #FA0234;
  border: 2px solid #C0BFCD;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  -webkit-transition: all 0.1s ease-out;
  -moz-transition: all 0.1s ease-out;
  -o-transition: all 0.1s ease-out;
  transition: all 0.1s ease-out;
  *zoom: 1;
}
.thumbnail { text-align: center; }
.thumbnail-index-title { color: #C0BFCD; font-size: 16pt; font-family: Times New Roman; font-weight: bold; text-align: center; background-color: #333399; margin-left:auto ; margin-right:auto ;  
  display: inline-block;
  max-width: 300px;
  margin: 0 auto 5px auto;
  padding-top: 2px;
  padding-bottom: 2px;
  background-color: #FA0234;
  border: 2px solid #C0BFCD;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  -webkit-transition: all 0.1s ease-out;
  -moz-transition: all 0.1s ease-out;
  -o-transition: all 0.1s ease-out;
  transition: all 0.1s ease-out;
  *zoom: 1;
}
.thumbnail-title { color: #C0BFCD; font-size: 10pt; font-family: Times New Roman; font-weight: bold; text-align: center; background-color: #333399; 
  display: inline-block;
  max-width: 820px;
  margin: 0 auto 5px auto;
  padding-top: 2px;
  padding-bottom: 2px;
  background-color: #FA0234;
  border: 2px solid #C0BFCD;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  -webkit-transition: all 0.1s ease-out;
  -moz-transition: all 0.1s ease-out;
  -o-transition: all 0.1s ease-out;
  transition: all 0.1s ease-out;
  *zoom: 1;
}
.navbutton { text-align: center; }
.wrapper { max-width: 900px; margin: 0 auto; }
.top { width: 535px; }
.bottom { width: 625px; }
#menu-bar {
  text-align: center; 
  margin: 0px 0px 0px 0px;
  padding: 1px 2px 1px 2px;
  height: 20px;
  line-height: 100%;
  border-radius: 5px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  box-shadow: 2px 2px 3px #666666;
  -webkit-box-shadow: 2px 2px 3px #666666;
  -moz-box-shadow: 2px 2px 3px #666666;
  background: #8B8B8B;
  background: linear-gradient(top,  #FA0234,  #FA0234);
  background: -ms-linear-gradient(top,  #FA0234,  #FA0234);
  background: -webkit-gradient(linear, left top, left bottom, from(#FA0234), to(#FA0234));
  background: -moz-linear-gradient(top,  #FA0234,  #FA0234);
  border: solid 1px #C0BFCD;
  position: relative;
  z-index: 999;
}
#menu-bar li {
  margin: 0px 0px 1px 0px;
  padding: 0px 0px 0px 0px;
  float: left;
  position: relative;
  list-style: none;
}
#menu-bar a {
  font-weight: bold;
  font-family: arial;
  font-style: normal;
  font-size: 16px;
  color: #E7E5E5;
  text-decoration: none;
  display: block;
  padding: 2px 10px 2px 10px;
  margin: 0;
  margin-bottom: 0px;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  text-shadow: 2px 2px 3px #000000;
}
#menu-bar li ul li a {
  margin: 0;
}
#menu-bar .active a, #menu-bar li:hover > a {
  background: #000080;
  background: linear-gradient(top,  #000080,  #000080);
  background: -ms-linear-gradient(top,  #000080,  #000080);
  background: -webkit-gradient(linear, left top, left bottom, from(#000080), to(#000080));
  background: -moz-linear-gradient(top,  #000080,  #000080);
  color: #FFFF66;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .2);
  -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, .2);
  box-shadow: 0 1px 1px rgba(0, 0, 0, .2);
  text-shadow: 2px 2px 3px #FFFFFF;
}
#menu-bar ul li:hover a, #menu-bar li:hover li a {
  background: none;
  border: none;
  color: #666;
  -box-shadow: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
}
#menu-bar ul a:hover {
  background: #0399D4 !important;
  background: linear-gradient(top,  #000080,  #000080) !important;
  background: -ms-linear-gradient(top,  #000080,  #000080) !important;
  background: -webkit-gradient(linear, left top, left bottom, from(#000080), to(#000080)) !important;
  background: -moz-linear-gradient(top,  #000080,  #000080) !important;
  color: #FFFFFF !important;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  text-shadow: 2px 2px 3px #FFFFFF;
}
#menu-bar ul {
  background: #FA0234;
  background: linear-gradient(top,  #FA0234,  #FA0234);
  background: -ms-linear-gradient(top,  #FA0234,  #FA0234);
  background: -webkit-gradient(linear, left top, left bottom, from(#FA0234), to(#FA0234));
  background: -moz-linear-gradient(top,  #FA0234,  #FA0234);
  display: none;
  margin: 0;
  padding: 5;
  width: 100px;
  position: absolute;
  top: 20px;
  left: 0;
  border: solid 1px #C0BFCD;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-box-shadow: 2px 2px 3px #C0BFCD;
  -moz-box-shadow: 2px 2px 3px #C0BFCD;
  box-shadow: 2px 2px 3px #C0BFCD;
}
#menu-bar li:hover > ul {
  display: block;
}
#menu-bar ul li {
  float: none;
  margin: 0;
  padding: 0;
}
#menu-bar ul a {
  padding:5px 0px 5px 5px;
  color:#FFFFFF !important;
  font-size:12px;
  font-style:normal;
  font-family:arial;
  font-weight: normal;
  text-shadow: 2px 2px 3px #FFFF66;
}
#menu-bar ul li:first-child > a {
  border-top-left-radius: 5px;
  -webkit-border-top-left-radius: 5px;
  -moz-border-radius-topleft: 5px;
  border-top-right-radius: 5px;
  -webkit-border-top-right-radius: 5px;
  -moz-border-radius-topright: 5px;
}
#menu-bar ul li:last-child > a {
  border-bottom-left-radius: 5px;
  -webkit-border-bottom-left-radius: 5px;
  -moz-border-radius-bottomleft: 5px;
  border-bottom-right-radius: 5px;
  -webkit-border-bottom-right-radius: 5px;
  -moz-border-radius-bottomright: 5px;
}
#menu-bar:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
#menu-bar {
  display: inline-block;
}
  html[xmlns] #menu-bar {
  display: block;
}
* html #menu-bar {
  height: 1%;
}
