body {
    background: #f1f1f1;
    margin: 0;
    padding: 0;
    text-align: center;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 10px;
}

#header {
    width: 762px;
    min-height: 190px;
    height: 190px;
    display: block;
    background: #f1f1f1 url(top.png) no-repeat;
    margin: 0 auto;
    padding: 0;
    text-align: left;
}

#header .headertitle {
    padding-top: 135px;
    padding-left: 10px;
    font-size: 30px;
    color: #fff;
    font-weight: bold;
}

#header .headerdesc {
    font-size: x-small;
    color: #fff;
    padding-left: 30px;
    font-weight: bold;
}


#container {
    width: 762px;
    background: fff;
    margin: 0 auto;
    padding: 0;
    display: block;
    text-align: left;
    width: 762px;
}

.imgBorder { border: 2px solid #e2e2e2; }

.autor {font-size: 9px; color: #999999; }

.repeaterTitle { color: #01374F; font-size: 12px; font-weight: bold; padding-bottom:5px; margin-bottom: 20px; border-bottom: 1px solid #d9d9d9; }

#footer {
    margin: 0 auto;
    color: #000;
    padding:0px;
    font-size:80%;
    text-align: center;
    width: 762px;
    min-height: 0px;
    height: 164px;
    display: block;
    background: #f1f1f1 url(bottom.png) no-repeat;

}

html>body #container {
    width: 762px;
    background: #fff;
}

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

#main_1 { min-width:180px; width: 99%; padding:10px;}
#bar1_1 { background-color:#e6e6e6; width:180px; min-width:180px; display:block; padding:10px; padding-left: 25px; display: block;}
#bar2_1 { width:180px; min-width:180px; display:block; padding:10px; padding-right: 25px; display: block;}

#main_2 { min-width:180px;  width: 99%; padding:10px; padding-right: 25px;}
#bar1_2 { width:180px; min-width:180px; display:block; padding:10px; padding-left: 25px;}
#bar2_2 { width:0px; }

#main_3 { min-width:180px;  width: 99%; padding:10px; padding-left: 25px;}
#bar1_3 { width:0px; }
#bar2_3 { width:180px; min-width:180px; display:block; padding:10px; padding-right: 25px;}

#main_4 { min-width:180px;  width: 99%; padding:10px; padding-left: 12px;}
#bar1_4 { width:0px; }
#bar2_4 { width:0px; }

a {
    color: #003399;
	font-size: 11px;
	text-decoration: underline;
}

a:hover {
    color: #003399;
	text-decoration: none;
	
	
}

h1 {
    color: #B75A0C;
    border-bottom: 1px dotted #B75A0C;
    font-size: 160%;
}

h2 {
    color: #FF6600;
    font-size: 140%;
}

h3 {
    color: #FF6600;
    border-bottom: 1px dotted #FF6600;
    font-size: 100%;
}

h3 a {
    text-decoration: none;
    color: #000;
}

/* Menus */
.menu {
    padding: 0;
    margin: 2px;
    margin-top: 0;
}

.menu li {
    list-style: none;
    margin: 0;
}

.menu a {
    width: 99.99%;
    /* extend the sensible area to the maximum with IE5 */
    display: block;
}
/* End Menus */

/* Begin forms */
input, button, textarea, select {
	background-color: #fff;
    color: #000;
    padding: 2px;
    font-family: "bitstream vera sans", sans-serif;
    font-size: small;
}

button, input[type="button"], input[type="submit"]  {
    background-color: #efefef;
    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: #3465a4;
    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 #3465a4;
}

textarea {
    width: inherit;
}

.widetable {
    width: 100%;
}

table.tableform .button {
    text-align: center;
}

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
    margin-bottom: 1em;
    font-size: 80%;
}

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: "bitstream vera sans", 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 */

.tableform td {
    display: table-cell;
    vertical-align: top;
}

.terminal {
        margin: 15px;
        padding:15px;
        font-size: small;
        font-family: "Courier New", Courier;
        background: #000;
        border: solid 1px #ddd;
        line-height:110%;
        color:white;
        width: 90%;
}

.code, .xml, .script {
    margin: 15px;
    padding:15px;
    font-size: small;
    font-family: "Courier New", Courier;
    background: #fff;
    border: solid 1px #ddd;
    line-height:110%;
    color: #000dbd;
    width: 90%;
}

.keyword {
    color: #00a20b;
}

.comment {
    color: red;
}

.literal {
    color: purple;
}

/** Simple Site **/
.simplesitemenu {
}

.menu_level a {
		height: 20px;
		min-height: 20px;
}

.menu_level_1 {
	font-weight: bold;
}

.menu_level_1 a {
	text-decoration: none;
}

.menu_level_1 a {
}

.menu_option_active {
	color: #000;
	text-decoration: none;
	font-weight: bold;
}

.menu_level_2 {
	padding-left: 20px;
}

.menu_level_2 a {
}

.menu_level_3 {
	padding-left: 40px;
}

.menu_level_3 a {
}

.menu_level_4 {
	padding-left: 60px;
}

.menu_level_4 a {
}
/** SimpleSite **/
