﻿body 
{
    margin: 0px;
    font-family: Arial;
    font-size: 11px;
    min-width: 900px;
}
html { height: 100%; }

.Header
{
    height: 49px;
    background-color: #2b2b2b;
}

#LeftColumn
{
    width: 227px;
}

#LeftMenu
{
    padding: 12px 2px 12px 8px;
    text-align: left;
    min-height: 250px;
}

#LeftMenuCell
{
    background-color: #eee;
}

#SnapBarCell
{
    background-color: #eee;
    cursor: pointer;
}

#SnapBarCell:hover
{
    background-color: #ddd;
}
.MenuItem
{
    font-family: Arial;
    font-size: 15px;
    font-weight: bold;
    padding: 1px 4px 1px 4px;
    border-bottom: solid 2px transparent;
    cursor: pointer;
    position: relative;
}
a.MenuLink
{
    font-family: Arial;
    font-size: 15px;
    font-weight: bold;
    text-decoration: none;
    color: #000;
}

.GroupOptions
{
    background-color:#E7E7E7;
    border-bottom:1px solid #DDDDDD;
    border-left:1px solid #DDDDDD;
    border-right:1px solid #DDDDDD;
    padding:4px 4px 16px 8px;
}
.GroupOptionText
{
    padding: 1px 0px;
    font-size: 11px;
    cursor: default;
    color: #1a1a1a;
    font-weight: bold;
    position: relative;
}
.GroupOptionText:hover
{
    background-color: #ddd;
}
.ExpandIcon
{
    position: absolute;
    top: 0px;
    right: 3px;
    font-size: 16px;
    padding-left: 8px;
}
.ExpandIcon:hover
{
    color: #6a6a6a;
    cursor: pointer;
}

h1
{
    font-family: Arial;
    font-size: 15px;
    font-weight: bold;
    padding: 1px 4px 1px 0px;
    cursor: default;
}

.Description
{
    font-family: Arial;
    font-size: 12px;
    padding: 6px;
    padding-left: 12px;
    border-left: solid 5px #ccc;
    margin-left: 16px;
    margin-right: 36px;
}
.Description:first-letter
{
    font-size: 15px;
}

.Label
{
    font-weight: bold;
    font-size: 13px;
}

.Button,.ButtonNegative
{
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    background-color: #8CC739;
    border-color: #ccc #333 #333 #ccc;
    border-style: solid;
    border-width: 1px;
    cursor: pointer;
    padding: 3px 12px;
    text-decoration: none;
    -moz-outline: none;
}

.Button.Small,.Button.SmallNegative
{
    font-size: 12px;
    font-weight: normal;
    padding: 1px 2px;
    cursor: default;
}
.Button.SmallNegative
{
    background-color: Transparent;
    color: #333;
}

.Disabled, .Disabled:hover
{
    cursor: default !important;
    background-color: #999 !important;
    color: #aaa !important;
}

.Button:hover
{
    background-color: #80c030;
}
.ButtonNegative
{
    background-color: #aaa;
}

.ButtonNegative:hover
{
    background-color: #a5a5a5;
}

.MenuItem:hover
{
    background-color: #ddd;
}
.MenuItem.MenuSelected
{
    background-color: #ddd;
}
.MenuItem.Smaller
{
    font-size: 12px;
    padding: 1px 8px;
}
#SearchPanel
{
    
    height: 23px;
    padding: 3px;
}

#RightColumn
{
    padding-top: 6px;
    padding-left: 6px;
    color: #fff;
    font-size: 12px;
}

.PadRight
{
    padding: 2px 8px;
    margin-right: 8px;
    background-color: #717171;
    cursor: pointer;
    font-weight: bold;
}
.PadRight:hover
{
    background-color: #9a9a9a;
}

#Trends
{
    position: fixed;
    height: 20px;
    background-color: Black;
    bottom: 0px;
    width: 100%;
    color: White;
    padding-top: 5px;
    padding-left: 5px;
}

.ClearTextBox, .Delta, .UnMute
{
    font-size: 10px;
    display: inline;
    cursor: pointer;
    padding: 0px 4px;
    color: #aaa;
}
.ClearTextBox:hover
{
    color: Red;
}
.UnMute:hover
{
    color: Green;
}

.Delta:hover
{
    color: Orange;
}

.TextBox
{
     background-image: url( /Images/TextBoxBackgroundRepeating.gif );
     background-repeat: repeat-x;
     background-position: top left;
     border: solid 1px #8899aa;
}
.TextBox.Unused
{
    color: #999;
}
.TextBox.Large
{
     background-image: url( /Images/TextBoxBackgroundRepeating.gif );
     background-repeat: repeat-x;
     background-position: top left;
     border: solid 1px #8899aa;
     font-size: 18px;
     font-weight: normal;
     padding: 3px;
}

