1392 lines
24 KiB
CSS
1392 lines
24 KiB
CSS
|
|
form {
|
|
margin: 0
|
|
}
|
|
|
|
.credit-card-form hr {
|
|
height: 1px;
|
|
border: 0;
|
|
border-top: 1px solid #ccc
|
|
}
|
|
|
|
.credit-card-form img {
|
|
border: 0
|
|
}
|
|
|
|
.credit-card-form tr,
|
|
.credit-card-form td,
|
|
.credit-card-form select,
|
|
.credit-card-form input {
|
|
font-family: Arial, Helvetica, sans-serif;
|
|
font-size: 12px;
|
|
color: #000;
|
|
margin: 3px;
|
|
}
|
|
|
|
.credit-card-form p {
|
|
margin: 0 0 8px;
|
|
padding: 0
|
|
}
|
|
|
|
.credit-card-form a {
|
|
font-family: Arial, Helvetica, sans-serif;
|
|
font-size: 12px;
|
|
color: #06c
|
|
}
|
|
|
|
.credit-card-form a.Small {
|
|
font-family: Arial, Helvetica, sans-serif;
|
|
font-size: 11px;
|
|
color: #06c
|
|
}
|
|
|
|
.credit-card-form div.Main {
|
|
width: 776px;
|
|
border: 0;
|
|
margin: 0;
|
|
padding: 0
|
|
}
|
|
|
|
.credit-card-form #MainWin {
|
|
background-color: #fff;
|
|
position: relative;
|
|
width: 100%;
|
|
height: 100%
|
|
}
|
|
|
|
.credit-card-form div.Left {
|
|
float: left
|
|
}
|
|
|
|
.credit-card-form div.Right {
|
|
float: right;
|
|
text-align: right
|
|
}
|
|
|
|
.credit-card-form div.Clearer {
|
|
clear: left;
|
|
line-height: 0;
|
|
height: 0
|
|
}
|
|
|
|
div.Clear {
|
|
clear: left
|
|
}
|
|
|
|
td.Main {
|
|
height: 100%;
|
|
background-color: #fff
|
|
}
|
|
|
|
.Content {
|
|
width: 776px
|
|
}
|
|
|
|
input.Button {
|
|
width: 80px
|
|
}
|
|
|
|
input.ButtonWide {
|
|
width: 120px
|
|
}
|
|
|
|
input.ButtonWide2 {
|
|
width: 200px
|
|
}
|
|
|
|
.DefaultSpacing {
|
|
height: 8px;
|
|
line-height: 0
|
|
}
|
|
|
|
.Pad {
|
|
padding-bottom: 10px
|
|
}
|
|
|
|
img.BlackBorder {
|
|
border-width: 1px;
|
|
border-style: solid;
|
|
border-color: #ababab
|
|
}
|
|
|
|
.DefaultFont {
|
|
font-family: Arial, Helvetica, sans-serif;
|
|
font-size: 12px;
|
|
font-weight: 400;
|
|
color: #000
|
|
}
|
|
|
|
.DefaultBoldFont {
|
|
font-family: Arial, Helvetica, sans-serif;
|
|
font-size: 12px;
|
|
color: #000;
|
|
font-weight: 700
|
|
}
|
|
|
|
.DefaultSmallFont {
|
|
font-family: Arial, Helvetica, sans-serif;
|
|
font-size: 11px;
|
|
color: #000
|
|
}
|
|
|
|
.LargeFont {
|
|
font-family: Arial, Helvetica, sans-serif;
|
|
font-size: 14px;
|
|
color: #000
|
|
}
|
|
|
|
tr.AlternateRow {
|
|
background-color: #e3e3e3
|
|
}
|
|
|
|
.SmallHeaderFont {
|
|
background-color: #e3e3e3;
|
|
border-top: #666 1px solid;
|
|
font-family: Arial, Helvetica, sans-serif;
|
|
font-size: 12px;
|
|
font-weight: Normal;
|
|
padding-left: 5px;
|
|
padding-bottom: 5px;
|
|
padding-top: 5px
|
|
}
|
|
|
|
.SubHeaderFont {
|
|
background-color: #f2f2f2;
|
|
font-family: Arial, Helvetica, sans-serif;
|
|
font-size: 12px;
|
|
font-weight: 400;
|
|
color: #000;
|
|
padding: 5px
|
|
}
|
|
|
|
.SubHeaderFontBold>td {
|
|
font-weight: 700!important
|
|
}
|
|
|
|
.SubHeaderDescriptionFont {
|
|
background-color: #f2f2f2;
|
|
font-family: Arial, Helvetica, sans-serif;
|
|
font-size: 12px;
|
|
border-bottom: solid 1px #e1e1e1;
|
|
font-weight: 400;
|
|
color: #000;
|
|
padding: 5px;
|
|
width: .75
|
|
}
|
|
|
|
.LinedItem {
|
|
font-family: Arial, Helvetica, sans-serif;
|
|
font-size: 12px;
|
|
color: #000;
|
|
border-bottom-color: #ccc;
|
|
border-bottom-style: solid;
|
|
border-bottom-width: 1px;
|
|
padding: 4px
|
|
}
|
|
|
|
.PageHeaderFont {
|
|
color: #666;
|
|
font-family: Arial, Helvetica, sans-serif;
|
|
font-size: 12px;
|
|
font-weight: 700
|
|
}
|
|
|
|
.MainHeaderFont {
|
|
color: #369;
|
|
font-family: Georgia, serif;
|
|
font-size: 16pt;
|
|
font-weight: lighter
|
|
}
|
|
|
|
.SideBarBGColor {
|
|
background-color: #dae6ed
|
|
}
|
|
|
|
.TblHeaderFont {
|
|
background-color: #ccc;
|
|
color: #03a;
|
|
font-family: Arial, Helvetica, sans-serif;
|
|
font-size: 8pt;
|
|
font-weight: 700
|
|
}
|
|
|
|
.TblSubHeaderFont {
|
|
background-color: #dae6ed;
|
|
color: #666;
|
|
font-family: Arial, Helvetica, sans-serif;
|
|
font-size: 8pt;
|
|
font-weight: 700
|
|
}
|
|
|
|
.TblRowFont {
|
|
color: #000;
|
|
font-family: Arial, Helvetica, sans-serif;
|
|
font-size: 8pt
|
|
}
|
|
|
|
.TblRowFontWithBGColor {
|
|
background-color: #efefef;
|
|
color: #000;
|
|
font-family: Arial, Helvetica, sans-serif;
|
|
font-size: 8pt
|
|
}
|
|
|
|
.TblContent {
|
|
border-bottom: medium;
|
|
border-left: medium;
|
|
border-right: medium;
|
|
border-top: medium;
|
|
margin: 0;
|
|
padding-bottom: 0;
|
|
padding-left: 0;
|
|
padding-right: 0;
|
|
padding-top: 0
|
|
}
|
|
|
|
.RedLink {
|
|
color: RED;
|
|
font-family: Arial, Verdana, Helvetica, Geneva, sans-serif;
|
|
text-decoration: none
|
|
}
|
|
|
|
a.Nav:link {
|
|
color: #fff;
|
|
font-family: Arial, Helvetica, sans-serif;
|
|
text-decoration: underline
|
|
}
|
|
|
|
a.Nav:visited {
|
|
color: #fff;
|
|
font-family: Arial, Helvetica, sans-serif;
|
|
text-decoration: underline
|
|
}
|
|
|
|
a.Nav:hover {
|
|
color: #fff;
|
|
font-family: Arial, Helvetica, sans-serif;
|
|
text-decoration: underline
|
|
}
|
|
|
|
a.Nav:active {
|
|
color: #fff;
|
|
font-family: Arial, Helvetica, sans-serif;
|
|
text-decoration: underline
|
|
}
|
|
|
|
a.TblLink:link {
|
|
color: #03a;
|
|
font-family: Arial, Helvetica, sans-serif;
|
|
font-size: 8pt;
|
|
font-weight: 700;
|
|
text-decoration: underline
|
|
}
|
|
|
|
a.TblLink:visited {
|
|
color: #03a;
|
|
font-family: Arial, Helvetica, sans-serif;
|
|
font-size: 8pt;
|
|
font-weight: 700;
|
|
text-decoration: underline
|
|
}
|
|
|
|
a.TblLink:hover {
|
|
color: #03a;
|
|
font-family: Arial, Helvetica, sans-serif;
|
|
font-size: 8pt;
|
|
font-weight: 700;
|
|
text-decoration: underline
|
|
}
|
|
|
|
a.TblLink:active {
|
|
color: #03a;
|
|
font-family: Arial, Helvetica, sans-serif;
|
|
font-size: 8pt;
|
|
font-weight: 700;
|
|
text-decoration: underline
|
|
}
|
|
|
|
a.menu:link {
|
|
color: #4169e1;
|
|
font-family: Arial, Helvetica, sans-serif;
|
|
font-size: 9pt;
|
|
font-weight: 700;
|
|
letter-spacing: 1pt;
|
|
text-decoration: none
|
|
}
|
|
|
|
a.menu:visited {
|
|
color: #4169e1;
|
|
font-family: Arial, Helvetica, sans-serif;
|
|
font-size: 9pt;
|
|
font-weight: 700;
|
|
letter-spacing: 1pt;
|
|
text-decoration: none
|
|
}
|
|
|
|
a.menu:hover {
|
|
color: skyblue;
|
|
font-family: Arial, Helvetica, sans-serif;
|
|
font-size: 9pt;
|
|
font-weight: 700;
|
|
letter-spacing: 1pt;
|
|
text-decoration: none
|
|
}
|
|
|
|
a.menu:active {
|
|
color: #4169e1;
|
|
font-family: Arial, Helvetica, sans-serif;
|
|
font-size: 9pt;
|
|
font-weight: 700;
|
|
letter-spacing: 1pt;
|
|
text-decoration: none
|
|
}
|
|
|
|
.SmallErrorFont {
|
|
font-weight: 400;
|
|
font-size: 11px;
|
|
color: red
|
|
}
|
|
|
|
.DefaultErrorFont,
|
|
.ErrorFont {
|
|
font-weight: 700;
|
|
font-size: 12px;
|
|
color: red
|
|
}
|
|
|
|
.HorizontalLine {
|
|
background-color: #666;
|
|
height: 1px
|
|
}
|
|
|
|
.WhiteLine {
|
|
background-color: #fff;
|
|
height: 1px
|
|
}
|
|
|
|
.TableLine {
|
|
background-color: #ccc;
|
|
height: 1px
|
|
}
|
|
|
|
.TextSmB {
|
|
font-family: Arial, Helvetica, sans-serif;
|
|
font-size: 11px;
|
|
font-weight: 700;
|
|
color: #666
|
|
}
|
|
|
|
.MultiLineLabel {
|
|
padding-top: 4px
|
|
}
|
|
|
|
.WCell {
|
|
background-color: #fff;
|
|
height: 20px;
|
|
padding-left: 8px;
|
|
padding-right: 8px;
|
|
font-family: Arial, Helvetica, sans-serif;
|
|
font-size: 11px;
|
|
font-style: normal;
|
|
font-weight: 400;
|
|
color: #000
|
|
}
|
|
|
|
.G1Cell {
|
|
background-color: #f2f2f2;
|
|
height: 26px;
|
|
padding-left: 8px;
|
|
padding-right: 8px;
|
|
font-family: Arial, Helvetica, sans-serif;
|
|
font-size: 11px;
|
|
font-style: normal;
|
|
font-weight: 400;
|
|
color: #000
|
|
}
|
|
|
|
.G1LCell {
|
|
background-color: #f2f2f2;
|
|
height: 26px;
|
|
padding-left: 8px;
|
|
padding-right: 8px;
|
|
text-align: left;
|
|
font-family: Arial, Helvetica, sans-serif;
|
|
font-size: 11px;
|
|
font-style: bold;
|
|
font-weight: 700;
|
|
color: #666
|
|
}
|
|
|
|
.G2Cell {
|
|
background-color: #e6e6e6;
|
|
height: 26px;
|
|
padding-left: 8px;
|
|
padding-right: 8px;
|
|
text-align: right;
|
|
font-family: Arial, Helvetica, sans-serif;
|
|
font-size: 11px;
|
|
font-style: normal;
|
|
font-weight: 400;
|
|
color: #000
|
|
}
|
|
|
|
.G3Cell {
|
|
background-color: #dbd9da;
|
|
height: 26px;
|
|
padding-left: 8px;
|
|
padding-right: 8px;
|
|
text-align: right;
|
|
font-family: Arial, Helvetica, sans-serif;
|
|
font-size: 11px;
|
|
font-style: normal;
|
|
font-weight: 400;
|
|
color: #000
|
|
}
|
|
|
|
.B1LCell {
|
|
background-color: #e5effa;
|
|
height: 26px;
|
|
padding-left: 8px;
|
|
text-align: left;
|
|
font-family: Arial, Helvetica, sans-serif;
|
|
font-size: 11px;
|
|
font-style: normal;
|
|
font-weight: 400;
|
|
color: #000
|
|
}
|
|
|
|
.B2LCell {
|
|
background-color: #e5effa;
|
|
height: 39px;
|
|
padding-left: 8px;
|
|
text-align: left;
|
|
font-family: Arial, Helvetica, sans-serif;
|
|
font-size: 11px;
|
|
font-style: normal;
|
|
font-weight: 400;
|
|
color: #000
|
|
}
|
|
|
|
.B2Cell {
|
|
background-color: #dae4ee;
|
|
height: 26px;
|
|
padding-right: 8px;
|
|
text-align: right;
|
|
font-family: Arial, Helvetica, sans-serif;
|
|
font-size: 11px;
|
|
font-style: normal;
|
|
font-weight: 400;
|
|
color: #000
|
|
}
|
|
|
|
.B3Cell {
|
|
background-color: #cfd8e3;
|
|
height: 26px;
|
|
padding-right: 8px;
|
|
text-align: right;
|
|
font-family: Arial, Helvetica, sans-serif;
|
|
font-size: 11px;
|
|
font-style: normal;
|
|
font-weight: 400;
|
|
color: #000
|
|
}
|
|
|
|
.BLCell {
|
|
background-color: #06c;
|
|
padding-right: 8px;
|
|
padding-left: 8px;
|
|
text-align: center;
|
|
line-height: 20px;
|
|
font-family: Arial, Helvetica, sans-serif;
|
|
font-size: 11px;
|
|
font-style: bold;
|
|
font-weight: 700;
|
|
color: #fff
|
|
}
|
|
|
|
.R1LCell {
|
|
background-color: #fae5ec;
|
|
height: 39px;
|
|
padding-left: 8px;
|
|
text-align: left;
|
|
font-family: Arial, Helvetica, sans-serif;
|
|
font-size: 11px;
|
|
font-style: normal;
|
|
font-weight: 400;
|
|
color: #000
|
|
}
|
|
|
|
.R2Cell {
|
|
background-color: #efd9e0;
|
|
height: 39px;
|
|
padding-right: 8px;
|
|
text-align: right;
|
|
font-family: Arial, Helvetica, sans-serif;
|
|
font-size: 11px;
|
|
font-style: normal;
|
|
font-weight: 400;
|
|
color: #000
|
|
}
|
|
|
|
.R3Cell {
|
|
background-color: #e4ced5;
|
|
height: 39px;
|
|
padding-right: 8px;
|
|
text-align: right;
|
|
font-family: Arial, Helvetica, sans-serif;
|
|
font-size: 11px;
|
|
font-style: normal;
|
|
font-weight: 400;
|
|
color: #000
|
|
}
|
|
|
|
.RLCell {
|
|
background-color: #cc0043;
|
|
text-align: center;
|
|
line-height: 12px;
|
|
font-family: Arial, Helvetica, sans-serif;
|
|
font-size: 11px;
|
|
padding-right: 8px;
|
|
padding-left: 8px;
|
|
font-weight: 700;
|
|
color: #fff
|
|
}
|
|
|
|
.Merch {
|
|
font-family: Arial, Helvetica, sans-serif;
|
|
font-size: 16px;
|
|
font-style: normal;
|
|
line-height: normal;
|
|
font-weight: 400;
|
|
color: #036
|
|
}
|
|
|
|
.PopupWindow {
|
|
border: solid 10px #fff
|
|
}
|
|
|
|
table.Box {
|
|
border: solid 1px #ccc;
|
|
margin-bottom: 15px
|
|
}
|
|
|
|
div.Box {
|
|
position: relative;
|
|
left: 7px;
|
|
top: 8px;
|
|
background-color: #fff;
|
|
z-index: 1;
|
|
overflow: visible
|
|
}
|
|
|
|
hr.Small {
|
|
height: 1px;
|
|
border: 0;
|
|
border-top: 1px solid #ccc
|
|
}
|
|
|
|
hr.SmallDark {
|
|
height: 1px;
|
|
border: 0;
|
|
border-top: 1px solid #666
|
|
}
|
|
|
|
.Disabled {
|
|
color: #aca899
|
|
}
|
|
|
|
.TableColHeader {
|
|
background-color: #e3e3e3;
|
|
font-family: Tahoma;
|
|
font-size: 11px;
|
|
font-weight: 700;
|
|
color: #666;
|
|
padding: 6px 5px;
|
|
border-top: solid 1px #fff;
|
|
border-right: inset 2px #fff
|
|
}
|
|
|
|
.TableColHeaderLast {
|
|
background-color: #e3e3e3;
|
|
font-family: Tahoma;
|
|
font-size: 11px;
|
|
font-weight: 700;
|
|
color: #666;
|
|
padding: 6px 5px;
|
|
border-top: solid 1px #fff
|
|
}
|
|
|
|
.TableItem {
|
|
font-family: Arial, Helvetica, sans-serif;
|
|
font-size: 12px;
|
|
padding: 5px
|
|
}
|
|
|
|
.TableLineItem {
|
|
font-family: Arial, Helvetica, sans-serif;
|
|
font-size: 12px;
|
|
padding: 5px;
|
|
border-bottom: solid 1px #ccc
|
|
}
|
|
|
|
.TableItemSmall {
|
|
font-family: Arial, Helvetica, sans-serif;
|
|
font-size: 11px;
|
|
padding: 5px
|
|
}
|
|
|
|
.TableLineItemSmall {
|
|
font-family: Arial, Helvetica, sans-serif;
|
|
font-size: 11px;
|
|
padding: 5px;
|
|
border-bottom: solid 1px #ccc
|
|
}
|
|
|
|
.TblNavRow {
|
|
padding-left: 5px;
|
|
padding-right: 5px;
|
|
background-color: #4379b2;
|
|
color: #fff;
|
|
font-family: Arial, Verdana, Helvetica, Geneva, sans-serif;
|
|
font-size: 9pt
|
|
}
|
|
|
|
.HeaderLeft {
|
|
background-image: url(/UI/themes/anet/images/authorizenet_logo.gif);
|
|
width: 176px;
|
|
height: 75px
|
|
}
|
|
|
|
.HeaderRight {
|
|
width: 600px;
|
|
height: 75px
|
|
}
|
|
|
|
.ProgressBar {
|
|
background-color: #a9cdf1
|
|
}
|
|
|
|
div.Line {
|
|
margin: 0;
|
|
padding: 4px 0 0;
|
|
clear: both
|
|
}
|
|
|
|
p.Padded {
|
|
margin: 0 0 8px;
|
|
padding: 4px 0 0
|
|
}
|
|
|
|
p.Indent {
|
|
margin-left: 20px
|
|
}
|
|
|
|
#PageHeader {
|
|
margin: 0
|
|
}
|
|
|
|
#Title {
|
|
color: #369;
|
|
font-family: Georgia, serif;
|
|
font-size: 16pt;
|
|
font-weight: lighter;
|
|
width: 90%;
|
|
float: left
|
|
}
|
|
|
|
#Help {
|
|
margin: 0;
|
|
padding: 1px 0 0;
|
|
text-align: right;
|
|
width: 10%;
|
|
float: left
|
|
}
|
|
|
|
#TestMode {
|
|
display: block;
|
|
width: 100%;
|
|
font-family: Arial, Helvetica, sans-serif;
|
|
font-weight: 700;
|
|
font-size: 13px;
|
|
height: 30px;
|
|
line-height: 30px;
|
|
text-align: center;
|
|
color: #fff;
|
|
border-radius: 4px;
|
|
text-shadow: 0 1px 1px rgba(0, 0, 0, .2);
|
|
background: linear-gradient(to bottom, #E68900, #ff9800);
|
|
background-color: #ff9800
|
|
}
|
|
|
|
#TestMode:hover {
|
|
background: linear-gradient(to bottom, #ff9800, #E68900);
|
|
background-color: #e68900
|
|
}
|
|
|
|
#TestMode:focus,
|
|
#TestMode:active {
|
|
outline: #666 dotted 1px;
|
|
background: linear-gradient(to bottom, #ff9800, #E68900);
|
|
background-color: #e68900
|
|
}
|
|
|
|
#TestMode .TestModeText {
|
|
margin-right: 60px
|
|
}
|
|
|
|
#TestMode .TestModeLink {
|
|
position: absolute;
|
|
top: 0;
|
|
right: 0;
|
|
width: 75px;
|
|
text-align: right;
|
|
padding-right: 10px
|
|
}
|
|
|
|
#PayBill {
|
|
position: relative;
|
|
text-align: center;
|
|
background-color: #ff0;
|
|
color: #000;
|
|
font-family: Arial, Helvetica, sans-serif;
|
|
font-size: 12px;
|
|
height: 30px;
|
|
line-height: 30px;
|
|
border-top: 2px solid #fff
|
|
}
|
|
|
|
#PayBill .PayBillText {
|
|
margin-right: 60px
|
|
}
|
|
|
|
#PayBill .PayBillLink {
|
|
position: absolute;
|
|
top: 0;
|
|
right: 0;
|
|
width: 100px;
|
|
text-align: right;
|
|
padding-right: 10px
|
|
}
|
|
|
|
.UpsellTopBar {
|
|
background-color: #e9eaeb;
|
|
text-align: center;
|
|
padding: 15px 0
|
|
}
|
|
|
|
.UpsellTopBar span {
|
|
color: #023c59;
|
|
font-family: Arial, Helvetica, sans-serif;
|
|
font-size: 14pt
|
|
}
|
|
|
|
ul.Square {
|
|
list-style-image: url(/images/Box_bullet.gif);
|
|
margin: 0 0 10px 20px;
|
|
padding: 0 0 0 0
|
|
}
|
|
|
|
ul.Square li {
|
|
margin: 5px
|
|
}
|
|
|
|
.TipBox {
|
|
background-color: #f7f7de;
|
|
padding-bottom: 2px
|
|
}
|
|
|
|
.TipHeading {
|
|
background-color: #f7f7de;
|
|
padding: 0 5px;
|
|
margin-left: 5px;
|
|
line-height: 10px;
|
|
position: relative;
|
|
left: 7px;
|
|
top: 7px;
|
|
z-index: 1;
|
|
overflow: visible
|
|
}
|
|
|
|
.TipContent {
|
|
border: solid 1px #ccc;
|
|
margin: 0 8px 6px;
|
|
padding: 10px
|
|
}
|
|
|
|
table.Tip {
|
|
border: solid 1px #ccc;
|
|
margin-bottom: 8px;
|
|
margin-left: 8px;
|
|
margin-right: 8px
|
|
}
|
|
|
|
div.Tip {
|
|
position: relative;
|
|
left: 7px;
|
|
top: 8px;
|
|
background-color: #f7f7de;
|
|
z-index: 1;
|
|
overflow: visible
|
|
}
|
|
|
|
.BillingNotice {
|
|
padding: 7px;
|
|
margin: 3px 3px 0;
|
|
border-top: solid 1px #e3e3e3;
|
|
background-color: #f7f7de;
|
|
height: 100%
|
|
}
|
|
|
|
div.AmountDue {
|
|
font-weight: 700;
|
|
padding: 5px
|
|
}
|
|
|
|
span.AmountDue {
|
|
border: solid 1px #000;
|
|
padding: 7px
|
|
}
|
|
|
|
table.TopNav tr td {
|
|
width: 0!important
|
|
}
|
|
|
|
.WFHeader {
|
|
height: 40px;
|
|
margin-top: 33px;
|
|
margin-left: 10px;
|
|
margin-right: 10px;
|
|
background-color: red;
|
|
filter: Alpha(Opacity=70);
|
|
opacity: .7;
|
|
padding-top: 2px;
|
|
padding-left: 10px;
|
|
padding-right: 10px;
|
|
text-align: left;
|
|
color: #fff;
|
|
font: 700 arial 12pt
|
|
}
|
|
|
|
.WFHeader td {
|
|
color: #fff;
|
|
font: 700 arial 12pt;
|
|
font-weight: 700
|
|
}
|
|
|
|
ul.Tips li {
|
|
margin: 10px 0 15px;
|
|
padding-left: 15px
|
|
}
|
|
|
|
td.AvsTabularCell {
|
|
border-top: 1px solid #000;
|
|
border-left: 1px solid #000;
|
|
padding: 8px;
|
|
text-align: center
|
|
}
|
|
|
|
td.AvsTabularCellHeader {
|
|
font-weight: 700;
|
|
font-size: 10pt;
|
|
width: 125px
|
|
}
|
|
|
|
td.AvsTabularCellAdj {
|
|
border-right: 1px solid #000
|
|
}
|
|
|
|
td.AvsTabularCellBtm {
|
|
border-bottom: 1px solid #000
|
|
}
|
|
|
|
td.AvsTabularCellBold {
|
|
font-weight: 700
|
|
}
|
|
|
|
td.AvsTabularCellRed {
|
|
color: #c00
|
|
}
|
|
|
|
td.AvsTabularCellGreen {
|
|
color: #390
|
|
}
|
|
|
|
.AVSGrid {
|
|
border-left: 1px solid #d6d6d6;
|
|
border-top: 1px solid #d6d6d6;
|
|
border-right: 1px solid #d6d6d6;
|
|
width: 100%
|
|
}
|
|
|
|
.AVSGrid td {
|
|
border-right: 1px solid #f2f2f2;
|
|
border-bottom: 1px solid #d6d6d6;
|
|
text-align: center;
|
|
vertical-align: middle;
|
|
padding: 3px
|
|
}
|
|
|
|
.AVSGrid td.SubHeaderFont {
|
|
border-right: 1px solid #dcdcdc
|
|
}
|
|
|
|
.AVSGrid .Green {
|
|
color: #390;
|
|
font-weight: 700
|
|
}
|
|
|
|
.AVSGrid .Red {
|
|
color: #c00;
|
|
font-weight: 700
|
|
}
|
|
|
|
td.CheckBoxLabel {
|
|
text-align: center
|
|
}
|
|
|
|
.FDSOuterBorderRight {
|
|
border-right: solid 2px #63616b
|
|
}
|
|
|
|
.FDSOuterBorderLeft {
|
|
border-left: solid 2px #63616b
|
|
}
|
|
|
|
.FDSOuterBorderTop {
|
|
border-top: solid 2px #63616b
|
|
}
|
|
|
|
.FDSOuterBorderBottom {
|
|
border-bottom: solid 2px #63616b
|
|
}
|
|
|
|
.AFDSBottomBorder {
|
|
border-bottom: solid 1px #f1d771
|
|
}
|
|
|
|
.AFDSTableItem {
|
|
background-color: #ffe57f!important
|
|
}
|
|
|
|
.AFDSTableItemFree {
|
|
background-color: #e5ffbf
|
|
}
|
|
|
|
.AFDSTableItemBasic {
|
|
background-color: #ededed
|
|
}
|
|
|
|
.AFDSRightText {
|
|
color: White!important;
|
|
background-color: #cba302!important;
|
|
text-align: center;
|
|
width: 10px
|
|
}
|
|
|
|
.AFDSRightTextFree {
|
|
color: White;
|
|
background-color: #799a00;
|
|
text-align: center;
|
|
width: 10px
|
|
}
|
|
|
|
.AFDSRightTextBasic {
|
|
color: White;
|
|
background-color: #9b9b9b;
|
|
text-align: center;
|
|
width: 10px
|
|
}
|
|
|
|
.AFDSTitle {
|
|
background-color: #f1d771!important
|
|
}
|
|
|
|
.AFDSSubTitle {
|
|
background-color: #f9df79!important
|
|
}
|
|
|
|
div.message_screen {
|
|
border: 0 solid #000;
|
|
filter: Alpha(Opacity=50);
|
|
opacity: .5;
|
|
position: absolute;
|
|
top: 0;
|
|
left: 0;
|
|
background-color: #fff;
|
|
z-index: 15;
|
|
width: 100%;
|
|
min-width: 100%;
|
|
min-height: 100%
|
|
}
|
|
|
|
div.control_window {
|
|
position: absolute;
|
|
border: 4px outset #369;
|
|
background-color: #fff;
|
|
z-index: 20;
|
|
width: 600px;
|
|
left: 50%;
|
|
margin-left: -300px
|
|
}
|
|
|
|
div.control_window .control_window_title {
|
|
margin: 15px 10px 10px;
|
|
padding-bottom: 5px;
|
|
border-bottom: 1px solid #666;
|
|
color: #023c59;
|
|
font-family: Arial, Helvetica, sans-serif;
|
|
font-size: 11pt;
|
|
font-weight: 700
|
|
}
|
|
|
|
div.control_window .control_window_body {
|
|
margin: 0 10px 10px;
|
|
font: 8pt Arial
|
|
}
|
|
|
|
div.control_window .control_window_commands {
|
|
margin: 5px 10px 20px;
|
|
text-align: center
|
|
}
|
|
|
|
div.control_window .control_window_commands input {
|
|
width: 75px;
|
|
margin-right: 5px
|
|
}
|
|
|
|
div.message_screen_new {
|
|
border: 0 solid #000;
|
|
filter: Alpha(Opacity=50);
|
|
opacity: .5;
|
|
position: absolute;
|
|
top: 0;
|
|
left: 0;
|
|
background-color: #fff;
|
|
z-index: 15;
|
|
width: 100%;
|
|
min-width: 100%;
|
|
min-height: 100%
|
|
}
|
|
|
|
div.control_window_new {
|
|
position: absolute;
|
|
background-color: #fff;
|
|
z-index: 20;
|
|
width: 500px;
|
|
left: 50%;
|
|
margin-left: -300px;
|
|
padding: 0 14px;
|
|
vertical-align: middle;
|
|
border: 1px hidden #a9a9a9;
|
|
border-radius: 15px;
|
|
box-shadow: 3px 3px 2px #888;
|
|
font-family: arial;
|
|
font-size: 12px
|
|
}
|
|
|
|
div.control_window_new .control_window_title_new {
|
|
margin: 0 -15px;
|
|
padding: 10px 10px 10px 20px;
|
|
border-bottom: 1px solid #666;
|
|
color: #fff;
|
|
font-family: Arial, Helvetica, sans-serif;
|
|
font-size: 11pt;
|
|
font-weight: 700;
|
|
border-radius: 15px 15px 0 0;
|
|
background-color: #2e5c82
|
|
}
|
|
|
|
div.control_window_new .control_window_body_new {
|
|
margin: 20px 10px 20px 5px;
|
|
font: 12pt Arial
|
|
}
|
|
|
|
div.control_window_new .control_window_commands_new {
|
|
margin: 5px 10px 20px;
|
|
text-align: right
|
|
}
|
|
|
|
div.control_window_new input[type=button] {
|
|
display: inline-block;
|
|
padding: 6px 12px;
|
|
margin-bottom: 0;
|
|
font-size: 14px;
|
|
font-weight: 700;
|
|
line-height: 1.428571429;
|
|
text-align: center;
|
|
white-space: nowrap;
|
|
vertical-align: middle;
|
|
cursor: pointer;
|
|
-webkit-user-select: none;
|
|
-moz-user-select: none;
|
|
-ms-user-select: none;
|
|
-o-user-select: none;
|
|
user-select: none;
|
|
background-image: none;
|
|
border: 1px solid transparent;
|
|
border-radius: 4px
|
|
}
|
|
|
|
div.control_window_new input[type=button]:focus {
|
|
outline: thin dotted;
|
|
outline: 5px auto -webkit-focus-ring-color;
|
|
outline-offset: -2px
|
|
}
|
|
|
|
div.control_window_new input[type=button]:hover,
|
|
div.control_window_new input[type=button]:focus {
|
|
color: #333;
|
|
text-decoration: none
|
|
}
|
|
|
|
div.control_window_new input[type=button]:active,
|
|
div.control_window_new input[type=button].active {
|
|
background-image: none;
|
|
outline: 0;
|
|
-webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
|
|
box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125)
|
|
}
|
|
|
|
div.control_window_new input[type=button].disabled,
|
|
div.control_window_new input[type=button][disabled] {
|
|
pointer-events: none;
|
|
cursor: not-allowed;
|
|
filter: alpha(opacity=65);
|
|
-webkit-box-shadow: none;
|
|
box-shadow: none;
|
|
opacity: .65
|
|
}
|
|
|
|
div.control_window_new input[id=btnConfirmYes] {
|
|
color: #fff;
|
|
background-color: #428bca;
|
|
border-color: #357ebd
|
|
}
|
|
|
|
div.control_window_new input[id=btnConfirmYes]:hover,
|
|
div.control_window_new input[id=btnConfirmYes]:focus,
|
|
div.control_window_new input[id=btnConfirmYes]:active,
|
|
div.control_window_new input[id=btnConfirmYes].active {
|
|
color: #fff;
|
|
background-color: #3276b1;
|
|
border-color: #285e8e
|
|
}
|
|
|
|
div.control_window_new input[id=btnConfirmYes]:active,
|
|
div.control_window_new input[id=btnConfirmYes].active {
|
|
background-image: none
|
|
}
|
|
|
|
div.control_window_new input[id=btnConfirmYes].disabled,
|
|
div.control_window_new input[id=btnConfirmYes][disabled],
|
|
div.control_window_new input[id=btnConfirmYes].disabled:hover,
|
|
div.control_window_new input[id=btnConfirmYes][disabled]:hover,
|
|
div.control_window_new input[id=btnConfirmYes].disabled:focus,
|
|
div.control_window_new input[id=btnConfirmYes][disabled]:focus,
|
|
div.control_window_new input[id=btnConfirmYes].disabled:active,
|
|
div.control_window_new input[id=btnConfirmYes][disabled]:active,
|
|
div.control_window_new input[id=btnConfirmYes].disabled.active,
|
|
div.control_window_new input[id=btnConfirmYes][disabled].active {
|
|
background-color: #428bca;
|
|
border-color: #357ebd
|
|
}
|
|
|
|
div.control_window_new input[id=btnConfirmCancel] {
|
|
font-weight: 400
|
|
}
|
|
|
|
div.message_screen2 {
|
|
border: 0 solid #000;
|
|
filter: Alpha(Opacity=50);
|
|
opacity: .5;
|
|
position: absolute;
|
|
top: 0;
|
|
left: 0;
|
|
background-color: #666;
|
|
z-index: 15;
|
|
width: 100%;
|
|
min-width: 100%;
|
|
min-height: 100%
|
|
}
|
|
|
|
div.control_window2 {
|
|
position: absolute;
|
|
left: 50%;
|
|
margin-left: -300px;
|
|
border: 2px solid #ccc;
|
|
background-color: #fff;
|
|
z-index: 20;
|
|
width: 600px
|
|
}
|
|
|
|
div.control_window2 .control_window_body2 {
|
|
padding: 0 10px 10px;
|
|
font: 8pt Arial
|
|
}
|
|
|
|
.CIM_SubHeaderFont {
|
|
background-color: #f2f2f2;
|
|
font-family: Arial, Helvetica, sans-serif;
|
|
font-size: 11px;
|
|
font-weight: 700;
|
|
color: #000;
|
|
padding: 5px
|
|
}
|
|
|
|
.CIM_SubHeaderFont_Color {
|
|
background-color: #f2f2f2;
|
|
color: #000
|
|
}
|
|
|
|
.CIM_MainTableRow_Left {
|
|
width: 150px;
|
|
font-family: Arial, Helvetica, sans-serif;
|
|
font-size: 11px;
|
|
font-weight: 700
|
|
}
|
|
|
|
.CIM_MainTableRow2_Left {
|
|
width: 125px;
|
|
font-family: Arial, Helvetica, sans-serif;
|
|
font-size: 11px
|
|
}
|
|
|
|
.CIM_Bold {
|
|
font-weight: 700
|
|
}
|
|
|
|
.CIM_Text {
|
|
font-family: Arial, Helvetica, sans-serif;
|
|
font-size: 11px
|
|
}
|
|
|
|
.CIM_Text_Pad {
|
|
padding: 5px
|
|
}
|
|
|
|
.CIM_Text_Small {
|
|
font-size: 11px
|
|
}
|
|
|
|
.CIM_Cursor {
|
|
cursor: pointer
|
|
}
|
|
|
|
.CIM_Text_Large {
|
|
font-size: 14px
|
|
}
|
|
|
|
.CIM_Small_Button {
|
|
font-family: Small Fonts;
|
|
font-size: 9px
|
|
}
|
|
|
|
.CIM_Text_NoBold {
|
|
font-weight: 400!important
|
|
}
|
|
|
|
a.CIM:link {
|
|
text-decoration: none
|
|
}
|
|
|
|
a.CIM:visited {
|
|
text-decoration: none
|
|
}
|
|
|
|
a.CIM:hover {
|
|
text-decoration: underline
|
|
}
|
|
|
|
a.CIM:active {
|
|
text-decoration: none
|
|
}
|
|
|
|
.TrnDetailTop_TDSpace {
|
|
padding-left: 5px
|
|
}
|
|
|
|
.TrnDetailTop_Table {
|
|
padding-left: 5px;
|
|
padding-right: 5px
|
|
}
|
|
|
|
.TrnDetailTop_Body {
|
|
background: #f7f7de;
|
|
border: 1px solid #cc9
|
|
}
|
|
|
|
.TrnDetailTop_Header {
|
|
font-size: larger;
|
|
font-weight: 700
|
|
}
|
|
|
|
.TrnDetailTop_DetailsHeader {
|
|
background: #cc9;
|
|
font-weight: 700;
|
|
margin: 0;
|
|
padding: 0
|
|
}
|
|
|
|
.TrnDetailTop_Seperator {
|
|
background-color: #d0d0bf;
|
|
height: 1px
|
|
}
|
|
|
|
.TrnDetailTop_Space {
|
|
height: 5px
|
|
}
|
|
|
|
table.TabNav {
|
|
border-bottom: solid 2px #ddd;
|
|
height: 30px
|
|
}
|
|
|
|
table.InactiveTab,
|
|
div.InactiveTab {
|
|
height: 100%;
|
|
vertical-align: middle;
|
|
padding: 0 5px;
|
|
background-color: #aaa
|
|
}
|
|
|
|
table.ActiveTab,
|
|
div.ActiveTab {
|
|
background-color: #ddd
|
|
}
|
|
|
|
a.InactiveTab {
|
|
text-decoration: none
|
|
}
|
|
|
|
a.InactiveTab:hover {
|
|
text-decoration: underline
|
|
}
|
|
|
|
.BarVert,
|
|
#MainWin {
|
|
text-align: left
|
|
}
|
|
|
|
.BAMSStatementsBanner {
|
|
padding-left: 30px;
|
|
padding-right: 40px;
|
|
background-color: #f2f2f2;
|
|
border-bottom: solid;
|
|
border-bottom-color: gray
|
|
}
|
|
|
|
.MD5_tblbackground {
|
|
background-color: #fbb553;
|
|
height: 95px;
|
|
text-align: center;
|
|
word-wrap: break-word
|
|
}
|
|
|
|
.MD5_alertIcon {
|
|
background-image: url(/UI/themes/COMMON/images/Icon-alert.png);
|
|
background-repeat: no-repeat;
|
|
background-position: center;
|
|
padding: 0 20px;
|
|
width: 40px
|
|
}
|