﻿body
{
    margin-top: 10px;
    margin-bottom: 10px;
    margin-left: 50px;
    margin-right: 50px;
    font-family: 'Trebuchet MS' , Arial;
    font-size: 10pt;
    text-align: center;
    background-color: #333333;
}
a
{
    color: #0852ad;
    text-decoration: none;
}
a:hover
{
    color: #1e7cb0;
    text-decoration: underline;
}
#layout
{
    width: 100%;
    background-color: #ffffff;
    text-align: left;
    margin: 0px auto;
}
#search
{
    background-color: #1e7cb0;
}
#footer
{
    background-color: #A3A8AF;
    text-align: center;
    margin-left: 10px;
    margin-right: 10px;
    margin-top: 10px;
    margin-bottom: 5px;
}
#footer a
{
    color: #0852ad;
}
#footer a:hover
{
    color: #1e7cb0;
}
.topMenu
{
    padding-top: 20px;
    padding-bottom: 20px;
}
.topMenuItem
{
    width: 13%;
    height: 21px;
    background-image: url(../../Images/menu_top_background.gif);
    text-align: center;
}
.topMenuItem a
{
    color: #bfdae9;
    font-weight: bold;
    text-decoration: none;
}
.topMenuItem a:hover
{
    color: #bfdae9;
    font-weight: bold;
    text-decoration: underline;
}
#userMenuHeader
{
    margin-left: 20px;
    color: #bfdae9;
    background-color: #1e7cb0;
    width: 160px;
    text-align: center;
    font-size: 120%;
    font-weight: bold;
    padding-bottom: 8px;
}
#userMenuBody
{
    margin-left: 20px;
    color: #1e7cb0;
    font-size: 110%;
    font-weight: bold;
    background-color: #bfdae9;
    width: 160px;
}
.userMenuItem
{
    padding: 5px 0px 5px 10px;
}
#sideAdRight
{
    margin-right: 20px;
    width: 175px;
}
#sideAdLeft
{
    margin-top: 20px;
}
.contentLayout
{
    width: 100%;
    padding: 0px 20px 0px 20px;
}
#contentHeader
{
    font-size: 140%;
    font-weight: bold;
    text-align: left;
    background-color: #ffb871;
    width: 100%;
    margin-bottom: 20px;
}
#contentBody
{
    padding-bottom: 5px;
    width: 94%;
}
.warningText
{
	color: #ff0000;
	font-weight: bold;
}
.errorMessage
{
    margin: 15px 0px 15px 0px;
    padding: 15px 10px 15px 10px;
    border: 1px solid #ff0000;
    background-color: #ff9f9f;
    font-weight: bold;
    font-size: 110%;
    width: 95%;
}
.goodMessage
{   
    margin: 15px 0px 15px 0px;
    padding: 15px 10px 15px 10px;
    border: 1px solid #7cd3a8;
    background-color: #d8f1e4;
    font-weight: bold;
    font-size: 110%;
    width: 95%;
}
.homeMessage
{
    margin: 0px 0px 15px 0px;
    padding: 15px 10px 15px 10px;
    border: 1px solid #FFDD95;
    background-color: #FFFFD7;
    font-weight: bold;
    font-size: 120%;
    width: 95%;
}
.sectionHeader
{
    font-weight: bold;
    font-size: 110%;
    color: #1e7cb0;
}
#mostRecentSnippetsHeader
{
    background-color: #7cd3a8;
    width: 100%;
    font-size: 120%;
    font-weight: bold;
    text-align: left;
    padding-bottom: 10px;
}
#mostRecentSnippetsBody
{
    background-color: #d8f1e4;
    width: 100%;
}
#downloadAddinsHeader
{
    background-color: #6f92db;
    width: 350px;
    font-size: 120%;
    font-weight: bold;
    text-align: left;
    padding-bottom: 10px;
}
#downloadAddinsBody
{
    background-color: #b9c9ee;
    width: 350px;
}
#userStatsHeader
{
    background-color: #6f92db;
    width: 500px;
    font-size: 120%;
    font-weight: bold;
    text-align: left;
    padding-bottom: 10px;
}
#userStatsBody
{
    background-color: #b9c9ee;
    width: 500px;
    font-size: 140%;
    padding-top: 5px;
}
#flyoutWireframe
{
    display: none;
    overflow: hidden;
    z-index: 2;
    background-color: #ffffff;
}
.flyout
{
    display: none;
    width: 725px;
    z-index: 2;
    opacity: 0;
    filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
    border: 2px solid #333333;
    background-color: #e3e3e3;
    padding: 5px;
}
.flyoutClose
{
    float: right;
    opacity: 0;
    filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
}
.viewCode
{
    overflow: scroll;
    position: relative;
    width: 725px;
    min-height: 200px;
    background-color: #ffffe6;
    text-align: left;
}
.taskButton
{
    padding-bottom: 20px;
    padding-right: 10px;
}
.taskButton span
{
    padding: 5px 5px 5px 5px;
    background-color: #f1f1f1;
    border: solid 1px #c0c0c0;
    font-weight: bold;
    font-size: larger;
}
.taskButton span:hover
{
    background-color: #e2e2e2;
}
.button
{
    font-family: 'Trebuchet MS' , Arial;
    font-weight: bold;
    font-size: larger;
    color: #1e7cb0;
    padding: 1px 4px 1px 4px;
    background-color: #f1f1f1;
    border: solid 1px #c0c0c0;
}
.button:hover
{
    cursor: pointer;
}