﻿html, body, form {
    height: 100%;
    margin: 0px;
    overflow: visible;
}

html { font-weight: normal; }

body {
    background-color: White;
    font-size: 11px;
    line-height: 16px;
    color: #221e1f;
    font-weight: normal;
    font-family: Arial;
}

div.LoginContainer {
    height: 700px;
    width: 1120px;
}

div.WidsLogoHome {
    background: url('images/widslogo.gif') no-repeat;
    background-position: center;
    padding-top: 100px;
    position: relative;
}

div.LoginBox { padding-top: 25px; }

div.LoginBox > table { margin: 0px auto; }

.Login {
    position: relative;
    border-color: Black;
    border-width: 2px;
    background-color: White;
    font-family: Arial;
    font-weight: bold;
    font-size: 10pt;
}

.centeredContainer {
    width: 650px;
    margin-left: auto;
    margin-right: auto;
}

div.homeLink {
    float: left;
    position: relative;
    padding-right: 20px;
}

div.logoutLink {
    float: right;
    padding-right: 20px;
}

.LoginInstructions {
    font-weight: bold;
    color: Black;
    padding-bottom: 10pt;
}

.LoginLabel {
    font-weight: normal;
    font-size: 13px;
    color: Black;
    margin-bottom: 5px;
    text-align: center;
    padding-right: 10px;
}

.LoginField {
    background-color: white;
    background-repeat: no-repeat;
    border-color: #FFFFFF;
    border-radius: 3px 3px 3px 3px;
    border-width: 1px;
    border-style: solid;
    border-color: #CCCCCC;
    display: block;
    font-size: 13px;
    font-family: Arial, Helvetica, sans-serif;
    padding: 2px 5px 8px;
    position: relative;
    text-align: left;
    z-index: 5;
    width: 150px;
}

.LoginButton {
    background-color: #FFFBFF;
    border-color: #CCCCCC;
    border-style: solid;
    border-width: 1px;
    color: #284775;
    height: 20px;
    width: 100px;
    cursor: pointer;
}

.OpenAccessLoginButton {
    color: #A06136;
    font-weight: bold;
    cursor: pointer;
    border-radius: 10px;
    border: solid 1px black;
    padding-top: 15px;
    padding-bottom: 15px;
    margin-bottom: 15px;
}

.OpenAccessLoginButton_Original {
    width: 120px;
    height: 90px;
    color: white;
    text-align: left;
    white-space: normal;
    font-size: 13px;
    background-color: #4F81BD;
    border: 1px solid #4F81BD;
    border-radius: 10px;
    padding-left: 20px;
    padding-right: 20px;
}

.NoLoginTextStyle { font-size: 13px; }

.HomePageResetButton {
    width: 40px;
    text-align: center;
    white-space: normal;
    font-size: 11px;
}

.SearchButtonStyle {
    width: 60px !important;
    height: 14px !important;
    font-size: 8px !important;
}

.SearchButtonStyle input::-moz-focus-inner    /*Remove button padding in FF*/ {
    border: 0 !important;
    padding: 0 !important;
}

.AdvSearchButtonStyle {
    width: 60px;
    height: 15px;
    font-size: 10px;
    margin-top: 3px;
    margin-bottom: 0px !important;
    padding-bottom: 0px !important;
}

.PageContainer {
    margin-left: auto;
    margin-right: auto;
    height: 100%;
}

.notImplemented {
    font-size: x-large;
    font-weight: bold;
    color: #3e5c78;
    height: 500px;
    width: 900px;
    text-align: center;
    padding-top: 200px;
    position: absolute;
    background-color: White;    
}

#HomePage_Left {
    width: 300px;
    height: 650px;
    float: left;
    background: url("images/panel_bg.jpg")
}

#HomePage_Right {
    float: Right;
    background-color: white;
    border: 0;
    Width: 820px;
    Height: 650px;
}

#HomePageSplash_Left {
    width: 250px;
    height: 650px;
    float: left;
    background: url("images/panel_bg.jpg");
    background-size: 203px 100% !important;
}

#HomePageSplash_Right {
    float: Right;
    background-color: white;
    border: 0;
    Width: 870px;
    Height: 650px;
}

#SystemTools {
    background-color: White;
    margin-left: 3px;
    margin-right: 3px;
    border: solid 1px #A8BAC6;
}

#SystemTools table { width: 100%; }

#SystemTools th {
    width: 100%;
    background-color: #3e5c78;
    text-align: center !important;
    color: White;
    border: solid 2px #3e5c78;
}

#SystemTools td {
    padding-left: 10px;
    padding-bottom: 5px;
}

#ProjectSearch {
    background-color: White;
    margin-left: 3px;
    margin-right: 3px;
    max-height: 400px;
    overflow: auto;
}

#ProjectSearch table { width: 100%; }

#ProjectSearch th {
    /* background-color: #3e5c78;  TP Bug #9350 The top row of the project search result grid should be light gray instead of blue 
    (match the gray on the My Projects grid on the home page).  */
    color: White;
}

.notImplemented a { font-size: large; }

.HeaderContainer {
    height: 25px;
    width: 100%;
    margin-bottom: 0px;
}

