﻿/* TinyMCE specific rules */
body.mceContentBody {
   background: #FFF !important;
}

/******** MESSAGES *******************************************************************/
/* general */
div.relative { position: relative; }

div.displayMessage
{
    background-repeat: no-repeat;
    background-position: 6px 6px;
    font-size: 100%;
    font-weight: bold;
    padding: 5px 20px 5px 56px;
    width: 907px;
    position: absolute;
    top: 0;
    left: 10px;
    z-index: 5;
}

div.displaymessages.default .displayMessage {
    /*position: relative;*/
    position: inherit;
    width: auto;
    left: 0;
}

.Configuration div.displayMessage {
    position: relative;
    width: auto;
}
div.displayMessage p
{
    margin: 12px 0 0 0;
}
div.displayMessage code
{
    color: #A31515;
    display: block;
    margin: 0 0 6px 0;
}

div.displayMessage ul
{
    margin: 12px 0 0 12px;
}
div.displayMessage h3
{
    display: block;
    font-weight: bold;
    font-size: 120%;
    margin: 12px 0 0 0;
}

/* hint */
div.hint
{
    color: #666666;
    background-color: #eeeeee;
    background-image: url(../../../ValentNet/Content/icons/32x32/lightbulb.png);
}
/* success */
div.success
{
    color: #006600;
    background-color: #e6f8dd;
    background-image: url(../../../ValentNet/Content/icons/32x32/ok.png);
}
/* information */
div.information
{
    color: #0f436c;
    background-color: #e4edf4;
    background-image: url(../../../ValentNet/Content/icons/32x32/information.png);
}
/* warning */
div.warning
{
    color: #e1a506;
    background-color: #FFFEDF;
    background-image: url(../../../ValentNet/Content/icons/32x32/sign_warning.png);
}
/* error */
div.error
{
    color: #9c0000;
    background-color: #FBE6F2;
    background-image: url(../../../ValentNet/Content/icons/32x32/error.png);
}
/******** END MESSAGES ***************************************************************/


/******** PROPERTYGRID ***************************************************************/
div.Configuration table.PropertyGrid{
    float: left;
    margin: 0 0 10px 0;
}
div.Configuration table.PropertyGrid th{
    background-color: #FFFFFF;
    color: #880000;
    font-weight: bold;
    vertical-align: top;
}
div.Configuration table.PropertyGrid tr.rowEven th { background-color: #f0f0f0; }
div.Configuration table.PropertyGrid tr.rowOdd th { background-color: #FFFFFF; }
div.Configuration table.PropertyGrid tbody th, div.Configuration table.PropertyGrid .Body th {
    width: 135px;
    text-align: left;
}

div.Configuration .th-smaller table.PropertyGrid tbody th.nowrap, .th-smaller table.PropertyGrid tr.Body th.nowrap
div.Configuration table.th-smaller tbody th, table.th-smaller .Body th {
    width: 100px;
}
div.Configuration table.PropertyGrid tbody th.nowrap, div.Configuration table.PropertyGrid tr.Body th.nowrap {
    width: auto;
}
div.Configuration table.PropertyGrid tbody td, div.Configuration table.PropertyGrid .Body td{
    color: #000000;
}
div.Configuration table.PropertyGrid tfoot td{
    background-color: #FFFFFF;
}
div.Configuration table.PropertyGrid tbody select, table.PropertyGrid .Body select, 
div.Configuration table.PropertyGrid tbody textarea, table.PropertyGrid .Body textarea{
    border: 1px solid #CCCCCC;
    width: 95%;
}
div.Configuration table.PropertyGrid input.textbox, table.PropertyGrid input.password,
div.Configuration table.PropertyGrid input[type=text], table.PropertyGrid input[type=password]{
    border: 1px solid #CCCCCC;
    padding: 2px 1px;
    width: 95%;
}
div.Configuration table.PropertyGrid input[type=checkbox], table.PropertyGrid input[type=radio]{
   margin: 0 5px 0 0;
   vertical-align:text-bottom;
}
div.Configuration table.PropertyGrid td div{
    position: relative;
}
div.Configuration table.PropertyGrid div span.warning{
    display: block;
    position: absolute;
    top: 0;
    right: 0;
}

/* runtime */
div.Configuration .TableRunTime thead th, .TableRunTime tr.Header th{
    border-top: 3px solid #CCCCCC;
    font-weight: bold;
    width: auto;
}
div.Configuration .SectionRunTime thead th, .SectionRunTime tr.Header th{
    border-top: 1px solid #CCCCCC;
    width: auto;
}
/*.RunTime tbody th,*/
div.Configuration .RunTime .Body th, .RunTime tbody th{
    font-weight: normal;
}
div.Configuration .RunTime .Body th.text { font-weight: bold; }
div.Configuration .RunTime .Body td.header { color: #880000; }
div.Configuration .RunTime textarea{
    border: 1px solid #CCCCCC;
    padding: 2px 0;
}

div.Configuration .RunTime .Body .description  {
    color: #808080; 
}

/* designtime */
div.Configuration .DesignTime{
    width: 400px;
}
div.Configuration .TableDesignTime thead tr, .TableDesignTime tr.Header{
    background-color: #888888;
}
div.Configuration .SectionDesignTime thead tr, .SectionDesignTime tr.Header{
    background-color: #c6c6c6;
}
div.Configuration .DesignTime tbody th, .DesignTime .Body th{
    background-color: #c6c6c6;
}
div.Configuration .DesignTime td{
    background-color: #e6e6e6;
}
div.Configuration .DesignTime tbody td input[type=text], .DesignTime .Body td input[type=text]{
    width: 40px;
}
div.Configuration .DesignTime tbody th input[type=text], .DesignTime .Body th input[type=text]{
    font-weight: bold;
    text-align: right;
    width: 129px;
}

div.Configuration table.PropertyGrid tbody textarea.orderInformation, table.PropertyGrid .Body textarea.orderInformation {
    height: 100px;
}

div.Configuration tr.Buttons td div.previous {
    float: left;
    height: 22px;
    width: 145px;
}
div.Configuration tr.Buttons td div.next {
    float: left;
    width: 135px;
}
/******** END PROPERTYGRID ***********************************************************/
