/*
Branding colors:
Blue: #a5d1de
Light blue: #d6e5ea
Light gray: #c0c7bf
Dark blue: #7da7c0
Dark gray: #9fadae
Green blue: #8caba5
Green: #8bb99c
Logo gray: #626365
Logo Blue: #00adee
*/

* {
  margin: 0px;
  padding: 0px;
}

body {
  font-family: verdana;
  /*behavior:url("/csshover.htc");*/
  background-color: #626365;
  font-size: 0.8em;
}

#fixed {
  width: 960px;
  min-width: 960px;
  margin-left: auto;
  margin-right: auto;
  text-align: left;
  padding-top: 10px;
  z-index: 1;
}

#fixed-outter {
  width: 960px;
  margin-left: auto;
  margin-right: auto;
}

#fixed-wrapper {
  width: 100%;
  text-align: center;
  /* background: url("/pagebackground.png") repeat-x; */
}

#main-wrapper {
  clear: both;
  /*background-color: #fff;
  padding-bottom: 190px;
  min-height: 275px;*/
  margin-top: 15px;
}

#footer {
  clear: both;
  background-color: #626365;
  text-align: center;
  font-size: 80%;
  color: #fff;
  margin-top: 15px;
}

#footer a {
  color: #fff;
}

#leftmenu {
  clear: both;
  float: left;
  width: 170px;
  text-align: left;
  margin-left: 5px;
  margin-bottom: 20px;
  margin-top: 20px;
  position: relative;
}

#maincontent {
  height: 280px;
  background-color: #fff;
  position: relative;
  border: 15px solid #c0c7bf;
}

#maincontentheader {
  padding: 10px; 
  float: left;
  width: 327px;
  height: 260px;
}

#introcontent {
  float: right;
  width: 520px;
  color: #7da7c0;
}

#introcontent p {
  letter-spacing: 1px;
  line-height: 130%;
  padding: 1em;
  text-align: justify;
}

#introcontent ul {
  text-align: left;
}

#rightmenu {
  float: right; 
  width: 210px;
  text-align: left;
  margin-top: 0px;
  margin-left: 5px;
  margin-bottom: 20px;
/*  right: 0px;
  top: 75px;
  position: relative;*/
  border-left: 1px solid #4f798f;
  padding-left: 5px;
  padding-bottom: 20px;
  font-size: 90%;
}

#rightmenu ul {
  list-style-type: none;
  padding-left: 1em;
  margin-top: 8px;
}

#rightmenu li {
  padding-top: 5px;
}

.bigroundedbox {
  margin: 0.5em 0px 0.5em 0px; 
  /*border: 1px solid #000; */
  width: 48%;
  color: #fff;
}

.bigroundedbox h4
{
  /*color: #4f798f;*/
  font-weight: bold;
  padding-left: 1em;
  background-color: #4f798f;
}

.bigroundedbox h4 a
{
  color: #fff;
}

.bigroundedbox div {
/*  border-top: 1px solid #000;*/
  background-color: #C7D4DF;
  color: #000;
}

.bigroundedbox ul {
  list-style-type: square;
  padding-left: 20px;
}


p .cmdbox {
  font-size: 90%;
}

a:visited {
  color: #7da7c0;
}

a:link {
  color: #8bb99c;
}

a {
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

.desc {
  display: none;
}

.stepbox {
  border: #7f9fbf solid 2px;
  margin-top: 10px;
}

.stepbox h5 {
  background-color: #7f9fbf;
  color: #fff;
  text-transform: uppercase;
}

.stepbox img {
  display: inline;
}

.stepbox div {
  margin: 5px;
}

.stepbox ul {
  float: right;
  width: 150px;
}

.stepbox ol {
  float: right;
  width: 150px;
  list-style-type: disc;
  margin-left: -20px;
}

.stepbox a {
  margin-right: -15px;
}

.detailbox div {
  clear: both;
  border-bottom: #bbb dashed 1px;
}

.detailbox a {
  margin-right: 0px;
}

.detailbox p span {
  font-size: 150%;
}

.detailbox img {
  border: #000 solid 1px;
}

/* Try colors:
#8cb389 - GREEN
#548f51 - Dark green
#d0d8db - Light Blue
#87a3ba - Light Blue 2
#ba9d84 - Brown
#7f9fbf - Dark Blue
#4f798f - Dark Blue 2
#355e00 - Green 1

New color wizard
#C7D4DF - Light Blue
#89BA87 - Green
#3D566A - Dark Blue (not crazy about it, too dark)
#a0a0a0 - Gray
#BA9E87 - Brown
#BA8789 - Maroon
#8792BA - Bluish Purple
*/

.blueheaders h4
{
  color: #4f798f;
  font-weight: bold;
}

.grayheaders h4
{
  color: #a0a0a0;
  font-weight: bold;
}

.rounded h4
{
  padding-left: 1em;
}

.roundedbig h4
{
  padding-left: 1em;
}

#leftmenu a {
  vertical-align: middle;
}

