﻿[disabled='disabled'] {
    font-size: 20pt;
    border: solid 1px #818181;
    background-color: #f4f4f4;
    color: #101010;
}

.headerBar {
    width: 100%;
    height: 80px;
}

.menuBar {
    width: 100%;
    height: 20px;
}

.mainContent {
    width: 100%;
}

.loginBox {
    margin-left: auto;
    margin-right: auto;
}

.loginBox td {
    height: 60px;
}

.loginBoxBorder {
    margin-top: 100px;
    border-color: #818181;
    border-spacing: 20px;
    border-style: solid;
    border-width: 15px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.mainMenuContainer {
    z-index: 99999;
}

.topMenuItem {
}

a.topMenuItem[href="#"] {
    cursor: default !important;
}

.largeTable {
    font-family: Tahoma;
    font-size: 16pt;
    background-color: #EEEEEE;
    border-spacing: 15pt;
    border: 2px solid #818181;
}

.smallTable {
    text-align: left;
    font-family: Tahoma;
    font-size: 10pt;
    background-color: #EEEEEE;
    border: solid 2px #818181;
    padding: 10px;
    border-spacing: 15px;
}

.largeTextBox {
    font-family: Tahoma;
    font-size: 16pt;
    width: 150px;
}
.dropZone {
    line-height: 150%;
    background-color: #e5eeff;
    border: dashed 5px #d8d8d8;
    text-align: center;
    font-size: 16px;
    color: #00477F;
    min-height: 100%;
}
.largeDropDown {
    font-family: Tahoma;
    font-size: 16pt;
    width: 150px;
}

.largeDropDown2 {
    font-family: Tahoma;
    font-size: 16pt;
}

.largeTable td {
    text-align: left;
}

.wideLargeTextBox {
    font-family: Tahoma;
    font-size: 16pt;
    width: 250px;
}

.wideLargeDropDown {
    font-family: Tahoma;
    font-size: 16pt;
    width: 250px;
}

.wideSmallDropDown {
    font-family: Tahoma;
    font-size: 10pt;
    width: 250px;
}

.smallTextBox {
    font-family: Tahoma;
    font-size: 10pt;
    width: 150px;
}

.wideSmallTextBox {
    font-family: Tahoma;
    font-size: 10pt;
    width: 250px;
}

.narrowSmallTextBox {
    font-family: Tahoma;
    font-size: 10pt;
    width: 80px;
}

SmallDropDown {
    font-family: Tahoma;
    font-size: 10pt;
}

.narrowSmallDropDown {
    font-family: Tahoma;
    font-size: 10pt;
    width: 80px;
}

.standardError {
    font-family: Tahoma;
    font-size: 10pt;
    color: #818181;
}

.standardSearchTextBox {
    width: 100px;
    font-size: 10pt;
    font-family: Tahoma;
}

.generalMasterLayout {
    width: 100%;
}

.generalMasterHeader {
    width: 100%;
    height: 120px;
}

.generalMasterSideBar {
    float: left;
    width: 100%;
    border: 2px solid#818181;
    text-align: center;
    margin-top: 10px;
    min-height: 600px;
}

.generalMasterContent {
    margin-left: 10px;
    margin-right: 10px;
    text-align: center;
    margin-top: 10px;
}

.sideBar {
    margin: 15px;
    padding-top: 0px;
    padding-bottom: 20px;
    font-family: Tahoma;
    background-color: #EEEEEE;
    border: 2px solid #818181;
    font-size: 12pt;
    min-height: 600px;
}

.sideBar h3 {
    margin-top: 0px;
    font-size: 11pt;
    color: black;
    font-weight: bolder;
    background: lightgray;
    line-height: 40px;
}

.sideBar div {
    margin: 5px;
}

.htmlEditBox {
    font-family: Tahoma;
    font-size: 10pt;
    width: 605px;
    height: 315px;
    margin: auto;
    font-size: small;
    text-align: left;
    line-height: normal;
}

.popUpBackground {
    background-color: Black;
    filter: alpha (opacity=50);
    background: rgba(0,0,0,0.5);
}

.warning {
    padding: 5px;
    text-align: center;
    border: dashed 2px #818181;
    background-color: White;
    color: #818181;
    font-weight: bold;
}

.smallImage {
    float: right;
}

/*The following is for JQuery Mouseover animation on secure login page*/

#pageflip {
    position: relative;
    right: 0;
    top: 0;
    float: right;
    text-decoration: none;
    border: none;
}

#pageflip img {
    width: 75px;
    height: 75px;
    z-index: 99;
    position: absolute;
    right: 0;
    top: 0;
    -ms-interpolation-mode: bicubic;
}

#pageflip .msg_block {
    width: 75px;
    height: 75px;
    overflow: hidden;
    position: absolute;
    right: 0;
    top: 0;
    background: url(images/3.png) no-repeat right top;
}

#pageflipMirror {
    position: static;
    right: 0;
    top: 0;
    float: right;
}

