﻿body
{
    background-color: #CCCCCC;
    background-image: url( ../images/body_bg_wide.jpg );
    background-position: top center;
    background-repeat: repeat-y;
    line-height: 1.4em;
    margin-top: 0px;
    font-family: Helvetica, Arial, sans-serif;
    font-size: 12px;
    color: #333333;
}

a:link
{
    color: #003366;
    text-decoration: underline;
}
a:active
{
    color: #003366;
    text-decoration: underline;
}
a:visited
{
    color: #003366;
    text-decoration: underline;
}

a:hover
{
    text-decoration: none;
}
img
{
    border-style: none;
    border-color: inherit;
    border-width: 0;
}
#page
{
    margin: 0 auto;
    padding-bottom: 25px;
    position: relative;
    text-align: left;
    width: 900px;
    top: 0px;
    left: 0px;
}
.clearer
{
    clear: both;
    display: block;
    font-size: 1px;
    height: 1px;
    line-height: 1px;
    margin-bottom: -1px;
}

/**************************************************************************/
/*                           CONTENT                                      */
/**************************************************************************/

#content
{
    margin: 25px 20px 0;
    width: 860px;
}

#contentMain
{
    clear: both;
    display: inline;
    float: left;
    overflow: visible;
    width: 650px;
    margin: 5px;
    padding-left: 10px;
}

blockquote
{
    border-left: 1px solid #DDDDDD;
    color: #666666;
    font-style: italic;
    margin: 0.5em 1em;
    padding-left: 1em;
    padding-right: 16px;
}

.note
{
    background-color: #d2edf3;
    border-left: 3px solid #C3CED9;
    border-right: 3px solid #C3CED9;
    margin-right: 16px;
    margin-top: 1.5em;
    padding: 13px 16px 16px 16px;
    clear: both;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}
.noteRed
{
    background-color: #ffcccc;
    border-left: 3px solid #C3CED9;
    border-right: 3px solid #C3CED9;
    margin-right: 16px;
    margin-top: 1.5em;
    padding: 13px 16px 16px 16px;
    clear: both;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}
.noteYellow
{
    background-color: #fccc84;
    border-left: 3px solid #C3CED9;
    border-right: 3px solid #C3CED9;
    margin-right: 16px;
    margin-top: 1.5em;
    padding: 13px 16px 16px 16px;
    clear: both;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}

.dashedBox
{
    background: #F6F6F6;
    border: 1px dashed #BBBBBB;
    padding: 10px;
}

/**************************************************************************/
/*                          SIDEBAR                                       */
/**************************************************************************/

#contentSub
{
    margin: 5px 10px 5px 5px;
    display: inline;
    float: right;
    width: 200px;
    top: 0;
    right: 0;
}
/**************************************************************************/
/*                            FOOTER                                      */
/**************************************************************************/

#copyright
{
    border-top: 2px dotted #CCCCCC;
    color: #000000;
    font-size: 90%;
    margin-top: 32px;
    width: 890px;
    margin-left: 5px;
    margin-right: 5px;
}

#copyright a:link, #copyright a:visited
{
    text-decoration: none;
}

#copyright a:active, #copyright a:hover
{
    text-decoration: underline;
}

#copyright .pipe
{
    font-size: 105%;
}

.errorBox
{
    background-color: #fcc;
    border: 1px solid #c00;
    margin: 10px 15px 10px 0;
    padding: 5px;
    text-align: center;
    clear:both;
}

.errorMessage
{
    color: #c00;
    margin: 0;
    text-align: center;
}
/**************************************************************************/
/*                             HEADER                                     */
/**************************************************************************/

