﻿/* --------------------------------------------------------------- */
/* -- ACTION PAGE STYLES ----------------------------------------- */
/* --------------------------------------------------------------- */
.ActionMessage
{
    border:solid 1px #aaaaaa;
    margin:10px 25% 25px 25%;
    padding:10px;
    width:50%;
}



/*-----------------------------------------------------------------*/
/* TRIGGERSYNCLOG PAGE STYLES -------------------------------------*/
/*-----------------------------------------------------------------*/
#TriggerSyncLog
{
    height:400px;
    width:100%;
}
#SyncLogTips ul,
#SyncLogTips li
{
    list-style-position:outside;
    list-style-type:disc;
    margin:0px 10px;
    padding:0px;
}
table.TriggerSyncLog th
{
    font-weight:bold;
}
table.TriggerSyncLog td,
table.TriggerSyncLog th
{
    color:White;
    font-size:xx-small;
    padding:1px;
    text-align:left;
    vertical-align:top;
}

