
body {
  font-family:Arial,Helvetica,sans-serif;
  font-size:10px;
  margin:0;
  padding:0;
  background-color: #ddd;
  border-top: 3px solid #e53b30;
}

hr {
  border:0;
  width:100%;
  color:steelblue;
  background-color:white;
  height:1px;
}

td.fsm {
  width:200px;
  vertical-align:top;
}

td.f {
  width:5px;
  white-space:nowrap;
}

td.h {
  font-size:11px;
  width:50%;
}

td.i {
  font-size:11px;
  width:49%;
}

td.f, td.i, td.h {
  text-align: left;
}

.loaderimg { 
  padding-top: 5px;
  margin-left: 5px;
}

#Buttons {
  vertical-align:top;
  width:100%;
  background-color:white;
}

.fbtn {
  font-size:11px;
  font-family:Arial,Helvetica,sans-serif;
  background-color:#e53b30;
  color:white;
  font-weight:bold;
  cursor:pointer;
  padding:1px 5px;
  margin-right:2px;
}

td.ts {
  background-color: #fff;
  border-color: #aaa;
  border-style: solid;
  border-width: 0 1px 1px;
  padding: 10px;
  vertical-align: top;
  font-weight: normal;
  font-size: small;
}

td.tss {
  display:none;
  background-color:#f5f5f5;
  padding:10px;
  vertical-align:top;
  left:120px;
  font-weight:normal;
  font-size:small;
}

tr.tvn {
  background-color: #fff;
  border-color: #010C5B;
  border-style: solid;
  border-width: 0 1px 1px 0;
  vertical-align: top;
  visibility: hidden;
  display: none;
}

td.tabs {
  border-color:#010C5B;
  border-style:solid;
  border-width:0;
  padding:0 5px 10px;
  vertical-align:top;
}

td.sg {
  border:0 solid #76b1d3;
}

td.n {
  width:33%;
}

sup {
  font-weight:bold;
  font-size:10px;
  color:Red;
  cursor:pointer;
}

input {
  overflow:visible;
  border:1px solid #ccc;
  font-family:Arial,Helvetica,sans-serif;
  padding: 0 5px;
}

td.ib {
  background-color:Yellow;
  font-size:11px;
}

td.er {
  background-color:Red;
  font-size:11px;
}

span.i {
  font-size:8px;
}

table.ot {
  visibility:hidden;
  display:none;
}

table {
  font-family:Arial,Helvetica,sans-serif;
  font-size: 10px;
}

P {
  border:1px solid #999;
  text-indent:1px;
  font-size:11px;
  cursor:pointer;
  float:left;
  background-color:#fff;
  color:#444;
  width:100%;
  padding:3px 0 3px 3px;
}

legend {
  font-size:11px;
  color:#444;
  padding-top:10px;
}

legend#lSIM {
  color:#444;
}

fieldset {
  border: none;
}

label#Error {
  padding-left:5px;
  font-weight:bold;
  color:#fff;
}

td.cr {
  font-size:11px;
  color:Steelblue;
  margin:0 auto;
  padding:10px 0;
}

fieldset label.duple {
  display:block;
  float:left;
  margin:1px 8px 4px 0;
  padding:0;
  border:0;
  text-align:right;
  font-weight:bold;
  width:100%;
  color: #999;
}

fieldset input,fieldset select {
  margin:0;
}
.clear {
  clear: both;
}

#Cont {
  width: 960px;
  z-index: 10001;
}

#templateDialog {
  display:none;
  background-color: #fff;
  z-index: 9999;
  -moz-border-radius: 3px;
  -webkit-border-radius; 3px;
  border-radius: 3px;
  -moz-box-shadow: 0 10px 10px rgba(0, 0, 0, 0.25);
  -webkit-box-shadow: 0 10px 10px rgba(0, 0, 0, 0.25);
  box-shadow: 0 10px 10px rgba(0, 0, 0, 0.25);
  border: 1px solid #e7eded;
}

#RefreshAll {
  margin: 0 auto;
  width: 400px;
  background-color: #000;
  -moz-opacity: 0.5;
  opacity: 0.5;
  filter: alpha(opacity=50);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: none;
  z-index: 2001;
}

