/* ========================== Reset ========================= */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
        background-color: #dedcd9;
        font-family: Verdana, Helvetica, Arial, sans-serif;
        font-size: 0.8em;
        background-position: left top;
        background-repeat: repeat-x;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	/*border-collapse: collapse;*/
	border-spacing: 2px;
}

/* ========================== General classes ========================= */

h2 
{
    color: #d60407;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 1.3em;
}
small {
    font-size: 0.8em;
    font-weight: normal;
}
.align_center {
    text-align: center;
}
.align_right {
    text-align: right;
}
.btn_right {
    float: right;
    line-height: 2em;
    margin-right: 5px;
}
.bg_green {
    background-color: #c9fccf;
}
.bg_red {
    background-color: #fcc9c9;
}
.required_star {
    color: Red;
    font-size: 0.8em;
    position: relative;
    top: -0.2em;
}
/* ========================== Page elements ========================= */

#top_wrap {
    height: 80px;
    background-color: #310808;
}
    #top_wrap_in {
        width: 80%;
        margin: 0 auto 0 auto;
    }
    #top_wrap_in h1 {
        line-height: 80px;
        color: #ffffff;
        font-family: Impact, 'Arial Narrow', Helvetica, Arial, sans-serif;
        font-size: 30px;
        font-weight: normal;
        float: left;
        
    }
    #top_wrap_in #logged_in_user {
        float: right;
        color: #ffffff;
        font-family: Arial, sans-serif;
        font-size: 0.9em;
        line-height: 80px;
        float: right;
    }
    
#content_wrap {
    position: relative;
}
    #menu_container {
        width: 300px;
        position: absolute;
        left: 10px;
        margin-top: 10px;
    }
    #body_container {
        margin: 10px 10px 20px 320px;
        float: left;
    }

/* ------------------ CLASSES --------------------- */
.clear_both {
    clear: both;
}
.error_msg {
    background-color: #fcc9c9;
    border: #b13535 1px solid;
    padding: 20px;
}
.warning_msg {
    background-color: #fcc9c9;
    border: #b13535 1px solid;
    padding: 20px;
}
.ok_msg {
    background-color: #c9fccf;
    border: #48c356 1px solid;
    padding: 20px;
}
.tab {
    border: #cbc2ae 1px solid;
    padding: 20px;
    background-color: #ffffff;
}
.ma_link {
    text-decoration: none;
    color: #b76f22;
    font-weight: bold;
}
    .ma_link:hover {
        text-decoration: underline;
        color: #fac135;
    }
.ma_table tr {
    background-color: #edeae3;
}
.ma_table td {
    padding: 8px;
    vertical-align: middle;
    line-height: 130%;
}
.ma_table .fat_td td {
    padding: 10px;
}
.td_link {
        text-decoration: underline;
        color: #d60407;
    }
        .td_link:hover {
            text-decoration: none;
            color: #fac135;
        }
.td_caption{
    color: #ffffff;
    font-weight: bold;
    background-color: #000000;
    vertical-align: middle;
    padding: 3px;
}
    .td_caption a {
        text-decoration: underline;
        color: #f65052;
        font-weight: bold;
    }
        .td_caption a:hover {
            text-decoration: none;
            color: #ffffff;
            font-weight: bold;
        }
.td_blank {
    background-color: #ffffff;
}
    .td_err_bg, .td_err_bg td {
        background-color: #fcc9c9;
    }
    .td_warn_bg, .td_warn_bg td {
        background-color: #e9b22d;
    }

.photo_container {
    float: left;
    margin-bottom: 20px;
    margin-right: 20px;
}
    .photo_container span {
        text-align: center;
    }
.photo_wrap {
    background-color: #ffffff;
    border: 1px solid #dedddc;
    display: block;
    padding-bottom: 3px;
    margin-top: 2px;
    margin-bottom: 2px;
}
    .photo_edit_btn {
        float: left;
    }
    .photo_delete_btn {
        float: right;
    }
tbl_section_list td {
    margin: 0;
    padding: 0;
    border-spacing: 0;
}
.tbl_section_list .ma_table {
    width: 100%;
    border-spacing: 0;
}
.tbl_section_list .ma_table .td_indent {
    width: 1.5em;
    text-align: center;
    background-position: 50% 50%;
    background-repeat: no-repeat;
}
.tbl_section_list .ma_table td {
    padding: 6px;
}
.section_list_cmd {
    width: 10em;
    text-align: right;
}
.btn_plus_minus {
    text-decoration: none;
    color: #ffffff;
    background-color: #4c4c4c;
    display: inline-block;
    text-align: center;
    width: 1.2em;
    height: 1.3em;
    line-height: 1.3em;
}
    .btn_plus_minus:hover, .btn_plus_minus:focus {
        color: #ffffff;
        background-color: #d60407;
    }
    .node_middle {
        background-image: url('/admin/img/node-middle.gif');
    }
    .node_expanded {
        background-image: url('/admin/img/node-expanded.gif');
    }
    .node_btm {
        background-image: url('/admin/img/node-bottom.gif');
    }
    
.hide_this {
    display: none;
}
    
/* ------------------ Specific pages: --------------------- */

#login_wrap {
    width: 440px;
    margin: 100px auto 0 auto;
}