#content {
/*  float: left;
  width: 500px;
  margin-left: 20px;*/
  padding-left: 250px;
/*  margin-right: 50px;*/
  padding-right: 250px;
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 130%;
  background-color: #fff;
/*  min-height: 600px;*/
}

#contentwrapper {
  clear: both;
  padding-top: 15px;
}

.fineprint {
  font-size: 0.7em;
}

.productbox {
  float: left;
  width: 300px;
  border: #c0c7bf solid 5px;
}

.productboxinner {
  background-color: #fff;
  padding: 10px;
  min-height: 200px;
  position: relative;
  color: #626365;
}

.productbox .productboxinner h4 {
  color: #4f798f;
  font-weight: bold;
}

.productbox .productboxouter h4 {
  padding-left: 0.5em;
  background-color: #d6e5ea;
  font-size: 150%;
  line-height: 200%;
  color: #626365;
}

.productbox .productboxouter h4 a {
  display: block;
  color: #626365;
}

.productbox .productboxouter h5 {
  background-color: #d6e5ea;
  font-size: 120%;
  line-height: 150%;
  text-align: right;
  padding-right: 1em;
}

.productbox p {
  padding-bottom: 0.5em;
}

#contentleft {
  float: left;
  width: 230px;
  padding: 10px;
  font-size: 90%;
  line-height: 130%;
}

#contentright {
  float: right;
  width: 230px;
  padding: 10px;
  font-size: 90%;
  line-height: 130%;
}

#maincontent h3, #content h3, #contentleft h3, #contentright h3 {
  font-size: 150%;
/*  border-bottom: 5px solid #00adee;*/
  color: #8caba5;
  text-align: left;
}

h3 a {
  color: #8caba5;
}

h3 a:visited {
  color: #8caba5;
}

#content p, #contentleft p, #contentright p, .contentlike p {
  padding: 0.75em 0.75em 0.75em 1em;
}

#content table {
  color: #888;
  margin-top: 1em;
}

#content table tr {
  vertical-align: top;
}

#content table th {
  text-align: left;
  padding-left: 0.5em;
  padding-right: 0.5em;
  font-size: 105%;
}

#content table.leftheader th {
  text-align: left;
  padding-left: 0.5em;
  padding-right: 0.5em;
  font-size: 105%;
}

#content table td {
  padding-left: 0.5em;
  padding-right: 0.5em;
}

#content .smallblk {
  margin-top: 1em;
  color: #888;
  width: 50%;
  display: inline;
  min-height: 85px;
}

#content .smallblk p {
  padding: 0em;
}

#content h4,#contentright h4,#contentleft h4 {
  padding-top: 0.5em;
  font-size: 105%;
}

#content h5 {
  padding-top: 0.5em;
  padding-left: 0.75em;
  font-weight: bold;
  font-size: 110%;
}

#content h6 {
  padding-top: 0.75em;
  padding-left: 0.75em;
  font-weight: bold;
  font-size: 101%;
}

#content .cheader {
  color: #89BA87;
}

#content .lbold {
  font-weight: bold;
  color: #a0a0a0;
}

#content ul.inlist {
  list-style-type: square;
  padding-left: 2em;
}

#content ol {
  padding-left: 2em;
}

#content ul.spaced {
  list-style-type: circle;
}

#content ul.spaced li {
  padding-bottom: 1em;
  font-size: 90%;
}

#content ul.spaced li span {
  padding-left: 1em;
  display: block;
}

#content .numeric {
  margin-left: 30px;
  list-style-position: outside;
  list-style-type: decimal;
}

#content .alphanumeric {
  margin-left: 30px;
  list-style-position: outside;
  list-style-type: lower-alpha;
}

#content .minitable
{
  color: #888;
  width: 100%;
  overflow: hidden;
}

