﻿
a                   { color: #1E5B79; text-decoration: none;}
a:hover             { color: #2895CC; text-decoration: none; }



.HeaderText
{
padding: 0px 0px 0px 3px;
margin: 0px;
color: black;
}

h1 {
font-size: x-large;
font-weight: bold;
}

.FunnyStatusMessages
{
 position: absolute;
 top: 1px;
 float: inherit;
 text-align: center;
 width: 99%;
}


.pager
{

}

.GreenBackground
{
 background-color: Green;
 color: Green;
 font-weight: bold;
 font-family:Arial, Helvetica, sans-serif; 
 font-size: 1.2em;
}

.MessageGreen
{
 color: Green;
 font-weight: bold;
}

.MessageRed
{
 color: Red;
 font-weight: bold;
}


.LikeBlack
{
 color: Black;
 font-weight: normal;
}

.LikeGreen
{
 color: Green;
 font-weight: bold;
}

.LikeRed
{
 color: Red;
 font-weight: bold;
}


.SearchPanel
{
 font-family: Arial; 
 font-size: 1em; 
 position: relative; 
 left: 10px; 
 top: 2px;
}



.textbox
{
 height: 14px;   
 font-family: Verdana Arial;
 font-size: 10pt;
 width: 215px; 
}

.MicroblogChars
{
position: relative;
top: -1px;
color: White;
font-weight: bold;
font-size: 10pt;
}

.watermarked
{
 color: Gray;
 height: 14px;   
 font-family: Verdana Arial;
 font-size: 10pt;
}

.PostedBySubText
{
    color: #C0C0C0;
    font-size: 11pt;
}

.copy
{
 font-family: Verdana;
 font-size: 6pt;


}

.like
{
position: relative; 
top: 6px; 
}

.dislike
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 7pt;
    font-weight: bold;
    font-style: normal;
    color: blue;
}

.dislike a:hover
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 7pt;
    font-weight: bold;
    font-style: normal;
    color: red;
}

.ErrorMessage
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: small;
    font-weight: bold;
    font-style: normal;
    color: #FF0000;
}

.button
{
    font-family: Arial, Helvetica, sans-serif;
    width: 100px;
    background-color: #CEE7F2;
    color: #2C749E;
    height: 21px;
    font-size: x-small;
    font-weight: bolder;
}
.image
{
    border-style: none;
}


