body
{
  margin: 0px;
  overflow-x: hidden;
}

h1, h2, h3, h4, h5, h6
{
  font-family: Trebuchet MS;
}

h1
{
  background-image: url('../images/logo.png');
  background-repeat: no-repeat;
  background-position: middle left;
  color: white;
  margin: 0px;
  display: inline;
  padding: 6px;
  padding-left: 64px;
  line-height: 128px;
  text-shadow: 1px 1px 2px #111;
  -webkit-user-select: none;
  -moz-user-select: none;
  cursor: default;
}

h2
{
  margin-top: 50px;
  line-height: 32px;
  background-repeat: no-repeat;
  padding-left: 46px;
  border-bottom: 1px solid #ddd;
  padding-bottom: 8px;
}

div, p, li, th, td
{
  line-height: 180%;
  font-size: 95%;
  font-family: Lucida Grande, Tahoma;
}

p
{
  margin: 10px;
}

img
{
  border: 0px;
}

div#header
{
  background-image: url('../images/header.png');
  background-image: -webkit-gradient(linear, left top, left bottom, from(#003366), to(#225588));
  background-image: -moz-linear-gradient(left top, left bottom, from(#003366), to(#225588));
  text-align: center;
  /* height: 570px; */
  padding-right: 30px;
  padding-left: 30px;
  border-bottom: 1px solid #222;
  -webkit-box-shadow: 0px 0px 8px #333;
  -moz-box-shadow: 0px 0px 8px #333;
}

div#main
{
  margin: 50px;
}

table#options
{
  border: 1px solid #aaa;
  width: 100%;
  border-collapse: collapse;
}

table#options td,
table#options th
{
  border: 1px solid #aaa;
  padding: 4px;
}

table#options th
{
  background-color: #efefef;
}

table#options tr.even
{
  background-color: #efefef;
}

ul#features,
ul#examples
{
  list-style: none;
  padding: 0px;
  margin: 0px;
}

ul#features li,
ul#examples li
{
  margin: 10px;
}

div#adsense
{
  margin-left: auto;
  margin-right: auto;
  width: 728px;
  margin-top: 40px;
}

div#advertisement
{
  background-color: #ccddee;
  margin-top: 50px;
  margin-bottom: 50px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
}

div#advertisement table#books
{
  width: 100%;
  border-spacing: 10px;
}

div#advertisement table#books td
{
  margin-left: 5px;
  margin-right: 5px;
  padding: 10px;
  width: 25%;
  background-color: #ddeeff;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  text-align: center;
}

div#advertisement table#books td:hover
{
  background-color: #eeffff;
  cursor: pointer;
}









p#summary
{
  color: white;
  margin: 0;
  text-align: left;
  padding-top: 300px;
  font-size: 10pt !important;
  line-height: 225%;
  text-shadow: 1px 1px 0px #333;
  font-weight: normal;
  margin: 30px;
}

/* Example */

div#matrixView
{
  position: absolute;
  left: 30px;
  top: 128px;
  right: 30px;
  height: 310px;
  background-color: rgba(255,255,255, 0.85);
  overflow: auto;
  -webkit-box-shadow: 0px 0px 5px #222;
  -moz-box-shadow: 0px 0px 5px #222;
	-webkit-user-select: none;
	-moz-user-select: none;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	overflow: hidden;
	cursor: default;
}

div#matrixView ul
{
  margin: 10px;
  padding: 0px;
  list-style: none;
}

div#matrixView ul li
{
  float: left;
  margin: 0px;
  padding: 10px;
  width: 96px;
  font-size: 85%;
  min-height: 128px;
}

div#matrixView ul li img
{
  padding: 8px;
}

div#matrixView ul li:active,
div#matrixView ul li.selected
{
}

div#matrixView ul li.selected img {
  background-color: #6daef3;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
}

div#statusBar
{
  position: absolute;
  top: 413px;
  left: 30px;
  right: 30px;
  padding: 2px 10px 2px 10px;
  background-color: rgba(255,255,255,0.5);
  border-top: 1px solid #fff;
  color: #aaa;
  font-size: 8pt;
  -webkit-border-bottom-left-radius: 3px;
  -webkit-border-bottom-right-radius: 3px;
  -moz-border-radius-bottomleft: 3px;
  -moz-border-radius-bottomright: 3px;
  -webkit-user-select: none;
  -moz-user-select: none;
  cursor: default;
}

div#infoHeader
{
  background-color: #efefef;
  border-bottom: 1px solid #ddd;
  padding: 10px;
}

div#infoHeader h1 {
  margin: 0px 0px 10px 0px;
  font-size: 135%;
  font-family: Trebuchet MS, Tahoma, sans-serif;
}

div#infoHeader p {
  margin: 0px;
}

div#selectionArea {
  background-color: #336699;
  border: 1px solid black;
  opacity: 0.25;
  height: 0px;
  width: 0px;
  top: 0px;
  left: 0px;
  position: absolute;
}

p#calendarview {
  position: absolute;
  left: 0px;
  top: 0px;
  color: #ccc;
  font-size: 10px;
  background-color: rgba(255,255,255,0.15);
  margin: 0;
  padding: 3px 8px;
  -webkit-border-bottom-right-radius: 3px;
  cursor: pointer;
}

p#calendarview a {
  color: #ccc;
  text-decoration: none;
}

p#calendarview:hover {
  color: white;
}

p#calendarview:hover a {
  text-decoration: underline;
  color: white;
}
