body
{
    margin: 0;
    padding: 0 0 0 0px;
}

table
{
    font-size: 9pt;
}

div.LoginFrame
{
    /*border-right: 1px solid #dddddd;*/
    border-bottom: 1px solid #000000;
    border-top: 1px solid #000000;
    border-left: 1px solid #000000;
    border-right: 1px solid #000000;
    width: 536px;
}

/*****************************************************
Link Behavior
DSB - 3/20/2007
Defines the style for the links in the system
 */
a, a.inline:visited, a:visited, a:active
{
    color: #52759d;
}

a:hover, a.inline:hover
{
    color: #ff6600;
}

/****************************************************/


.secondarylinks
{
}

/* standard link behaviors */
a.secondarylinks, a.secondarylinks:visited, a.secondarylinks:active
{
    color: white;
    font-size: 70%; /*color:White;*/
}



/* Pipe */
.pipe
{
    color: #999999;
    margin-left: 4px;
    margin-right: 1px;
}


/* TopLevelTaskLink
DSB - 3/20/07
Used for the top level task links which appear in the page headers
*/

.TopLevelTaskLink
{
    padding: 6px;
}

.TopLevelTaskLink a, .TopLevelTaskLink a:visited
{
    display: block;
    color: #696969;
    text-decoration: none;
}

.TopLevelTaskLink a:hover
{
    color: #696969;
    text-decoration: none;
}

/*****************************************************************/




.MBLink
{
    cursor: pointer;
}

.MSMenuBarTopLink a:hover
{
    color: #ff6600;
    font-size: 80%;
    font-family: Verdana,Tahoma,Arial;
}

.MSMenuBarTopLink
{
    color: White;
    font-size: 80%;
    font-family: Verdana,Tahoma,Arial;
}

.MSMenuBarTopLink a:visited
{
    color: White;
    font-size: 80%;
    font-family: Verdana,Tahoma,Arial;
}


.MSMenuNavLink
{
    font-size: 80%;
    text-decoration: none;
    font-family: Verdana,Tahoma,Arial;
    font-weight: normal;
    margin-right: 10;
    margin-left: 0;
    padding-top: 2px;
    padding-bottom: 2px;
    color: #006699;
    display: block;
}

.MSMenuNavLink a
{
    text-decoration: none;
    font-family: Verdana,Tahoma,Arial;
    margin-right: 10;
    margin-left: 0;
    color: #006699;
}



.StandardTTPageHeader
{
    border-bottom: solid 1px #c5c5c5;
    border-top: solid 1px #c5c5c5;
    padding: 4px;
    margin-top: 0px; /*background-color:#ccd7e4;*/
    background-color: #eaeff4;
    font-weight: normal;
    font-size: 150%;
    font-family: helvetica;
    color: #2b3e53;
}

.LargeHeading
{
    font-size: 150%;
    font-family: helvetica;
    color: #2b3e53;
}


/*Confirmed Style Sheet Items */
.MasterBodyStyle
{
    margin: 0px;
    padding: 0px;
    font-family: verdana;
    font-size: 80%;
    margin-left: auto;
    margin-right: auto;
    background: #ffffff;
    color: #696969;
}


.MasterHeaderStyle
{
    background-color: #567ba5;
    width: 100%;
    height: 55px;
}

.ApplicationWorkspace
{
    position: relative;
    margin: 16px;
}

/* Used for the Workspace Header */
.WorkspaceHeaderContainer
{
    background-color: #aabdd2;
    border: solid 0px #f1f1f1;
}

/*

--	set the style of right panel 

*/


LI
{
    list-style: none;
}

.modalBackground
{
    /*         background-color:#f2f2f2; */
    background-color: #000000;
    filter: alpha(opacity=30);
    opacity: 0.3;
}
.modalPopup
{
    background-color: #fafafa;
    border-width: 3px;
    border-style: solid;
    border-color: Gray;
    padding: 3px;
    z-index: 1000;
}
.outerPopup
{
    background-color: transparent;
    padding: 4px;
}

.innerPopup
{
    background-color: #fff;
}


.ListSearchExtenderPrompt
{
    font-style: italic;
    color: Gray;
    font-size: 80%;
}


.StatusMessage
{
    color: Black;
    font-weight: bold;
    margin-bottom: 10px;
}

.ErrorMessage
{
    color: Red;
    font-weight: bold;
    margin-bottom: 10px;
}

.DisplayValues
{
    font-weight: bold;
}

.Workspace
{
    margin-left: 25px;
    margin-top: 15px;
    font-size: 70%;
    font-family: Verdana;
}

.sideDiv
{
    width: 100%;
    height: 100%;
}

/* Pipe */
.pipe
{
    color: #999999;
    margin-left: 4px;
    margin-right: 1px;
}

.ZoomBox
{
    border: 2;
    border-style: solid;
    border-color: Red;
    visibility: hidden;
}

.MapBorder
{
    border-color: #336699;
    border-style: outset;
}

.XYLocatorText
{
    color: #336699;
    background-color: transparent;
    font-family: Verdana,Tahoma,Arial;
    font-weight: bold;
    font-size: xx-small;
    border-style: none;
}


TD.PopupTitleBar
{
    /*         background-image: url('Images/TableCellFillError.png');     background-repeat:repeat-x; */
    font-family: Verdana,Tahoma,Arial;
    font-weight: bold;
    color: #ffffff;
    background-color: #52759d;
}
/* tab pages */
.UserGroupTabContainer
{
    width: 700px;
}
.UserGroupTabPage
{
    width: 600px;
}

/*
UL.tabNavigation
{
    list-style: none;
    margin: 0;
    padding: 0;
}

UL.tabNavigation LI
{
    display: inline;
}

UL.tabNavigation LI A
{
    padding: 3px 5px;
    background-color: #f1f1f1;
    color: #52759D;
    text-decoration: none;
}

UL.tabNavigationOld LI A
{
    padding: 3px 5px;
    background-color: #ccc;
    color: #000;
    text-decoration: none;
}

UL.tabNavigation LI A.selected, UL.tabNavigation LI A:hover
{
    background-color: #333;
    color: #fff;
    padding-top: 7px;
}
UL.tabNavigation LI A:focus
{
    outline: 0;
}

div.tabs > div
{
    padding: 5px;
    margin-top: 3px;
    border: 1px solid #333;
}

div.tabs > div h2
{
    margin-top: 0;
}
*/

