/* GENERAL STYLES */


/* EDITOR PROPERTIES */
.title {
font-size: 16px;
font-weight: bold;

}

.colour1 {
color: #118;
}

.colour2 {
color: #166;
}

.tableBorder  {
border-color: #BBB;
border: solid;
}

body {
font-family: Verdana, Arial;
background-color: #ffffff;
}

.subTitle  {
font-size: 15px;
font-weight: bold;
}

.bold {
font-weight: bold;
}

.description {
font-size: 13px;
font-weight: normal;
color: black;
}

.small {
font-size: 11px;
font-weight: normal;
}

.big {
font-size: 30px;
font-weight: normal;
}

.listname {
font-weight: bold;
}

.underline {
text-decoration : underline;
}

.input {
border-width: 1px;
border-style: solid;
border-color: gray;
font-family: Verdana, Arial;
font-size: 12px;
}

.errorMessage {
font-size: 13px;
font-weight: normal;
color: red;
}

.message {
font-size: 13px;
font-weight: normal;
color: blue;
}

ul {
margin-left: 18px;
margin-top: 8px;
margin-bottom: 8px;
}

.menuMainelement {
font-size: 16px;
font-weight: bold;
color: black;
}

menuSubelement {
font-size: 13px;
font-weight: bold;	
text-decoration: none;
}

.menuTask {
font-size: 10px;
font-weight: bold;
color: red;
}

p {
margin:0;
}

a:link {
color: #166;
text-decoration: none;
}

a:visited {
color: #166;
text-decoration: none;
}

a:hover {
text-decoration: underline !important;
}