.ColumnWrapper
{
    width: 310px;
    padding: 8px;
    padding-bottom: 47px;
    padding-top: 24px;
    float: left;
    position: relative;
    overflow: hidden;
    max-height: 500px;
    margin-bottom: -16px;
}
.ColumnHeader
{
    font-weight: bold;
    font-size: 15px;
    top: 4px;
    left: 4px;
    position: absolute;
}

.ColumnBody
{
    position: relative;
    max-height: 500px;
    overflow-y: scroll;
    overflow-x: hidden;
}

.Source
{
    position: absolute;
    bottom: -12px;
    left: 1px;
    font-size: 9px;
    color: #aaa;
}
.Source a
{
    text-decoration: none;
    color: #aaa;
}
.Source a:hover
{
    text-decoration: underline;
}


.Avatar
{
     position: absolute;
     top: 10px;
     left: 0px;
     width: 48px;
     height: 48px;
}
.WhiteCorners, .GrayCorners
{
     position: absolute;
     top: 0px;
     left: 0px;
     width: 48px;
     height: 48px;
     background-image: url(/Images/CornersWhite.png);
}

.Avatar img
{
    width: 48px;
    height: 48px;
}

.Tweet
{
    position: relative;
    padding-top: 6px;
    border-top: solid 1px #ccc;
    margin-top: 3px;
}

.TweetBody
{
    min-height: 60px;
    margin-left: 60px;
    font-family: "lucida grande",tahoma,verdana,arial,sans-serif;
    font-size: 12px;
    padding-right: 7px;
    max-width: 255px;
    overflow: auto;
    word-wrap: break-word;
}

.TweetName
{
    font-weight: bold;
    cursor: pointer;
}

.TweetName:hover
{
    text-decoration: underline;
}
.TweetActions
{
    padding-top: 3px;
    font-size: 11px;
    font-family: "lucida grande",tahoma,verdana,arial,sans-serif;
    color: #777;
}

.TweetActions .Reply, .TweetActions .Retweet, .TweetActions .Like, .TweetActions .Mute
{
    outline-style: none;
    color: #3B5999;
    text-decoration: none;
    cursor: pointer;
}

.TweetActions .Reply:hover, .TweetActions .Retweet:hover, .TweetActions .Like:hover, .TweetActions .Mute:hover
{
    text-decoration: underline;
}

.tinyUrl
{
    color: #0084a4 !important;
    cursor: pointer;
}


.TwitterProfile_Table
{
    max-width: 323px;
}

table.TwitterProfile_Table tr td
{
    text-align: right;
}
table.TwitterProfile_Table tr td + td
{
    text-align: left;
    padding-left: 8px;
    font-weight: bold;
}

.Warning
{
    background:transparent url(/Images/WarningIcon.gif) no-repeat scroll 0 5px;
    font-weight:bold;
    padding: 7px 0px 5px 28px;
}

/* rows */
.Odd
{
    background-color: #e1e1e1;
}

img
{
    -ms-interpolation-mode:bicubic;
}

#MB_content
{
    position: relative;
}

label
{
    margin: 0px;
    padding: 0px;
}

.SectionHeader
{
    padding-top: 8px;
    font-size: 14px;
    border-bottom:1px solid #aaa;
    color: #37beef;
    font-weight: bold;
}

.SpanLink
{
    cursor: pointer;
    text-decoration: underline;
}

.UrlTextBox
{
    font-size: 11px;
}

.txtTweet 
{
    color:#000000;
    font-family:"Lucida Grande","Lucida Sans-Serif Unicode",Tahoma,Verdana,Sans-Serif;
    font-size:12px;
    font-style:normal;
}

h2
{
    font-size: 12px;
    color: #B2B2B2;
    font-family:Arial,Helvetica,Sans-Serif;
    line-height:18px;
}

.ActionUrl
{
    color: #37beef !important;
}

.ColumnLabels
{
    font-size: 14px;
}

.AddLink
{
    color: #aaa;
    cursor: pointer;
}
.AddLink:hover
{
    color: #555;
}

.ColumnMove
{
    color: #aaa;
    margin-right: 5px;
    cursor: pointer;
}

.ColumnMove:hover
{
    color: #000;
}

.ColumnNameSpan
{
    padding-right: 20px;
    padding-left: 5px;
}
.ColumnNameSpan:hover
{
    color: #333;
    background-color: #F8F8BB;
}

.StepLabel
{
    font-size: 24px;
    text-indent: 11px;
}

.QuickStartRow, .QuickStartRowAlt
{
    background-color: #ddd;
    padding-bottom: 8px;
}

.QuickStartRowAlt
{
    background-color: inherit;
}



.overlay {
	width: 100%;
	height: 100%;
	background: black;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 9900;
}
.dialog {
/*	width: 50%;
	min-height: 50%;
	background: white;
	position: fixed;
	top: 25%;
	left: 25%;
	z-index: 9901;*/
    width: 80%;
	min-height: 80%;
	position: fixed;
	top: 10%;
	left: 10%;
	z-index: 9901;
	border: solid 8px white;

}