#content .minitable .mtr
{
  clear: both;
  width: 100%;
}

#content .minitable .mtr span
{
  display: block;
  float: left;
  overflow: hidden;
  min-width: 100px;
}

#content .minitable p
{
padding: 0px;
margin: 0px;
}

.small {
  font-size: 60%;
  letter-spacing: -2px;
}

#titlebar {
  height: 1.2em;
  background-color: #626365;
  font-size: 75%;
  text-align: right;
  padding-right: 30px;
  border-top: #626365 solid 5px;
  border-bottom: #626365 solid 5px;
  color: #fff;
}

#titlebar a {
  color: #fff;
}

#titlebar form {
  display: inline;
}

#header-wrapper {
  background-color: #fff;
}

#header-wrapper-2 {
  background-color: #fff;
  position: relative;
}

#header {
  position: relative;
  /*height: 100px;
  padding-left: 10px;
  padding-right: 10px;*/
  color: #fff;
  background-color: #7da7c0;
}

#header h1 a:hover {
  text-decoration: none;
}

#header #importantevent {
  position:absolute; 
  bottom:0px; 
  right:0px;
}

#header #importantevent p {
  padding-right: 5px;
  padding-bottom: 5px;
}

#header #importantevent a {
  color: #fff;
}

#header #importantevent a:visited {
  color: #fff;
}

#header #importantevent a:hover {
  color: #fff;
}

#header #socialicons {
  position: absolute;
  right: 10px;
  top: 0px;
}

#header #socialicons a {
  color: #fff;
}

#header #titlesubheader {
  position: absolute;
  right: 10px;
  top: 40px;
}

.solidbar {
  background-color: #626365;
  text-align: center;
  font-weight: bold;
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 95%;
  color: #fff;
  clear: both;
}

.upperwords {
  letter-spacing: 0.4em;
  text-transform: uppercase;
  font-size: 100%;
}

.upperwords span {
  font-size: 135%;
}

.description {
  height: 110px;
  border-bottom: 1px dotted #000;
}

.eventitem {
  border-bottom: 1px dotted #000;
}

#content .eventitem .eventtitle
{
  padding-bottom: 0px;
  font-weight: bold;
}

#content .eventitem .eventdate
{
  padding-top: 0px;
  padding-bottom: 0px;
  font-style: italic;
}

#content .eventitem .eventinfo
{
  padding-top: 0px;
  padding-bottom: 0px;
  font-weight: bold;
}

#content .eventitem .eventdesc
{
}

#content .eventitem p {
/*  padding-top: 0px;*/
}

.testimonial {
  border-bottom: 1px dotted #000;
}

.testimonial p.desc {
  display: block;
}

.testimonial p.author {
  margin-left: 30px;
  font-style: italic;
}

.breadcrumbbar {
  background-color: #c0c7bf;
  text-transform: uppercase;
  text-align: left;
  font-weight: bold;
  font-size: 60%;
  padding-top: 4px;
  padding-bottom: 4px;
  padding-left: 30px;
  color: #fff;
  letter-spacing: 3px;
  clear: both;
}

.breadcrumbbar a {
  text-decoration: underline;
  color: #fff;
}

.breadcrumbbar a:visited {
  text-decoration: underline;
  color: #fff;
}

.breadcrumbbar a:hover {
  text-decoration: underline;
  color: #d6e5ea;
}

.breadcrumbbar span {
  font-size: 120%;
}

.pad {
  margin-left: 30px;
}

.titleheader
{
  margin-top: 10px;
  margin-left: 5px;
  float: left;
  /*width: 230px;*/
  /*font-family: serif;*/
}

.titleheader h1
{
  text-align: center;
  font-size: 150%;
}

.titleheader h2 {
  text-align: center;
  font-size: 95%;
  font-style: italic;
  padding-right: 3px;
}

.titleheader a {
  color: #fff;
}

.leftalign {
  margin-top: 7px;
  float: left;
}

.rightalign {
  margin-top: 10px;
  float: right;
  font-size: 70%;
}

.rightalign p {
  margin-top: 5px;
  margin-bottom: 5px;
}

.titleimages {
  margin-left: 0px;
  float: left;
}

.titleimages img {
  margin-left: 0px;
  padding: 0px;
  border-left: #7f9fbf solid 10px;
  border-right: #7f9fbf solid 10px;
}

