html { height: 100%; } body { font-family: arial; font-size: 0.75em; height: 100%; margin: 0px 0px 0px 0px; padding: 0px 0px 0px 0px; } textarea { font-family: arial; } a img { border-width: 0px; } .toolTip { background-color: #fff79c; border: gray 1px solid; font-size: 0.8em; margin: 5px 5px 5px 5px; padding: 0.8em 0.8em 0.8em 0.8em; } .errorList { list-style-image: url(../Images/error.gif); color: red !important; } .standardPadding { padding: 0.8em 0.8em 0.8em 0.8em; } .nl { cursor: pointer; text-decoration: underline; } .qe { cursor: pointer; } /***** Menu Classes *****/ .menu { background-color: #D8D8E6; background-image: url(../Images/header_large_silver.gif); background-repeat: repeat-x; border: solid 1px #A0A0A0; } .menu img { border-width: 0px; height: 16px; width: 16px; } .topMenu { } .topMenuItem { padding: 0.5em 1em 0.5em 1em; white-space: nowrap; } .topMenuItem a { color: #555555; cursor: default; font-weight: bold; white-space: nowrap; } .topMenuItemHover { background-color: #d8d8e6; } .topMenuItemHover > a { text-decoration: underline !important; } .topMenuItemHover > a[href="#"] { text-decoration: none !important; } .subMenu { background-color: #F5F5F5; border: solid 1px #808080; } .subMenuItem { border: solid 1px #F5F5F5; color: #444444; padding: 0.3em 0.3em 0.3em 0.3em; white-space: nowrap; } .subMenuItem a { color: #444444; cursor: default; font-size: 0.9em; font-weight: normal; margin-left: 0.5em; margin-right: 0.5em; } .subMenuItemHover { background-color: #FFEEC2; border: solid 1px #a0a0a0; } .subMenuItemHover > a { text-decoration: underline !important; } .subMenuItemHover > a[href="#"] { text-decoration: none !important; } /***** Tab Classes *****/ .tabLink { color: black; cursor: pointer; font-size: 0.9em; font-weight: bold; text-decoration: none; white-space: nowrap; } /***** Calendar Classes *****/ .calendarpanel { background-color: #e0e0e0; border: solid 1px #a0a0a0; } /***** ModalDialog Classes *****/ .modalDialog { background-color: White; border: solid 1px #808080; } /***** TreeView Classes *****/ .treeView td div { height: 20px !important; } .selectedTreeNode { cursor: default; background-color: #b0b0b0; border: 1px solid #707070; color: white; padding-left: 1px; padding-right: 1px; }