body
{
    min-width: 758px;
    margin-top: 30px;
    text-align: center;
    vertical-align: top;
    font-family: Tahoma, Sans-Serif;
    font-size: 8pt;
    background-color: #FFFFFF;
    color: #5F676D;
}

h1
{
    margin: 7px 0 7px 0;
    padding: 0;
    background-color: inherit;
    color: #F1B90A;
    font-size: 17pt;
    font-weight: bold;
}
h2
{
    margin: 0 0 10px 0;
    padding: 0;
    background-color: inherit;
    color: #763534;
    font-size: 9pt;
}
h3
{
    margin: 0 0 10px 0;
    padding: 0;
    background-color: inherit;
    color: #763534;
    font-size: 8pt;
}

h4
{
    margin: 0 0 10px 0;
    padding: 0;
    background-color: inherit;
    color: #185989;
    font-size: 8pt;
}

th, td
{
    vertical-align: top;
}

img
{
    border: none;
}

a:link, a:visited, a:active
{
    background-color: inherit;
    color: #282523;
    font-weight: bold;
    text-decoration: underline;
}

a:hover
{
    background-color: inherit;
    color: #AA0B11;
    font-weight: bold;
    text-decoration: underline;
}

form
{
    margin: 0;
    padding: 0;
}

input, textarea, select
{
    font-size: 8pt;
    font-family: Tahoma, Sans-Serif;
    background-color: #F6F6F6;
    color: inherit;
}

em
{
    background-color: inherit;
    color: #806D2B;
    font-weight: bold;
    font-style: normal;
}

hr
{
    display: none;
}

.content
{
    width: 758px;
    margin-left: auto;
    margin-right: auto;
    text-align: left;
    font-family: Arial, Helvetica, Sans-Serif;
    background-color: inherit;
    color: #666666;
}

.no_gap
{
    font-size: 1px;
    word-spacing: -1px;
}

.display_block
{
    display: block;
}

.hr_color
{
    width: 100%;
    height: 3px;
    margin: 1px 0;
    padding: 0;
    background-color: #D8CCB8;
    color: inherit;
    background-repeat: repeat-x;
}

.hr_dot
{
    width: 100%;
    height: 3px;
    margin-top: 6px;
    background-image: url(img/hr_dot.png);
    background-repeat: repeat-x;
}

.box
{
    width: 407px;
}
.box_body
{
    padding: 10px;
    background-image: url(img/box_body.png);
    background-color: #EBDEC9;
    color: inherit;
}

.box_corner_tl
{
    width: 2px;
    height: 2px;
    background-image: url(img/box_corner_tl.png);
    background-repeat: no-repeat;
}
.box_line_th
{
    height: 2px;
    background-image: url(img/box_line_th.png);
    background-repeat: repeat-x;
}
.box_corner_tr
{
    width: 2px;
    height: 2px;
    background-image: url(img/box_corner_tr.png);
    background-repeat: no-repeat;
}
.box_line_lv
{
    width: 2px;
    background-image: url(img/box_line_lv.png);
    background-repeat: repeat-y;
}
.box_corner_bl
{
    width: 2px;
    height: 2px;
    background-image: url(img/box_corner_bl.png);
    background-repeat: no-repeat;
}
.box_corner_br
{
    width: 2px;
    height: 2px;
    background-image: url(img/box_corner_br.png);
    background-repeat: no-repeat;
}
.box_line_bh
{
    height: 2px;
    background-image: url(img/box_line_bh.png);
    background-repeat: repeat-x;
}
.box_line_rv
{
    width: 2px;
    background-image: url(img/box_line_rv.png);
    background-repeat: repeat-y;
}

.side_box
{
    margin-bottom: 10px;
    padding-bottom: 2px;
    background-image: url(img/side_box_footer.png);
    background-position: left bottom;
    background-repeat: repeat-x;
}

.side_box_body
{
    padding: 8px 12px 18px 12px;
    background-color: #EBDEC9;
    color: inherit;
}

.side_box_hr_light_dark
{
    width: 100%;
    height: 10px;
    background-image: url(img/hr_light_dark.png);
    background-repeat: repeat-x;
}

.side_box_hr_dark_light
{
    width: 100%;
    height: 10px;
    background-image: url(img/hr_dark_light.png);
    background-repeat: repeat-x;
}

.side_box em
{
    background-color: inherit;
    color: #7C0509;
    font-style: normal;
    font-weight: bold;
}
.side_box a:link, .side_box a:visited, .side_box a:active
{
    background-color: inherit;
    color: #7F7F7F;
}
.side_box a:hover
{
    background-color: inherit;
    color: #AA0B11;
}

