﻿.Content_1x4_IconBlock {
    /* Background */
    background-image: url(/images/icons/information.png);
    background-repeat: no-repeat;
    background-color: #FFFFFF;
    
    /* Box */
    height: 16px;
    width: 180px;
    margin: 0px 0px 10px 0px;
    padding: 0px 0px 0px 22px;
    
    /* Border */
    border: solid 1px #C3C3C3;
}

/* ------------------------------------------------------------------------- */
/* Inline Block (Original - NOT IMPLEMENTED/ARCHIVAL ONLY)                   */
/* ------------------------------------------------------------------------- */

.Content_InlineBlock {
    /* Background */
    background-color: #FFFFFF;
    
    /* Box */
    height: auto;
    width: 450px;
    
    /* Positioning */
    position: relative;
}

.Content_InlineBlock_Top {

}

.Content_InlineBlock_Top_LeftCorner {
    /* Background */
    background-image: url(/images/theme_01/inlineblock_top_leftcorner.png);
    background-repeat: no-repeat;
    background-color: #FFFFFF;
    
    /* Box */
    width: 5px;
    height: 5px;
    
    /* Positioning */
    position: absolute;
    left: 0px;
}

.Content_InlineBlock_Top_RightCorner {
    /* Background */
    background-image: url(/images/theme_01/inlineblock_top_rightcorner.png);
    background-repeat: no-repeat;
    background-color: #FFFFFF;
    
    /* Box */
    width: 5px;
    height: 5px;
    
    /* Positioning */
    position: absolute;
    left: 445px;
}

.Content_InlineBlock_Top_Center {
    /* Background */
    background-color: #FFFFFF;
    
    /* Box */
    width: 440px;
    height: 5px;
         
    /* Border */
    border-top: solid 1px #baa35a;     
         
    /* Positioning */
    position: absolute;
    left: 5px;
}

.Content_InlineBlock_Center {
    /* Box */
    padding: 6px 10px 2px 10px;

    /* Border */
    border-left: solid 1px #baa35a;
    border-right: solid 1px #baa35a;
    
    
}

.Content_InlineBlock_Bottom_LeftCorner {
    /* Background */
    background-image: url(/images/theme_01/inlineblock_bottom_leftcorner.png);
    background-repeat: no-repeat;
    
    /* Box */
    width: 5px;
    height: 5px;
    
    /* Positioning */
    position: absolute;
    left: 0px;
}

.Content_InlineBlock_Bottom_Center {
    /* Background */
    background-color: #FFFFFF;
    
    /* Box */
    width: 440px;
    height: 4px;
         
    /* Border */
    border-bottom: solid 1px #baa35a;     
         
    /* Positioning */
    position: absolute;
    left: 5px;
}

.Content_InlineBlock_Bottom_RightCorner {
    /* Background */
    background-image: url(/images/theme_01/inlineblock_bottom_rightcorner.png);
    background-repeat: no-repeat;
    
    /* Box */
    width: 5px;
    height: 5px;
    
    /* Positioning */
    position: absolute;
    left: 445px;
}

/* ------------------------------------------------------------------------- */
/* 1x4-half Inline Block                                                     */
/* ------------------------------------------------------------------------- */

.Content_1x4-half_InlineBlock {
    /* Background */
    background-color: #FFFFFF;
    
    /* Box */
    height: auto;
    width: 345px;
    
    /* Positioning */
    position: relative;
}

.Content_1x4-half_InlineBlock_Top {

}

.Content_1x4-half_InlineBlock_Top_LeftCorner {
    /* Background */
    background-image: url(/images/theme_02/inlineblock_top_leftcorner.png);
    background-repeat: no-repeat;
    background-color: #FFFFFF;
    
    /* Box */
    width: 5px;
    height: 5px;
    
    /* Positioning */
    position: absolute;
    left: 0px;
}

.Content_1x4-half_InlineBlock_Top_RightCorner {
    /* Background */
    background-image: url(/images/theme_02/inlineblock_top_rightcorner.png);
    background-repeat: no-repeat;
    background-color: #FFFFFF;
    
    /* Box */
    width: 5px;
    height: 5px;
    
    /* Positioning */
    position: absolute;
    left: 340px;
}

.Content_1x4-half_InlineBlock_Top_Center {
    /* Background */
    background-color: #FFFFFF;
    
    /* Box */
    width: 339px;
    height: 5px;
         
    /* Border */
    border-top: solid 1px #baa35a;     
         
    /* Positioning */
    position: absolute;
    left: 5px;
}

.Content_1x4-half_InlineBlock_Center {
    /* Box */
    padding: 6px 10px 2px 10px;

    /* Border */
    border-left: solid 1px #baa35a;
    border-right: solid 1px #baa35a;
    
    
}

