/* YUI reset: standardizes browser defaults */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th {
	margin: 0;
	padding: 0;
}

a {
    color: #5d8040;
    text-decoration: underline;
}

a:hover {
    background-color: #5d8040;
    color: #fff;
}

a.cancel {
    color: #f00;
}

a.cancel:hover {
    color: #fff !important;
    background-color: #f00;
}

a.img, a.img:hover {
    background-color: transparent;
}

a .underline {
    text-decoration: underline;
    border-bottom: 0 !important;
}

body {
    margin: 0;
    background-color: #fff;
    font-size: 13px;
    font-family: "Lucida Grande", Verdana, sans-serif;
    color: #555;
}

input {
    font-size: 15px;
    background-color: #fff;
    padding: 2px;
    border-left: 1px solid #aeb78c;
    border-top: 1px solid #aeb78c;
    border-right: 1px solid #aeb78c;
    border-bottom: 1px solid #aeb78c;
}

input[type=submit] {
    color: #59592d;
    font-weight: bold;
    border-left: 2px solid #aeb78c !important;
    border-top: 2px solid #aeb78c !important;
    border-right: 2px solid #929976 !important;
    border-bottom: 2px solid #929976 !important;
}

input[type=submit]:focus, input[type=submit]:hover {
    background-color: #59592d;
    color: #d9dfcc;
}

.required {
    font-weight: bold;
    color: #cb2929;
    vertical-align: middle;
}

.field-error input, .field-error select, .form-field.error option, .field-error textarea {
    border-left: 2px solid #f00 !important;
    border-top: 2px solid #f00 !important;
    border-right: 2px solid #f00 !important;
    border-bottom: 2px solid #f00 !important;
}

select {
    background-color: #d9dfcc;
    padding: 1px;
    border: 1px solid #aeb78c
}

h1 {
    font-size: 20px;
}

p {
    line-height: 150%;
    margin-bottom: 15px;
}

img {
    border: 0;
}

.blank-container {
    width: 635px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 40px !important;
    margin-bottom: 20px !important;
    position: relative;
}

.bold {
    font-weight: bold;
}

.center-text {
    text-align: center;
}

.left-text {
    text-align: left;
}

.right-text {
    text-align: right;
}

div.center, table.center {
    margin-left: auto;
    margin-right: auto;
}

.underline {
    border-bottom: 2px solid #404910;
}

.container {
    color: #555;
    width: 900px;
    padding: 0;
    margin: 8px auto;
}

.header {
    background: url(/img/collectivesoft_logo_small.png) no-repeat 7px bottom;
    height: 55px;
    vertical-align: bottom;
    color: #69b54c;
    font-family: Myriad Pro, "Lucida Grande", Verdana, sans-serif;
    font-size: 15px;
    font-weight: bold;
}

.byline {
    color: #555;
    font-family: Myriad Pro, "Lucida Grande", Verdana, sans-serif;
    font-size: 15px;
    font-weight: bold;
    padding-left: 4px;
}

.links {
    text-align: center;
    margin: 8px 0;
    background: url(/img/menu_bar.png) no-repeat left bottom;
    height: 26px;
}

.links a {
    color: #484824;
    display: inline-block;
    margin-left: 20px;
    margin-right: 20px;
    border-bottom: 3px solid transparent;
}

.links a:hover {
    color: #59592d;
    background-color: transparent;
    border-bottom: 3px solid #59592d !important;
}

.links a.selected {
    color: #33331a;
    border-bottom: 3px solid #33331a !important;
    font-weight: bold;
}

.login-header {
    font-weight: bold;
    padding: 4px;
    background-color: #3F8137;
}

.frontpage {
    background: url(/img/frontpage_background.png) no-repeat left bottom;
    height: 554px;
    vertical-align: top;
    font-size: 15px;
    color: #59592d;
}

.main {
    padding-bottom: 15px;
}

.sidebar {
    padding-top: 175px;
    padding-right: 38px;
    vertical-align: top;
    font-size: 15px;
    white-space: normal;
}

.small, .footer {
    font-size: 10px;
}

/* messages */
.error-msg, .user-msg {
    padding: 5px;
    margin: 5px;
    text-align: left;
    position: relative;
}

.error-msg {
    border: 1px solid #a30 !important;
    background: #ffcece;
    color: #a30;
    font-weight: bold;
}

.user-msg {
    border: 1px solid #006b00 !important;
    background: #c6ef9c;
    color: #006b00;
}

/* list */
table.list {
    width: 60%;
    margin-left: auto;
    margin-right: auto;
    border-collapse: collapse;
    border: 1px solid #59592d !important;
    margin-top: 20px;
    margin-bottom: 20px;
}

table.list th {
    padding: 2px;
    background-color: #c4cbac;
}

table.list td {
    padding: 2px;
}
