body
{
    background-image: url( /images/background.png );
    background-repeat: repeat-x;
    font-family: arial, "Segoe UI", verdana, tahoma, "ms sans-serif";
    font-size: 0.8em;
    color: #434E43;
    line-height: 1.5em;
    margin: 0px;
}

input, select, textarea
{
    border-color: #959FB1 #D6DAE1 #D6DAE1 #959FB1;
    font-family: arial, "Segoe UI";
    border-style: solid;
    border-width: 1px;
}

button
{
    background-image: url(/images/btn.png);
    border: 1px solid #A0A0A0;
    color: #434E43;
}

h1
{
    color: #E1661C;
    font-size: 1.8em;
    margin: 0px;
    padding: 0px;
}

h2
{
    color: #E1661C;
    font-size: 1.5em;
    margin: 0px;
    padding: 0px;
}

h3
{
    color: #434E43;
    font-size: 1.3em;
    font-weight: normal;
    margin: 0px;
    padding: 0px;
}

img
{
    border: 0px;
    margin: 0px;
    padding: 0px;
}

a:link, a:visited
{
    color: #000;
    text-decoration: underline;
}

a:hover, a:active
{
    color: #E1661C;
    text-decoration: underline;
}

/*******************************************************************************
* IDENTIFIERS
*******************************************************************************/
#outerFrame
{
    background-image: url( /images/backgroundcenter.png );
    background-repeat: repeat-y;
    margin-left: auto;
    margin-right: auto;
    width: 800px;
}
#header
{
    background-image: url( /images/header.png );
    background-repeat: no-repeat;
    width: 800px;
    height: 80px;
}
#module
{
    background-image: url( /images/center.png );
    background-repeat: no-repeat;
    width: 800px;
    min-height: 300px;
}
#ecardview
{
    background-image: url( /images/backgroundecard.png );
    width: 413px;
    height: 413px;
    padding: 13px;
}
#copyright {
    text-align: center;
    font-size: 80%;
    color: #c0c0c0;
}
#copyright a {
    color: #c0c0c0;
    text-decoration: none;
}
.footer
{
    background-image: url( /images/footer.png );
    width: 720px;
    height: 50px;
    padding-left: 40px;
    padding-right: 40px;
    line-height: 40px;
    word-spacing: 5px;
}

.content
{
    padding-left: 40px;
    padding-right: 40px;
    padding-top: 20px;
    padding-bottom: 20px;
}

.footer a         { color: #8E9D8E; text-decoration: none; word-spacing: normal; }
.footer a:visited { color: #8E9D8E; text-decoration: none; word-spacing: normal; }
.footer a:hover   { color: #EE7C15; }

/*******************************************************************************
* CLASSES
*******************************************************************************/
.menu                 { width: 750px; text-align: right; padding-top: 40px; word-spacing: 5px; }
.menu ul              { margin: 0px; padding: 0px; list-style-type: none; }
.menu ul li           { display: inline; }
.seperator            { color: #8E9D8E; }
.menu ul li a         { color: #434E43; text-decoration: none; word-spacing: normal; }
.menu ul li a:visited { color: #434E43; text-decoration: none; word-spacing: normal; }
.menu ul li a:hover   { color: #EE7C15; }

div.footerleft { float: left;  }
div.footertop  { float: right; }

div.splash       { margin-left: 40px; background-image: url( /images/splash.png ); background-repeat: no-repeat; width: 725px; height: 100px; }
div.splashtext   { float: left; width: 450px; }
div.login        { width: 255px; float: left; margin-top: 15px; font-size: 0.8em; }
div.login input  { font-size: 1.2em; width: 160px; }
div.login button { font-size: 1.2em; }

div.clear { clear: both; }
div.padding { padding: 3px; }

div.ecardpreview { border: 1px solid #B9C4B9; float: left; padding: 5px; text-align: center; width: 125px; margin-right: 3px; margin-bottom: 3px; font-size: 0.8em; }
div.ecardpreview:hover { border: 1px solid #E1661C; }
div.cardfield { display: none; }

a.navigatorurl:link, a.navigatorurl:visited { text-decoration: none; }
a.navigatorurl:hover, a.navigatorurl:active { text-decoration: underline; }
div.navigators { border: 1px solid #B9C4B9; float: left; padding: 3px; padding-left: 6px; padding-right: 6px; margin-right: 3px; margin-bottom: 3px; }
div.navigators:hover { background-color: #D5D4D1; }
div.navigatoractive { background-color: #D5D4D1; }

table.info { border: 1px solid #c0c0c0; }
table.info thead { background-color: #fff; color: #000; }
table.info thead th { padding: 5px; text-align: left; font-size: 1.0em; height: 30px; border-left: 1px solid #c0c0c0; border: 1px solid #c0c0c0; }
table.info tbody { background-color: #fff; color: #000; }
table.info tbody td { border: 1px dashed #c0c0c0; padding: 5px; }
table.info tbody .odd { background-color: #fff; }
table.info tbody .even { background-color: #f7f7f7; }

.error { color: #d9170d; font-weight: bold; }

ul.help { margin: 0px; padding: 0px; list-style-type: none; }
ul.help li {  }
ul.help li .level1 {  }
ul.help li .level1, .number { margin-right: 10px; }
ul.help li .level1, .title {  }