.number {
  font-size: 120%;
}

table .infobox {
  margin-left: 5px;
  margin-right: 5px;
  width: 90%;
  color: #000;
}

.infobox {
  border: 1px solid #000;
  margin-left: 30px;
  margin-top: 1em;
  margin-bottom: 1em;
  background-color: #bbb;
  width: 90%;
}

.infobox li {
  padding-top: 0.25em;
  padding-bottom: 0.25em;
}

.infobox h4 {
  margin-top: 0px;
  border-bottom: 1px solid #000;
  padding-left: 0.5em;
}

.infobox div {
  padding-left: 30px;
  background-color: #fff;
}

.infobox2 {
  border: 0px solid #000;
  margin-left: 30px;
  margin-top: 1em;
  margin-bottom: 1em;
  width: 90%;
}

.infoboxtopleft { background:url(/infobox_top_left.png) no-repeat; height: 28px; }
.infoboxtopright { background:url(/infobox_top_right.png) top right no-repeat; height: 28px;}
.infoboxleft { background:url(/infobox_left.png) repeat-y; }
.infoboxright { background:url(/infobox_right.png) top right repeat-y; }
.infoboxbottomleft { background:url(/infobox_bottom_left.png) no-repeat; height: 33px; }
.infoboxbottomright { background:url(/infobox_bottom_right.png) top right no-repeat; height: 33px;}

.infoboxright li {
  padding-top: 0.25em;
  padding-bottom: 0.25em;
}

.infoboxtopright h4 {
  padding-left: 1em;
  position: relative;
  top: -0.25em;
}

.infoboxright div {
  padding-left: 30px;
  padding-right: 30px;
}

a img {
  border: 0px none #000;
}

#content a img {
  margin-right: 20px;
}

#content a img.nopad {
  margin-right: 0px;
}

img.centerimg {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

#navtop-wrapper {
  background-color: #9fadae;
  height: 40px;
  position: absolute;
  bottom: 0px;
  left: 140px;
  width: 820px;
  z-index: 100;
}

.loginheader {
  height: 40px;
  line-height: 40px;
  position: absolute;
  right: 10px;
  color: #fff;
}

.loginheader a {
  color: #fff;
}

.navtop {
  font-weight: bold;
  color: #fff;
  font-size: 1em;
  height: 40px;
  position: absolute;
  line-height: 40px;
/*  top: 50%;
  height: 1em;
  margin-top: -0.5em;
  padding-left: 20px;*/
}

.navtop a {
  color: #fff;
}

.navtop a:hover {
  color: #fff;
  text-decoration: none;
}

.navtop a:visited {
  color: #fff;
}

.navtop .advmenu ul {
  line-height: 1em;
  display: none;
  list-style: none;
}

.navtop .advmenu li {
}

.navtop li.list0  {
  display: block;
  float: left;
  position: relative;
}

.navtop li.list0 a {
  padding-left: 10px;
  padding-right: 10px;
}

.navtop li.list0 a:hover {
  background-color: #c0c7bf;
}

.navtop .advmenu li a {
  display: block;
}

.navtop .advmenu li .menuarrow {
  float: right;
}

.navtop ul.level1 {
  position: absolute;
  left: 2px;
  top: 40px;
  right: 2px;
  height: auto;
  white-space: nowrap;
  width: 130px;
}

.navtop ul.level2 {
  position: absolute;
  left: 130px;
  top: 0px;
  right: 2px;
  height: auto;
  white-space: nowrap;
  width: 130px;
}

.navtop li.list1, .navtop li.list2 {
  float: left;
  position: relative;
  display: block;
  height: 2em;
  background-color: #9FADAE;
  width: 130px;
  padding-left: 5px;
}

.navtop li.list1 a, .navtop li.list2 a{
  display: block;
  width: 115px;
  height: 1.5em;
  line-height: 1.5em;
  padding-left: 5px;
  padding-right: 5px;
}

.navtop .menuitem {
  display: inline;
  padding-left: 5px;
  padding-right: 5px;
  margin: 0px;
}

.navtop .menuitem a {
  color: #8caba5;
}

.navtop .menuitem a:hover {
  color: #fff;
  text-decoration: underline;
}

.navtop .menuitem a:visited {
  color: #fff;
}

fieldset {
  padding-left: 10px;
  padding-right: 10px;
  padding-bottom: 10px;
  margin-top: 10px;
  min-width: 250px;
}

