.clearer {
    clear: both;
    overflow: hidden;
    height: 0px;
    line-height: 0px;
    font-size: 0px;
    width: 100%;
}

.spacer {
    margin-bottom: 10px;
}

form {
    margin: 0;
}

.wide {
    width: 100%;
}

.strong {
    font-weight: bold;
}

a {
    text-decoration: none;
    color: #8cc63f;
}

a:hover {
    text-decoration: underline;
    color: #313131;
}

em {
    color: #8CC63F;
    font-weight: bold;
    font-style: normal;
}

ul {
    margin-left: 5px;
    margin-bottom: 1em;
}

ul li {
    list-style-type: none;
    background-image: url(./images/bullet-green-small.gif);
    background-position: 0.2em 5px;
    background-repeat: no-repeat;
    margin-left: 0;
    padding-left: 20px;
}

h2 {
    font-size: 25px;
    font-weight: bold;
    color: #8CC63E;
    border-bottom: 2px solid #8CC63E;
    padding: 0 0px 2px 0px;
    margin-bottom: 15px;
    letter-spacing: 1px;
}

h3 {
    font-size: 16px;
    font-weight: bold;
    color: #313131;
    margin-bottom: 15px;
    line-height: 1.2em;
}

.errors {
    text-align: left;
    padding: 20px;
    background-color: #FFF;
    color: #000;
}

.content_cols {
    width: 100%;
}

.centered {
    text-align: center;
}

.centered table {
    margin: 0 auto;
}

.float_box_right,
.image_right {
    float: right;
    margin: 5px 0 5px 15px;
}

.float_box_left,
.image_left {
    float: left;
    margin: 5px 15px 5px 0;
}

.note {
    font-size: 10px;
    font-style: italic;
    color: #666;
}

.small_bullet {
    background-image: url(./images/bullet-green-small.gif);
    background-repeat: no-repeat;
    background-position: center bottom;
    width: 10px;
    height: 10px;
    float: left;
    padding-top: 3px;
}

.input_text {
    width: 400px;
    border: 1px solid #8CC63E;
}

.input_textarea {
    width: 400px;
    border: 1px solid #8CC63E;
}

.input_select {
    width: 400px;
    border: 1px solid #8CC63E;
}

.input_file {
}

/* Messages */

.message {
    background-color: #EEE;
    border: 1px solid #999;
    margin-bottom: 0.7em;
}

.messageMargin {
    padding: 5px;
}

.message .icon {
    float: left;
}

.message .body {
    margin-left: 42px;
}

.message .bodyEnd {
    clear: left;
}

.message .warning {
    background-color: #FFD;
}

.message .info {
    background-color: #DFD;
}

/* forms */

.form_layout td {
    padding: 5px;
    text-align: left;
}

.form_layout .label {
    text-align: right;
    vertical-align: top;
}

.form_layout .error {
    border: 1px solid #8CC63E;
    background-color: #DAEDC0;
}

/* content boxes */

.content_box {
    margin: 10px 0 10px;
}

.content_box .top {
    background-image: url(./images/bg-green-box-top.gif);
    background-position: top left;
    background-repeat: no-repeat;
    position: relative;
    height: 24px;
    text-align: center;
    color: #FFF;
    font-weight: bold;
    white-space: nowrap;
    text-transform: uppercase;
    line-height: 1em;
}

.content_box .top .corner {
    background-image: url(./images/bg-green-box-corner-tr.gif);
    background-position: top right;
    background-repeat: no-repeat;
    width: 11px;
    height: 24px;
    position: absolute;
    top: 0;
    right: 0;
}

.content_box .top a {
    color: #FFF;
}

.content_box .title {
    text-align: center;
    padding-top: 7px;
}

.content_box .title img {
    margin: 0 auto;
    display: block;
}

.content_box .menu_bar {
    margin: 7px auto 0 auto;
}

.content_box .menu_bar .item {
    padding: 0 5px;
}

.content_box .menu_bar .item a {
}


.content_box .middle {
    border-left: 1px solid #8CC63F;
    border-right: 1px solid #8CC63F;
    padding: 10px 10px 0 10px;
}

.content_box .middle h3 {
    border-bottom: 1px solid #8CC63F;
    text-align: left;
    margin-bottom: 1.2em;
    font-weight: bold;
    font-size: 12px;
    padding-top: 15px;
}

.content_box .middle h4 {
    color: #8CC63F;
    text-align: left;
    margin-bottom: 0.2em;
    font-weight: bold;
    font-size: 14px;
    padding-bottom: 2px;;
    text-transform: uppercase;
}

.content_box .middle .control_buttons {
    padding: 5px 0 10px;
}

.content_box .middle .control_buttons a {
}

.content_box .middle .control_buttons a img {
    vertical-align: bottom;
}

.content_box .bottom {
    background-image: url(./images/bg-green-box-bottom.gif);
    background-position: top left;
    background-repeat: no-repeat;
    position: relative;
    height: 11px;
}