#RefreshAllContent {
  margin: 0 auto;
  width: 400px;
  padding: 10px;
  background-color:#fff;
  position: absolute;
  top: 40%;
  left: 40%;
  z-index: 2002;
  height: 100px;
  font-size: 2em;
  color: #E53B30;
  text-align: center;
  display: none;
  -moz-border-radius: 3px;
  -webkit-border-radius; 3px;
  border-radius: 3px;
  -moz-box-shadow: 0 10px 10px rgba(0, 0, 0, 0.25);
  -webkit-box-shadow: 0 10px 10px rgba(0, 0, 0, 0.25);
  box-shadow: 0 10px 10px rgba(0, 0, 0, 0.25);
  border: 1px solid #e7eded;
  padding-top: 20px;
  overflow: auto;
}

.dlg_header {
  height: 20px;
  font-size: 1.4em;
  background-color: #e53b30;
  color: #fff;
  padding: 10px 10px 5px;
  font-weight: bold;
}

.dlg_title {
  float: left;
  width: 50%;
}

.dlg_close {
  float: right;
  width: 50%;
  text-decoration: underline;
  text-align: right;
  cursor:pointer;
}

#upload_target {
  display:none;
}

#template_form {
  background-color: #fff;
}

#login_screen {
  margin: 0 auto;
  width: 460px;
  border: 1px solid #aaa;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  background-color: #fff;
}

#pending_screen {
  margin: 0 auto;
  width: 460px;
  border: 1px solid #aaa;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  background-color: #fff;
}

#outside_1col {
  margin:20px;
}

#outside_1col #content_container {
  margin:20px;
  border:thin solid #76b1d3;
  border-top:1px solid #FFFFFF;
}

#divwidth {
  width:950px;
}

#table_shell {
  width:98%;
  min-width: 950px;
  margin-bottom: 0;
  vertical-align: middle;
  text-align: left;
  border: none;
  margin-top: 10px;
}

.header_container {
  height:40px;
}

.imgHelper {
  display:inline-block;
  height: 100%;
  vertical-align: middle;
}

.info_bar {
  margin-top:10px;
  font-size:11px;
  color:#f0f0f0;
}

#SIMPIN table {
  border-spacing: 5px;
}
#SIMPIN table td {
  padding: 5px;
  width: 50%;
}
#SIMPIN .digInput {
  width: 80px;
  text-align: right;
}

#headcont {
  width:100%;
  border-bottom:#76b1d3;
  background-color:white;
  border-width:0 0 1px 0;
  border-style:none none solid;
}

#content_container {
  width:100%;
  background-color:#FFFFFF;
  border-top:1px solid #404343;
  border-right:1px solid #FFFFFF;
  border-bottom:none;
  border-left:1px solid #FFFFFF;
  border-spacing:0;
  margin:0;
  padding:0;
}

#content_container td {
  margin:0;
  padding:0;
}

#footer_container {
  width:100%;
  background-color:Steelblue;
  border-color:#FFFFFF;
  border-width:1px 1px 0 0;
  border-style:solid solid none;
  height:40px;
  color:#FFFFFF;
}

#footer_container td {
  text-align:left;
  vertical-align:bottom;
}

h3 {
  margin:0;
  padding:0;
  text-align:right;
  color:#13376B;
  background-color:transparent;
  font-size:23px;
  font-weight:bold;
}

#maincontent_container {
  color:#000000;
  background-color:#FFFFFF;
  vertical-align:top;
}

#helpcontent {
  position:absolute;
  visibility:hidden;
  overflow:auto;
  background-color:#fff;
  padding:0px;
  z-index:100;
  color:Black;
  border: 1px solid #e7eded;
  -webkit-border-radius:3px;
  -moz-border-radius:3px;
  border-radius:3px;
  -webkit-box-shadow: 0 10px 10px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0 10px 10px rgba(0, 0, 0, 0.25);
  box-shadow: 0 10px 10px rgba(0, 0, 0, 0.25);
  width: 550px;
}

.htr {
  width:25%;
  font-size:11px;
  border-color:#76b1d3;
  border-style:solid;
  background-color:#f5f5f5;
}

.htd {
  width:25%;
  font-size:1.1em;
  border-color:#ddd;
  border-style:solid;
  padding: 2px;
}

.ht {
  empty-cells:show;
  border-color:#ddd;
  border-style:solid;
}

.th {
  text-indent:1px;
  font-size:11px;
  font-weight:bold;
  border-color:#ccc;
  background-color:#fff;
  text-align:center;
  vertical-align:middle;
  overflow:hidden;
}