#content .rendertable tr td
{
  padding: 0px;
  margin: 0px;
}

.renderrow td
{
  border-bottom: 1px solid #000;
  padding: 0px;
  margin: 0px;
}

.renderrow
{
  height: 0.5em;
  margin-bottom: 1em;
}
.renderheader
{
  width: 8em;
  padding: 0px;
  margin: 0px;
  font-weight: bold;
  font-size: 110%;
}

/* Curved Borders*/

#leftmenu .curved {
  width: 100%;
  margin-top: 10px;
}

#leftmenu .curved a {
  color: #4f798f;
}

.navtop .curved {
  position: relative;
  /*top: -1.5em;*/
  width: 7em;
  padding-top: 0.1em;
}

.curved {
  float: left;
  /*background: transparent;*/
  margin-right: 8px;
}

.curved a {
  text-decoration: none;
  font-weight: bold;
  color: #000;
}

.curved h1, .curved p {
  margin:0 10px;
}

.curved h1 {
  font-size:2em; 
  color:#fff;
}

.curved p {
  padding-bottom:0.5em;
}

.curved .b1, .curved .b2, .curved .b3, .curved .b4 {
  display:block; 
  overflow:hidden; 
  height:1px; 
  font-size:1px;
  background:#fff;
  border-left:1px solid #000; 
  border-right:1px solid #000;
}

.curved .b1 {
  margin:0 4px; 
  background:#000;
}

.curved .b2 {
  margin:0 3px; 
}

.curved .b3 {
  margin:0 2px; 
}

.curved .b4 {
  margin:0 1px; 
  height:2px;
}

.curved .boxcontent {
  display:block; 
  background:#fff;
  border:0 solid #000; 
  border-width:0 1px;
  text-align: center;
  padding-right: 10px;
  padding-left: 10px;
}

/*Accounts page*/
#accountleftbar {
  float:left;
  width: 120px;
  text-align: center;
  padding-top: 2em;
}

#accountleftbar span {
  background-color: #ddd;
  padding-top: 0.2em;
  padding-bottom: 0.2em;
  margin-top: 0.1em;
  margin-top: 0.1em;
  display: block;
}

#accountnavtop {
  height: 3em;
  background-color: #C7D4DF;
  margin-top: -10px;
  padding-left: 20px;
}

#accountmenu span {
  padding-right: 5px;
  margin-left: -10px;
  margin-top: 0.5em;
  border-bottom: #626365 solid 5px;
  text-align: right;
  max-width: 210px;
  display: block;
  font-size: 120%;
  font-weight: bold;
/*  float: left;*/
}

#accountmenu a {
  color: #8caba5;
}

#accountmenu a:visited {
  color: #8caba5;
}

#accountmenu a:hover {
  text-decoration: none;
}

#accountmenu a:hover span {
  color: #00adee;
  border-bottom: #00adee solid 5px;
}

#accountcontent {
  padding-top: 0.5em;
  /*clear: both;*/
  /*margin-left: 150px;*/
}

.actions h4 {
}

.actions span {
}

/*Menus*/
ul.menu-level-1 {
  list-style: none;
  z-index: 1000;
}

ul.menu-level-1 li ul { 
  clear: left;  
  list-style: none; 
  display: none;
}

ul.menu-level-1 li ul li {
  border-top: 1px #000 solid;
  border-right: 1px #000 solid;
  border-left: 1px #000 solid;
  overflow: hidden;
  background: #fff;
  vertical-align: middle;
}

ul.menu-level-1 li ul li span {
  padding-left: 0.5em;
  padding-top: 0.3em;
  /*padding-bottom: 0.3em;*/
  border: 0px #000 none;
  display: block;
}

ul.menu-level-1 li ul li a:hover span {
  text-decoration: underline;
  color: #89BA87;
}

ul.menu-level-1 li:hover ul {
  display: block;
}

/*Portfolio items*/
#content .portfolioitem {
  text-align: center;
  padding-top: 10px;
  padding-bottom: 10px;
  min-width: 300px;
  min-height: 300px;
}

#content .portfolioitem p {
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
}

#contentleft .portfolioitem {
  text-align: center;
  padding-top: 10px;
  padding-bottom: 10px;
  min-width: 175px;
  min-height: 175px;
  font-size: 90%;
}

#contentleft .portfolioitem p {
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
  font-size: 70%;
}

