﻿.fbContainer
{
    vertical-align: middle;
    height: 65px;
    overflow: hidden;
    background-color: White;
    border: 2px solid #575646;
    padding: 5px 10px;
}


/*****************************************************
        CSS for other stylings
*****************************************************/
h1
{
}

h2
{
}

h3
{
}


/* Links */
a:link, a:visited, a:active, a:visited
{
    color: Black;
    text-decoration: none;
}

a:hover
{
    color: #ff7009;
    text-decoration: none;
}


/*****************************************************
        Main CSS Sheet for layout
*****************************************************/
#maincontainer
{
    margin-top: 2px;
    margin-bottom: 10px;
    margin-left: auto;
    margin-right: auto;
    background-color: Transparent;
    padding: 0px;
    width: 1000px;
}

body
{
    margin: 0;
    padding: 0;
    font-family: Verdana;
    font-size: 12px;
    background-color: #414141;
    color: Black;
    scrollbar-arrow-color: #666666;
    scrollbar-3dlight-color: #666666;
    scrollbar-darkshadow-color: #000000;
    scrollbar-face-color: #c9c9c9;
    scrollbar-highlight-color: #f2f2f2;
    scrollbar-track-color: #666666;
}

b
{
    font-size: 110%;
}
em
{
    color: red;
}

#topsection
{
    height: 150px; /*Height of top section*/
    border: 1px solid White;
    border: none;
    width: 100%;
    border-top: none;
    background-color: #414141;
    position: relative;
}
#topsection .RadTabStrip
{
    position: absolute;
    bottom: 0px;
}

.TopMenuTabItem
{
    height: 20px;
    color: White;
    font-weight: bold;
}
.TopMenuTabItem a
{
    color: White;
    font-weight: bold;
}

.TopMenuTabItem a:hover
{
    color: #ff7009;
    font-weight: bold;
}

.MainTableCell
{
    border-top: solid 1px #828282;
}

.logoPlacement
{
    position: absolute;
    bottom: -20px;
    left: 20px;
    height: 150px;
    width: 250px;
    background-color: transparent;
    border: 2px solid #414141;
    background-image: url('emma-logo.png');
    background-position: center;
    background-repeat: no-repeat;
}

.titlePlacement
{
    position: absolute;
    left: 274px;
    bottom: 0px;
    height: 132px;
    width: 726px;
    background-color: transparent;
    text-align: right;
    font-family: Tahoma;
    color: White;
    font-size: 45px;
    font-weight: bold;
    font-style: oblique;
}

.collectionListDiv, .artworkDiv
{
    display:inline-block;
    text-align: center;
    padding: 5px;
    font-weight: bold;
    vertical-align: bottom;
}
.artworkListDiv
{
    display:inline-block;
    text-align: center;
    padding: 5px;
    font-weight: bold;
    vertical-align: bottom;
}

#contentwrapper
{
    float: left;
    width: 100%;
    margin-top: 0px;
    margin-right: 0px;
    background-color: #fbfafa;
    z-index: 2;
}

#contentcolumn
{
    z-index: 3;
}

#footer
{
    clear: left;
    width: 100%;
    background: black;
    color: #FFF;
    text-align: center;
    padding: 4px 0;
    background: #414141;
}


#footer a
{
    color: #FFFF80;
}

.innertube
{
    margin: 0px 5px 0px 5px; /*Margins for inner DIV inside each column (to provide padding)*/
    margin-top: 0;
    z-index: 4;
}


.Header25pxHeight
{
    background-image: url('silverBG25px.png');
    background-repeat: repeat-x;
}



/* Holly Hack for IE \*/
* html .sidebarmenu ul li
{
    float: left;
    height: 1%;
}
* html .sidebarmenu ul li a
{
    height: 1%;
}
/* End */



.twtr-timeline
{
    /* scrollbar-base-color: #333333;     scrollbar-arrow-color: #aaaaaa;     scrollbar-3dlight-color: #333333;     scrollbar-darkshadow-color: #333333;     scrollbar-face-color: #333333;     scrollbar-highlight-color: #aaaaaa;     scrollbar-shadow-color: #aaaaaa;     scrollbar-track-color: #333333;*/
}