.content_box .bottom .corner {
    background-image: url(./images/bg-green-box-corner-br.gif);
    background-position: top right;
    background-repeat: no-repeat;
    width: 11px;
    height: 11px;
    position: absolute;
    top: 0;
    right: 0;
}

.content_box .controls {
    float: right;
    margin-bottom: 5px;
}

.content_box .controls .item {
    float: left;
    padding-right: 5px;
    margin-bottom: 0;
}

.content_box .controls .last_item {
    padding-right: 0;
}

.content_box .file_controls {
    position: relative;
    z-index: 2;
}

.content_box .file_controls .item {
    padding-left: 10px;
}

.warning_content_box {
    background-color: #FDD;
}

.content_box .flat_top {
    background-image: url(./images/bg-green-box-flat-corner-tl.gif);
    background-color: #8CC63E;
}

.content_box .flat_top .corner {
    background-image: url(./images/bg-green-box-flat-corner-tr.gif);
}

.green_line_content_box .top {
    background-image: url(./images/bg-green-line-top.gif);
    height: 11px;
}

.green_line_content_box .top .corner {
    background-image: url(./images/bg-green-line-corner-tr.gif);
    height: 11px;
}

.green_line_content_box .middle {
    padding-top: 0;
}

.content_box .black_top {
    background-image: url(./images/bg-black-box-top.gif);
    height: 24px;
}

.content_box .black_top .corner {
    background-image: url(./images/bg-black-box-corner-tr.gif);
    height: 8px;
}

.content_box .black_top a {
    color: #FFF;
}

.content_box .black_top .menu_bar {
    margin: 0 auto;
}

.content_box .black_top .menu_bar .item {
    padding-top: 2px;
    font-weight: normal;
}

.content_box .black_top .menu_bar .item .item_container {
    position: relative;
}

.content_box .black_top .menu_bar .item_container .corner {
    top: 0;
    right: 0;
    background-image: none;
    width: 0;
    height: 0;
}

.content_box .black_top .menu_bar .selected .item_container {
    background-image: url(./images/bg-black-box-top-green-tab.gif);
}

.content_box .black_top .menu_bar .selected .item_container .corner {
    background-image: url(./images/bg-black-box-top-green-tab-corner-tr.gif);
    width: 9px;
    height: 20px;
}

.content_box .black_top .menu_bar a {
    display: block;
    height: 20px;
    line-height: 20px;
    padding: 0 20px;
}

.content_box .black_top .menu_bar a:hover {
    color: #8cc63f;
    text-decoration: none;
}

.content_box .black_top .menu_bar .selected a:hover {
    color: #313131;
}

.content_box .content_box_cols {
}

.content_box .content_box_cols .main_col {
    border-right: 1px solid #8CC63E;
    margin-right: 190px;
    padding-right: 10px;
}

.content_box .content_box_cols .main_col .form_layout {
    margin-left: 0;
}

.content_box .content_box_cols .main_col .label {
    color: #666;
    font-weight: bold;
    width: 130px;
}

.content_box .content_box_cols .sidebar {
    float: right;
    width: 180px;
    padding-top: 15px;
}

.content_box .content_box_cols .sidebar .controls {
    float: none;
    margin: 0;
}

.content_box .content_box_cols .sidebar .controls .item {
    float: none;
    padding-bottom: 10px;
}

.content_box .content_box_cols .sidebar .controls_horz {
    text-align: center;
}

.content_box .content_box_cols .sidebar .controls_horz .item {
    padding: 0;
    display: inline;
}

.content_box .content_box_cols .thumbnails {
    padding-top: 5px;
    text-align: center;
}

.content_box .content_box_cols .thumbnails img {
    margin: 0 auto 5px auto;
    display: block;
}

/* Item List */

.item_list {
    border: 1px solid #313131;
    margin-bottom: 10px;
}

.item_list th {
    vertical-align: middle;
    background-color: #313131;
    color: #FFF;
    padding: 3px 10px;
    font-weight: normal;
    text-transform: uppercase;
    white-space: nowrap;
}

.item_list th.header {
    cursor: pointer;
    padding-right: 16px;
}

.item_list th.headerSortUp {
    background-image: url(./images/arrow-sort-up-white.gif);
    background-repeat: no-repeat;
    background-position: 95% center;
    background-color: #333;
}

.item_list th.headerSortDown {
    background-image: url(./images/arrow-sort-down-white.gif);
    background-repeat: no-repeat;
    background-position: 95% center;
    background-color: #333;
}

.item_list .even td {
    background-color: #ddf2c2;
}

.item_list .odd td {
    background-color: #FFF;
}

.item_list .item td {
    vertical-align: middle;
    padding: 3px 10px;
}

.item_list p {
    margin-bottom: 0;
}

.item_list .buttons img {
    display: block;
}

/* Overlays */

.background_overlay_delete {
    background-color: #000;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}