/* ============= basics ============= */
body {
    color: rgb(185, 185, 185);
    background-color: rgb(41, 41, 41);
}

body, p {
    font-size: 11pt;
    line-height: 1.3;
}

a {
    color: rgb(59, 119, 179);
}

hr {
    border: 0;
    height: 1px;
    color: rgb(55, 55, 55);
    background-color: rgb(55, 55, 55);
    margin: 10px 10px;
}

input, textarea {
    color: rgb(185, 185, 185);
    background-color: rgb(28, 28, 28);
    border: 1px solid rgb(29, 29, 29);
    border-radius: 3px;
}

input[type="submit"], input[type="button"] {
	background-color: rgb(51, 51, 51);
}

/* ============= messages ============= */

ul.messages {
    list-style: none;
}

ul.messages li.info {
    font-size: 150%;
    color: rgb(53, 117, 192);
}

ul.messages li.error {
    font-size: 150%;
    color: red;
}

h3.title, h2.title {
    text-shadow: 2px 2px 0px rgba(0,0,0,0.5);
}

tr.grey_bar {
    background-color: rgb(55, 55, 55);
}

table.lighter {
    background-color: rgb(55, 55, 55);
}

td.title {
    font-weight: bold;
    font-size: 160%;
    text-shadow: 2px 2px 0px rgba(0,0,0,0.5);
}

td.subtitle {
    font-size: 110%;
}

a.separated {
    margin-left: 10px;
    margin-right: 10px;
}

a.active {
    color: rgb(235, 235, 235);
}

a.active:hover {
    text-decoration: none;
}

a.inactive {
    color: rgb(114, 114, 114);
}

a.inactive:hover {
    color: rgb(235, 235, 235);
    text-decoration: none;
}

a.title {
    color: rgb(185, 185, 185);
}

a.title:hover {
    text-decoration: none;
}

a.listing {
    color: rgb(185, 185, 185);
}

a.noanchor :hover{
    color: rgb(185, 185, 185);
	text-decoration: none;
}

div.rightborder {
    border-right: 1px solid rgb(55, 55, 55);
    height: 100%;
}

div.editbox {
    color: rgb(185, 185, 185);
    background-color: rgb(28, 28, 28);
    border: 1px solid rgb(29, 29, 29);
    border-radius: 3px;
    margin-left: 7px;
    margin-right: 7px;
    padding: 7px;
}

div.compacteditbox {
    color: rgb(185, 185, 185);
    background-color: rgb(28, 28, 28);
    border: 1px solid rgb(29, 29, 29);
    border-radius: 3px;
    margin-left: 7px;
    margin-right: 7px;
    padding: 2px;
}

div.commentbox {
    color: rgb(185, 185, 185);
    background-color: rgb(41, 41, 41);
	margin-bottom: 7px;
}

div.activitybox {
    color: rgb(114, 114, 114);
    background-color: rgb(41, 41, 41);
	margin-bottom: 7px;
}

div.eventbox {
    color: rgb(185, 185, 185);
    background-color: rgb(41, 41, 41);
	margin-bottom: 7px;
}

div.eventbox h5 {
    margin-top: 5px;
	margin-left: 5px;
	margin-bottom: 5px;
}

div.currentuser {
    background-color: rgb(49, 49, 49);
}

ul.objectlist {
    list-style-type: none;
    color: rgb(185, 185, 185);
    background-color: rgb(28, 28, 28);
    border-radius: 0px;
    margin-left: 7px;
    margin-right: 7px;
    padding: 0px;
}

li.objectlistitem {
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 0px;
    margin-bottom: 0px;
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 0px;
    padding-bottom: 0px;
}

li.heading {
    margin-bottom: 5px;
	font-weight: bold;
}

li.selected {
    color: rgb(235, 235, 235);
    background-color: rgb(63, 127, 202);
}

li.selected a {
    color: rgb(235, 235, 235);
}

a.split {
    float: left;
    width: 50%;
}

img {
 vertical-align: top;
}