.Content_1x4-half_InlineBlock_Bottom_LeftCorner {
    /* Background */
    background-image: url(/images/theme_02/inlineblock_bottom_leftcorner.png);
    background-repeat: no-repeat;
    
    /* Box */
    width: 5px;
    height: 5px;
    
    /* Positioning */
    position: absolute;
    left: 0px;
}

.Content_1x4-half_InlineBlock_Bottom_Center {
    /* Background */
    background-color: #FFFFFF;
    
    /* Box */
    width: 340px;
    height: 4px;
         
    /* Border */
    border-bottom: solid 1px #baa35a;     
         
    /* Positioning */
    position: absolute;
    left: 5px;
}

.Content_1x4-half_InlineBlock_Bottom_RightCorner {
    /* Background */
    background-image: url(/images/theme_02/inlineblock_bottom_rightcorner.png);
    background-repeat: no-repeat;
    
    /* Box */
    width: 5px;
    height: 5px;
    
    /* Positioning */
    position: absolute;
    left: 340px;
}

/* ------------------------------------------------------------------------- */
/* Page-Level Customized Inline Block                                        */
/* ------------------------------------------------------------------------- */

.Content_Custom_InlineBlock {
    /* Background */
    background-color: #FFFFFF;
    
    /* Box */
    height: auto;
    
    /* Positioning */
    position: relative;
}

.Content_Custom_InlineBlock h1 {
    /* Type */
    font-size: 16px;
    font-weight: bold;
    
    /* Box */
    margin: 0px;
    padding: 0px;
}

.Content_Custom_InlineBlock h2 {
    /* Type */
    font-size: 14px;
    font-weight: bold;
    
    /* Box */
    margin: 0px;
    padding: 0px;
}

.Content_Custom_InlineBlock h3 {
    /* Type */
    font-size: 12px;
    font-weight: bold;
    
    /* Box */
    margin: 0px;
    padding: 0px;
}

.Content_Custom_InlineBlock_Top {

}

.Content_Custom_InlineBlock_Top_LeftCorner {
    /* Background */
    background-image: url(/images/theme_02/inlineblock_top_leftcorner.png);
    background-repeat: no-repeat;
    background-color: #FFFFFF;
    
    /* Box */
    width: 5px;
    height: 5px;
    
    /* Positioning */
    position: relative;
    float: left;
}

.Content_Custom_InlineBlock_Top_RightCorner {
    /* Background */
    background-image: url(/images/theme_02/inlineblock_top_rightcorner.png);
    background-repeat: no-repeat;
    background-color: #FFFFFF;
    
    /* Box */
    width: 5px;
    height: 5px;
    
    /* Positioning */
    position: absolute;
    float: left;
    right: 0px;
}

.Content_Custom_InlineBlock_Top_Center {
    /* Background */
    background-color: #FFFFFF;
    
    /* Box */
    width: 5px;
    height: 5px;
         
    /* Border */
    border-top: solid 1px #9e9e9e;     
         
    /* Positioning */
    position: relative;
    float: left;
}

.Content_Custom_InlineBlock_Center {
    /* Box */
    padding: 6px 10px 2px 10px;

    /* Border */
    border-top: solid 1px #9e9e9e;
    border-right: solid 1px #9e9e9e;
    border-left: solid 1px #9e9e9e;
}

.Content_Custom_InlineBlock_Bottom {
    /* Border */
    border-bottom: solid 1px #9e9e9e;
    
    /* Box */
    height: 4px;   
}


.Content_Custom_InlineBlock_Bottom_LeftCorner {
    /* Background */
    background-image: url(/images/theme_02/inlineblock_bottom_leftcorner.png);
    background-repeat: no-repeat;
    
    /* Box */
    width: 5px;
    height: 5px;
    
    /* Positioning */
    position: relative;
    float: left;
}

.Content_Custom_InlineBlock_Bottom_Center {
    /* Background */
    background-color: #FFFFFF;
    
    /* Box */
    /*width: 340px;*/
    height: 4px;
         
    /* Border */
    border-bottom: solid 1px #9e9e9e;     
         
    /* Positioning */
    position: absolute;
    /*left: 5px;*/
}

.Content_Custom_InlineBlock_Bottom_RightCorner {
    /* Background */
    background-image: url(/images/theme_02/inlineblock_bottom_rightcorner.png);
    background-repeat: no-repeat;
    
    /* Box */
    width: 5px;
    height: 5px;
    
    /* Positioning */
    position: absolute;
    right: 0px;
}

.Content_Custom_InlineBlock_Header {
    /* Background */
    background-color: #ededed;
    
    /* Box */
    height: 22px;
    margin: 0px 0px 10px 0px;
    padding: 3px 0px 0px 8px;

    /* Border */
    border-top: solid 1px #cecece; 
    border-bottom: solid 1px #cecece;
}

.Content_Custom_InlineBlock_HorizontalDivider {
    /* Border */
    border-top: dotted 1px #cecece;
    
    /* Box */
    margin: 10px 0px 10px 0px;
}

