* {
  font-family: Arial;
  font-size: 12px;
  color: rgb(116,116,116);
}
html, body {
  margin: 0px;
  padding: 0px;
  height: 100%;
}
a img {
  border: none;
}
h1, h1 span[title] {
  color: rgb(242,43,46);
  font-size: 18px;
}
h1.a8punchline {
	margin: 20px 0px 20px 0px;
	font-size: 18px;
	font-weight: normal;
	color: rgb(84, 126, 150);
	text-align: center;
}
h2, h2 span[title] {
  color: rgb(200,0,0);
  font-size: 16px;
}
h3, h3 span[title] {
  color: rgb(100,0,0);
  font-size: 13px;
}
input[type="submit"] {
  color: black;
}
code {
	font-family: monospace;
	color: rgb(50,50,50);
	background: rgb(230,230,230);
}
dt {
	font-weight: bold;
}
dd {
	margin-left: 30px;
	margin-bottom: 5px;
}

.a8outside {
	background-color: rgb(240,240,240);
  background-image: url("media/ci/bg.jpg");
  background-position: bottom;
  background-repeat: repeat-x;
}


.a8prefix, .a8prefix span[title] {
  font-size: smaller;
  color: rgb(127, 135, 138);
}


.a8titlebar {
  width: 770px;
  height: 104px;
  vertical-align: top;
  background: url('media/ci/titlebar.jpg');
  background-repeat: no-repeat;
}

.a8titlebar .a8ticker {
  text-align: right;
  padding-top: 40px;
  margin-right: 100px;
  cursor: pointer;
}
.a8titlebar .a8ticker .a8title {
  color: white;
	font-size: 20px;
	font-weight: bold;
}
.a8titlebar .a8ticker .a8description {
  color: white;
	font-size: 14px;
  font-weight: bold;
}


.a8menubar {
  width: 770px;
  height: 29px;
}
.a8mainmenu {
  margin-left: 220px;
  margin-right: 20px;
}
.a8mainmenu .a8mainmenuitem {
  text-align: center;
  cursor: pointer;
}
.a8mainmenu .a8mainmenuitem a, .a8mainmenu .a8mainmenuitem a span[title] {
  font-size: 14px;
  font-weight: bold;
  text-decoration: none;
}
.a8mainmenu .a8mainmenuitem a:hover {
  color: rgb(242,43,46);
}
.a8mainmenu .a8mainmenuitem[a8selected="true"] a, .a8mainmenu .a8mainmenuitem[a8selected="true"] a span[title] {
  color: black;
}
.a8mainmenu .a8mainmenuitem[a8selected="true"] a:hover {
  color: black;
}


.a8submenubar {
  height: 32px;
  background-image: url('media/ci/submenubar.jpg');
  background-repeat: no-repeat;
  padding-left: 30px;
}
.a8submenubaritems {
  width: 710px;
}
.a8submenubaritems a {
  color: rgb(110,110,110);
  font-size: 13px;
  font-weight: bold;
  text-decoration: none;
  margin-right: 20px;
}
.a8submenubaritems a:hover {
  color: rgb(242,43,46);
}
.a8submenubaritems a[a8selected="true"] {
  color: black;
}
.a8submenubaritems a[a8selected="true"]:hover {
  color: rgb(239, 43, 47);
}


.a8contentbar {
  width: 770px;
  background-image: url('media/ci/contentbar.jpg');
  background-repeat: repeat-y;
  vertical-align: top;
}
.a8contentbar .a8contentarea {
  margin-top: 10px;
  margin-left: 30px;
  margin-right: 30px;
}


.a8contenttable {
  width: 702px;
}
.a8contentwide {
  width: 488px;
  vertical-align: top;
}
.a8contentnarrow {
  width: 188px;
  vertical-align: top;
}
.a8contentspacer {
  width: 26px;
}


.a8grayframe {
  width: 488px;
}
.a8grayframe .a8grayframecontent {
  background: rgb(235,235,235);
  padding-left: 10px;
  padding-right: 10px;
}
.a8grayframe .a8grayframecontent p, .a8grayframe .a8grayframecontent ul {
  margin-top: 0px;
  margin-bottom: 0px;
  color: rgb(90,90,90);
}

