/** General styles *************************************************/

body
{
  margin: 0px;
  font-family: Verdana;
}

h2
{
  font-size: 12px;
  font-weight: normal;
  color: #006B9C;
}

h3
{
  font-size: 12px;
  margin: 10px;
  color: #006B9C;
}

p
{
  font-size: 11px;
  text-align: justify;
}

.fsmall   { font-size: 10px; }
.fnormal  { font-size: 11px; }
li        { font-size: 11px; }

.italic   { font-style: italic; }
.bold     { font-weight: bold; }
.hand     { cursor: hand; cursor: pointer; }

.infomsg  { font-size: 10px; margin: 10px; }


/** Navigation styles **********************************************/

.btnsmall
{
  border: 1px solid black;
  padding: 0px 0px 0px 0px;
  text-align: center;
  width: 1px;
  font-size: 8px;
  font-family: Courier;
}


/** Hyperlink styles ***********************************************/

a:link, a:visited { text-decoration: none; color: black; }
a:hover { text-decoration: underline; color: black; }

a:link img, a:visited img { border-color: black; }
a:hover img { border-color: black; }


/** Category styles ************************************************/

.title
{
  font-size: 11px;
  font-weight: bold;
  padding-left: 7px;
  padding-right: 5px;
}

.subtitle
{
  font-size: 11px;
  padding-left: 5px;
  padding-right: 5px;
}


/** Picture list styles ********************************************/

.bgodd  { background-color: #EDEBD7; }
.bgeven { background-color: white; }

.bdrseperator  { border-bottom: 1px solid #2F4828; }


/** Picture detail styles ******************************************/

.label
{
  font-weight: bold;
  font-size: 11px;
  padding-top: 2px;
  vertical-align: top;
}

.value
{
  font-size: 11px;
}

.formatted
{
  font-family: verdana;
  font-size: 11px;
  width: 100%;
  border: 0px;
}


/** Debug styles ***************************************************/

.debug
{
  margin: 5px;
  padding: 2px;
  border: 1px solid black;
  font-size: 11px;
  font-weight: bold;
  width: 1px;
  cursor: hand;
  cursor: pointer;
}


/** Form styles ****************************************************/

.inputfielderror
{
  font-family: Verdana;
  font-size: 11px;
  border: 1px solid red;
  background-color: white;
  width: 100%;
}


/** Administration styles ******************************************/

.inputfield
{
  font-family: verdana;
  font-size: 11px;
  width: 100%;
}
