

#inlinenav {
    position: absolute;
    right: 50px;
    top: 0;
    text-align: left;
    width: 58px;
    height: 18px;
    z-index: 10000;
}
.inlinehover ul {
    display: block !important;
   
}
#inlinenav ul {
    background-color: #fff;
    margin: 0;
    padding: 0;
    display: none;
    border: 1px solid #efefef;
    position: absolute;
    left: 0;
    top: 18px;
    width: 200px;
    z-index: 1000;
}
#inlinenav ul li {
    list-style: none;
    margin: 0 0 1px 0;
}
#inlinenav ul li.last {
    margin: 0;
}
 #inlinenav ul li a:link
,#inlinenav ul li a:visited {
    display: block;
    padding: 0 5px;
    height: 24px;
    line-height: 24px;
    background-color: #f7f7f7;
    text-decoration: none;
    color: #959595;
    font-family: verdana,arial,helvetica,clean,sans-serif;
}
 #inlinenav ul li a:hover
,#inlinenav ul li.active a {
    color: #fff;
    background-color: #959595;
}
#inlinenav ul ul {
    border: none;
    border-top: 1px solid #fff;
    position: relative;
    left: 0;
    top: 0;
}

 #inlinenav ul li li a:link
,#inlinenav ul li li a:visited {
    padding-left: 10px;
    background-color: #eee;
    color: #959595;
}
 #inlinenav ul li li a:hover
,#inlinenav ul li li.active a {
    background-color: #959595;
    color: #fff;
}







h3 {
 
}

h4 {

  clear: both;
}

.infotable {
  clear: both;
  width: 100%;
}
.infotable tr th {
  color: #333;
  border: 1px solid #efefef;
  border-bottom: 1px solid #ccc;
  background-color: #f7f7f7;
}
.infotable tr td, .infotable tr th {
  padding: 5px;
  text-align: left;
  vertical-align: top;
}

.infotable tr.odd td {
    background-color: #ebebeb;
}


/** forms **/

.red {
  color: #f00;
}

div.formrow {

}
div.formrow label {
  display: block;
  float: left;
  width: 250px;
  padding: 0;
}

div.formrow label.clear {
  float: none;
  clear: both;
  display: block;
  width: 90% !important;
  text-align: left;
  font-weight: bold;
}

.blocklabel {
    width: 600px !important;
}


.req {
  padding: 0 0 0 2px;
}
.sel_req {
  padding-left: 1px;
}

h4 .smalltext {
  color: #bbb;
}

.fieldWithErrors, .fieldWithErrors label {
  color: #f00;
}

.multiline {
  background-color: #fc0;
}
.multiline label {
  width: 540px !important;
  text-align: left !important;
  clear: both;
  background-color: #f0f;
}
* html .multiline label {
  width: 538px !important;
}
.multiline textarea {
  clear: both;
}

.break {
  margin-top: 10px;
}
.break label {
  width: 500px !important;
  text-align: left !important;
  float: none !important;
}

.break textarea {
  float: none !important;
}

p.q {
  margin: 12px 0 5px 0;
}

.double {
  height: 40px !important;
}

.triple {
  height: 50px !important;
}

.textarea_fix {
  height: 110px !important;
}

hr.divider {
  margin: 20px 0 5px 0;
}

.firstname, .linkname, .lastname {
  float: left;
}
.firstname input, .lastname input {
  width: 206px !important;
}
.lastname label, .linkname label {
  display: none !important;
}
.linkname {
    padding: 0 7px 0 2px;
}
.linkname input {
  width: 55px !important;
}

.checkbox_row {
  /* min-height: 30px; */
  margin: 4px 0;
}
* html .checkbox_row {
  /* height: 30px; */
}
.checkbox_row input {
  float: left;
  margin: 0 5px 0 0;
}
.checkbox_row label {
}
.indented_label label {
  float: left;
  width: 540px;
}
* html .indented_label label {
  width: 538px;
}
.indent_prescreen textarea {
  margin: 0 0 20px 22px;
}

.inline p {
  margin: 15px 0 5px 0;
}


.fullwidth label {
  width: 720px !important;
}
.fullwidth textarea {
  width: 720px;
}

.field_desc {
  color: #aaa;
  font-style: italic;
}

/*** SIGNUP ***/
#type_0, #type_1, #type_2, #type_3, #type_4 {
  display: none;
}

.show, .newline {
  clear: both;
}

.init_hidden {
  display: none;
}

/*** RATING ***/


dl {
  margin: 0;
  padding: 10px 0 0 0;
  /* background: #fff url(../images/global/corner.jpg) 0 0 no-repeat; */
}
dt {
  position: relative;
  clear: both;
  display: block;
  float: left;
  width: 350px;
  margin-right: 10px;
  text-align: right;
  /* line-height: 24px; */
}
dd {
  position: relative;
  display: block;
  float: left;
  height: 20px;
  margin: 0 0 15px 0;
  width: 197px;
}
 * html dd { float: none; }

dd div {
  position: relative;
  /* background: url(../images/global/bar.jpg); */
  height: 20px;
}
dd div strong {
   position: absolute;
   left: 5px;
   line-height: 16px;
   color: #000;
   cursor: default;
}
dd div span {
  position: absolute;
  right: -1px;
  top: 0;
  /* background: url(../images/global/end.gif); */
  height: 20px;
  width: 1px;
}

dd div.not_relevant {
   width: 100%;
   background: none;
}
dd div.not_relevant span {
   background: none;
}
dd div.not_relevant strong {
  color: #888;
}

dd div.low {
   width: 33%;
}
dd div.medium {
   width: 66%;
}
dd div.high {
   width: 100%;
}

dl.average {
  background: none;
}
dl.average dt {
  width: 150px;
}


/** MISC **/

.warning {
  color: #f00;
  font-style: italic;
}

.important {
  background-color: #f9ffd9;
  border: 1px solid #d7ff00;
  padding: 10px;
}

.panel {
  padding: 10px;
  background-color: #f7f7f7;
}