#header
{
    margin: 0px 10px 10px 10px;
}
.header_inner
{
    margin: 0px;
    padding: 0px;
    height: 90px;
    width: 880px;
    background-image: url('../Images/header_background_sprite.png');
    background-repeat: repeat-x;
}
.header_inner .header_banner
{
    height: 90px;
    width: 400px;
    background-image: url('../Images/TheDevFactory_Logo_Small.png');
    background-repeat: no-repeat;
    float: left;
}
/* Task bar style */
.TaskBarHeader
{
    background-position: left top;
    padding: 5px;
    height: 30px;
    font-size: 14px;
    color: #545454;
    background: url(../Images/TaskBarHeaderGradientYellow.png) top left repeat-x;
    font-weight: bold;
}
.TaskBarContents
{
    padding: 5px;
}
.TaskBarWrapper
{
    margin: 0px;
    padding: 0px;
    border: 1px solid #fccc84;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}
.TaskBarContents ul
{
    padding: 0px 0px 0px 15px;
    margin: 0px 0px 0px 0px;
    overflow: hidden;
}
.TaskBarContents li
{
    padding: 0px;
    margin: 0px;
    list-style-type: circle;
    list-style-position: outside;
}

.TaskBarContents a:link a:active a:visited
{
    color: #336699;
    text-decoration: none;
}

.TaskBarContents a:hover
{
    color: #336699;
    text-decoration: underline;
}
#breadcrumb
{
    margin-left: 13px;
}

/* Main page product sections */
.ASPPortalIntro
{
    padding: 5px;
    float: left;
    width: 300px;
    margin-top: 15px;
}
.NovoCRMIntro
{
    padding: 5px;
    float: right;
    width: 300px;
    margin-top: 15px;
}

/*Heading*/
h1, h2, h3, h4, h5, h6
{
    font-weight: bold;
}

h1
{
    font-size: 2.462em;
    color: #afb4b4;
}
h2
{
    font-size: 1.286em;
    color: #2C2C2C;
}
h2 #novocrm
{
    color: #CC0000;
}
h2 #aspportal
{
    color: #CC0000;
}
h3
{
    font-size: 1.186em; /* 14px */
    color: #333333;
}
h3 #green
{
    font-size: 1.186em; /* 14px */
    color: #93b72d;
}
h4
{
    font-size: 1em;
    color: #666666;
}
h5, h6
{
    font-size: 1em;
    color: #666666;
}

/* Autocomplete Styles
# CompletionListCssClass - Css Class that will be used to style the completion list flyout.
# CompletionListItemCssClass - Css Class that will be used to style an item in the AutoComplete list flyout.
# CompletionListHighlightedItemCssClass - Css Class that will be used to style a highlighted item in the AutoComplete list flyout.
*/
.CompletionListCssClass
{
    border: 1px solid #fccc84;
    background-color: #FFFFFF;
}
.CompletionListItemCssClass
{
    padding: 5px;
}
.CompletionListHighlightedItemCssClass
{
    padding: 5px;
    background-color: #fccc84;
}

/* small text */
.smalltext
{
    color: #666666;
    font-style: italic;
    font-size: 10px;
}
/* KB home page articles by product */
#ArticlesByProductWrapper
{
    padding: 10px;
}
#ArticlesByProductItemWrapper
{
    background: url('../images/archive-32.png') no-repeat;
    padding: 10px;
    float: left;
}
#ArticlesByProductItemWrapper a
{
    margin-left: 32px;
}
#RecentEntriesWrapper
{
    clear: both;
    padding: 10px;
}

/* Content Management */
.LoginDialog
{
    width: 350px;
}

.ErrorMessage
{
    color: #CC0000;
}

#twitterdialog
{
    background-position: url('../images/twitter_status_back.png') no-repeat;
    background: url('../images/twitter_status_back.png') no-repeat;
    position: absolute;
    right: 15px;
    top: 5px;
    width: 300px;
    height: 50px;
    overflow: hidden;
}
.twitterdialogtext
{
    margin-left: 35px;
    padding-top: 6px;
    padding-bottom: 6px;
    padding-right: 5px;
    overflow: hidden;
}
.twitterdialogtext a
{
    color: #333333;
    text-decoration: none;
}
.twitterdialogtext a:hover
{
    color: #333333;
    text-decoration: underline;
}