/*****************************************************************************
scalable Inman Flash Replacement (sIFR) version 3.

Copyright 2006 – 2008 Mark Wubben, <http://novemberborn.net/>

Older versions:
* IFR by Shaun Inman
* sIFR 1.0 by Mike Davidson, Shaun Inman and Tomas Jogin
* sIFR 2.0 by Mike Davidson, Shaun Inman, Tomas Jogin and Mark Wubben

See also <http://novemberborn.net/sifr3> and <http://wiki.novemberborn.net/sifr3>.

This software is licensed and provided under the CC-GNU LGPL.
See <http://creativecommons.org/licenses/LGPL/2.1/>
*****************************************************************************/
.content-base h1, .content-base h2, .content-base h3, .content-base h4, .content-base h5 {
	padding:0px; margin:0px;
}

.generic-container
{
  margin: 0;
  padding: 15px 15px 30px 10px;  
}
.little-list
{
  list-style: none;
  margin: 5px 0 15px 5px;
  padding: 0;
}
.little-list li
{
  background:url(images/listarrow.gif) no-repeat left top;
  margin: 0;
  padding: 0px 0px 0px 15px;
  margin-bottom: 5px;
}
.little-list-alt
{
  list-style: none;
  margin: 5px 0 10px 5px;
  padding: 0;
}
.little-list-alt li
{
  background:url(images/listarrow2.gif) no-repeat left top;
  margin: 0;
  padding: 0px 0px 0px 15px;
  margin-bottom: 5px;
}
#props
{
  font-family: Arial, Helvetica;
  font-size: 9px;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  margin-top: 3px;
}
.textbox
{
  font-family: Arial, Helvetica;
  font-size: 12px;
  color: #404040;
  border: solid 1px #000000;
}
.form-labels
{
  font-family: Arial, Helvetica;
  font-size: 12px;
  font-weight: bold;
}
.form-text
{
  font-family: Arial, Helvetica;
  font-size: 12px;
}
.smallform-text
{
  font-family: Arial, Helvetica;
  font-size: 9px;
}
.simpleform-container
{
  padding: 0 0 5px 0px;
}
.simpleform-labels
{
  display: block;
  font-family: Arial, Helvetica;
  font-size: 12px;
  font-weight: bold;
  color: #000000;
  text-align: right;
  padding-right: 4px;
  padding-bottom: 2px;
  padding-top: 4px;
  float: left;
  white-space: nowrap;
}
.simpleform-text
{
  display: block;
  font-family: Arial, Helvetica;
  font-size: 12px;
  color: #000000;
  text-align: left;
  padding-bottom: 2px;
  padding-top: 2px;
  width: auto;
  float: left;
  white-space: nowrap;
}
.error-val-text
{
  font-family: Verdana, Tahoma, Arial;
  font-size: 10px;
  color: #880000;
}
.watermarked 
{
  font-family: Arial, Helvetica;
  font-size: 12px;
	height: 16px;
	width: 205px;
	padding: 1px 0 0px 2px;
	border: 1px solid #bebebe;
	background-color:#f0f8ff;
	color:gray;
}
.watermarked-large
{
  font-family: Arial, Helvetica;
  font-size: 12px;
	height: 100px;
	width: 205px;
	padding:1px 0 1px 2px;
	border:1px solid #bebebe;
	background-color:#f0f8ff;
	color:gray;
}
.right-float-image
{
  float: right;
  margin: 0 5px 5px 10px;
  /*border: solid 1px #000000;*/
}
.left-float-image
{
  float: left;
  margin: 0 10px 5px 5px;
  /*border: solid 1px #000000;*/
}
.topnav-images
{
  border: 0;
  padding: 0;
  margin: 0;
  float: left;
  display: block;
}
ul
{
  list-style: none;
}
.right-container
{
  margin: 0;
  padding: 0 5px 10px 20px;
}
div.line 
{
  border: 0;
  border-top: solid 3px #002f51;
  margin: 10px 0 10px 0;
}
