html {font-family:"Helvetica","Ariel","sans-serif";height:100%}
body {
  overflow:hidden;
  background-image:url(/img/bg5.png);
  height:100%;
  width:100%;
}
a:link {text-decoration:none; color:#000;}
a:visited {text-decoration:none; color:#000;}
input {margin:0 3px 0 3px}
div.ncfstep {overflow:auto;}
div.nffinput {border:1px dotted; border-color:green; padding:5px; margin:7px 7px 7px 7px }
div.nffsubmit {width:100%;border:1px solid;margin:10px 0 0 0;text-align: center;}
.odd {background-color:#DDD; height:2em;}
.even {background-color:#CCC; height:2em;}
.chkcol {width:20px; text-align:center}
.bigcol {width:300px; text-align:center; font-size:85%;}
.tcol1 {width:100px; text-align:center; font-size:85%;}
.tcol2 {width:125px; text-align:center}
.tcol4 {width:100px; text-align:center; font-size:85%;}
li {list-style-type:none;}
table {border-collapse:collapse;}
#container {
  display:block;
  border:2px solid;
  border-color:red;
  top:5px;
  bottom: 5px;
  width:1000px;
  height:100%;
  padding:5px 5px 5px 5px;
  background-color:#FFF;
  margin-left:auto;
  margin-right:auto;
}
#parties_div {
  border:1px dotted;
  float:left;
}
#header {
/*
  //border-top-left-radius:10px;
  //border-top-right-radius:10px;
*/
  height:100px;
  width:988px;
  padding:5px;
  background-color:#72c3f4;
  position:absolute;
}
.menuitem {
  background-color:#FFF;
  border-top-left-radius:6px;
  border-top-right-radius:6px;
  border-bottom-left-radius:6px;
  border-bottom-right-radius:6px;
  font-size:85%;
  box-shadow:0 0 5px rgba(0,0,0,0.5);
  margin:0 3px 0 0;
  padding:7px 5px 0px 5px;
  text-align:center;
  height:25px;
  width:125px;
  float:left;
}
.menuselected {
  background-image:url("/img/bgpointer_copy.png");
  border-top-left-radius:6px;
  border-top-right-radius:6px;
  border-bottom-left-radius:6px;
  border-bottom-right-radius:6px;
  font-size:85%;
  box-shadow:0 0 5px rgba(0,0,0,5.5);
  margin:0 3px 0 0;
  padding:7px 5px 0px 5px;
  text-align:center;
  height:25px;
  width:125px;
  float:left;
}
#menubox {
/*	border:1px solid; */
  height:70px;
  width:888px;
  padding:5px;
  margin-top:5px;
  margin-bottom:0px;
  margin-right:auto;
  margin-left:auto;
  background-color:#DDD;
  float:left;
  position:absolute;
  top:100px;
}
#menuboxa {
/*background-color:#7cc; */
  background-color:#4499cc;
  border-top-left-radius:6px;
  border-top-right-radius:6px;
  border-bottom-left-radius:6px;
  border-bottom-right-radius:6px;
  padding:2px 0px 0px 4px;
  width:100%;
  margin-right:auto;
  margin-left:auto;
  float:left;
  position:relative;
}

#menuboxb {
  background-color:#4499cc;
  border-top-left-radius:6px;
  border-top-right-radius:6px;
  border-bottom-left-radius:6px;
  border-bottom-right-radius:6px;
  height:32px;
  width:100%;
  text-align:center;
  line-height:30px;
  float:left;
  position:relative;
}
#main {
  position:absolute;
  top:200px;
  bottom: 10px;
  overflow:auto;
  width:988px;
  background-color:#49c;
  float:left;
  margin:5px 0px 0px 0px;
  padding:0px 5px 0px 5px;
}
#buttons {
  height:40px;
  width:800px;
  float:left;
  margin:5px 0px 0px 5px;
  padding:5px 5px 0px 5px;
  background-color:#FFF;
}
#caption {
  border:1px solid;
  padding:5px 5px 10px 5px;
  margin:55px 0 0 0;
  background-color:#DDD;
}
#parties {
  border:1px dotted;
  display:none;
  background-color:#DDD;
  margin-top:10px;
  margin-left:15px;
  padding:10px;
}
#ncf_parties {
  position:relative;
  padding:5px;
  border:3px;
}
#footer {
  height:20px;
  width:840px;
  border:1px solid;
  text-align:center;
  margin:0px auto 0px auto;
}
#filings {
  width:100%;
}
#filings td, #filings th {
  border: 1px solid;
  text-align:center;
  padding: 3px 7px 3px 7px;
}
input.lbox {
  font-size:.9em;
//	border-radius:4px;
  border:none;
  padding:0 10px;
  margin:0;
  width:140px;
}
input:focus {
  box-shadow:0 0 5px rgba(0,0,0,0.5);
  //background:rgba(0,0,0,.1);
  //border-radius:4px;
  //	outline:none;
}
.overlay {
  background-color:#000;
  position:absolute; top:0; left:0;
  width:100%;
  height:100%;
  z-index:10;
}
.overlay2 {
  position:absolute;
  top:20px;
  left:20px;
  width:20px;
  height:20px;
  z-index:20;
}
.ncfparty {
  position:relative;
  border:2px solid;
  border-color:blue;
  padding:5px;
}
.ncfstep {
  border:1px dotted;
  border-color:red;
  background-color:#DDD;
  float:left;
  margin:10px 5px 0px 5px;
  padding:5px;
  width:96%
}
.ncfpartyopt {
  border:2px dotted;
  border-color:green;
  width:100%;
}
.spacer {
  border:2px solid;
  border-color:red;
  width:100%;
  height:50px;
}
.bar {
  width:300px;
}
#progress {
  background-color: #FF8000;
  height:24px;
  border: 1px solid #222;
  margin-top: 5px;
}
#progressbar {
  width:0px;
  height:20px;
  background:#333;
}
.req_info {
  border:2px solid;
  border-color:red;
  background-color: #28f9be;
  margin-left:30px;
  width:75%;
  float:left;
}