.largeTableButton {
    -moz-box-shadow: 3px 2px 3px -1px #000000;
    -webkit-box-shadow: 3px 2px 3px -1px #000000;
    box-shadow: 3px 2px 3px -1px #000000;
    background-color: #ffffff;
    border: 1px solid #818181;
    display: inline-block;
    color: #030102;
    font-family: Tahoma;
    font-size: 15px;
    font-weight: bold;
    padding: 6px 24px;
    text-decoration: none;
    margin-bottom: 8px;
}

.largeTableButton:hover {
    background-color: #d3d3d3;
}

.largeTableButton:active {
    position: relative;
    top: 2px;
    -moz-box-shadow: 0px 0px 0px 0px #000000;
    -webkit-box-shadow: 0px 0px 0px 0px #000000;
    box-shadow: 0px 0px 0px 0px #000000;
}

.largeButton {
    -moz-box-shadow: 3px 2px 3px -1px #000000;
    -webkit-box-shadow: 3px 2px 3px -1px #000000;
    box-shadow: 3px 2px 3px -1px #000000;
    background-color: #ffffff;
    border: 1px solid #818181;
    display: inline-block;
    color: #030102;
    font-family: Tahoma;
    font-size: 15px;
    font-weight: bold;
    padding: 6px 24px;
    text-decoration: none;
}

.largeButton:hover {
    background-color: #d3d3d3;
}

.largeButton:active {
    position: relative;
    top: 2px;
    -moz-box-shadow: 0px 0px 0px 0px #000000;
    -webkit-box-shadow: 0px 0px 0px 0px #000000;
    box-shadow: 0px 0px 0px 0px #000000;
}

.smallTableButton {
    -moz-box-shadow: 3px 2px 3px -1px #000000;
    -webkit-box-shadow: 3px 2px 3px -1px #000000;
    box-shadow: 3px 2px 3px -1px #000000;
    background-color: #ffffff;
    border: 1px solid #818181;
    display: inline-block;
    color: #030102;
    font-family: Tahoma;
    font-size: 15px;
    font-weight: bold;
    padding: 6px 24px;
    text-decoration: none;
}

.smallTableButton:hover {
    background-color: #d3d3d3;
}

.smallTableButton:active {
    position: relative;
    top: 2px;
    -moz-box-shadow: 0px 0px 0px 0px #000000;
    -webkit-box-shadow: 0px 0px 0px 0px #000000;
    box-shadow: 0px 0px 0px 0px #000000;
}

.standardButton {
    -moz-box-shadow: 3px 2px 3px -1px #000000;
    -webkit-box-shadow: 3px 2px 3px -1px #000000;
    box-shadow: 3px 2px 3px -1px #000000;
    background-color: #ffffff;
    border: 1px solid #818181;
    display: inline-block;
    color: #030102;
    font-family: Tahoma;
    font-size: 15px;
    font-weight: bold;
    padding: 6px 24px;
    text-decoration: none;
}

.standardButton:hover {
    background-color: #d3d3d3;
}

.standardButton:active {
    position: relative;
    top: 2px;
    -moz-box-shadow: 0px 0px 0px 0px #000000;
    -webkit-box-shadow: 0px 0px 0px 0px #000000;
    box-shadow: 0px 0px 0px 0px #000000;
}

.AgentRegistrationColumnWidth {
    min-width: 200px;
}

input[type=text], input[type=password], select, textarea {
    border: solid 1px grey;
    padding: 4px 4px 4px 4px;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    box-shadow: 0px 0px 8px #d9d9d9;
    -moz-box-shadow: 0px 0px 8px #d9d9d9;
    -webkit-box-shadow: 0px 0px 8px #d9d9d9;
}

input[type=text]:hover, input[type=password]:hover, select:hover, textarea:hover {
    outline: none;
    border: 1px solid #818181;
    box-shadow: 0px 0px 8px #818181;
    -moz-box-shadow: 0px 0px 8px #818181;
    -webkit-box-shadow: 0px 0px 8px #818181;
}

input[type=text]:focus, input[type=password]:focus, select:focus, textarea:focus {
    outline: none;
    border: 1px solid #818181;
    box-shadow: 0px 0px 8px #818181;
    -moz-box-shadow: 0px 0px 8px #818181;
    -webkit-box-shadow: 0px 0px 8px #818181;
}

.datePicker, .datePicker table {
    width: 176px !important;
}

.disabled {
    color: GrayText;
    font-family: Tahoma;
    font-size: 16pt;
}

.tilt {
  -webkit-transition: all 0.5s ease;
     -moz-transition: all 0.5s ease;
       -o-transition: all 0.5s ease;
      -ms-transition: all 0.5s ease;
          transition: all 0.5s ease;
}
 
.tilt:hover {
  -webkit-transform: rotate(-10deg);
     -moz-transform: rotate(-10deg);
       -o-transform: rotate(-10deg);
      -ms-transform: rotate(-10deg);
          transform: rotate(-10deg);
}

.processingPopup {
    position: absolute;
    background-color: #000000;
    z-index: 2147483647 !important;
    opacity: 0.8;
    overflow: hidden;
    text-align: center;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    padding-top: 20%;
}

 .contentDiv {
    position: relative;
    width: 200px;
}

.arrow {
    height: 50px;
    width: 50px;
    cursor: pointer;
    margin-left: 200px;
    position: absolute;
}
