input, select {
font-size: 11px;
- padding: 1px;
+ padding: 1px;
}
input.big {
}
.logoutBar {
- padding-right: 1em;
- background: #dee7ec;
- color: black;
- border-bottom: 1px solid #8cacbb;
+ padding-right: 1em;
+ background: #dee7ec;
+ color: black;
+ border-bottom: 1px solid #8cacbb;
width: 100%;
}
.bottomBar {
- padding-right: 1em;
- background: #dee7ec;
- color: black;
- border-bottom: 1px solid #8cacbb;
+ padding-right: 1em;
+ background: #dee7ec;
+ color: black;
+ border-bottom: 1px solid #8cacbb;
width: 100%;
}
}
.bottomBar2 {
- padding-right: 1em;
- background: #dee7ec;
- color: black;
- border-top: 1px solid #8cacbb;
- border-bottom: 1px solid #8cacbb;
+ padding-right: 1em;
+ background: #dee7ec;
+ color: black;
+ border-top: 1px solid #8cacbb;
+ border-bottom: 1px solid #8cacbb;
width: 100%;
}
}
div.logoutBar {
- padding-right: 1em;
- background: #dee7ec;
- color: black;
- border-bottom: 1px solid #8cacbb;
+ padding-right: 1em;
+ background: #dee7ec;
+ color: black;
+ border-bottom: 1px solid #8cacbb;
text-align: right;
}
div.logoutBar a {
- font-weight: normal;
- margin-left: 1em;
- color: #436976;
+ font-weight: normal;
+ margin-left: 1em;
+ color: #436976;
background-color: transparent;
}
div.logoutBar img {
div.tabs {
padding: 0.5em 0 0 0;
- background: none transparent scroll repeat 0% 0%;
- white-space: nowrap;
- border-collapse: collapse;
- border-bottom: 1px solid #8cacbb;
+ background: none transparent scroll repeat 0% 0%;
+ white-space: nowrap;
+ border-collapse: collapse;
+ border-bottom: 1px solid #8cacbb;
}
div.tabs a {
- border: 1px solid #8cacbb;
- padding: 0 1em 3px 1em;
- font-weight: normal;
- background: white scroll repeat 0% 0%;
- color: #436976;
- margin-right: 0.0em;
+ border: 1px solid #8cacbb;
+ padding: 0 1em 3px 1em;
+ font-weight: normal;
+ background: white scroll repeat 0% 0%;
+ color: #436976;
+ margin-right: 0.0em;
height: 1.0em;
}
div.tabs a.selected {
- border-top: 1px solid #8cacbb;
- border-right: 1px solid #8cacbb;
+ border-top: 1px solid #8cacbb;
+ border-right: 1px solid #8cacbb;
border-bottom: 1px solid #dee7ec;
- border-left: 1px solid #8cacbb;
- font-weight: normal;
- background: #dee7ec;
- color: #436976;
+ border-left: 1px solid #8cacbb;
+ font-weight: normal;
+ background: #dee7ec;
+ color: #436976;
}
div.tabs a:hover {
- background: #dee7ec;
- color: #436976;
+ background: #dee7ec;
+ color: #436976;
}
.menu_group {
padding: 0px;
color: #000000;
background-color: #dee7ec;
- padding-left: 3px;
+ padding-left: 3px;
font-weight: bold;
}
.titletext {
font-weight: bold;
- font-size: 13px;
+ font-size: 13px;
border-bottom: 1px solid #8cacbb;
padding: 5px;
}
.headingtext {
font-weight: bold;
- font-size: 13px;
+ font-size: 13px;
color: black;
}
.headingtext2 {
- font-size: 13px;
+ font-size: 13px;
color: black;
}
.headingtext3 {
font-weight: bold;
- font-size: 10px;
+ font-size: 10px;
color: black;
}
.errortext {
- font-size: 13px;
+ font-size: 13px;
color: #ff0000;
font-weight: bold;
}
.inputsubmit {
font-size: 11px;
border: 1px #0066cc solid;
- padding: 1px 4px;
+ padding: 1px 4px;
}
.oddrow {
.evenrow {
background-color: #dddddd;
-}
+}
.overduebg {
background-color: #dd7777;
-}
+}
.overduefg {
color: #dd7777;
-}
+}
.currentfg {
color: #ff6666;
-}
+}
.redfg {
color: red;
font-weight: bold;
-}
+}
.settledbg {
background-color: #00bb00;
-}
+}
.settledfg {
color: #00bb00;
-}
+}
.inquirybg {
background-color: #fdfeef;
padding: 3px;
border: 1px solid #8cacbb;
border-collapse: collapse;
-}
+}
.tablestyle2 {
- padding: 0 3px;
- border: 1px solid #ccc;
+ padding: 3px;
+ border: 1px solid #cccccc;
border-collapse: collapse;
-}
+}
.tablestyle_noborder {
padding: 3px;
}
input.amount {
padding-right: 0px;
border-right: none;
-}
\ No newline at end of file
+}
+
+.editbutton {
+ color:#0000FF;
+ background-color:transparent;
+ float:left;
+ filter:alpha(opacity=0);
+ opacity:0;
+ -moz-opacity:0;
+ -khtml-opacity:0;
+ border-style:none;
+ text-decoration:underline;
+ cursor: pointer;
+}