﻿/*DEFAULT*/
body
{
    margin: 0px;
    padding: 0px;
    color: #4B4B4B;
    background-color: #bfbfbf;
    font-family: Verdana, Tahoma, Helvetica, Arial, sans-serif;
    font-size: 0.71em;
    min-width: 969px;
    width: 100%;
}

div
{
}

td, p
{
    font-family: Verdana, Tahoma, Helvetica, Arial, sans-serif;
    line-height: 1.6em;
    font-size: 1.1em;
    margin: 0px;
    padding: 0px;
}

ul
{
    font-family: Verdana, Tahoma, Helvetica, Arial, sans-serif;
    line-height: 1.6em;
    font-size: 1.1em;
}

h1
{
    font-size: x-large;
    color: #ef7709;
    display: block;
    font-family: 'Segoe UI' , Verdana, Tahoma, Helvetica, Arial, sans-serif;
    font-style: normal;
    font-weight: normal;
}
h2
{
    display: block;
    font-weight: 400; 
    font-size: 18px;
    font-family: Segoe UI , Verdana, Tahoma, Helvetica, Arial, sans-serif;
}

a
{
    color: #1E85BE;
    text-decoration: none;
}

a:hover
{
    text-decoration: underline;
}

img
{
    border: 0;
}


/* MASTERPAGE */

#div_global
{
    width: 100%;
    height: 100%;
    background: White url(/Graphics/MasterPages/Set02/bkgBottom.png) repeat-x left bottom;
}

#div_main
{
    background: transparent url(/Graphics/MasterPages/Set02/bkg.png) no-repeat 100% 0%;
}

#div_centered
{
    margin: 0px auto;
    width: 969px;
    min-height: 300px;
    margin-bottom: 60px;
}

#div_HeaderContent
{
    margin-left: auto;
    margin-right: auto;
    margin-top: 0px;
    height: 80px;
    width: 100%;
    /* background: transparent url(/Graphics/MasterPages/Set02/bp-logo.png) no-repeat 50% 0px; */
}


#div_MenuMain
{
    margin-top: 0px;
    margin-bottom: 0px;
    background: black;
    background-image: url('/Graphics/Others/mainMenuBkg.png');
    background-repeat: repeat-x;
    width: 100%;
}

.img_hr
{
    width: 903px;
    height: 42px;
    margin-left: auto;
    margin-right: auto;
}



/* CONTENT */

#div_PreContent_Outer
{
    background: transparent url(/Graphics/MasterPages/Set02/contentTop.png) no-repeat 50% 0px;
    margin: 0px;
    padding: 0px;
}

#div_Content_Outer
{
    overflow: hidden;
    background: transparent url(/Graphics/MasterPages/Set02/contentMiddle.png) repeat-y 50% 0px;
    clear: both;
    padding-top: 0px;
    margin-top: 0px;
    margin-left: auto;
    margin-right: auto;
    width: 969px;
}

#div_Content
{
    overflow: hidden;
    min-height: 400px;
    background-color: White;
    margin-left: 13px;
    margin-right: 13px;
    padding-left: 0px;
    padding-right: 0px;
}

#div_PostContent_Outer
{
    background: transparent url(/Graphics/MasterPages/Set02/contentBottom.png) no-repeat 50% 0px;
    height: 66px;
    margin: 0px;
    padding: 0px;
}

#div_PostContent
{
    overflow: hidden;
    height: 37px;
    background-color: White;
    margin-left: 13px;
    margin-right: 13px;
    padding-left: 20px;
    padding-right: 20px;
}

.top_title
{
    font-size: 22px;
    font-weight: bold;
    line-height: 26px;
    color: #F09C05;
    margin-top: 15px;
    display: block;
}

.top_description
{
    margin-top: 5px;
    font-size: 12px;
    font-weight: bold;
    color: black; /*font-family: Courier New;*/
    display: block;
}

/*FOOTER*/

#div_line_horizontal
{
    width: 100%;
    background: #555555;
    height: 1px;
    display: block;
}

#div_FooterContent
{
    height: 59px;
    width: 100%;
}

#div_Footer
{
    overflow: hidden;
    text-align: center;
    padding-top: 2px;
    clear: both;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    color: #777;
    font-size: 9px;
    padding-bottom: 10px;
}

#div_Footer a
{
    color: #777;
    text-decoration: none;
    font-weight: bold;
}

/* OTHERS */

#div_activityFields
{
    width: 840px;
    margin-left: auto;
    margin-right: auto;
}

.spanHeaderPartA
{
    font-family: Segoe UI Light; 
    font-size: 36px;
    margin-right: 12px;
    color: #555;
}

.spanHeaderPartB
{
    font-family: Segoe UI; 
    font-size: 36px;
    color: #d67a2e;
}

.imgSmallHR
{
    padding-top: 20px; 
    width: 450px;
}

.divActivityField
{
    width: 280px;
    overflow: hidden;
    float: left;
}

.header5
{
    font-size: 110%;
    margin-left: 42px;
}

.header4
{
    font-size: 16px;
    font-weight: bold;
    font-family: font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
    color: #ef7709;
    padding-left: 40px;
}

.header6
{
    color: Black;
}

.linksUl
{
    margin-top: 12px;
}

.grayLing
{
    color: #777;
    text-decoration: none;
}

/* TWEETER */

 .tweet_paragraph
    {
        font-size: 0.9em;
    }
    
    .status
    {
        color: #999;
    }
    
    .prefix
    {
        font-weight: bold;
    }
    
    #div_tweets
    {
        display: block;
        clear: both;
    }
    
    #div_tweets li
    {
        font-size: 0.9em;
        margin-bottom: 16px;
        line-height: 16px;
    }
    
    #div_tweets ul
    {
        list-style: none;
    }
    
    #div_tweets a
    {
        color: #555;
    }