﻿@import url("Module_Engage.css");

.pnlWorkflow
{
    text-align: center;
    margin: 0 auto;
}

.pnlWorkflow *
{
    font-family: Arial, Helvetica, sans-serif;
    font-weight: normal;
    font-size: 13px;
    line-height: 15px;
}

.WorkFlow-Published
{
    border: #5a8316 2px solid; /* Green */
}

.WorkFlow-Draft
{
    border: #2488af 2px solid; /* Blue */
}

.WorkFlow-AwaitingModeration
{
    border: #d76e40 2px solid; /* Orange */
}

.WorkFlow-Bar
{
    height: 55px;
    border: 0;
}

.WorkFlow-Bar-1
{
    height: 55px;
    background: url(Styles/Dark/dark_Corner-Left.jpg) no-repeat;
    width: 32px;
}

.WorkFlow-Bar-2
{
    height: 55px;
    background: url(Styles/Dark/dark_StatePublished-Empty.jpg) no-repeat;
    width: 36px;
}

.WorkFlow-Bar-3
{
    height: 55px;
    background: url(Styles/Dark/dark_Sep-1.jpg) no-repeat;
    width: 20px;
}

.WorkFlow-Bar-4
{
    height: 55px;
    background: url(Styles/Dark/dark_StateDraft-Empty.jpg) no-repeat;
    width: 35px;
}

.WorkFlow-Bar-5
{
    height: 55px;
    background: url(Styles/Dark/dark_Sep-2.jpg) no-repeat;
    width: 20px;
}

.WorkFlow-Bar-6
{
    height: 55px;
    background: url(Styles/Dark/dark_StateMod-Empty.jpg) no-repeat;
    width: 35px;
}

.WorkFlow-Bar-7
{
    height: 55px;
    background: url(Styles/Dark/dark_Corner-Right.jpg) no-repeat;
    width: 31px;
}

.ModuleWorkFlow-NoLink, A.ModuleWorkFlow-NoLink, A.ModuleWorkFlow-NoLink:Link, A.ModuleWorkFlow-NoLink:Hover, A.ModuleWorkFlow-NoLink:Active, A.ModuleWorkFlow-NoLink:Visited
{
    text-decoration: none;
    height: 55px;
    border: 0;
}

.MWF-ExpandArea-V
{
    width: 209px;
    font-size: 0px;
    text-align: center;
}

.MWF-ExpandArea-V_Content
{
    width: 100%;
    background: none;
    font-size: 12px;
    text-align: left; /* Need to overrules .MWF-ExpandArea-V */
}

.MWF-ExpandArea-V-Moderation, .MWF-ExpandArea-V-Localization, .MWF-ExpandArea-V-Informations
{
    background: url(Styles/Dark/dark_BG-big.jpg) no-repeat bottom left;
    font-size: 0px;
    text-align: center;
    padding: 2px 3px 1px 3px;
}

.MWF-Centered
{
    text-align: center;
}

.MWF-VersionInfo, .MWF-LockInfo
{
    color: #aaaaaa;
    font-size: 10px;
}

.MWF-SectionHead
{
    color: #58595b;
    font-size: 10px;
}

.MWF-ExpandArea-V_Content A.CommandButton
{
    text-align: center;
}

.ItemOdd
{
    background-color:#fff;
}

.ItemEven
{
    background-color:#e6e6fa;
}