.LinksContainer {
    margin-top: 0px;
    height: 20px;
    width: 100%;
}

.PageContainer_Home {
    width: 1120px;
    margin-left: auto;
    margin-right: auto;
}

.HomePage_Main { background: url('images/body_bg.jpg') repeat-x; }

.HeaderContainer_Home {
    height: 110px;
    width: 100%;
    background-color: White;
}

.ClientName {
    color: #4c4c4c;
    font-size: 18px;
    font-weight: bold;
    font-family: Arial;
    float: left;
    padding-top: 10px;
}

.ClientLogo {
    height: 110px;
    width: 1120px;
    float: left;
}

.WidsLogo {
    background: url('images/widslogo.gif') no-repeat right top;
    height: 40px;
    width: 143px;
    float: right;
}

/* Projects Default Page */

.ContentContainer {
    background-color: Transparent;
    /*position: relative;*/
    top: 70px;
    width: 100%;
    height: 100%;
}

div#ContentContainer {
    background-color: Transparent;
    top: 70px;
    width: 100%;
    height: 100%;
    padding: 0;
    margin: 0;
}

div#ContentContainer > table#ContentTable {
    width: 100%;
    padding: 0;
    margin: 0;
}

div#ContentContainer > table#ContentTable > td {
    padding: 0;
    margin: 0;
}

div.infoBar {
    color: #3e5c78;
    font-size: 10pt;
    font-weight: bold;
    font-family: Arial;
    margin: 3px;
    background-color: White;
}

div.infoBarPanel {
    vertical-align: middle;
    display: inline;
    float: left;
}

div.toolBarPanel {
    display: inline;
    color: #3e5c78 !important;
    font-size: 14px;
    font-weight: bold;
}

div.clear { clear: both; }

/* End Projects Default Page */

.ContentContainer_Home {
    background-color: White;
    /*position: relative;*/
    top: 70px;
    width: 100%;
    height: 100%;
}

.FooterContainer {
    visibility: hidden;
    width: 100%;
}

.PageToolbar {
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
}

.PageNoticeContainer {
    font-size: smaller;
    font-style: italic;
    width: 100%;
}

.NoticeCopyright {
    position: absolute;
    top: 0px;
    left: 0px;
    text-align: left;
}

.NoticeContact {
    position: absolute;
    top: 0px;
    left: 200px;
    right: 200px;
    text-align: center;
}

.NoticeDisclaimers {
    position: absolute;
    top: 0px;
    right: 0px;
    text-align: right;
}

.Welcome {
    margin-right: 0px;
    background-color: Transparent;
    text-align: left;
    font-weight: bold;
    font-family: Arial;
    font-size: 12px;
    padding-left: 20px;
    padding-top: 20px;
    padding-bottom: 10px;
}

.MainToolBox {
    width: 33%;
    float: left;
}

.MainButtons {
    width: 33%;
    margin-left: auto;
    margin-right: auto;
}

.MainProjects {
    width: 33%;
    float: right;
}

a { color: #934712; }

a img {
    border: 0px;
    padding: 0px;
    margin: 0px;
}

a:link, a:visited {
    color: #934712;
    text-decoration: none;
}

a:hover, a:active {
    color: #934712;
    text-decoration: underline;
}

a:link.blue, a:visited.blue {
    color: #1a689b;
    text-decoration: none;
}

a:hover.blue, a:active.blue {
    color: #d4661b;
    text-decoration: underline;
}

a:link.grey, a:visited.grey { color: #515151; }

a:hover.grey, a:active.grey { color: #515151; }

img.topLeft {
    position: absolute;
    top: 0px;
    left: 0px;
}

img.topRight {
    position: absolute;
    top: 0px;
    right: 0px;
}

img.bottomLeft {
    position: absolute;
    bottom: 0px;
    left: 0px;
}

img.bottomRight {
    position: absolute;
    bottom: 0px;
    right: 0px;
}

div.successMessage {
    text-align: center;
    background-color: Green;
    color: White;
    font-size: 12px;
    font-weight: bold;
}

div.successMessageWhite {
    text-align: center;
    background-color: White;
    color: White;
    font-size: 12px;
    font-weight: bold;
}

div.errorMessage {
    text-align: center;
    background-color: Red;
    color: White;
    font-size: 12px;
    font-weight: bold;
    padding: 3px;
}

.librarySplashAltRow { background-color: #A1B4C2; }

.librarySplashRow {
    font-size: 12px;
    font-weight: bold;
}

.librarySplashHeader {
    background-color: #923F06;
    color: #FFFFFF;
}

.favorites:hover { cursor: pointer; }

.MenuBackground {
    background-image: url('MainTab/TabStrip/wrapper_bg.gif');
    background-repeat: repeat-x;
    background-position: center;
    width: 100%;
    padding: 0px;
    border: 0px;
}

.tooltip {
    position: relative;
    display: inline-block;
}

.tooltip .tooltiptext {
    visibility: hidden;
    width: 120px;
    background-color: black;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 5px 0;
    /* Position the tooltip */
    position: absolute;
    z-index: 1;
    top: -5px;
    right: 105%;
}

.tooltip:hover .tooltiptext { visibility: visible; }