/*
    This Stylesheet defines Tags, IDs and Classes which
    in the Public and Administration Section are required
*/

*
{
  padding: 0;
  margin: 0;
}

ul
{
  margin: 5px 0;
  padding: 0 0 0 15px;
  border: 0;
}

ol
{
  margin: 5px 0;
  padding: 0 0 0 30px;
  border: 0;
}

li
{
  margin: 0;
  padding: 0;
  border: 0;
}

img
{
  border: 0;
}

table
{
  font-size: 1em;
}

input, textarea
{
  background-color: #FFF;
  color: #000;
  
  border: 1px solid #CCC;
  padding: 1px;
  margin-top: 2px;
  
  font-size: inherit;
  font-family: inherit;
}

textarea, input[type=password], input[type=text], input[type=submit], input[type=reset], select
{
  width: 200px;
}

input[type=submit]
{
  color: #03F;
  background-color: #FFF;
  cursor: pointer;
}

.border
{
  border: 1px solid #03F;
}

/*
    Hyperlinks
*/
a:link
{
  color: #03F;
  background-color: inherit;
  text-decoration: underline;
  cursor: pointer;
}

a:visited
{
  color: #03F;
  background-color: inherit;
  text-decoration: underline;
  cursor: pointer;
}

a:hover
{
  color: #000;
  background-color: inherit;
  text-decoration: none;
}

#leftNavigation a:link, #leftNavigation a:visited, #breadcrumbs a:link, #breadcrumbs a:visited
{
  background-color: inherit;
  color: #FFF;
  text-decoration: none;
  line-height: 1.3em;
}

/*
    Some Special Tags
*/
blockquote
{
  border-left: 2px solid #03F;
  margin: 10px 0 10px 15px;
  padding: 5px;
}

address
{
  font-style: italic;
  font-family: inherit;
  padding: 0;
  margin: 0;
  border: 0;
}

dfn, .explanation, acronym, abbr
{
  cursor: default;
  font-style: italic;
  border-bottom: 1px dotted #03F;
}

a.explanation
{
  cursor: pointer;
}

/*
    Headlines
*/
h1
{
  font-size: 1.2em;
  margin: 10px 0 5px;
  color: #03F;
  background-color: inherit;
  border-bottom: 1px solid #03F;
}

h2
{
  font-size: 1.1em;
  margin: 10px 0 5px 0;
}

h3
{
  font-size: 1em;
  margin: 5px 0 2px;
}

h4
{
  font-size: 0.9em;
  margin: 0;
}

h5
{
  font-size: 0.9em;
  margin: 5px 0 0;
  font-weight: normal;
  font-style: italic;
}

h6
{
  font-size: 0.7em;
  margin: 5px 0 0;
}

/*
    Classes
*/
.footer
{
  border-top: 1px solid #BBB;
  font-size: 0.7em;
  margin: 15px 0 0;
  padding: 3px 0 0 7px;
}

.boxHead
{
  width: 145px;
  margin: 0;
  border: solid 1px #BBB;
  padding: 3px 3px 3px 10px;
  font-weight: bold;
}

.boxContent
{
  width: 152px;
  margin: 0 0 5px 0;
  border-width: 0 1px 1px 1px;
  border-color: #BBB;
  border-style: solid;
  padding: 3px;
  font-size: 0.9em;
}

.message
{
  text-align: center;
  font-weight: bold;
  border: 1px dotted #03F;
  font-size: 0.9em;
  margin-bottom: 15px;
}

.hcol
{
  float: left;
  font-weight: bold;
  line-height: 1.8em;
  width: 240px;
}

.ccol
{
  margin-left: 245px;
  line-height: 1.8em;
}
