﻿body 
{
    font-family: "lucida grande",tahoma,verdana,arial,sans-serif;
    font-size: 11px;
    color: #333;
    padding: 0;
    margin: 0px;
}

a 
{
    font-family: "lucida grande",tahoma,verdana,arial,sans-serif;
    color: #3B5998;
}

.ItemTitle
{
    font-weight: bold;
    font-family: "lucida grande",tahoma,verdana,arial,sans-serif;
    font-size: 11px;
    color: #999;
}

HR
{
    color: #E9E9E9;
    background-color: #E9E9E9;
    height: 1px;
    border: 0;
}

.BigItemStyle
{
    color: #3B5998;
    font-size: 13px;
    font-weight: bold;
}

h2
{
   font-weight: bold;
    font-family: "lucida grande",tahoma,verdana,arial,sans-serif;
    font-size: 11px;
    color: #333;
}

.inputTextbox
{
    border: 1px solid #BDC7D8;
    font-family: "lucida grande",tahoma,verdana,arial,sans-serif;
    font-size: 11px;
    padding: 5px;
    width: 300px;
}

.footerTable
{
	text-align: left; 
	padding: 5px; 
}

.warningImage
{
    background-image: url(/facebook/images/fbIconAsset.png);
    background-position: -0px -68px;
    height: 11px;
    width: 11px;
    display: inline-block;
    margin-right: 5px;
    margin-left: 5px;
}

.linkTable
{
    width: 100%;
    padding-bottom: 5px;
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 2px;
}


.fbSectionHeader
{
    background-color: #F2F2F2;
    border-bottom-color: #333;
    border-bottom-style: none;
    border-bottom-width: 0px;
    border-top-color: #E2E2E2;
    border-top-style: solid;
    border-top-width: 1px;
    font-weight: bold;
    line-height: 14px;
    padding-bottom: 5px;
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 4px;
}

.fbSectionHeader A
{
    color: #3B5998;
    font-weight: normal;
    padding-right: 5px;
}

.fbSection
{
    padding-bottom: 5px;
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 6px;
}

.fbUiButton
{
    background-image: url(/facebook/images/fbuiAsset.png);
    background-repeat: no-repeat;
    background-position: 0 -49px;
    background-color: #EEE;
    border: 1px solid #999;
    border-bottom-color: #888;
    -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, .1);
    cursor: pointer;
    display: -moz-inline-box;
    display: inline-block;
    font-size: 11px;
    font-weight: bold;
    line-height: normal !important;
    padding: 4px 8px;
    text-align: center;
    text-decoration: none;
    vertical-align: top;
    white-space: nowrap;
    font-family: "lucida grande",tahoma,verdana,arial,sans-serif;
}

.fbuiButtonConfirm {
    background-image: url(/facebook/images/fbuiAsset.png);
    background-repeat: no-repeat;
    background-position: 0 -98px;
    background-color: #5B74A8;
    border-color: #29447E #29447E #1A356E;
    color: white;
}
    
.commentArrow {
    background-image: url(/facebook/images/fbuiAsset.png);
    background-repeat: no-repeat;
    background-position: -170px -152px;
    display: block;
    height: 5px;
    margin-left: 17px;
    width: 9px;
}

.commentItem {
    background-color: #EDEFF4;
    border-bottom: 1px solid #E5EAF1;
    margin-bottom: 2px;
    padding: 5px 5px 4px;
}

.notificationArea
{
    top: 0; 
    font-family: Arial; 
    font-size: 9pt; 
    background-image: url('/images/bottomgradient.png'); 
    background-repeat: repeat-x;
    text-align: center;
    width: 100%; 
    margin: 0 auto; 
    height: 60px; 
    display:none; 
    position: absolute; 
    z-index: 200;
    left: -10px;
}