.tbl {
  border:1px solid #76b1d3;
  border-collapse: collapse;
  empty-cells:show;
  margin-top: 5px;
}

.tbl td {
  padding: 4px;
}

.tbl, .tbl td, .tbl th {
  border: 1px solid #999;
}

td.t0 {
  width:10px;
  font-size:10px;
}

td.t1 {
  width:100%;
  font-size:11px;
}

td.t2 {
  width:49%;
  font-size:11px;
}

td.t3 {
  width:33.3%;
  font-size:11px;
}

td.t4 {
  width:25%;
  font-size:11px;
}

td.t5 {
  width:19%;
  font-size:11px;
}

td.t6 {
  width:16.6%;
  font-size:11px;
}

td.t7 {
  width:14%;
  font-size:11px;
}

td.t8 {
  width:12.3%;
  font-size:11px;
}

td.t5 input {
  width:80%;
}

div.rounded-boxmid {
  position:relative;
  width:auto;
  background-color:#6474a8;
}

div.rounded-box {
  position:relative;
  width:auto;
  background-color:#040636;
  margin:50px 5px;
}

div.rounded-boxout {
  position:relative;
  width:auto;
  background-color:#040636;
}

div.logo {
  background-color:#fff;
  height: 75px;
}

.logo img {
  vertical-align: middle;
}

div#aceMasterOut {
  margin:0;
  min-width:950px;
}

b.rtop {
  display:block;
  background:#FFF;
}

b.rbottom {
  display:block;
  background:#f0f0f0;
}

b.r1 {
  margin:0 5px;
}

b.r2 {
  margin:0 3px;
}

div#aceMasterIn {
  min-width:950px;
}

div#aceMasterInn {
  margin:0 6px;
  z-index:-1;
  min-width:950px;
}

b.rIntop,b.rInbottom {
  display:block;
  background:#f0f0f0;
}

div#login {
  margin-top:50px;
  margin:0 6px;
  background:#fff;
  width:450px;
}

div#pending {
  margin-top:50px;
  margin:0 6px;
  background:#fff;
  width:450px;
}

.DMenu {
  margin: 0 auto;
  width: 950px;
}

.DMenu ul, .DMenu_Index ul {
  list-style-type: none;
  z-index: 2;
}

.DMenu li, .DMenu_Index li {
  display:block;
  float:right;
  margin: 0 5px;
}

.DMenu li a, .DMenu_Index li a {
  font-weight: bold;
  display: block;
  min-width: 45px;
  text-align: center;
}

.top_btn {
  border: 1px solid #bbb;
  border-radius: 3px;
  padding: 8px;
  text-decoration: none;
  background-color: #fff;
  color: #777;
}

.top_btn:hover {
  color: #e53b30;
}


.b1,.b2,.b3,.b4 {
  display:block;
}

.b1,.b2,.b3 {
  height:1px;
}

.b2,.b3,.b4 {
  background:#f9f9f9;
  border-left:1px solid #f9f9f9;
  border-right:1px solid #f9f9f9;
}

.b1 {
  margin:0 5px;
  background:#f9f9f9;
}

.b2 {
  margin:0 3px;
  border-width:0 2px;
}

.b4 {
  height:2px;
  margin:0 1px;
}

a.DMenua,a.DMenua:visited {
  display:block;
  text-decoration:none;
  width:11em;
  font-size:.9em;
  margin-left: 5px;
}

a.DMenua:hover {
  background:transparent;
  cursor:pointer;
}

a.DMenua:hover .xboxcontent {
  background:#eee;
  border-color:#eee;
  border-bottom:1px solid #eee;
}

a.DMenua:hover .b1 {
  background:#eee;
}

a.DMenua:hover .b2,a.DMenua:hover .b3,a.DMenua:hover .b4 {
  background:#fff;
  border-color:#fff;
}

.DMenuCont {
  display:block;
  background:#f9f9f9;
  border:0 solid #f9f9f9;
  border-width:1px 1px 0;
  padding-top:5px;
  padding-bottom: 5px;
}

a.DMenua:hover .DMenuCont {
  background:#fff;
  border-color:#fff;
  border-top:1px solid #fff;
  color: #e53b30;
}

.btnb {
  color:#fff;
  font-size:11px;
  background-color:#aaa;
  padding:5px 10px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius:5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius:5px;
}

