body {
    color: #000;
    margin: 0;
    padding: 0;
    text-align: center;
    font-family: "Lucida Grande", Myriad, "Andale Sans", "Luxi Sans", "Bitstream Vera Sans", Tahoma, "Toga Sans", Helvetica, Arial, sans-serif;
    font-size: 1em;
}

.sidebar {
    border: 1px solid #d3d7cf;
}

.list{
font-family:Arial;
font-size:14px;
text-decoration:none;
}

.main-item {
    text-decoration: none;
    width: 68px;
    height: 74px;
    margin: 1px;
    padding: 4px;
    color: #000;
    float: left;
    font-size: x-small;
    display: block;
    border: 1px solid #fff;
    text-align: center;
}
.main-item:hover {
    background-color: #f7f7f7;
    color: #888a85;
    border: 1px solid #d3d7cf;
    -moz-border-radius: 4px;
    cursor: pointer;
}

.main-item-icon {
    width: 48px;
    height: 48px;
    min-width: 48px;
    max-height: 48px;
    display: block;
    margin: 0 auto;
    margin-bottom: 1px;
}
/* ----- HEADER ----- */
#header {
    width: 758px;
    height: 72px;
    display: block;
    margin: 0 auto;
    padding: 0;
    text-align: left;
    font-size: smaller;
}

.headertext {
    margin: 0;
    padding-top: 20px;
    color: #fff;
	font-family:Verdana;
    font-weight: bold;
}

#header h1 a, #header h1 a:hover {
    color: #fff;
    text-decoration: none;
}

.slogan {
    font-size: smaller;
    color: #fff;
    margin: 0px;
}

/* ----- LOGIN BOX ----- */
#login {
    border: 0;
    width: 300px;
    display: block;
    text-align: center;
	padding-top:50px;
}

#login fieldset {
    width: 280px;
    max-width: 280px;
    text-align: left;
}

#login fieldset label {
    display: block;
    font-size: 100%;
    font-weight: bold;
    cursor: pointer;
    text-align: left;
}

#login fieldset input {
    width: 130px;
}

#login #username {
    padding-left:24px;
    background: #fff url(../images/user.png) no-repeat;
}

#login #password {
    padding-left:24px;
    background: #fff url(../images/pass.png) no-repeat;
}

#login button {
    float: right;
}

#login .login-footer {
    clear: both;
    text-align: center;
    font-size: 80%;
    color: #babdb6;
}

#site-info {
    float: left;
}

/* ----- LOGIN INFO ----- */
#login-info {
    color: #fff;
    float: right;
    background: #729fcf;
    border: 1px solid #3465a4;
    padding: 2px;
    margin: 5px;
    padding-right: 20px;
}

#login-info img {
    border: 1px solid #3465a4;
    background-color: #fff;
    padding: 2px;
    margin-right: 5px;
    float: left;
}

.name {
    display: inline-block;
    white-space: nowrap;
}

.logout {
color:#FFFFFF;
text-decoration:none;
font-size:smaller;
padding:7px;
float:right;
}

.logout:hover{
color:#FFFFFF;
text-decoration:underline;
}