#contentleft .portfolioitem img {
  width: 175px;
}

#portfolio p {
  padding-top: 5px;
  padding-bottom: 5px;
}

#portfolio table {
  border-collapse:collapse;
}

#portfolio table td {
  border: 1px dashed #777;
}

/*Quote box*/
.quotebox {
  margin: 15px;
  border-bottom: 1px dotted #000; 
  border-top: 1px dotted #000;
  text-align: center;
}

.quotebox h5 {
  font-size: 150%; 
  font-style: italic;
}

/*Checkbox list*/
ul.bluecheck {
  list-style-type: none;
  padding: 0px;
  margin: 0px 0px 0px 20px;
}

ul.bluecheck li
{
  background-image: url(/lci-static/blue_button.png);
  background-repeat: no-repeat;
  background-position: 0px 0px;
  padding-left: 30px;
/*  min-height: 30px;*/
  padding-bottom: 10px;
}

ul.checklist {
  list-style-type: none;
  padding: 0px;
  margin: 0px;
}

ul.checklist li
{
  background-image: url(/check_16.jpg);
  background-repeat: no-repeat;
  background-position: 0px 0px;
  padding-left: 20px;
/*  min-height: 30px;*/
  padding-bottom: 10px;
}

ul.checklist ul.nocheck li
{
  background-image: none;
  padding-left: 0px;
/*  min-height: 30px;*/
  padding-bottom: 10px;
}

ul.checklistbig {
  list-style-type: none;
  padding: 0px;
  margin: 0px;
}

ul.checklistbig li
{
  background-image: url(/check_32.jpg);
  background-repeat: no-repeat;
  background-position: 0px 5px;
  padding-left: 35px;
  padding-top: 10px;
  padding-bottom: 10px;
  min-height: 36px;
}

.warningbox {
 border: 5px solid #f00;
}

/*IFrame content*/
#framewrapper {
  font-size: 90%;
  margin-top: 10px;
}
#framewrapper h3 {
  font-size: 140%;
  border-bottom: 5px solid #4f798f;
  color: #888;
  text-align: left;
}

/*help system*/
.help {
  display: none;
  position: absolute;
  background-color: #C7D4DF;
  border: 2px #000 solid;
  z-index: 20;
}

.helptrigger {
  display: inline;
  position: relative;
}

.helpicon {
  cursor: pointer;
}

/*Press Releases*/
#content .prtable {
  position: relative;
  clear: both;
  color: #888;
}

#content .prtable p {
  margin: 0px 10px 0px 10px;
  padding: 0px;
}

#content .prdate {
  clear: both;
  width: 120px;
  float: left;
}
#content .prtitleblock {
  float: left;
  width: 500px;
}

#content .prsep {
  clear: both;
  border-top: 1px #000 dotted;
}

sup {
  vertical-align: super;
  font-size: 75%;
}

/*Beta pages*/
.accountheader {
  position: relative;
  height: 75px;
  border-bottom: 5px solid #000;
  margin-bottom: 10px;
}

.accountheader h2 {
  position: absolute;
  left: 0px;
  top: 0px;
  text-align: center;
  width: 700px;
}

.announcement {
  margin: 5px;
  border: 5px solid #f00;
}

.annoucement p {
  margin-top: 5px;
  margin-bottom: 0px;
}

ul.headertabs {
  list-style-type: none;
  position: absolute;
  bottom: 0px;
  padding-left: 100px;
}

li.headertab {
  display: block;
  float: left;
  width: 100px;
  border: 1px solid #000;
  text-align: center;
  font-size: 175%;
  height: 1.25em;
  padding-top: 0.3em;
}

li.headertab a {
  display: block;
}

li.activetab {
  background-color: #ddd;
}

#main-wrapper .screenshots a img {
  border: none;
  margin: 8px;
  vertical-align: top;
}

table.rightalignheaders th {
  text-align: right;
}

table.rightalignheaders input {
  text-align: right;
}

table.pricing {
  border-collapse:collapse;
  text-align: center;
  margin-top: 5px;
  margin-bottom: 20px;
}

table.pricing, table.pricing th, table.pricing td {
  border: 1px solid #000;
  padding: 2px;
}

table.pricing th {
  background-color: #eee;
}

/*transparent indicator*/
/* disabled for now 
.showtrans {
  background-image: url('/transchecker.png');
  background-repeat: repeat;
}
*/
