﻿/*#MSVE_navAction_ObliqueMapView { display: none; }*/

.MyCalendar .ajax__calendar_container
{
    border: 1px solid #646464;
    border-color: Gray;
    background-color: White;
    color: Black;
}

.Calendar
{
    background-color: White;
    color: Black;
    border: solid 1px Gray;
}

.GridHeaders th
{
    padding: 1px 3px 1px 3px;
}

.watermark
{
    background: #FFAAFF;
}

.DaySelected
{
    background-color: White;
}
/* Styles for wizard form controls (activity etc.)*/
.wizardDivGroupContainer
{
    padding: 5px;
    border: solid 1px silver;
    color: Gray;
    font-size: small;
}

.wizardFormLabel
{
    color: Gray;
    margin: 2px;
}

.wizardTextBox
{
    border: solid 1px gray;
    width: 220px;
    margin: 2px;
}



.UnselectedMenuTab
{
    cursor: pointer;
    background-color: gainsboro;
    text-decoration: none;
    position: relative;
    padding-top: 2px;
    padding-left: 2px;
    padding-right: 2px;
    border-bottom: none;
    border-left: solid 1px silver;
    border-top: solid 1px silver;
    border-right: solid 1px silver;
    margin-left: 4px;
    color: white;
    font-weight: bold;
}

.SelectedMenuTab
{
    cursor: default;
    color: White;
    background-color: Black;
    position: relative;
    padding-top: 2px;
    padding-left: 2px;
    padding-right: 2px;
    border-bottom: solid 1px black;
    border-left: solid 1px silver;
    border-top: solid 1px silver;
    border-right: solid 1px silver;
    margin-left: 4px;
    font-weight: bold;
    text-decoration: none;
}


.BriefingActionButtons
{
    text-decoration: none;
    cursor: pointer;
    border: solid #4971FF 1px;
    background-color: white;
    color: #4971FF;
    font-size: x-small;
    padding: 2px;
}

.popupControl
{
    background-color: #000000;
    position: absolute;
    border-style: solid;
    border-color: Gray;
    border-width: 1px;
    text-align: left;
    color: White;
    visibility:hidden;
}

.linkAsText
{
    border: 1px solid #A5ACB2;
    padding: 2px;
    background-color: White;
    color: Black;
    height: 14px;
    font-style: normal;
    text-align: left;
    text-decoration: none;
    margin: 2px;
    vertical-align: middle;
}

.modalBackground
{
    background-color: #224F87; /* dark blue */
    filter: alpha(opacity=70);
    opacity: 0.7;
}

.modalPopup
{
    background-color: #ffffdd;
    border-width: 3px;
    border-style: solid;
    border-color: Gray;
    padding: 3px;
    width: 250px;
}

.DaySelectorControls
{
    background-color: Gray;
    width: 760px;
    padding-top: 2px;
    height: 25px;
    text-align: right;
}

.sampleStyleA
{
    background-color: #FFF;
}

.sampleStyleB
{
    background-color: #FFF;
    font-family: monospace;
    font-size: 10pt;
    font-weight: bold;
}

.sampleStyleC
{
    background-color: #ddffdd;
    font-family: sans-serif;
    font-size: 10pt;
    font-style: italic;
}

.sampleStyleD
{
    background-color: Blue;
    color: White;
    font-family: Arial;
    font-size: 10pt;
}

.r-col
{
    float: right;
    background-color: Gray;
}

.l-col
{
    float: left;
    padding-right: 20px;
}

.TaskDetailSectionHeader
{
    background: url('~/App_Themes/iR3/ToolbarBackground.gif') repeat-x left top;
    vertical-align: middle;
}

.TaskDetailSelectedSectionHeader
{
    background: url('~/App_Themes/iR3/ToolbarBackground.gif') repeat-x left top;
    vertical-align: middle;
}

.collapsePanel
{
    overflow: hidden;
}