/* ------ COMMON ----- */
a { color: #3465a4; }
a:hover { color: #9db029; }
h1, h2, h3, h4 {
    margin: 0;
    padding: 0;
    color: #3465a4;
}
h1 { font-size: large;   }
h2 { font-size: medium;  }
h3 { font-size: small;   }
h4 { font-size: x-small; }
hr { display: none; }
table { text-align: left; }
img { border: 0; }

/* ----- FORM ELEMENTS ----- */
input, button, textarea, select {
    background-color: #fff;
    color: #000;
    padding: 2px;
    font-family: "Lucida Grande", Myriad, "Andale Sans", "Luxi Sans", "Bitstream Vera Sans", Tahoma, "Toga Sans", Helvetica, Arial, sans-serif;
    font-size: small;
}

button, input[type="button"], input[type="submit"]  {
    background: #fcfcfc url(../images/button.png) repeat-x top left;
    color: #888a85;
    border: 1px solid #babdb6;
    border-top: 1px solid #d3d7cf;
    border-left: 1px solid #d3d7cf;
    font-weight: bold;
    margin-left: 2px;
    margin-right: 2px;
    font-family: "Lucida Grande", Myriad, "Andale Sans", "Luxi Sans", "Bitstream Vera Sans", Tahoma, "Toga Sans", Helvetica, Arial, sans-serif;
    cursor: pointer;
    font-size: small;
    min-height: 20px;
    overflow: visible;
}

select {
    cursor: pointer;
}

button:hover, input[type="button"]:hover, input[type="submit"]:hover  {
    background: #fafafa url(../images/button-hover.png) repeat-x top left;
    color: #333;
}

button:active, input[type="button"]:active, input[type="submit"]:active {
    background: #e4e6e1 url(../images/button-hover.png) repeat-x top left;
    color: #555;
}

.widetable {
    width: 100%;
}

table.tableform .button {
    text-align: center;
}

input[type="text"], input[type="password"], textarea, select {
    color: #333;
    background:#fff url(../images/field-bg.png) repeat-x top;
    border-top: 1px solid #999;
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ddd;
    padding: 3px;
}

input[type="text"]:focus, input[type="password"]:focus, textarea:focus  {
    color: #000;
    background-color: #fff;
    border: 1px solid #3465a4;
}

input[disabled], select[disabled] {
    color: #999;
    background-color: #eee;
}

textarea {
    width: inherit;
}

fieldset {
    position: relative;
    border: 1px solid #d3d7cf;
    padding: 0px;
    padding-bottom: 1em;
    margin-top: 1.8em;
    margin-bottom: 1em;
    font-size: small;
}

legend {
    position: relative;
/*    background: #fff url(../images/fieldset-legend.png) repeat-x top left;*/
    font-weight: bold;
    font-size: 110%;
    padding-left: .5em;
    padding-right: .5em;
    padding-top: .2em;
    padding-bottom: .1em;
    border-top: 1px solid #d3d7cf;
    border-left: 1px solid #d3d7cf;
    border-right: 1px solid #d3d7cf;
    margin: 0px;
    margin-left: -1px;
    margin-top: -1.6em;
}

label {
    font-weight: bold;
    cursor: pointer;
}

fieldset td {
    padding: 1px;
}

fieldset br {
    display : none;
}

fieldset label {
    display: block;
    font-size: 100%;
}

div.oneline label, div.oneline_no_width label {
    margin: 0;
    margin-right: .6em;
    display: block;
    text-align: right;
    float: left;
    font-size: 100%;
    font-weight: bold;
    cursor: pointer;
}

div.oneline label {
    width: 15em;
}

div.w2em label { width: 2em; }
div.w3em label { width: 3em; }
div.w4em label { width: 4em; }
div.w5em label { width: 5em; }
div.w6em label { width: 6em; }
div.w7em label { width: 7em; }
div.w8em label { width: 8em; }

div.oneline_no_width label {
    text-align: left;
}

div.checkbox label {
    margin: 0;
    display: block;
    width: 13em;
    text-align: right;
}

div.radiobox label {
    display: inline;
}

div.radiobox input {
    vertical-align: middle;
}

div hr {
    border-color: black;
}

div.buttons {
    display: block;
    text-align: right;
}

fieldset div {
    clear: left;
    padding: 0 1em;
    padding-top: 5px;
}

fieldset div strong {
    font-size: 100%;
}

fieldset div span.form-error {
    display: block;
    color: #F00;
    font-weight: bold;
    letter-spacing: 1px;
}

fieldset div span.comment {
    display: none;
}

fieldset div:hover span.comment {
    font-size: 95%;
    color: #c96;
    background-color: #faf0e6;
    /*  \*/
    margin-left: 3em;
    /*  */
    padding: .2em .5em .3em;
    border: 1px solid #c96;
    display: block;
    position: absolute;
    z-index: 100;
    float: right;
    -moz-border-radius: 4px;
}
* html fieldset div span.comment {
    font-size: 95%;
    color: #c96;
    margin-left: 3em;
    padding: .3em;
    border-left: 1px solid #c96;
    display: block;
}

div#requiredNote {
    font-size: 100%;
    letter-spacing: 0.5px;
    /* clear: both; */
    margin-top: 10px;
}

label.mandat, span.mandat {
    color: #930;
    font-weight: bold;
}

label.mandat:after, span.mandat:after {
    content: "*";
}

.removed {
    display: none !important;
}

input[type="checkbox"] + label, input[type="checkbox"] + label + br, fieldset div strong + br  {
    display: inline;
}

input[type="checkbox"], select {
    -moz-border-top-colors: #babdb6 transparent;
    -moz-border-left-colors: #babdb6 transparent;
    -moz-border-bottom-colors: #d3d7cf transparent;
    -moz-border-right-colors: #d3d7cf transparent;


    -moz-border-top-colors: #999 transparent;
    -moz-border-left-colors: #ccc transparent;
    -moz-border-right-colors: #ccc transparent;
    -moz-border-bottom-colors: #ddd transparent;
    font-family: "Lucida Grande", Myriad, "Andale Sans", "Luxi Sans", "Bitstream Vera Sans", Tahoma, "Toga Sans", Helvetica, Arial, sans-serif;
}

input[type="checkbox"]:focus {
    -moz-border-top-colors: #3465a4 transparent;
    -moz-border-left-colors: #3465a4 transparent;
    -moz-border-bottom-colors: #3465a4 transparent;
    -moz-border-right-colors: #3465a4 transparent;
}

.form_comment {
    font-size: x-small;
}
/*
table td label {
    padding-right: 6px;
}

.tableform td {
    display: table-cell;
    vertical-align: top;
    text-align: left;
}
*/