/***********************************************/
/* Page style                                  */
/***********************************************/

body {
  height: 100%;
  background-image: url(/media/bg.jpg);
  font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
  font-size: 12px;
}

img {
  border: 0;
}

a {
  color: #333333;
  text-decoration: none;
}

a:link {
  color: #333333;
  text-decoration: none;
}

a:visited {
  color: #333333;
  text-decoration: none;
}

a:hover {
  color: #333333;
  text-decoration: underline;
}

input, textarea {
  font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
  font-size: 100%;
}


/***********************************************/
/* Layout Divs                                 */
/***********************************************/

#page {
  width:      922px;
  margin:     0px auto;
  padding:    0px;
  border:     1px solid #cccccc;
  background: white;
}

#masthead {
  float:   left;
  width:   100%;
  height:  160px;
  margin:  0;
  padding: 0;
}

#navBar {
  float:         right;
  width:         100%;
  border-top:    1px solid #cccccc;
  border-bottom: 1px solid #cccccc;
  background:    #F4F7FB;
}

#leftBar {
  float:     left;
  width:     20%;
  padding:   1em;
}

#content {
  float:       left;
  width:       650px;
  margin:      0px;
  padding:     1em;
  background:  #ffffff;
  border-left: 1px solid #cccccc;
}

#siteInfo {
  clear:      both;
  width:      100%;
  border-top: 1px solid #cccccc;
}

/***********************************************/
/* masthead layout                             */
/***********************************************/

.mastheading {
  margin: 0;
  font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
  font-size: 24px;
}

/***********************************************/
/* navBar layout                               */
/***********************************************/

#navBar p {
  float:  left;
  margin: 0;
  font-family: Courier New, Courier, mono;
  font-size:   12px;
  font-weight: bolder;
  color:       #0000cc;
}

#navBar ul {
  list-style: none;
  float:      right;
  margin:     0;
}

#navBar li {
  display: inline;
  float:   left;
  margin:  0;
}

#navBar li a.tabs {
  float:           left;
/*  text-decoration: none; */
}

#navBar li a.tabs:hover {
/*  text-decoration: underline; */
}

#navBar li a.tabs span {
  float:   left;
  padding: 0px 5px 0px 5px;
}

#navBar li a.tabs:hover span {
}

/***********************************************/
/* leftBar layout                               */
/***********************************************/

.leftBar {
 width:      200px;
 margin:     20px 5px 10px 0px;
 padding:    0px 0px 0px 20px;
 background: #ffffff;
 font-size:  1.0em;
 text-align: left;
}

.leftBar h4 {
 margin:        20px 15px 0px 0px;
 padding:       5px 10px;
 border-bottom: 1px dashed #0600B3;
 border-left:   5px solid #0600B3;
 background:    url(http://img511.imageshack.us/img511/8215/imgphpog5.png) repeat;
 color:         #0600B3;
 font:          bold 1.0em 'arial', sans-serif;
 text-align:    left;
}

.leftBar ul {
 list-style: none;
 width:      185px;
}

.leftBar p {
 padding: 3px 0px 3px 15px;
}

.leftBar li {
 line-height: 0;
}

.leftBar li a {
 display:         block;
 line-height:     normal;
 padding:         3px 0px 3px 15px;
 border-bottom:   1px dashed #999999;
 background:      #ffffff;
 color:           #999999;
 font-size:       1.0em;
 text-align:      left;
 text-decoration: none;
}

.leftBar li a:hover {
 border-bottom: 1px dashed #0600B3;
 background:    #efefef;
 color:         #0600B3;
}

/***********************************************/
/* content layout                             */
/***********************************************/

.outertab {
  border-width:     1px;
  border-collapse:  collapse;
}

.outertab th {
  border-width:     1px;
  padding:          3px;
  border-style:     inset;
  border-color:     gray;
  color:            white;
  background-color: blue;
  font-weight:      bold;
  font-size:        120%;
}

.outertab td {
  border-width:     1px;
  padding:          0px;
  border-style:     inset;
}

.tab {
  border-width:     1px;
  border-spacing:   0px;
  border-style:     outset;
  border-color:     gray;
  border-collapse:  collapse;
  background-color: white;
}

.tab th {
  border-width:     1px;
  padding:          3px;
  border-style:     inset;
  border-color:     gray;
  color:            white;
  background-color: blue;
  font-weight:      bold;
  font-size:        120%;
}

.tab td {
  border-width:     1px;
  padding:          1px;
  border-style:     inset;
  border-color:     gray;
}

.tab a:hover {
  background: yellow;
}

tr.tr0 td {
  background-color: #dddddd;
}

tr.tr1 td {
  background-color: white;
}

.list {
  border-width:     1px;
  border-spacing:   0px;
  border-style:     outset;
  border-color:     gray;
  border-collapse:  collapse;
  background-color: white;
}

.list th {
  border-width:     0px;
  padding:          3px;
  border-style:     inset;
  border-color:     gray;
  color:            white;
  background-color: blue;
  font-weight:      bold;
  font-size:        120%;
}

.list td {
  border-width:     0px;
  padding:          1px;
  border-style:     inset;
  border-color:     gray;
}

/* Tiny almost invisible counter for the remaining characters and columns in a textarea */

.counter {
    font-family: "Courier New", Courier, mono;
    font-size:   8px;
    border:      none;
}

.errmsg {
  font-family: Courier New, Courier, mono;
  font-size:   12px;
  font-weight: bolder;
  color:       #CC0000;
}

#copyright {
  clear:      both;
  text-align: center;
  font-size:  75%;
  color:      #aaaaaa;
  padding:    0px;
}