.btnhov {
  color:#e53b30;
  cursor:pointer;
}

.btn {
  color:#666;
  font-family:Arial,Helvetica,sans-serif;
  font-size:11px;
  background-color:#fff;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  padding:10px;
  margin-bottom:15px;
  border:1px solid #666;
}

a.btn {
  text-decoration: none;
}

a.btn:hover {
  color:#e53b30;
}

#copyright {
  font-size:11px;
  color:#FFFFFF;
  text-align:center;
  margin:0 auto;
  padding:10px 0;
}

.command {
  border-width:1px 1px 0;
  border-style:solid;
  border-color:#aaa;
  padding:10px 10px 0;
  margin-left:25px;
  background-color: #fff
}

.commandb {
  border-width:0 1px 1px;
  border-style:solid;
  border-color:#76b1d3;
  padding:10px;
  margin-right:25px;
}

.warning {
  padding:5px;
  color:#000;
  border:1px solid red;
  text-align:justify;
  background-color:#F7EDF0;
  padding:5px;
  font-family:Arial,Helvetica,sans-serif;
  font-size:11px;
}

#Events {
  border:1px solid #76b1d3;
  width:100%;
  border-collapse:collapse;
}

#Events td {
  font-size:11px;
  border-color:#76b1d3;
  border-style:solid;
  border-width:1px;
}

#Events tr {
  background-color:white;
  border-color:#010C5B;
  border-style:solid;
  border-width:1px;
  padding:0;
  vertical-align:top;
  width:100%;
}

#Events .htr {
  font-size:11px;
  border-color:#76b1d3;
  border-style:solid;
  border-width:1px;
  color:black;
  font-weight:bold;
}

#Events .htd {
  font-size:11px;
  border-color:#76b1d3;
  border-style:solid;
  border-width:1px;
  color:black;
  font-weight:bold;
  background-color:Steelblue;
}

.tdbtn {
  font-size:11px;
  border:1px solid #76b1d3;
  width:40px;
  text-align:center;
  vertical-align:middle;
}

.fieldsettbl {
  width:100%;
}

.fieldsettbl td {
  width:25%;
}

.datatbl {
  border-color:#999;
  border-style:solid;
  border-width:1px;
  border-collapse:collapse;
}

.datatbl tr {
  padding:1px;
  vertical-align:top;
  border-color:#999;
  border-width:1px;
}

.datatbl tr td {
  background-color:#F0F0F0;
  font-size:11px;
  width:15%;
  border-color:#999;
  border-style:solid;
  border-width:0 1px;
  padding:4px;
  white-space:nowrap;
}

.datatbl tr th {
  text-indent:1px;
  font-size:11px;
  font-weight:bold;
  border-color:#999;
  background-color:#fff;
  vertical-align:middle;
  padding:4px;
  overflow:hidden;
  white-space:nowrap;
}
.fm {
  position:relative;
  padding:0;
  margin:0 auto;
  list-style:none;
  float:left;
  line-height:normal;
}

.fm li {
  float:left;
  border-top:1px solid #ddd;
  border-left:1px solid #ddd;
  border-right:1px solid #ddd;
  border-bottom:1px solid #aaa;
  margin:0 3px -1px;
  z-index:1003;
  position:relative;
  -moz-border-top-left-radius: 5px;
  -webkit-border-top-left-radius: 5px;
  border-top-left-radius:5px;
  -moz-border-top-right-radius: 5px;
  -webkit-border-top-right-radius: 5px;
  border-top-right-radius:5px;
}

.fm a {
  float:left;
  display:inline;
  background-color:#f9f9f9;
  padding:0 0 0 6px;
  text-decoration:none;
}

.fm a span {
  font-family:Arial,Helvetica,sans-serif;
  font-size:1.2em;
  float:left;
  display:block;
  color:#777;
  min-width:40px;
  text-decoration:none;
  padding:0 6px 0 0;
  height:25px;
  line-height:25px;
  vertical-align:middle;
  text-align:left;
  cursor:auto;
  font-weight:bold;
}

.fm a:hover span:hover {
  cursor:pointer;
}

.fm li.current {
  color:#000;
  background-color:#fff;
  border-top:1px solid #aaa;
  border-left:1px solid #aaa;
  border-right:1px solid #aaa;
  border-bottom:1px solid #fff;
  height:25px;
}