.a8blueframe {
  width: 188px;
}
.a8blueframe .a8blueframecontent {
  background: rgb(228,238,246);
  padding-left: 10px;
  padding-right: 10px;
}
.a8blueframe .a8blueframecontent h1, .a8blueframe .a8blueframecontent h1 span[title] {
  font-size: 14px;
  font-weight: bold;
  margin-top: 0px;
  text-align: center;
}
.a8blueframe .a8blueframecontent p {
  margin: 0px;
  padding-bottom: 5px;
}


.a8datatable {
}
.a8datatable th {
  color: rgb(170,170,170);
  font-weight: normal;
}
.a8datatable th[scope="row"] {
  text-align: left;
}


.a8formtable {
}
.a8formtable th {
  color: rgb(100,100,100);
  font-weight: normal;
}
.a8formtable th[scope="row"] {
  text-align: right;
  vertical-align: top;
  padding-right: 10px;
}


.a8codeSnippet {
  font-family: monospace;
  white-space: pre;
  background: rgb(245,245,245);
  border: 1px solid rgb(200,200,200);
  padding: 7px;
  margin: 10px;
  margin-left: 20px;
  width: 650px;
  overflow: auto;
}


.a8quote {
  color: rgb(144, 172, 194);
  font-weight: bold;
  font-size: 14px;
  font-style: italic;
  line-height: 20px;
}
.a8quote .a8author {
  text-align: right;
  font-weight: normal;
  font-style: normal;
}


.a8message {
  margin: 10px;
  padding: 10px;
  border: 3px solid red;
  color: red;
  font-weight: bold;
  text-align: center;
}


.a8new {
  color: rgb(242, 43, 46);
  font-weight: bold;
}

.a8tiny, .a8tiny a {
	font-size: 9px;
}


.a8solutions .a8solution {
  padding: 5px;
  cursor: pointer;
  -moz-border-radius: 10px;
  border-radius: 10px;
}
.a8solutions .a8solution:hover {
  background-color: rgb(211, 227, 240);
  background-image: url("media/ci/glare.png");
  background-position: top;
  background-repeat: repeat-x;
}
.a8solutions .a8solution .a8solutionLogo {
	padding-right: 20px;
}
.a8solutions .a8solution .a8title {
  font-size: 25px;
  font-weight: bold;
  color: rgb(242,43,46);
  text-decoration: none;
}
.a8solutions .a8solution .a8subtitle {
  color: rgb(242,43,46);
  font-weight: bold;
  padding-left: 10px;
}
.a8solutions .a8solution .a8description {
  margin-left: 20px;
}


.a8products .a8product {
  padding: 5px;
  cursor: pointer;
  -moz-border-radius: 10px;
  border-radius: 10px;
}
.a8products .a8product:hover {
  background-color: rgb(211, 227, 240);
  background-image: url("media/ci/glare.png");
  background-position: top;
  background-repeat: repeat-x;
}
.a8products .a8product table.a8title td {
  vertical-align: bottom;
}
.a8products .a8product .a8title {
  font-size: 25px;
  font-weight: bold;
  color: rgb(242,43,46);
  text-decoration: none;
  padding-left: 10px;
}
.a8products .a8product .a8subtitle {
  color: rgb(242,43,46);
  font-weight: bold;
  padding-left: 10px;
}
.a8products .a8product .a8description {
  margin-left: 20px;
}


.a8productTitle, a8productTitle span[title] {
  margin-right: 20px;
  font-size: 40px;
  font-weight: bold;
  color: rgb(242,43,46);
}


ul.a8spacedlist, ol.a8spacedlist {
  margin-top: 0px;
  margin-bottom: 0px;
}
ul.a8spacedlist li, ol.a8spacedlist li {
  margin-top: 4px;
}

ul.a8spacedlist2, ol.a8spacedlist2 {
  margin-top: 0px;
  margin-bottom: 0px;
}
ul.a8spacedlist2 li, ol.a8spacedlist2 li {
  margin-top: 8px;
}

