﻿.widget-ContentIntro
{
    /*width: 960px;     margin: 0 auto;*/
}

.MainContent
{
    float: left;
    width: 644px;
    padding: 0 16px 0 11px;
    border-right: 1px #e3e3e3 solid;
    margin: 0 0 40px 11px;

}

hr
{
color: #e3e3e3;
}

.ContentIntroText
{
    margin: 0 0 10px 0;
}

.ContentImageLeft
{
    float: left;
    min-height: 131px;
    min-width: 195px;
    margin: 6px 10px 20px 0;

}

.ContentImageRight
{
    float: left;
    min-height: 131px;
    min-width: 195px;
    margin: 0 0 20px 10px;

}

.ContentText
{
    float: left;
    width: 376px;
    min-height: 131px;
    margin: 0 0 20px 0;

}

.MainContent h2
{
    font-size: 16px;
    line-height: 24px;
    font-weight: bold;
    margin: 0;
    padding: 0;
}

.SidebarContent
{
    float: left;
    width: 210px;
    padding-right: 16px;
    margin: 60px 28px 40px 22px;
}

.SidebarContent h2
{
    color: #1086f2;
    font-size: 18px;
    font-weight: bold;
    margin: 0 0 20px 0;
}

.SidebarContent p
{
    color: #858585;
    line-height: 20px;
    margin: 20px 0 20px 0 !important;
}

.SidebarContent a:link, .SidebarContent a:visited, .SidebarContent a:active
{
    color: #1152f8;
    text-decoration: none;
}

.SidebarContent a:hover
{
    color: #1152f8;
    text-decoration: none;
    border-bottom: 1px dotted #1152f8
}




.CallToAction
{
    display: block;
    margin: 35px 0 0 0;
}

.CallToAction a
{
    text-decoration: none;
}

/* BLADES
=======================================================================================================*/

.BladesMainContent
{
    float: left;
    width: 920px;
    padding: 0 16px 0 11px;
    border-right: 1px #e3e3e3 solid;
    margin: 0 0 40px 11px;
}


.BladesContentIntroText
{
/*    width: 666px;*/
    margin: 0 10px 20px 0;
}

.BladesContentContainer
{

   /*width: 600px;*/
   background-color: #ddd;

   padding: 10px;

   margin: 0 0  20px 0;

}

.BladesContentImage
{
    float: left;

    min-width: 300px;
    margin: 0 10px 10px 0;
}

.BladesContentText
{
    float: left;
    width: 360px;
    min-height: 131px;
    margin: 0 0 10px 0;
}

.BladesGraphImage
{
    float: left;

    min-width: 225px;
    margin: 0 0 10px 0;
}




.BladesMainContent h2
{
    font-size: 18px;
    line-height: 24px;
    font-weight: bold;
    margin: 0;
}

.BladesMainContent h3
{
    font-size: 16px;
    line-height: 22px;
    font-weight: bold;
    margin: 0;
}


/* LOGIN
=======================================================================================================*/

.user-actions a:link, .user-actions a:visited, .user-actions a:active
{
    color: #686868 !important;
    text-decoration: none !important;
}

.user-actions a:hover
{
    color: #888888 !important;
    text-decoration: none !important;
}

.orchard-users .zone-content
{
    width: 500px;
    margin: 0 auto 20px auto;
    background: #f3f3f3;
    background: -moz-linear-gradient(top, #f3f3f3 0%, #d4d4d4 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f3f3f3), color-stop(100%,#d4d4d4));
    background: -webkit-linear-gradient(top, #f3f3f3 0%,#d4d4d4 100%);
    background: -o-linear-gradient(top, #f3f3f3 0%,#d4d4d4 100%);
    background: -ms-linear-gradient(top, #f3f3f3 0%,#d4d4d4 100%);
    background: linear-gradient(to bottom, #f3f3f3 0%,#d4d4d4 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f3f3f3', endColorstr='#d4d4d4',GradientType=0 );
    border: #5498F5 solid 1px;
}

.orchard-users .page-title
{
    color: #202836;
    padding: 20px 0 0 40px;
    font-size: 24px;
}

.validation-summary-errors
{
    margin: 0 40px 0 40px;
    color: Red;
}

.orchard-users .zone-content p
{
    margin: 0 0 0 40px;
    padding: 0 0 0 0;
    font-size: 18px;
    color: #202836;
}

.orchard-users .zone-content form
{
    margin: 10px 40px 20px 40px;
    line-height: 36px;
}

.login-form legend
{
    font-size: 18px;
    color: #5498F5;
}

.FormLeft
{
    display: block;
    float: left;
    width: 130px;
    text-align: right;
    vertical-align: top;
    padding-right: 10px;
    font-size: 16px;
}

.FormInput
{
    float: left;
    width: 200px;
}

.FormCheckbox
{
    display: block;
    float: left;
    width: 200px;
    margin-left: 140px;
}

.FormSubmitButton
{
    display: block;
    float: left;
    width: 200px;
    margin-left: 140px;
}

.FormSubmitButton button
{
    background-color: #5498F5;
    float: left;
    color: #fff;
    padding: 3px 25px 3px 25px;
    border: 1px solid #3d3d3d;
    -webkit-text-shadow: 1px 1px 2px hsla(0,0%,0%,.5);
    -o-text-shadow: 1px 1px 2px hsla(0,0%,0%,.5);
    text-shadow: 1px 1px 2px hsla(0,0%,0%,.5);
}

.FormSubmitButton button:hover
{
    background-color: #70A9F4;
    cursor: pointer;
}

.login-form label
{
}

.login-form input
{
}

.login-form .primaryAction
{
}




#FormContainer {
    margin: 20px 100px 20px 0;
    padding: 20px 0 20px 40px; 
    background: #f3f3f3;
    background: -moz-linear-gradient(top, #f3f3f3 0%, #d4d4d4 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f3f3f3), color-stop(100%,#d4d4d4));
    background: -webkit-linear-gradient(top, #f3f3f3 0%,#d4d4d4 100%);
    background: -o-linear-gradient(top, #f3f3f3 0%,#d4d4d4 100%);
    background: -ms-linear-gradient(top, #f3f3f3 0%,#d4d4d4 100%);
    background: linear-gradient(to bottom, #f3f3f3 0%,#d4d4d4 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f3f3f3', endColorstr='#d4d4d4',GradientType=0 );
    border: #1C6EA8 solid 1px;
}

.oforms {
    text-align: right;
}

header h1 {
	display: none;
}


/* CMS EDITABLE BOXES
=======================================================================================================*/

.content-control
{
    border: 1px dotted gray;
}

.widget-control
{
    border: 1px dotted gray;
    display: block;
}

.manage-actions
{
    text-align: right;
    padding-right: 10px;
}

.manage-actions a:link
{
    color: white !important;
    text-decoration: none !important;
    font-size: 12px !important;
    background-color: Gray;
    padding: 2px 6px;
}

.manage-actions a:hover
{
    background-color: #3d3d3d;
    font-size: 12px !important;
}