.fm li.current a {
  float:left;
  display:inline;
  min-width:40px;
  text-decoration:none;
  background-color:#fff;
  -moz-border-top-left-radius: 5px;
  -webkit-border-top-left-radius: 5px;
  border-top-left-radius:5px;
  -moz-border-top-right-radius: 5px;
  -webkit-border-top-right-radius: 5px;
  border-top-right-radius:5px;
}

.fm li.current span {
  float:left;
  display:block;
  text-decoration:none;
  padding:0 5px 0 0;
  line-height:25px;
  vertical-align:middle;
  cursor:auto;
}

.fm li.current a:visited span {
  color:#000;
  height:25px;
}

.fsm {
  float:none;
  list-style:none;
  vertical-align:top;
  list-style-position:inside;
  padding:0;
  margin:0;
}

.fsm li {
  text-align:left;
  max-width:200px;
  vertical-align:middle;
}

.fsm a {
  display:block;
  padding:0;
  text-decoration:none;
}

.fsm a span {
  font-family:Arial,Helvetica,sans-serif;
  font-size:11px;
  display:inline-block;
  color:#444;
  text-decoration:none;
  font-weight:bold;
  margin:0 0 0 10px;
  height:30px;
  line-height:25px;
  vertical-align:middle;
  padding-top:5px;
}

.fsm li.current a:visited {
  color:#e53b30;
}

.fsm li.current a:hover span {
  color:red;
}

.fssm {
  list-style:none;
  list-style-position:inside;
  padding:0;
  margin:0;
  width:200px;
}

.fssm li {
  text-indent:5px;
  text-align:left;
  vertical-align:middle;
}

.fssm a {
  display:inline;
  margin-right:1px;
  text-decoration:none;
}

.fssm a span {
  text-decoration:none;
  font-weight:bold;
  vertical-align:middle;
}

.fssm li a { 
  display: block;
  cursor: pointer;
}

.fssm a:hover span {
  color:red;
}

.fssm li.current a {
  color:#fff;
  text-decoration:none;
}

#maincontent_1col {
  padding:5px 0 25px;
}

.section {
  border:none;
  padding:0;
}

.section_head {
  border:1px solid #fff;
  padding:0 10px 10px;
  background-color:#fff;
}

.indexfieldset {
  margin:0;
  height:120px;
  padding:5px 5px 0 0;
  border: none;
}

fieldset input {
  margin:0 4px 0 0;
}

.button_submit_padleft {
  margin:0 0 0 10px;
  padding:5px;
  white-space:nowrap;
  font-weight:bold;
  cursor: pointer;
  background-color: #e53b30;
  color:#fff;
}

.warnings {
  color:red;
  padding:5px;
  font-family:Arial,Helvetica,sans-serif;
  font-size:11px;
}

h2 {
  color:#e53b30;
  background-color:Transparent;
  font-size:12px;
  font-weight:bold;
  letter-spacing:1px;
  text-transform:uppercase;
  margin:0;
  padding:5px 5px 5px 10px;
}

.thHelp {
  color:White;
  font-size:14px;
}

.thBg {
  text-align:left;
}

.txtA65003 {
  font-size:12px;
  height:400px;
  width:780px;
  border:solid 1px steelblue;
  overflow:auto;
}

.txtA65002 {
  font-size:12px;
  height:400px;
  width:680px;
  border:solid 1px steelblue;
  overflow:auto;
}

.flatbutton {
  font-size:11px;
  font-family:Arial,Helvetica,sans-serif;
  height:20px;
  border-right:1px outset;
  border-top:1px outset;
  background-color:steelblue;
  color:white;
  font-weight:bold;
  border-left:1px outset;
  border-bottom:1px outset;
  cursor:pointer;
  overflow:hidden;
}

.warnbutton {
  font-size:11px;
  font-family:Arial,Helvetica,sans-serif;
  height:20px;
  border-right:1px outset;
  border-top:1px outset;
  background-color:red;
  color:white;
  font-weight:bold;
  border-left:1px outset;
  border-bottom:1px outset;
  cursor:pointer;
  overflow:hidden;
}


tr.subm,.contr {
  background-color:white;
  border-color:#76b1d3;
  border-style:solid;
  border-width:1px;
  padding:10px;
  vertical-align:top;
  width:100%;
}

