#Body {
    width: 99.9%;
    position: relative;
}

body {
    background: #E8F9FF;
}

#Head {
    background: #3B5998;
    padding: 0;
    margin: 20px 20px 0;
    text-align: left;
    position: relative;
}

a:hover {
    color: #026b56;

}

a {
    color: #000066;

}

div.Popup h1,
div.Popup h2 {
    background: #3b5998;
    border: none;
}

.Banner {
    padding: 10px;
    text-align: left;
    position: relative;
}

.Banner ul {
    background: #55acb1;

    padding: 0;
    margin: 0;
    text-decoration: none;
}

.Banner ul li {
    display: inline;
    padding: 0;
    margin: 0;
    text-decoration: none;
}

.Banner ul li a {
    font-weight: bold;
    padding: 3px 6px;
    font-size: 11px;
    color: #FFF;
    display: inline-block;
    border: 2px;
    text-decoration: none;
}

.Banner ul li a:hover {
    background: #417f84;
    color: #fff;
    text-decoration: none;
}

.Banner .SignOut a {
    font-weight: normal;
    position: absolute;
    top: 10px;
    right: 10px;
    text-decoration: none;
}

.Banner ul li a span {
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    padding: 1px 2px 0 1px;
    background: #f00;
    border-right: 1px solid #a00;
    border-bottom: 1px solid #a00;
    color: #fff;
    font-size: 9px;
    position: relative;
    top: -3px;
    text-decoration: none;
}

#Content {
    float: none;
    width: auto;
    margin: 0 280px 0 10px;
}

#Panel {
    float: right;
    margin-right: 10px;
    list-style: circle;
}

#Panel div.SearchBox input.InputBox {
    width: 200px;
    margin-right: 4px;
 list-style: none;
}

div.SearchBox {
  margin-bottom: 6px;
}

body.Profile div.SearchBox {
  display: none;
}

body.Profile #Content {
  float: none;
  width: auto;
  margin: 0 10px 0 280px;
}

body.Profile #Panel {
  margin: 0 0 0 10px;
}

form.Activity textarea {
  width: 99%;
}

#Foot div {
  width: auto;
}

body.Post #Content {
  width: auto;
  margin: 0 20px;
}

#ConversationForm textarea.MultiComplete,
#ConversationForm .TextBox,
#MessageForm textarea,
div.Comment div.CommentForm,
div.Comment div.CommentForm textarea,
div.CommentForm textarea,
#DiscussionForm input.InputBox,
#DiscussionForm textarea {
  width: 99%;
}

/* Tabs */
div.Tabs {
    background: none;
    padding: 0;
    border-bottom: 1px solid #aaa;
}

div.Tabs ul {
    padding: 0 8px;
    white-space: nowrap;
}

div.MessageForm {
    padding: 8px 8px 5px;
    list-style: circle;
}

div.MessageForm div.Tabs {
    padding: 0 8px;
}

/* css fix for message spacing - Brand-Friendly 1.2 */

div.Preview div.Message, ul.MessageList div.Message {
    clear: none;
    font-size: 100%;
    line-height: 140%;
    list-style: circle;
}

div.Tabs li a,
div.Tabs li a:link,
div.Tabs li a:hover,
div.Tabs li a:active,
div.Tabs li a:visited {
    font-size: 11px;
    margin: 0;
    border: none;
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    background: none;
    color: #1E79A7;
    text-decoration: underline;
    padding: 8px 10px;
    line-height: 11px;
}

div.Tabs li a:hover {
    text-decoration: underline;
}

a.Active,
div.Tabs li.Active a {
    background: #fff;
    color: #474747;
    margin: 0;
    border: 1px solid #aaa;
    border-bottom: none;
    border-radius: 3px 3px 0 0;
    -moz-border-radius: 3px 3px 0 0;
    -webkit-border-radius: 3px 3px 0 0;
    display: inline-block;
    font-size: 12px;
    line-height: 12px;
    font-weight: bold;
    text-decoration: underline;
    padding: 6px 10px;
    position: relative;
    top: 1px;
}

div.Tabs li a span {
    line-height: 1;
    font-size: 80%;
    padding: 0 3px;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    font-weight: normal;
    background: #E3F4FF;
    color: #70727C;
    margin: 0 0 0 4px;
}

div.DiscussionsTabs div.SubTab {
    font-size: 11px;
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-top: 1px solid #aaa;
    background: #f3f3f3;
    margin: 0;
    padding: 4px 8px;
}

div.HeadingTabs ul {
    margin: 8px 0 0;
}

body.Discussion a.Bookmark {
    margin: 6px 2px;
}

div.Preview {
    border: 1px solid #aaa;
    background: #fff;
    margin: 0 0 8px;
    padding: 8px;
}

.Foot {
    background: none;
    border: none;
}

div.MorePager a,
div.MorePager a:link,
div.MorePager a:visited,
div.MorePager a:active,
div.MorePager a:hover {
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    background: none;
    border: none;
    color: #1e79a7;
    line-height: 1;
    padding: 0;
    text-decoration: underline;
}

div.MorePager a:hover {
    color: #ff0084;
    text-decoration: underline;
}

body.add #Content {
    margin: 0 10px;
}

/* Panel Boxes */
div.Box {
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    background: none;
    padding: 0;
}

div.Box h4 {
    color: #333;
}

ul.PanelInfo {
    border-top: 1px solid #ccc;
    list-style: none;
}

ul.PanelInfo li,
ul.PanelInfo li.Active {
    background: none;
    border-bottom: 1px solid #ccc;
    list-style: none;
}

ul.PanelInfo li.Active a {
    color: #fff;
}

ul.PanelInfo li.Active {
    background: #55acb1 ;
    list-style: none;
}



body.Profile ul.PanelInfo {
    border: none;
}

body.Profile ul.PanelInfo li {
    margin: 0;
    padding: 0;
}

body.Profile ul.PanelInfo li a {
    font-size: 12px;
    display: block;
    padding: 0 6px;
}

body.Profile ul.PanelInfo li a:hover {
    background: #D8DFEA;
}

/* Sign In Page */
body.Entry #Content div.Box {
    background: #efefef;
}

body.Entry #Panel {
    display: none;
}

#sitename
{
    top: 10px !important;
}
#tagline
{
    top: 28px !important;
}
