/* Start of CMSMS style sheet 'default' */
*{
margin: 0;
padding: 0;
}

body{
background: #3a473b url(/uploads/images/body.jpg) repeat-y center;
}

body, select{
font-size: 0.80em;
font-family: Arial, Helvetica, sans-serif;
color: #242424;
}

a{
color: #ee801b;
}

p{
margin: 1em 0;
text-align: justify;
}

ul{
padding-left: 20px;
}

li{
list-style-position: inside;
}

img{
border: none;
}

a.image{
text-decoration: none;
}

div#pagewrapper{
margin: 0 auto;
width: 900px;
background: white;
}

div#header{
background: url(/uploads/images/header.jpg);
height: 218px;
}

h1,h2,h3,h4,h5,h6{
display: none;
}

div#menu{
background: #3a473b;
margin: 0 0 0 1px;
}

.breadcrumbs{
padding: 0.2em 1em;
border-bottom: 1px solid #3a473b;
background: #e6eee6;
}

.breadcrumbs a{
color: #242424;
}

.breadcrumbs .lastitem{
font-weight: bold;
}

div#main{
padding: 1em;
}

div#main h2{
font-size: 1.5em;
color: #ee801b;
}

div#form{
margin: 2em 4em;
font-size: 1em;
}

div#form table{
font-size: 1em;
}

fieldset{
border: none;
}

legend{
font-size: 1.5em;
font-weight: bold;
margin-bottom: 1em;
color: #3a473b;
}

label{
display: block;
font-weight: bold;
font-size: 1em;
color: #3a473b;
margin: 0.7em 0 0.2em 0;
} 

textarea{
height: 10em;
}

textarea, input{
border: 1px solid #3a473b;
background: white;
padding: 0.2em 0.4em;
width: 95%;
}

td.input80 textarea, td.input80 input{
width: 85%;
}

td.header{
color: #ee801b;
font-size: 1.5em;
}

textarea:hover, input:hover, textarea:focus, input:focus{
border: 1px solid #3a473b;
background: #fde3be;
}

button{
border: none;
background: #3a473b;
font-weight: bold;
color: white;
padding: 0.2em 1em;
font-size: 1em;
margin-top: 1em;
}

button:hover{
background: #ee801b;
color: #3a473b;
}
div#footer{
text-align: center;
background: #3a473b;
color: white;
font-size: 1em;
font-weight: normal;
padding: 1em;
clear: both;
}

div#footer a{
color: white;
}

div.text h1,div.text h2,div.text h3,div.text h4,div.text h5,div.text h6{
display: block;
}
/* End of 'default' */

