
/*
  Content /////////////////////////////////////////////////
  */
div#Content
{
    width: 500px;
    margin-top: 10px;
    margin-left: 40px;
    margin-bottom: 0;
    /*padding-top: 10px;*/
    padding-bottom: 10px;
    line-height: 1.6;
    /*background: #fff url(./ContentContainerBG.jpg) 0 100% no-repeat;*/
}
/* IE6 */
* html div#Content { margin-left: 40px; }

div#Content div.SectionImagePane
{
    width: 640px;
    margin-top: -20px;
    margin-left: -15px;
    margin-bottom: 15px;
    z-index: 10;
}
/*IE6*/
* html div#Content div.SectionImagePane { position: relative; margin-top: -20px; }

div#Content p, div#Content ul, div#Content ol, div#Content dl, div#Content table, div#Content h1, div#Content h2
{
    margin-bottom: 15px;
}
div#Content ul, div#Content ol
{
    margin-left: 30px;
}
div#Content h1
{
    padding-bottom: 3px;
    font-size: 1.2em;
    line-height: 1.2;
    color: #777;
    border-bottom: 1px solid #dbdbdb;
}
div#Content h2
{
    line-height: 1.3em;
    font-size: 1.25em;
    font-weight: normal;
    color: #9f9f9f;
}
div#Content h3
{
    font-size: 1em;
    color: #108bf4;
}
p.PostDate
{
    text-align: right;
}

/* NavigationButton */
div#Content div.NavigationButton
{
    float: right;
    overflow: hidden;
    margin-left: 3px;
}

div.NavigationButton a
{
    display: block;
    float: left;
    height: 24px;
    font-size: 11px;
}

div.NavigationButton a span
{
    display: block;
    height: 24px;
    float: left;
    padding: 5px 0;
    line-height: 14px;
}

div.NavigationButton a span.ButtonLeft
{
    width: 15px;
    font-size: 0;
    background: transparent url(../../images/N_ButtonLeft.gif) no-repeat;
}

div.NavigationButton a span.ButtonCenter
{
    background: transparent url(../../images/N_ButtonCenter.gif) repeat-x;
}

div.NavigationButton a span.ButtonRight
{
    width: 10px;
    font-size: 0;
    background: transparent url(../../images/N_ButtonRight.gif) no-repeat;
}

div.NavigationButton a:hover span
{
    background-position: 0 -24px;
}
/* IE6 & 7 */
* html div.NavigationButton a:hover span { cursor: pointer; }
*+html div.NavigationButton a:hover span { cursor: pointer; }
/* ~NavigationButton */




div.Notice
{
    padding: 5px 10px;
    border-width: 1px 0;
    border-style: solid;
    border-color: #ddd;
    background-color: #f6f6f6;
    margin-bottom: 15px;
}
#Content div.Notice p, #Content div.Notice ol, #Content div.Notice ul
{
    margin-bottom: 0;
}

div.Extra
{
    padding: 5px 10px;
    border-width: 2px;
    border-style: dotted;
    border-color: #ddd;
    margin-bottom: 15px;
}
#Content div.Extra p, #Content div.Extra ol, #Content div.Extra ul
{
    margin-bottom: 0;
}

div.Attention
{
    padding: 5px 10px;
    border-width: 2px;
    border-style: solid;
    border-color: #f1eccc;
    background: #fff4d8 url(../../images/Orange/AttentionBG.jpg) 100% 0 no-repeat;
    margin-bottom: 15px;
}
#Content div.Attention p
{
    margin-bottom: 0;
}



/* For Picture Layout */

div.PictureContainer
{
    width: 580px;
    margin: 0 auto;
    text-align: center;
}
* html div.PictureContainer
{
    /* V.S. IE6 Below */
    width: 580px;
    margin-left: 5px;
}

div.PictureContainer div
{
    float: left;
    margin-left: 5px;
    margin-right: 5px;
    font-size: .8em;
}
* html div.PictureContainer div
{
    /* V.S. IE6 Below */
    margin-left: 4px;
    margin-right: 4px;
}

div.ClearFloat + p
{
    margin-top: 15px;
}
div.PictureCenter, div.PictureLeft, div.PictureRight
{
    margin-bottom: 15px;
    text-align: center;
    font-size: .85em;
}
div.PictureLeft
{
    float: left;
    margin-right: 15px;
}
div.PictureRight
{
    float: right;
    margin-left: 15px;
}