ul.a8checklist {
  margin-top: 0px;
  margin-bottom: 0px;
  list-style-image: url("media/ci/checkmark.png");
}
ul.a8checklist > li {
  margin-top: 4px;
  margin-left: -15px;
}

ul.a8movielist {
  margin-top: 0px;
  margin-bottom: 0px;
  list-style-image: url("media/ci/movie.png");
}
ul.a8movielist > li {
  margin-top: 0px;
  margin-left: -5px;
}

ul.a8disclist {
  margin-top: 0px;
  margin-bottom: 0px;
  list-style-type: disc;
  list-style-image: none;
}
ul.a8disclist li {
  margin-top: 4px;
  margin-left: -15px;
}


.a8floatLeft {
  float: left;
  clear: left;
  margin-top: 5px;
  margin-bottom: 5px;
  margin-right: 15px;
}
.a8floatRight {
  float: right;
  clear: right;
  margin-top: 5px;
  margin-bottom: 5px;
  margin-left: 15px;
}


.a8tags { 
	text-align: center;
	background-color: rgb(235,235,235);
	font-size: 9px;
	color gray;
	padding: 5px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
.a8tags h1 {
	font-size: 12px;
	font-weight: bold;
	color: rgb(98, 142, 175);
	margin: 0px;
} 


.a8vtab {
  margin-top: 7px;
  margin-bottom: 7px;
  padding: 10px 30px 8px 8px;
  -moz-border-radius: 5px 0px 0px 5px;
  border-radius: 5px 0px 0px 5px;
  font-size: 12px;
  font-weight: bold;
  cursor: pointer;
}
.a8vtab:hover {
  background-color: rgb(225,225,225);
  background-image: url("../media/ci/vtab.png");
  background-position: right;
  background-repeat: repeat-y;
}
.a8vtab.selected {
  color: white;
  background-color: rgb(116, 168, 207);
  background-image: url("media/ci/vtab.png");
  background-position: right;
  background-repeat: repeat-y;
}

.a8slides {
  margin-top: 15px;
  margin-bottom: 15px;
  text-align: center;
  height: 220px;
}
.a8slides img {
  padding: 5px;
  border: 1px solid rgb(200,200,200);
}


table.a8productMatrix {
}
table.a8productMatrix th {
	font-weight: bold;
	font-size: 14px;
	padding: 5px;
	background: rgb(228, 238, 246);
	border-bottom: 1px solid rgb(155, 185, 207);
}
table.a8productMatrix th[scope="row"] {
	font-weight: bold;
	font-size: 12px;
	border-bottom: none;
	border-right: 1px solid rgb(155, 185, 207);
}
table.a8productMatrix td {
  text-align: center;
  padding: 5px;
  border-bottom: 1px solid rgb(235,235,255);
}
table.a8productMatrix td[scope="sum"] {
  font-weight: bold;
  font-size: 14px;
  border: none;
}


img.a8imgTooltip {
  position: absolute;
  border: 6px solid rgb(120,120,120);
  background-color: white;
  padding: 5px;
  border-radius: 5px;
}
img.a8imgTooltipThumb {
  border: 1px solid rgb(50,50,50);
  padding: 2px;
}


.a8bottombar {
  width: 770px;
  height: 235px;
  padding-left: 30px;
  padding-right: 50px;
  background-image: url('media/ci/bottombar.jpg'); 
  background-repeat: no-repeat;
  vertical-align: bottom;
}
.a8bottombar .a8copyright, .a8bottombar .a8copyright span[title] {
  text-align: center;
  font-size: 9px;
  color: rgb(160,160,160);
  margin-bottom: 70px;
}
.a8bottombar table.a8footerlinks {
  width: 100%;
  margin-left: 20px;
}
.a8bottombar table.a8footerlinks td {
  vertical-align: top;
}
.a8bottombar table.a8footerlinks td a, .a8bottombar table.a8footerlinks td a span[title] {
  text-decoration: none;
  color: rgb(140,140,140);
}
.a8bottombar table.a8footerlinks td a:hover {
  color: rgb(242,43,46);
}


.a8newsletterForm input[type="text"] {
	width: 200px;
}