td.sm,table.vt,td.hide {
  display:none;
}
td.th table table.tbl, td.th table table th, td.th table table td {
  border: 0px !important;
}
td.th table, td.th table td, td.th table tr {
  border: 0px !important;
}

table.vt tr.none {
  background-color: #f5f5f5;
}

.t8 input,.t7 input {
  font-size:11px;
  max-width:200px;
}

.lbl {
  font-size:11px;
  color:#999;
}

fieldset table {
  font-size:11px;
  background-color:#fff;
  padding:10px;
}

select,textarea {
  font-family:Arial,Helvetica,sans-serif;
  font-size:10px;
}

b.config {
  background:steelblue;
}

b.rtop b,b.rbottom b,b.rIntop b,b.rInbottom b {
  display:block;
  height:1px;
  overflow:hidden;
}

b.rtop b {
  background:#fff;
}

b.rbottom b {
  background:#f0f0f0;
}

b.rIntop b,b.rInbottom b {
  background:#f0f0f0;
}

b.r3,.b3 {
  margin:0 2px;
}

b.rtop b.r4,b.rbottom b.r4,b.rItop b.r4,b.rIbottom b.r4,b.rIntop b.r4,b.rInbottom b.r4,b.rLtop b.r4,b.rLbottom b.r4 {
  margin:0 1px;
  height:2px;
}

b.rItop,b.rIbottom,b.rLtop,b.rLbottom {
  display:block;
}

b.rItop {
  display:block;
  background:#fff;
}

b.rIbottom {
  display:block;
  background:#f0f0f0;
}

b.rLtop,b.rLbottom {
  display:block;
  background:#f0f0f0;
}

b.rItop b,b.rIbottom b,b.rLtop b,b.rLbottom b {
  display:block;
  height:1px;
  overflow:hidden;
}

b.rItop b {
  background:#fff;
}

b.rIbottom b {
  background:#f0f0f0;
}

b.rLtop b,b.rLbottom b {
  background:#fff;
}

iframe {
  border-width: 0px;
  height: 520px;
  width: 98%;
  overflow: hidden;
  background-color: #fff;
}

iframe.hidden {
    visibility: hidden;
}
/* class  ------------------------------- */
.alt,.bg {
  background-color:#fff;
}
.alt, .none {
  line-height: 20px;
}
 .withborder {
 border: 1px solid steelblue;
 }
 .customborder {
 border: 1px solid #aaa;
 }

 .withoutborder {
 border: 0;
 }
 .leftcolumn {
  background:#fff;
}

.rightcolumn {
  background:white;
}

.go {
  background-color:steelblue;
  border:1px solid black;
  color:White;
}
.rm {
  width: 420px;
  height: 50px;
  border-style: none;
  border-width: 0px;
}
.step {
  border:1px solid #ddd;
  padding:10px;
  margin:0 0 10px;
  color:gray;
  font-weight:bold;
}
.steppix {
  width: 37px;
  height: 37px;
  font-weight:bold;
  vertical-align: middle;
}

.non {
  border:0;
}

.fm a:hover span,.fm li.current a:hover span,.fsm a:hover span {
  color:#e53b30;
  cursor:pointer;
}

.fm li.current a:visited,.fsm li.current a:visited span,.fssm li.current a:visited,.fssm li.current a:visited span,.fssm li.current a:hover span,a.DMenua:hover span {
  color:#e53b30;
}

.fsm li.current,.fssm li.current {
  color:white;
  background-color:#f5f5f5;
}

.fsm li.current span,.fssm li.current span {
  color:#000;
  text-decoration:none;
  font-weight:bold;
}
#pingForm {
  padding: 5px;
}

.pingHost, .pingNow { height: 25px; }
.pingHost {
  width: 420px;
  text-align:left;
  font-size:14px;
  font-weight:bold;
  float:left;
}

.pingNow {
  width: 100px;
  text-align:center;
  float:right;
}

#markForm {
  padding: 5px;
}

.markText, .markNow { height: 25px; }

.markText {
  width: 420px;
  text-align:left;
  font-size:14px;
  font-weight:bold;
  float:left;
}

.markNow {
  width: 100px;
  text-align:center;
  float:right;
}

.pingButton:active {
  padding: 1px 1px 1px 1px;
}

.rm_update_main_table {
  border:0;
  border-spacing:0;
  border-collapse:collapse;
  width:420px;
  height:50px;
  text-align:center;
}

