/* CSS Document */
body {
background-color:#D0DD8C;
font-family:Arial, Helvetica, sans-serif;
}

.content {
width:1000px;
}

.header {
margin:0px;
width:100%;
background-color:#F39E56;
background-image:url(bg-logo.png);
background-repeat:repeat-x;
height:267px;
position:absolute;
top:0px;
left:0px;
}

.menu {
margin-left:0px;
background-color:#D65F47;
width:280px;
height:100%;
float:left;
position:absolute;
left:0px;
top:267px;
bottom:0px;
}

.menu a {
color:#FFFFFF;
font-weight:bold;
text-decoration:none;
font-family:Arial, Helvetica, sans-serif;
}
.menu a:hover {
text-decoration:none;
}
.menu b, strong {
font-weight:bold;
color:#FFFFFF;
}

.menu pre {
padding:3px;
}
.menu pre:hover {
background-color:#D0DD8C;
}

.maincontent {
color:#676969;
float:right;
width:680px;
padding-left:40px;
padding-top:10px;
letter-spacing:1px;
position:absolute;
left:280px;
top:270px;
}
.maincontent h1 {
color:#FFFFFF;
font-family:Arial, Helvetica, sans-serif;
padding-bottom:3px;
font-size:1.4em;
border-bottom:1px solid #D65F47;
}
.maincontent a {
color:#D65F47;
text-decoration:none;
}
.maincontent a:hover {
text-decoration:underline;
}

strong, b {
font-weight:bold;
}

.agenda {
width:260px;
background-color:#D65F47;
padding-left:10px;
}

.inagenda {
color:#FFFFFF;
height:300px;
overflow:auto;
width:260px;
border:1px solid #FFFFFF;
padding-left:5px;
}

.inagenda a {
text-decoration:underline;
font-weight:bold;
}

/*
/////////////
//FORMULAR//
///////////
*/

.content input, textarea {
background-color:#F3F6FA;
border:1px solid #8A9EB4;
float:left;
font-family:Arial,Helvetica,sans-serif;
font-size:0.8em;
width:320px;
padding:0.3em;
}
.content input:hover, textarea:hover {
border-color:#D65F47;
}
.content input:focus, textarea:focus {
background-color:#FFFFFF;
border:1px solid #D65F47;
}

.content label {
color:#FFFFFF;
float:left;
text-align:right;
cursor:pointer;
width:200px;
padding-right:10px;
font-size:0.9em;
}

.row {
height:25px;
padding-bottom:5px;
padding-top:5px;
}

#mst {
text-decoration:underline;
}

#mst:hover {
text-decoration:none;
}
