/* Standard HTML tags */
BODY
{
    font-size: 0.80em;
    padding: 0px;
    margin: 0px;
    font-family: Arial, Helvetica, Sans-Serif;
    color: #000;
    background-color: #fef2da;
}
p
{
	font-size: 1em;
	color: #000;
	font-family: Arial, Helvetica, Sans-Serif;
}
/* Important the order:link,visited,hover,focus,active. see http://www.w3.org/TR/REC-CSS2/selector.html  */
a
{
    font-size: 1em;
    color: #29557c;
    text-decoration: none;
    font-family: Arial, Helvetica, Sans-Serif;
    cursor: pointer;
}
A:link
{
    font-size: 1em;
    color: #29557c;
    text-decoration: none;
    font-family: Arial, Helvetica, Sans-Serif;
}
A:visited
{
    font-size: 1em;
    color: #29557c;
    text-decoration: none;
}
A:hover
{
    color: #bf8307;
    text-decoration: none;
}
A:focus
{
    color: #bf8307;
    text-decoration: none;
}
A:active
{
    color: #bf8307;
    text-decoration: none;
}
DIV
{
    font-size: 1em;
}
PRE
{
    font-size: 1em;
}
H1
{
	font-weight: bold;
	font-size: 1.4em;
}
H2
{
	font-weight: bold;
	font-size: 1.3em;
}
h3
{
    color: white;
    background-color: #CC3300;
    font-size: 1em;
    padding: 1px;
    padding-bottom: 1px;
    font-weight: bold;
    text-align: center;
}
H4
{
	font-weight: bold;
	font-size: 1.1em;
}
H5
{
	font-weight: bold;
	font-size: 1.1em;
}
H6
{
	font-weight: bold;
	font-size: 1.0em;
}
HR
{
    color: #990000;
    height: 1px;
    text-align: center;
}
TABLE
{
}
THEAD
{
}
TR
{
}
TH
{
	font-size: 1em;
}
TD
{
	font-size: 1em;
	font-family: Arial, Helvetica, Sans-Serif;
}
TFOOT
{
	font-size: 1em;
}
TEXTAREA
{
	font-size: 1em;
	font-family: Arial, Helvetica, Sans-Serif;
}
OL
{
	font-size: 1em;
}
UL
{
	font-size: 1em;
	list-style-image: url(img/bulleye.gif);
	list-style-position: outside;
}
.SiteMap
{
    background-color: #FCDE7C;
    padding-right: 0px;
    padding-left: 0px;
    padding-bottom: 0px;
    margin: 2px 10px 2px 10px;
    padding-top: 0px;
}
.SiteMap li
{
    font-size: 1em;
    list-style-image: url(img/tratto.jpg);
    line-height: 10pt;
    list-style-position: outside;
}
.SiteMap a:link
{
    color: #000;
    position: relative;
    left: -5px;
}
.SiteMap a:visited
{
    color: #000;
}
.SiteMap a:hover
{
    color: #29557c;
    padding-right: 0px;
    padding-left: 0px;
    padding-bottom: 0px;
    margin: 0px;
    padding-top: 0px;
}
.SiteMapHeader
{
    color: #fff;
    background-color: #29557c;
    font-size: 0.50em;
    padding: 3px;
    font-weight: bold;
    text-align: center;
    display: block;
    margin-top: 10px;
}
A.SiteMapHeader:link
{
    color: #fff;
}
A.SiteMapHeader:visited
{
    color: #fff;
}
A.SiteMapHeader:hover
{
    color: #fff;
}
.SignIn
{
    color: #000;
}
.Failure
{
    color: #990000;
}
.SingInButton
{
    color: #fff;
    background-color: #29557c;
    font-size: 0.90em;
    font-family: Arial, Helvetica, Sans-Serif;
    padding-right: 1px;
    padding-left: 1px;
    padding-bottom: 1px;
    padding-top: 1px;
    border-top-style: none;
    border-right-style: none;
    border-left-style: none;
    border-bottom-style: none;
}
/* Simplex Master Layout */
#LayoutPosition
{
    width: 917px;
    margin-right: auto;
    margin-left: auto;
}
#LayoutHeader
{
    width: 971px;
    height: 103px;
    margin: 0px;
}
.Header1
{
    float: left;
    width: 971px;
    height: 103px;
    margin: 0px;
    background-image: url(img/header.jpg);
    font-size: 1.3em;
    color: #29557c;
}
#LayoutHeaderLeft
{
    clear: both;
    float: left;
    width: 0px;
    padding-left: 10px;
    background-color: #29557c;
    color: #fff;
    padding-bottom: 5px;
    padding-top: 3px;
    font-size: 0.90em;
}
#LayoutHeaderRight
{
    float: right;
    width: 0px;
    background-color: #29557c;
    padding-right: 10px;
    padding-bottom: 5px;
    padding-top: 3px;
    color: #fff;
    font-size: 0.90em;
    text-align: right;
}
#LayoutHeaderRight A:link
{
    color: #fff;
}
#LayoutHeaderRight A:visited
{
    color: #fff;
}
#LayoutHeaderRight A:hover
{
    color: #fff;
}
#ClearColumn
{
	padding: 0px;
	clear: both;
}
/* Three panes */
#LayoutPanes
{
    margin-right: auto;
    margin-left: auto;
    width: 971px;
    clear: both;
    background-image: url(img/bg.jpg);
    background-repeat: repeat-y;
}
#Left
{
    float: left;
    width: 166px;
    margin: 0px;
    padding-right: 5px;
    padding-left: 5px;
    padding-bottom: 10px;
    padding-top: 5px;
    overflow: hidden;
}
#Content
{
    float: left;
    margin: 0px;
    width: 598px;
    padding-right: 10px;
    padding-left: 10px;
    padding-bottom: 10px;
    padding-top: 10px;
    overflow: auto;
}
#Right
{
    float: right;
    width: 166px;
    margin: 0px;
    overflow: hidden;
    padding-right: 5px;
    padding-left: 5px;
    padding-bottom: 10px;
    padding-top: 5px;
}
#LayoutFooter
{
    width: 968px;
    padding-top: 3px;
    margin-right: auto;
    margin-left: auto;
    padding-bottom: 5px;
    background-color: #29557c;
    border-bottom: #990000 1px solid;
}
.Footer
{
    text-align: right;
    font-size: 1em;
    color: #fff;
    padding-right: 5px;
}
.Footer A:link
{
    color: #5b95c9;
}
.Footer A:visited
{
    color: #5b95c9;
}
.Footer A:hover
{
    color: #fff;
}
.Footer1
{
    float: left;
    font-size: 1em;
    color: #fff;
}
.Enkel
{
    float: left;
    width: 370px;
    margin-top: 7px;
}
.W3C
{
    float: right;
    text-align: right;
    width: 400px;
    padding-bottom: 5px;
    padding-top: 8px;
}
.Ermesw
{
    border: black 1px solid;
    font-size: 0.90em;
    color: black;
    background-color: #FECE5F;
}
.ErmeswAlt
{
    color: black;
    background-color: #FFFF80;
}
.ErmeswHeader
{
    color: white;
    background-color: #29557c;
}
.EventsHeader
{
    color: #fff;
    background-color: #CC3300;
    font-size: 1em;
    padding: 1px;
    font-weight: bold;
    text-align: center;
    display: block;
    margin-top: 5px;
}