/***** Layout *****/
body
{
  margin: 0;
  padding: 0;
  min-width: 1000px;
}

/**html body
{
    width: 1000px;
}*/

#head #top-menu
{
  clear: both;
}

#head #top-menu li
{
  display: inline;
}

#content
{
  width: 100%;
  overflow: hidden;
}

#content #menu
{
  float: left;
  width: 205px;
}

#content #main
{
  padding: 5px;
  margin-left: 212px;
  height: 1%;
}

#foot
{
  clear: both;
}

/***** Colors *****/

body 
{
  background: #000;
  color: rgb(153, 204, 255);
}

a 
{
  color: rgb(153, 204, 255);
  font-weight: bold;
}

a:hover 
{
  text-decoration: underline;
}

th, td
{
  background-color: rgb(37, 67, 96);
  border: 1px solid rgb(51, 102, 153);
}

thead th, tbody td.top
{
  color: white;
}

tbody td.top
{
  background-color: black;
  border: none;
}

h2
{
  color: white;
}


#head
{
  background: rgb(42, 93, 144) no-repeat;
}

#head a, #menu a, #foot, #foot a
{
  color: #fff;
  text-decoration: none;
}

#head p
{
  color: rgb(186, 216, 246);
}

#head #top-menu
{
  background: url("../images/top-menu.gif") repeat-x;
  border-top: solid 2px white;
  border-bottom: solid 2px white;
}

#foot
{
  background: url("../images/bottommenu.gif") repeat-x;
  border-top: solid 2px white;
  border-bottom: solid 2px white;
}

* html #head #top-menu
{
  background-position: 0 2px;
}

/*html>body #head #top-menu :hover
{
  background: rgb(42, 93, 144);
}*/

#head #top-menu a:hover
{
  text-decoration: underline;
}

#content #menu 
{
  background: rgb(29, 55, 80);
  border-right: 2px solid white;
}

#content #menu span
{
  background-image: url("../images/left-middle.gif");
  background-repeat: repeat-x;
}

#content #menu span.top
{
  background-image: url("../images/left-top.gif");
  background-repeat: repeat-x;
}

#content #menu span.bottom
{
  background-image: url("../images/left-bottom.gif");
  background-repeat: repeat-x;
}

#content #menu p
{
  background: rgb(29, 55, 80);
  border-top: solid 2px white;
  border-bottom: solid 2px white;
}

#content #menu p a:hover
{
  color: #D0D0FF;
}

#content .line
{
  background: url("../images/top.gif") repeat-x;
}

/***** Fonts *****/
body
{
  font-family: Verdana, Sans-Serif;
  font-size: 13px;
}

h2
{
  font-size: 14px;
  text-align: center;
}

h3
{
  font-size: 13px;
  text-align: center;
}

a 
{
  text-decoration: none;
}

th, td.top
{
  font-weight: bold;
}

th
{
  text-align: center;
}

input, select, textarea
{
  border: 2px solid gray;
}

#head p, #head #top-menu, #foot
{
  text-align: right;
}

#head #top-menu li
{
  font-size: 12px;
  font-weight: bold;
}

#content #menu p
{
  text-align: center;
  font-weight: bold;
}

#foot
{
  font-size: 12px;
}

/***** Misc *****/

ol li, ul li
{
  padding: 1px;
}

input
{
  height: 18px;
  width: 500px;
}

textarea
{
  width: 500px;
  height: 200px;
}

#head p
{
  margin: 0;
  padding: 10px 10px 10px 20px;
  float: right;
  height: 124px;
}

* html #head p
{
    padding-bottom: 6px;
}

#head #top-menu 
{
  margin: 0;
  padding: 2px 0;
}

* html #head #top-menu
{
  padding: 1px 0 2px 0;
}

#head #top-menu li
{
  padding: 3px 25px;
}

#content #menu 
{
  padding-bottom: 20000px;
  margin-bottom: -20000px;
}

#content #menu p
{
  margin: 0;
  padding: 15px 0 15px 0;
}

#content #menu span
{
  display: block;
  height: 15px;
}

#content #menu span.top
{
  height: 76px;
}

#content #menu span.bottom
{
  height: 40px;
}

#content .line
{
  margin: 0;
  padding: 0;
  height: 40px;
}

#content #main ol, #content #main ul
{
  margin-left: 12px;
  padding-left: 12px;
}

fieldset
{
  width: 100%;	
  margin: 10px 0;
  padding: 10px 0;
  border: none;
}

fieldset label
{
  color: #fff;
  float: left;
  width: 100%;
  padding: 5px 0;
  clear: both;
  height: 1%;
    vertical-align: top;
}

fieldset label span
{
  display: block;
  color: #fff;
  margin-left: 210px;
  height: 1%;
    vertical-align: top;
}

fieldset label strong
{	
  width: 200px;
  text-align: right;
  margin-right: 10px;
  float: left;
    vertical-align: top;
}

fieldset p.submit
{
  padding-left: 210px;
  clear: both;
}

* html fieldset p.submit
{
  padding-left: 213px;
}

fieldset p.submit input
{
  border: 2px solid gray;
  width: 200px;
  height: 22px;
  font-weight: bold;
  background: #eed;
  color: black;
}

ul.pages
{
    margin: 0;
    padding-left: 200px;
    position: relative;
    left: 100px;
    font-weight: bold;
}

ul.pages li
{
    display: inline;
}

ul.pages a
{
    text-decoration: underline;
}

#foot
{
    text-align: center;
    padding: 2px;
}

.form_error {
  margin-left: 210px;
  margin-bottom: 10px;
  color: #FF0000;
}

#recaptcha_widget_div {
  clear: both;
  margin-left: 210px;
}