.rm_update_main_td_update {
  width:91%;
}
.rm_update_main_td_skip {
  width:9%;
}

.rm_update_table {
  border:0;
  border-spacing:0;
  border-collapse:collapse;
  height:50px;
  width:100%;
}

.rm_update_td {
  vertical-align:bottom;
  text-align:right;
}


/* id ------------------------------- */
#main {
    overflow: hidden;
    width: 450px;
    height: 55px;
    border-style: none;
    border-width: 0px;
}

#hct {
  background-color:#e53b30;
  height:35px;
  padding:0 15px;
}

#logOutput {
  font-size:12px;
  height:400px;
  width:650px;
  border:solid 1px #ddd;
  overflow:auto;
}

#simplemain {
    overflow: hidden;
    width: 450px;
    height: 55px;
    border-style: none;
    border-width: 0px;
}

#status {
  font-size: 12px;
  text-align: left;
  overflow: hidden;
  width:450px;
  border-style:none;
  border-color:steelblue;
  border-width:0;
  padding:5px;
  margin:0 10px 0 0;
}

/* RMSwitching table definitions */
table.rmfw {
    border: 1px solid #ddd;
    font-size:12px;
    color:black;
    width: 100%;
}
td.t_head { 
    background-color:#f5f5f5;
    color: #e53b30;
    text-align: center;
    border: 1px solid #ddd
    font-weight: bold;
}
td.t_generic { 
    text-align: left;
    border: 1px solid #ddd
}
td.t_center { 
    text-align: center;
    border: 1px solid #ddd
}
td.t_update { 
    text-align: right;
    border: 1px solid #ddd
    border-right-style: none
}
td.t_remove { 
    text-align: right;
    border: 1px solid #ddd
    border-left-style: none
    border-right-style: none
}
td.t_activate { 
    text-align: right;
    border: 1px solid #ddd
    border-left-style: none
}

div.overlay {
    display:none;
    position: absolute;
    left: 0px;
    top: 0px;
    width:100%;
    height:100%;
    text-align:center;
    z-index: 10006;
}
div.overlaymaindiv {
    background-color: #fff;
    border: 1px solid #e7eded;
    -moz-border-radius: 3px;
    -webkit-border-radius; 3px;
    border-radius: 3px;
    -moz-box-shadow: 0 10px 10px rgba(0, 0, 0, 0.25);
    -webkit-box-shadow: 0 10px 10px rgba(0, 0, 0, 0.25);
    box-shadow: 0 10px 10px rgba(0, 0, 0, 0.25);
    color: #000;

    margin: 100px auto;
    width:500px;
    text-align:center;
}
div.overlaycontent {
    text-align:center;
    padding:15px;
}
div.overlayclose {
    text-align:right;
}

div.fwrmspacer1 {
    background-color:#f5f5f5;
    height: 40px;
}
div.fwrmspacer2 {
    height: 20px;
}
div.fwrmspacer3 {
    background-color: #e53b30;
    height: 20px;
}

.fbtngrey {
  font-size:11px;
  font-family:Arial,Helvetica,sans-serif;
  background-color:#e5908a;
  color:white;
  font-weight:bold;
  cursor:pointer;
  padding:1px 5px;
  margin-right:2px;
}

#fwrmheader {
    text-align: left;
    padding: 5px;
    width: 100%;
}
#fwrmcontent {
    text-align: center;
    width: 100%;
}
#fwrmmainactions {
    display: inline;
    text-align: right;
    padding: 5px;
    width: 100%;
}

#overlaycontent {
    text-align:center;
    padding:15px;
}

#overlaymsg {
    text-align:left;
    font-size: 14px;
}
#overlayform {
    text-align:left;
}
#overlayiframe {
    frameborder: 0;
    scrolling: no;
    height: 60px;
}
#tableiframe {
    width: 100%;
}

#imgErrMsg {
    color:red;
}

#messagebox_maindiv {
    width: 300px;
}
#messagebox_msg {
    height: 40px;
    font-size: 14px;
}

#confirmbox_maindiv {
    width: 400px;
}
#confirmbox_msg {
    font-size: 14px;
}

#rmswitchingwarning {
    font-size:15px;
    font-weight:bold;
    color:red;
}

#confirmbox_ok {
    width: 70px;
}
#confirmbox_cancel {
    width: 70px;
}