/*
 *  Standard styles
 */
html
{
  height: 100%;
}

body
{
  color: black;
  font-family: Verdana,"Lucida Sans Typewriter",Arial,Helvetica,sans-serif;
  font-size: 8pt;
  line-height:12pt;
  text-align: justify;
  margin: 0;
  padding: 0;
  height: 100%;
  background: #575;
}

a
{
  color: #070;
  border-bottom: 1px dashed;
  text-decoration: none;
}
a:link
{
  color: #070;
  text-decoration: none;
  border-bottom: 1px dashed;
}
a:visited
{
  color: #070;
  text-decoration: none;
  border-bottom: 1px dashed;
}
a:active
{
  color: #070;
  text-decoration: none;
  border-bottom: 1px dashed;
}
a:hover
{
  color: #070;
  text-decoration: underline;
  border-bottom: none;
}

img
{
	border: 0;
}

table.info
{
 	border-top: 1px solid #999;
  border-left: 1px solid #999;
  border-collapse: collapse;
 	width: 100%;
}
 
table.info td
{
  border-right: 1px solid #999;
  border-bottom: 1px solid #999;
  padding: 2px;
  text-align:left;
}

table.info th
{
 	background-color : #dcdcdc;
  border-right : 1px solid #999;
  border-bottom : 1px solid #999;
  text-align: left;
  padding: 2px;
}

/*
 *  IDs
 */
#page
{
  width: 600px;
  min-height: 100%;
  height: auto;
  _height: 100%;
  text-align: center;
  margin: 0 auto 0 auto;
  background-color: white;
  border-right: 1px solid #444;
  border-left: 1px solid #444;
}

#header
{
  text-align: left;
  background-image: url(/images/header.png);
  height: 116px;
}

#language
{
  float: right;
  padding-top: 5px;
  padding-right: 5px;
}

#site
{
  padding-top: 55px;
  padding-left: 30px;
  font-weight: bold;
  text-shadow: 0.2em 0.2em #555;
  color: #fc3;
}

#menu
{
  padding-top: 2px;
  padding-left: 20px;
  background-image: url(/images/menu.png);
  height: 18px;
}

#content
{
  padding-top: 20px;
  background-color: white;
}

#copyright
{
  clear: both;
  background-color: white;
  padding: 10px 20px 20px 20px;
}

/* Classes */
div.leftCol
{
  float: left;
  width: 350px;
  padding: 0px 20px 20px 20px;
	border-right: 1px dashed #999;
  background-color: white;
}

div.rightCol
{
  float: left;
  padding: 0px 10px 10px 10px;
  text-align: center;
  background-color: white;
}

div.singleCol
{
  clear: both;
  padding: 0px 20px 20px 20px;
  background-color: white;
}

div.companyColLeft
{
  float: left;
  width: 260px;
  padding-left: 20px;
  background-color: white;
}

div.companyColRight
{
  float: left;
  width: 260px;
  padding-left: 20px;
	border-left: 1px dashed #999;
  background-color: white;
}

div.form
{
  background-color: #DDD;
  padding-top: 10px;
  padding-bottom: 10px;
  border: 1px dotted;
}

div.row
{
  clear: both;
}

div.row div.label
{
  float: left;
  text-align: right;
  padding-right: 10px;
  width: 120px;
}

div.row div.input
{
  float: left;
  text-align: left;
}

div.row div.condition
{
  clear: both;
  text-align: left;
  padding-left: 20px;
}

div.row div.button
{
  clear: both;
  text-align: right;
  padding-right: 20px;
}

.copyright
{
  font-size: 7pt;
}

div.header
{
  font-size: 13pt;
  font-weight: bold;
  text-align: left;
  padding-bottom: 15px;
  color: #666;
}

div.header-small
{
  font-size: 10pt;
  font-weight: bold;
  text-align: left;
  padding-bottom: 5px;
  color: #666;
}

div.text
{
  font-size: 8pt;
  line-height: 12pt;
  text-align: justify;
  padding-bottom: 8pt;
}

div.text-centered
{
  font-size: 8pt;
  line-height: 12pt;
  text-align: center;
}

div.date
{
  font-size: 7pt;
  line-height:12pt;
  text-align: left;
  font-style: italic;
	margin-top: -5px;
	padding-bottom: 2px;
}

div.download
{
  font-size: 8pt;
  line-height: 12pt;
  text-align: right;
  padding-bottom: 12pt;
}

.error
{
  font-family: Verdana,"Lucida Sans Typewriter",Arial,Helvetica,sans-serif;
  font-size: 8pt;
  line-height:12pt;
  text-align: justify;
  font-weight: bold;
  color: red;
}

.reg
{
  font-size: 7pt;
  vertical-align: super;
}

span.menu
{
  float: left;
  font-size: 8pt;
  font-weight: bold;
  text-align: center;
  text-shadow: 0.2em 0.2em #555;
  padding-right: 10px;
  color: #ddd;
}

span.menusep
{
  float: left;
  font-size: 8pt;
  font-weight: bold;
  text-align: center;
  padding-right: 10px;
  color: #777;
}

span.menu a
{
  text-decoration: none;
  border-bottom: none;
  color: #eee;
}
span.menu a:link
{
  text-decoration: none;
  border-bottom: none;
  color: #eee;
}
span.menu a:visited
{
  text-decoration: none;
  border-bottom: none;
  color: #eee;
}
span.menu a:active
{
  text-decoration: none;
  border-bottom: none;
  color: #eee;
}
span.menu a:hover
{
  text-decoration: underline;
  border-bottom: none;
  color: #fff;
}

.horzdel
{
	border-top: 1px dashed #999;
  margin-top: 10px;
  padding-bottom: 10px;
}

.horzdelsmall
{
	border-top: 1px dotted #999;
  margin-top: 10px;
  margin-left: 10%;
  margin-right: 10%;
  padding-bottom: 10px;
}

.vertdel
{
	border-right: 1px dashed #999;
}

a.imgLink
{
  border: 0;
}
a.imgLink:link
{
  border: 0;
}
a.imgLink:visited
{
  border: 0;
}
a.imgLink:active
{
  border: 0;
}
a.imgLink:hover
{
  border: 0;
}

