/* 
Document   : style
Created on : 30-Jan-2009, 11:20:42
Author     : ivan
Description:
Purpose of the stylesheet follows.
*/

/* 
TODO customize this sample style
Syntax recommendation http://www.w3.org/TR/REC-CSS2/
*/

root { 
  display: block;
}

body {    
  font-family: verdana, arial, helvetica, sans-serif;
  width: 900px;
  margin-left: auto;
  margin-right: auto;
  font-size: smaller;
}

td {
  vertical-align: top;
}

a.menu {
  color: white;
  background-color: black;
  font-weight: bold;
  padding-left: 10px;
  padding-right: 10px;
}

.content {
  background-image: url(images/background.jpg);
  background-position: top center;
  background-repeat: no-repeat;
}

.heading {
  font-weight: bold;
  font-variant: small-caps;
  padding-bottom: 0px;
  margin-bottom: 0px;
}

.title {
  margin: 2px;
}

.innerBox {
  margin-left: auto;
  margin-right: auto;
  padding: 10px;
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
  background-color: white;
}

.boxItem {
  font-size: smaller;
  border: groove 2px;
  padding: 20px;
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
  margin-bottom: 10px;
}

.boxItemTitle {
  margin-top: 0px;
  padding-top: 0px;
}

.trans2 {
  padding: 15px;
  background-color: white;
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-opacity:0.7;
  -khtml-opacity: 0.7;
}