.side_box_value
{
}
.side_box_value th
{
    padding-right: 10px;
    font-weight: normal;
}
.side_box_value td
{
    background-color: inherit;
    color: #7C0509;
    font-weight: bold;
}

.img_border
{
    border: solid 1px #ABA59C;
}

/* Login page styles */
.login
{
    width: 300px;
    padding: 10px 0;
    border: solid 1px #F4BC07;
    font-weight: bold;
    background-color: inherit;
    color: #663333;
    text-align: center;
}
.login_title
{
    padding: 0 0 20px 0;
    font-size: 20px;
    background-color: inherit;
    color: #742926;
}
.loginc
{
    text-align: left;
}
.loginc_label /* labels on top of the input boxes eg. user, password */
{
    padding-right: 10px;
    text-align: left;
    font-weight: bold;
}
.loginc_text_box /* style for input fields username and password */
{
    width: 120px;
    border: inset 1px #000000;
    background-color: #F6F6F6;
    color: inherit;
    font-family: Tahoma, Sans-Serif;
    font-size: 8pt;
}
.loginc_button
{
    margin: 12px 5px 12px 0;
}
.loginc_failure_text
{
    text-align: left;
    vertical-align: bottom;
}
.loginc_hyper_link /* style for the "forgotten password" link */
{
    padding-left: 20px;
    background-image: url(img/icon_arrow_down.png);
    background-repeat: no-repeat;
    background-position: center left;
}

.item_style
{
    padding-top: 10px;
    background-color: #EBDDC8;
    color: inherit;
    background-image: url(img/side_box_footer.png);
    background-position: left top;
    background-repeat: repeat-x;
}
.alternating_item_style
{
    padding-top: 10px;
    background-color: #FFFFFF;
    color: inherit;
}

.li_members
{
    padding-left: 20px;
}

.li_members a:link, .li_members a:visited, .li_members a:active
{
    padding-left: 15px;
    background-image: url(img/li_members.png);
    background-repeat: no-repeat;
    background-position: center left;
}

.footer
{
    width: 100%;
    padding: 9px 0 7px 5px;
    background-color: #B9AE9D;
    color: #A80000;
    font-size: 7pt;
}

.footer a:link, .footer a:visited, .footer a:active
{
    padding-left: 3px;
    padding-right: 3px;
    background-color: inherit;
    color: #282523;
}
.footer a:hover
{
    background-color: inherit;
    color: #AA0B11;
}

.maznet
{
    width: 100%;
    margin-top: 2px;
    text-align: right;
    background-color: inherit;
    color: #000000;
}

.maznet a:link, .maznet a:visited, .maznet a:active
{
    background-color: inherit;
    color: #A80000;
}

.m
{
    text-align: center;
}

.data_block
{
    display: block;
}

.maznet_logo
{
    font-size: 10px;
    margin: 0 10px;
    padding: 0 20px;
    text-align: right;
}

.contact_form
{
    text-align: left;
}

.contact_form th
{
    background-color: inherit;
    color: #663333;
    padding-right: 10px;
    padding-bottom: 5px;
    text-align: left;
    vertical-align: top;
}

.contact_form input, .contact_form textarea
{
    width: 160px;
}

.button
{
    width: 100px;
    background-color: #EBDDC8;
    color: #000000;
    font-family: Tahoma, Sans-Serif;
    font-size: 90%;
    font-weight: bold;
}


/* Use this for Content, DetailsView, GridView table style */
.content_admin
{
    width: 600px;
}


/***** DetailsView styles ******/
/* DetailsView style for the header <td> */
.DV_FieldHeader
{
    width: 120px;
    background-color: #EBDDC8;
    color: inherit;
    font-weight: bold;
    text-align: left;
}

/* DetailsView style for the row <tr> */
.DV_Row
{
    width: 600px;
    font-weight: normal;
    text-align: left;
}

.DV_Row td
{
    padding: 0 0 0 5px;
}

/* DetailsView style for the row <tr> when in Edit mode */
.DV_EditRow
{
    width: 600px;
    font-weight: normal;
    text-align: left;
}

.DV_EditRow td
{
    padding: 0 0 0 5px;
}

.DV_EditRow input
{
    width: 250px;
}

/* DetailsView style for the row <tr> that contains a commands Edit, Update, Delete... */
.DV_CommandRow
{
    height: 24px;
    margin: 2px 20px;
    background-color: #EBDDC8;
    color: inherit;
    font-weight: bold;
    text-align: center;
}

/****** GridView styles ******/
.GV_Header
{
    width: 600px;
    background-color: #EBDDC8;
    color: inherit;
    font-weight: bold;
    text-align: left;
}
.GV_Row
{
    width: 600px;
    font-weight: normal;
    text-align: left;
}

.GV_Item
{
    padding: 5px;
}