﻿/* ELEMENTS */
body
{
    text-align: center;
    min-width: 1000px;
    font-size: 14px;
    background-color: #eeeeee;
}

/* ELEMENT IDs */
#wrapper 
{
    width: 1100px;
    margin: 0 auto;
    text-align:center; 
    background-color:White;
}

.sideHeader
{
    
    height: 21px; text-align: center
}

.menuItem
{
    
    font-size:24px;
}
.menuItem_reverse
{
    color:White;
    background-color:Black;
    text-align:center;
    vertical-align:middle;
    
    font-size:16px;
}
.popupHeader
{
    color:White;
    background-color:#8eb4e3;
    text-align:center;
    vertical-align:middle;
    font-size:24px;
}
.popupBody
{
    background-color: #e5e6ff;
    color: black;
    text-align: left;
    font-size: 14px;
    padding-right: 5px;
    padding-left: 5px;
    padding-bottom: 5px;
    padding-top: 5px;
}



.divPop
{
    background-color:transparent;
	filter:alpha(opacity=95);
	-moz-opacity:0.95;
	-o-opacity:0.95;
	-khtml-opacity: 0.95;
	opacity: 0.95;
}
.tqn_popup
{
    background-color:White;
}
.divNetworkList
{
    background-color:blue;
}
.divBlackOut
{
    filter: alpha(opacity=65);
    -moz-opacity: 0.65;
    -o-opacity: 0.65;
    -khtml-opacity: 0.65;
    opacity: 0.65;
    background-color: white;/* #ced0de;*/
}

.imageBlock
{
    /*
        border-right: black 2px solid;
        border-top: black 2px solid;
        border-left: black 2px solid;
        border-bottom: black 2px solid;
    */
}

.smallMenu
{

    font-size:20px;
}
.smallMenu_selected
{
    
    font-size:20px;
    color:maroon;
}

/* CLASSES */
.NavButton
{    
    border-top-style: groove; 
    border-right-style: groove; 
    border-left-style: groove; 
    border-bottom-style: groove;
    border-width:1px;
    background-Color:#382646; /*#47394e;*/
    text-align:center;
    z-index:200px;
    line-height:23px;
     height:25px;
    color:#ffffff;
}
.NavButton:hover 
{
    background: plum;
    color:#000000
}

.articleContent
{
    font-size:14px;
}


.hidden
{
    font-size:xx-small;
}




/*TWEET OVERRIDES*/
.twtr-profile-img-anchor
{
   visibility:hidden;
}
.twtr-hd
{
    visibility:hidden;
    display:none;
}
.twtr-ft
{
    visibility:hidden;
    display:none;
}
.twtr-img
{
}
.twtr-hyperlink
{
}
.twtr-timestamp
{
}
.twtr-tweet
{
}
.twtr-avatar
{
}
.twtr-user
{
}
.twtr-doc
{
}
.twtr-hashtag
{
}
.twtr-widget twtr-widget-profile
{
}

