body{
background-color:#000000;
    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: 12px;
}
a {
text-decoration:none;
}
h1, h2, h3, h4 {
    color: #da2e2c;
}

h1 a, h2 a, h3 a, h4 a{
    color: #da2e2c;
    text-decoration: none;
}

h1 { font-size: large;   }
h2 { font-size: medium;  }
h3 { font-size: small;   }
h4 { font-size: x-small; }
/* Header section */
#header {
    width: 758px;
    min-height: 85px;
    height: 85px;
    display: block;
    margin: 0 auto;
    padding: 0;
    text-align: left;
    font-size: smaller;
}

#header h1 {
    margin: 0;
    padding-top: 20px;
    color: #fff;
    font-weight: bold;
    font-size: large;
}

#header h1 a, #header h1 a:hover {
    color: #fff;
    text-decoration: none;
}

#header p {
    font-size: smaller;
    color: #fff;
    margin: 0px;
}
td.boldst {
font-weight:bold;
}
/* End Header */
/* Begin forms */
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-color: #ffffff;
    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;
    cursor: pointer;
}

button:hover, input[type="button"]:hover, input[type="submit"]:hover  {
    background-color: #da2e2c;
    color: #fff;
}

button:active, input[type="button"]:active, input[type="submit"]:active {
    background-color: #fff;
    color: #000;
    border: 1px solid #3465a4;
}

select {
    cursor: pointer;
}

input[type="text"], input[type="password"], textarea {
    color: #555753;
    background-color: #fff;
    border: 1px solid #d3d7cf;
    border-top: 1px solid #babdb6;
    border-left: 1px solid #babdb6;
    padding: 3px;
}

input[type="text"]:focus, input[type="password"]:focus, textarea:focus  {
    color: #000;
    background-color: #fff;
    border: 1px solid #da2e2c;
}

textarea {
    width: inherit;
}

.widetable {
    width: 100%;
}

table.tableform .button {
    text-align: center;
}

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
    margin-bottom: 1em;
    font-size: small;
}

legend {
    background-color: white;
    font-weight: bold;
    font-size: 110%;
    padding: 4px;
    padding-left: .5em;
    padding-right: .5em;
}

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.oneline_no_width label {
    text-align: left;
}

div.checkbox label {
    margin: 0;
    display: block;
    width: 13em;
    text-align: right;
}

div.checkbox .el {
    margin-left: 13em;
}

div.checkbox .el label, div.checkbox_el label {
    font-weight: normal;
    display: block;
    margin: 0;
    text-align: left;
}

div.radiobox label {
    display: inline;
}

div.radiobox input {
    vertical-align: middle;
}

div hr {
    border-color: black;
}

div.buttons {
    clear: both;
    padding-top: 10px;
    padding-right: 11px;
    float: right;
}

fieldset div {
    clear: left;
    padding: 0 1em;
    padding-bottom: 6px;
}

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"], 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-radius: 1px;
    padding: 1px;
    font-family: "Lucida Grande", Myriad, "Andale Sans", "Luxi Sans", "Bitstream Vera Sans", Tahoma, "Toga Sans", Helvetica, Arial, sans-serif;
    font-size: small;
}

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;
}
/* End forms */
/* Container */
#container {
    background: transparent;
    margin: 0 auto;
    padding: 0;
    display: block;
    text-align: left;
    width: 760px;
    font-size: smaller;
}

html>body #container{
    width: 750px;
}
/* End Container */

/* Footer */
#footer {
    letter-spacing: 1px;
    border-top: 1px dotted #babdb6;
    margin-top: 40px;
    color: #888a85;
    padding: 10px;
}

#footer a {
    text-decoration: none;
}

#footer a:hover {
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-right-width: 0px;
	border-top-width: 0px;
	border-style: dashed;
	}

#footer p {
    font-size: small;
    margin: 0 0 10px 0;
}
.foot-bg {
background-image:url(i_01.jpg);
background-repeat:repeat-x;
}
/* End Footer */
/* popup */
.popupFG {
	border: 1px solid #7a878c;
	background: #FFFFFF;
	text-align: left;
}
.popupBG {
	border: 1px solid #7a878c;
	background: #da2e2c;
	text-align: left;
	color:#FFFFFF;
}
.popupBG td {
	padding: 4px;
	color:#FFFFFF;
}
.popupCaption {
	color: #000000;
	font-weight: bold;
	font-size: 12px;
}
/* popup end */
/* stages */
.stage-bg {
	-moz-border-radius: 4px;
	border: 1px solid #da2e2c;
	background-color:#F3F3F3;
}
.cat-bg {
	-moz-border-radius: 4px;
	border: 1px solid #da2e2c;
	background-color:#FFFFFF;
}
.stage-strike {
    text-decoration: line-through;
}
.stage-text {
	color: #000000;
	font-weight: bold;
	font-size: 12px;
}
.stage-text a {
	color: #000000;
	font-weight: bold;
	font-size: 12px;
}
.stage-text a:hover {
	color: #da2e2c;
	font-weight: bold;
	font-size: 12px;
}
/* stages end */
/* Messages and notifications */
.error-message, .warning-message, .notice-message, .working-message {
   -moz-border-radius: 4px;
    font-weight: bold;
	font-size: 12px;
    display: table-cell;
    text-align: left;
    height: 30px;
    min-height: 30px;
    padding-left: 32px;
    padding-right: 8px;
    padding-top: 7px;
    padding-bottom: 7px;
}

.notice-message {
    border: 1px solid #9db029;
    background-color: #e6f0a5;
    background-image: url("info-small.gif");
    background-repeat: no-repeat;
    background-position: 4px 2px;
}

.warning-message {
    border: 1px solid #fce94f;
    background-color: #fdf4a7;
    background-image: url("warning-small.gif");
    background-repeat: no-repeat;
    background-position: 4px 2px;
}

.error-message {
    border: 1px solid #cc0000;
    background-color: #fabfbf;
    background-image: url("error-small.gif");
    background-repeat: no-repeat;
    background-position: 4px 2px;
}

}
/* End Messages and notifications */