﻿
.WebEditor
{
    width: 880px; height: 600px; margin: 10px;
    margin-bottom: 20px;
}

.WebEditor .Heading
{
    font-weight: bold; 
    color:#0768B5;
    font-size: 25px;
    line-height: 1.5em;
    margin-bottom: 8px;
    margin-top: 8px;
}

.WebEditor .SubHeading
{
    font-weight: bold; 
    color:#0768B5; 
    text-align: right;
    line-height: 1.5em;
    margin-bottom: 8px;
    height: 30px;
}

.WebEditor .WindowHeader
{
    font-weight: bold;
    font-size: 15px;
    height: 30px;
    background-image: url(../../../images/WebEditor/titlebar_rightcorner.jpg); 
    background-repeat: no-repeat; 
    background-position: right top; 
}

.WebEditor .WindowHeader A
{
    font-weight: normal;
    font-size: 10px;
}

.WebEditor .WindowBody
{
    background: #e6ebee;
    margin: 0px;
    border: none;
}

.WebEditor .WindowFooter
{
    height: 16px;
    background: #f3f5f7;
    background-image: url(../../../images/WebEditor/footerbar_rightcorner.jpg); 
    background-repeat: no-repeat; 
    background-position: right bottom; 
    text-align: left;
    margin-top: -3px;
}

.WebEditor input[type=text]
{
    font-size: 15px;
    padding: 4px;
    background: white;
}

.WebEditor input[type=file]
{
    font-size: 15px;
    padding: 4px;
    background: white;
}

.WebEditor .ComponentEditor
{
    background: #ECE9D8;
    border: solid 1px #ABA897;
}

.WebEditor .SelectedPage
{
    background-color: #00569F;
    color: White;
}

.WebEditor .SelectedPage A
{
    color: White;
    text-decoration: none;
}

.WebEditor .Page
{
    background-color: Transparent;
    color: Black;
}

.WebEditor .ComponentEditor .Title
{
    color: #9E9B92;
    font-weight: bold;
    margin-bottom: 8px;
    text-align: left;
    padding-left: 8px;
}

.WebEditor .ComponentEditor .Editor
{
    margin-bottom: 8px;
    position: relative;
}

.WebEditor .ComponentEditor .Editor TEXTAREA
{
    width: 95%;
}

.WebEditor .ComponentEditor .Editor .Label
{
    margin-left: 8px;
    font-weight: bold;
    margin-top: 4px;
    text-align: left;
}

.WebEditor .ComponentEditor .Editor .Field
{
    margin-left: 8px;
}

.WebEditor .ComponentEditor .Editor input[type=file]
{
    width: 95%;
}

.WebEditor .ComponentEditor .Editor input[type=text]
{
    width: 95%;
}