* {
margin: 0;
padding: 0;
}
/* REDEFINE HTML */
html, body {
  background-color: #D8D8D8;
  margin: 0; 
  padding: 0;
  font-size: small;
  font-family : Verdana, Arial, Helvetica, sans-serif;
  z-index: 0;
  height: 100%;
}

a {
  text-decoration: none;
  outline: none;
}

a:hover {
  text-decoration: underline;
}

td {
  font-size: 12px;
  padding: 0px;
}

p {
  margin-bottom: 10px;
}

sup {
  font-size: 7px;
}

ul {
  margin-top: 10px;
}

li {
  margin-left: 30px;
}

.page_header {
  border-bottom: 1px solid #C0C0C0;
  font-size: 18px;
  margin-bottom: 15px;
  font-weight: bold;
}
h4 {
  font-size: 16px;
  margin: 0px;
}
img {
  border: 0;
}
table {
  border: 0;
}
ol.normal, ul.normal {
  list-style-type: disc;
  margin: 10px;
}
ol.normal li, ul.normal li{
  margin-left: 15px;
}
th {
  font-size: xx-small;
  color: #808080;
}
textarea, input[type=text], input[type=password], input[type=file] {
  padding: 3px 1px;
  background-image: url(/images/input-text-bg.gif);
  background-repeat: repeat-x;
  border: 1px solid #B6B6B6;
}

textarea:focus, input[type=text]:focus, input[type=password]:focus, input[type=file]:focus {
  border: 1px solid #46A0AA;
}

textarea:hover, input[type=text]:hover, input[type=password]:hover, input[type=file]:hover {
  border: 1px solid #43AD68;
}
input[type=text].smalltext {
  padding: 1px 1px;
  font-size: 10px;
}

textarea.editfieldpanel, input[type=text].editfieldpanel, input[type=password].editfieldpanel, input[type=file].editfieldpanel {
  padding: 3px 1px;
  background-image: url(/images/input-text-bg.gif);
  background-repeat: repeat-x;
  border: 1px solid #B6B6B6;
  font-size: 10px;
  width: 100%;
}

textarea.littlebigger {
  font-size: 11px;
}

/* END REDEFINE HTML */
/* LOGIN PAGE */
#loginbox {
  width: 463px;
  height: 244px;
  margin-top: 100px;
  background-image: url(/images/login-graphic.jpg);
  text-align: left;
  padding-top: 70px;
  font-size: 12px;
}

#loginfields {
  border: 1px solid #6C6C6C;
  background-color: #DBDBDB;
  width: 380px;
  padding: 5px !important;
  text-align: left;
  overflow:hidden;
}

#loginerrormsg {
  height: 75px;
  margin-top: 5px;
  font-size: x-small;
  width: 420px;
  text-align: left;
}

#imagelinks {
  width: 400px;
}
/* END LOGIN PAGE */

#mbox_table {
  border-top: 2px solid #FFDFDF;
  border-bottom: 2px solid #FFDFDF;
  padding: 2px 2px 2px 50px;
  background-color: #FFF4F4;
  background-image: url(/images/icons/mbox-icon.gif);
  background-position: 10px 3px;
  background-repeat: no-repeat;
  font-size: 12px;
}

#updatestatus_successful {
  border-top: 2px solid #E0FFDF;
  border-bottom: 2px solid #E0FFDF;
  padding: 2px 2px 2px 50px;
  background-color: #F4FFF5;
  background-image: url(/images/icons/mbox-changes-saved.gif);
  background-position: 10px 3px;
  background-repeat: no-repeat;
  font-size: 12px;
}

.mbox_title {
  font-size: 14px;
  font-weight: bold;
}
/* HEADER CSS */
#page_header {
  background-image: url(/images/page-header-background.jpg);
  height: 72px;
}
#headerlogo {
  background-image: url(/images/page-header.jpg);
  height: 72px;
  background-repeat: no-repeat;
  cursor: pointer;
}
#navbar {
  height: 25px;
  background-image: url(/images/header/menu-bg.gif);
  border-top: 1px solid black;
  font-size: 12px;
}

#navbar .dropdownertext {
  background-image: url(/images/header/dropdowner-bg.gif);
  padding-right: 5px;
  padding-top: 2px;
}

#navbar .dropdownertext_l {
  background-image: url(/images/header/dropdowner-bg.gif);
  padding-right: 5px;
  padding-top: 2px;
}

.navbarlinks {
  color: black;
}

.navleftside {
  padding-top: 3px;
  display: table-cell;
  float: left;
}
.navleftside_d {
  padding-top: 4px;
  margin-left: 5px;
  margin-right: 5px;
  display: table-cell;
  float: left;
}

.navrightside {
  padding-top: 3px;
  padding-right: 5px;
  display: table-cell;
  float: right;
}

#pageobj {
  background-color: #E0E0E0;
  padding-top: 20px;
  padding-bottom: 40px;
}
/* END HEADER CSS */
/* FOOTER CSS */
#footer {
  width: 100%;
  font-size: xx-small;
  color: #2C2C2C;
  border-top: 1px solid white;
}
#footer a, #footer td {
  color: #2C2C2C;
}
#footer .section {
  font-weight: bold;
  padding-right: 10px;
  padding-top: 3px;
}
#footer .sectionlinks {
  padding-left: 10px;
  line-height: 150%;
}
#footertable {
  margin-top: 10px;
  width: 90%;
  margin-bottom: 15px;
  margin-left: auto;
  margin-right: auto;
}
#footertable td{
  vertical-align: top;
}
.vd {
  background-image: url(/images/footer/vertical-divider.gif);
  width: 1px;
}
/* END FOOTER CSS */
/* CONTENT CONTAINERS */
#contentz {
  padding: 5px;
  width: 100%;
  display: inline-block;
}
#leftcol {
  float: left;
  width: 220px;
  margin-right: 5px;
}

#rightcol {
  float: right;
  width: 355px;
}
#middlecol {
  margin-right: 360px;
  margin-left: 225px;
}
#rightcol_colmode {
  float: right;
}
/* END CONTENT CONTAINERS */
/* LEFT NAV LINKS */
#left_nav {
  border-top: 1px solid #B6B6B6;
  border-bottom: 1px solid #B6B6B6;
  background-color: white;
  padding: 10px;
}
#left_nav .sectionlink {
  cursor: pointer;
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 1px dotted #EEEEEE;
  overflow: hidden;
  height: 70px;
}
#left_nav .sectionlink_alert {
  cursor: pointer;
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 1px dotted #EEEEEE;
  overflow: hidden;
  height: 70px;
  background-image: url(/images/left-navigation/alert-bg.gif);
  background-repeat: repeat-x;

}
#left_nav .sectionlink_last {
  cursor: pointer;
  padding-bottom: 10px;
  margin-bottom: 12px;
  overflow: hidden;
  height: 70px;
}
#left_nav .sectionlink_mli {
  cursor: pointer;
  padding-top: 10px;
  margin-top: 10px;
  border-top: 1px dotted #EEEEEE;
}
#left_nav .section {
  font-weight: bold;
  margin-bottom: 10px;
}
#left_nav .sectiondesc {
  font-size: 10px;
}



.leftnav {
  border-top: 1px solid #B6B6B6;
  border-bottom: 1px solid #B6B6B6;
  background-color: white;
  padding: 10px;
}
.navheader {
  font-size: 14px;
  font-weight: bold;
  border-bottom: 1px dashed #DBDBDB;
  padding-bottom: 5px;
  text-transform: uppercase;
}
.navsubheader {
  font-size: 12px;
  font-weight: bold;
  border-bottom: 1px dashed #DBDBDB;
  padding-bottom: 5px;
  text-transform: uppercase;
  margin-top: 10px;
}
ul.navlinks {
	list-style: none;
	margin-left: 10px;
	margin-top: 2px;
	font-size: 12px;
}
	
li.navlink {
  margin: 0;
  text-decoration: none;
  padding: 5px 0px 5px 10px;
  display: block;
  background:  url(/images/menu-pointer-faded.gif);
  background-repeat: no-repeat;
  border-bottom: 1px dotted #DBDBDB;
}

li.navlink_on {
  margin: 0;
  text-decoration: none;
  padding: 5px 0px 5px 10px;
  display: block;
  background:  url(/images/menu-pointer-on.gif);
  background-repeat: no-repeat;
  border-bottom: 1px dotted #DBDBDB;
  background-color: #EAFFED;
}

li.navlink2 {
  font-size: 10px;
  margin: 0 5px 0 0;
  text-decoration: none;
  padding: 5px 0px 5px 20px;
  display: block;
  background:  url(/images/menu-pointer-faded.gif);
  background-repeat: no-repeat;
  border-bottom: 1px dotted #DBDBDB;
}

li.navlink_on2 {
  font-size: 10px;
  margin: 0 5px 0 0;
  text-decoration: none;
  padding: 5px 0px 5px 20px;
  display: block;
  background:  url(/images/menu-pointer-on.gif);
  background-repeat: no-repeat;
  border-bottom: 1px dotted #DBDBDB;
  background-color: #EAFFED;
}

li.navlink:hover, li.navlink2:hover {
  margin-left: 0;
  text-decoration: none;
  background:  url(/images/menu-pointer.gif);
  background-repeat: no-repeat;
  background-color: #E0E0E0;
}

.navlink a, .navlink_on a, .navlink2 a, .navlink_on2 a {
  text-decoration: none;
  color: black;
}
/* END LEFT NAV LINKS */
/* NEWS CONTENTS */
.latestnews {

}

.planroomnews {
  font-size: 14px;
  font-weight: bold;
  border-bottom: 1px solid #C0C0C0;
  margin-bottom: 15px;
}

.newsheader {
  font-family: Garamond;
  font-weight: bold;
  color: #004000;
  font-size: 24px;
  padding-bottom: 30px;
  margin-top: 0px;
}

.newsdate {
  font-size: xx-small;
  padding-left: 5px;
}

.newsheader_date {

}

.newscontent {
  border-top: 1px solid #C4C4C4;
  border-bottom: 1px solid #C4C4C4;
  padding: 15px 15px 20px 15px;
  font-size: 12px;
  background-color: white;
  margin-bottom: 20px;
  color: #616161;
}
ul.related_articles {
	list-style: none;
	margin-left: 0px;
	margin-top: 2px;
	font-size: 12px;
}
ul.related_articles li {
  margin-left: 10px;
  text-decoration: none;
  padding: 5px 0px 5px 10px;
  display: block;
  background:  url(/images/menu-pointer-faded.gif);
  background-repeat: no-repeat;
  border-bottom: 1px dotted #DBDBDB;
}
ul.related_articles li a {
  color: #616161;
}
.related_articles_header {
  font-family: Garamond;
  font-weight: bold;
  font-size: 16px;
}
.monitorimage {
  height: 163px;
  width: 200px;
}
/* END NEWS CONTENTS */
/* WIDGETS */
.widgetbox {
  border-top: 1px solid #C4C4C4;
  border-bottom: 1px solid #C4C4C4;
  padding: 5px;
  background-color: #F3F3F3;
  margin-bottom: 10px;
  width: 335px;
}
.widgetbox_home {
  border-top: 1px solid #C4C4C4;
  border-bottom: 1px solid #C4C4C4;
  padding: 5px;
  background-color: #F3F3F3;
  margin-bottom: 10px;
}
.widgetheader {
  font-weight: bold;
  border: 1px solid #C4C4C4;
  background-color: #EAEAEA;
  padding:2px;
  background-image:url(/images/body-background.gif);
  font-size: 12px;
  height: 15px;
  margin-bottom: 1px;
}
.widgetheader_left {
  float: left;
}
.widgetheader_right {
  float: right;
  font-size: 10px;
}
.widgettable {
  border-top: 1px solid #D1D1D1;
  border-bottom: 1px solid #D1D1D1;
  margin-top: 2px;
  margin-bottom: 2px;
  background-color: #FFFFFF;
}
/* END WIDGETS */
/* FILE VIEWER */
.toplevelfolder {
  font-weight: bold;
  border-top: 1px dotted #D1D1D1;
  padding-top: 5px;
}
div.datarow {
  
}
div.datarow:hover {
  background-color: #FFF2C1;
}
.uploadheader {
  font-size: 14px;
  font-weight: bold;
}
.searchtab {
  background-image: url(/images/icons/search.png);
}
.uploadtab {
  background-image: url(/images/icons/folder-upload.png);
}

.fileviewertitle {
  color: white;
  font-weight: bold;
}
/* END FILE VIEWER */
/* MESSAGING */
.replylinks {
  background-color: #C0C0C0;
  margin-bottom: 2px;
  font-size: 10px;
}

.replylinks a {
  font-size: 10px;
}
/* END MESSAGING */

#msg-div {
  position:absolute;
  top:10px;
  width:250px;
  z-index:20000;
}
.fileditfilename {
  font-size: 18px;
  font-weight: bold;
}
.infocontent {
  border: 1px solid #C4C4C4;
  padding: 5px;
  background-color: #F3F3F3;
  font-size: 12px;
}

.admin_infocontent {
  border: 1px solid #D2B5B7;
  padding: 5px;
  background-color: #F3F3F3;
  font-size: 12px;
}

.stdtable {
  border: 1px solid #B6B6B6;
  padding: 5px;
  background-color: #FCFCFC;
}

.stdtable_nopad {
  border: 1px solid #B6B6B6;
  background-color: #FCFCFC;
}

.stdtable_sub {
  border-left: 1px solid #B6B6B6;
  border-bottom: 1px solid #B6B6B6;
  border-right: 1px solid #B6B6B6;
  padding-left: 10px;
  padding-right: 10px;
  padding-bottom: 2px;
  padding-top: 2px;
  background-color: #E8E8E8;
  background-image: url(/images/widgetheader_bg.gif);
}

.stdtable_important {
  border: 1px solid #B6B6B6;
  padding: 5px;
  background-color: #E6FFE9;
}

.stdimage {
  padding: 2px;
  border: 1px solid #7A7A7A;
}

.smalltext {
  font-size: 9px;
}

.tinytext {
  font-size: 8px;
}

.nojserror {
  color: red;
}

.boxed {
  border: 1px solid black;
  padding: 5px;
  margin: 10px;
}


.fullwidth {
  width:auto;
}

.facilitygrouplistcompany {
  background-color: #C1E6F0;
  font-weight: bold;
  background-image: url(/images/facilityselectheader.jpg);
  color: white;
}

.selectorlinkscompany {
  color: white;
}

.facilitygrouplistcategory {
  background-color: #DCE8FC;
  font-weight: bold;
}

.facilitygrouplistcategory_small {
  background-color: #DCE8FC;
  font-weight: bold;
  font-size: xx-small;
}


.selectorcurrentlocation {
  color: #000000;
  font-weight: bold;
}

#facilityselector {
  border: 1px solid #A4A4A4;
}

#facilityselectorregion {
  width: 450px;
}
#facilityselectorregion {
  background-color: white;
  border-bottom: 1px solid black;
}
#facilityselectorlist {
  overflow-y: auto;
  overflow-x: auto;
  background-color: white;
}
#facilityselectorlisttable {
  width: 100%;
}
#facilityselectorlisttable td {
  vertical-align: top;
}
.facilityselectorfooter {
  font-size:9px;
  padding: 1px;
  margin: 1px;
  border: 1px solid white;
  background-color: #D7D7D7;
  color: #7D7D7D;
}
#selectdropperdowner {
  left: 0px;
  position: absolute;
  z-index: 100;
}
#companyselectorregion {
  left: 20px;
  position: absolute;
  overflow-y: auto;
  overflow-x: auto;
  background-color: white;
  border: 1px solid #7A7A7A;
  z-index: 100;
  width: 450px;
}
a.dropdownerlink{
  font-weight: bold;
  text-decoration: none;
  color: black;
}
a.dropdownerlink:hover{
  font-weight: bold;
  text-decoration: none;
  color: black;
}
.facilityselectheaderborders {
  border: 1px solid #AADBF9;
}

.facilityselectheaderborderssubs {
  border: 1px solid #AADBF9;
  margin: 1px;
}

.facilityselectheaderborderssubs_small {
  border: 1px solid #AADBF9;
  margin: 1px;
  font-size: xx-small;
}

.roundedtable_corners {
  background-color: #EAEAEA;
}

.roundedtable_top {
  border-top: 1px solid #757575;
  background-color: #EAEAEA;
}

.roundedtable_left {
  border-left: 1px solid #757575;
  background-color: #EAEAEA;
}

.roundedtable_right {
  border-right: 1px solid #757575;
  background-color: #EAEAEA;
}

.roundedtable_bottom {
  border-bottom: 1px solid #757575;
  background-color: #EAEAEA;
}

.roundedtable_corners_2 {
  background-color: #EAEAEA;
}

.roundedtable_top_2 {
  border-top: 1px solid #757575;
  background-color: #EAEAEA;
}

.roundedtable_left_2 {
  border-left: 1px solid #757575;
  background-color: #EAEAEA;
}

.roundedtable_right_2 {
  border-right: 1px solid #757575;
  background-color: #EAEAEA;
}

.roundedtable_bottom_2 {
  border-bottom: 1px solid #757575;
  background-color: #EAEAEA;
}


.onionskin_on {
  position: absolute;
  background-color: black;
  width: 100%;
  height: 100%;
  opacity: 0.8;
  filter: alpha(opacity = 80);
  display: block;
  z-index: 1000;
}

.onionskin_off {
  display: none;
}

#fileviewerdiv {
  position: absolute;
  z-index: 2000;
  background-color: #DFDFDF;
  border: 1px solid #7A7A7A;
  padding: 5px;
}

.maincontent {
  width: 90%;
  border-top: 1px solid #7A7A7A;
  border-bottom: 1px solid #7A7A7A;
  background-color: #F9F9F9;
  padding: 10px;
  text-align: left;
  margin: 0 auto;
}

.content {
  padding: 10px;
}

.sectionheaders {
  font-size: 14px;
  font-weight: bold;
}

.columheadermain {
  font-size: xx-small;
}

.columheader {
  font-size: xx-small;
  color: #808080;
}

.formlabelcell {
  padding-left: 2px;
  padding-right: 5px;
  border: 1px solid #C4C4C4;
  background-color: #FFFDDF;
}

.formlabelcell_msds {
  padding-left: 2px;
  padding-right: 5px;
  border: 1px solid #C4C4C4;
  background-color: #DAFFD9;
}

.formlabelcell_ems {
  padding-left: 2px;
  padding-right: 5px;
  border: 1px solid #C4C4C4;
  background-color: #FFD9D9;
}

.formlabelcell_alert {
  padding-left: 2px;
  padding-right: 5px;
  border: 1px solid #C4C4C4;
  background-color: #FFD6C1;
}

.formviewfield {
  padding-left: 2px;
  padding-right: 5px;
  border: 1px solid #C4C4C4;
  background-color: #E9E9E9;
}

.widget_header {
  font-weight: bold;
  border: 1px solid #C4C4C4;
  background-color: #EAEAEA;
  padding:1px;
  background-image:url(/images/body-background.gif);
}

.redwarning {
  color: red;
}

.wizardborder {
  border: 1px solid #FFC9AE;
  background-color: #D6D6D6;
}

.hilightrow {
  background-color: #FFC9AE;
}

.selectedobjectrow {
  background-color: #FFC9AE;
}

.fileviewerbg {
  background-color: #F4F4F4;
}

.multipagepanel {
  border: 1px solid #FFC9AE;
  background-color: #E5E5E5;
  padding: 5px;
}

.thumnails {
  border: 2px solid #EEEEEE;
  padding: 2px;
}

.thumnails_on {
  border: 2px solid #FFCECE;
  padding: 2px;
}

.stdsection {
  border: 1px solid #C4C4C4;
  background-color: #F3F3F3;
}

tr.datarow:hover {
  background-color: #FFF2C1;
}
td.facilityeditbg {
  background-color: #FECEFF;
}

td.fileeditbg {
  background-color: #CEFFE3;
}

td.popout_top {
  background-image: url(/images/popouttable/2-top-bg.gif);
}

td.popout_left {
  background-image: url(/images/popouttable/4-left-bg.gif);
}

td.popout_right {
  background-image: url(/images/popouttable/5-right-bg.gif);
}

td.popout_bottom {
  background-image: url(/images/popouttable/7-bottom-bg.gif);
}

td.popout_bg {
  background-color: #feebd2;
}

tr.highlightfolderrow {
  background-image: url(/images/goldbar-bg.gif);
}

td.popout_help_top {
  background-image: url(/images/popouttable/help/2-top-bg.gif);
}

td.popout_help_left {
  background-image: url(/images/popouttable/help/4-left-bg.gif);
}

td.popout_help_right {
  background-image: url(/images/popouttable/help/5-right-bg.gif);
}

td.popout_help_bottom {
  background-image: url(/images/popouttable/help/7-bottom-bg.gif);
}

td.popout_help_bg {
  background-color: #ccdfe6;
}

td.popout_help_header_bg {
  font-size: 14px;
  font-weight: bold;
}

td.popout_messages_top {
  background-image: url(/images/popouttable/messages/2-top-bg.gif);
}

td.popout_messages_left {
  background-image: url(/images/popouttable/messages/4-left-bg.gif);
}

td.popout_messages_right {
  background-image: url(/images/popouttable/messages/5-right-bg.gif);
}

td.popout_messages_bottom {
  background-image: url(/images/popouttable/messages/7-bottom-bg.gif);
}

td.popout_messages_bg {
  background-color: #e8e8e8;
}

option.selectedoption {
  font-weight: bold;
}

.divider {
  height: 1px;
  width: 100%;
  margin-bottom: 15px;
  border-bottom: 1px solid #D1D1D1;
}

.divider2 {
  border-bottom: 1px solid #c0c0c0;
  height: 1px;
  width: 100%;
  margin-top: 2px;
  margin-bottom: 2px;
}

#report_obj {
  z-index: 0;
}

.divwarning {
  border: 1px solid red;
  padding: 5px;
  background-color: #FFDFDF;
}

.divwarning2 {
  background-color: #FFDFDF;
}

.reportsectionselected {
  border-bottom: 2px solid #85B382;
}

.reportheader {
  border-top: 1px solid #B5B5B5;
  border-bottom: 1px solid #D8D8D8;
  font-weight:bold;
  color: black;
  font-size: xx-small;
  background-image:url(/images/widgetheader_bg.gif);
}

.dropbox {
  border: 1px solid #D4D4D4;
  margin-bottom: 2px;
  padding-right: 5px;
}

.notdropbox {
  border: 1px solid #D4D4D4;
  margin-bottom: 2px;
  padding-right: 5px;
}

.messageboxicon {
  padding-left: 2px;
  padding-right: 2px;
}
.messages_nav_bg {
  background-image: url(/images/messages-bg.gif);
  background-repeat: no-repeat;
  background-position: bottom left;
}
.dragover {
  border: 1px solid red;
}

.message_background {
  background-image: url(/images/planroom-watermark-medium.gif);
  background-position: right;
  background-repeat: no-repeat;
}

.message_warning {
  border: 1px solid #FFD5D5;
  padding: 5px;
  font-size: xx-small;
  background-color: #FFEAEA;
}

.smallboxed {
  border-left: 1px solid #C0C0C0;
  border-top: 1px solid #C0C0C0;
  border-right: 1px solid #C0C0C0;
  padding: 1px;
  background-color: #FFE3CE;
}

.smallboxed2 {
  border: 1px solid #C0C0C0;
  padding: 1px;
  background-color: #FFE3CE;
}

.newaccountname {
  border: 5px solid #DFF7C1;
}

.newaccountname_box {
  border: 1px solid #B6B6B6;
  font-size: 14px;
  width: 100%;
  padding: 2px;
}

.signup_existinguser {
  border: 2px solid #DFF7C1;
}

/* medialogic facilityplanroom.com custom banner styles */
#facilityplanroom_banner {
  padding-left: 20px;
  border: 1px solid #C0C0C0;
  background-image: url(/images/whats-new-in-version-2-bg.jpg);
  background-repeat: no-repeat;
  background-position: left;
}

.closedropdown {
  background-color: #868686;
  color: white;
}

.closedropdown a {
  color: white;
}

/* CUSTOM FIELDS */
.samplefields {
  padding: 5px;
  border: 1px solid #B6B6B6;
  background-color: #FFFFDF;
  margin-bottom: 10px;
}

.tableheaders {
  font-weight: bold;
  font-size: 12px;
}
/* END CUSTOM FIELDS */

#companydescriptionblock li {
	list-style-type: disc;
	margin-left: 30px;
	margin-bottom: 0px;
	padding-bottom: 0px;
}

#companydescriptionblock strong {
	font-weight: bold;
}

#facilitydescriptionblock li {
	list-style-type: disc;
	margin-left: 30px;
	margin-bottom: 0px;
	padding-bottom: 0px;
}

#facilitydescriptionblock strong {
	font-weight: bold;
}

option.agreementfile {
	padding-left: 17px;
	height: 17px;
	background-image: url(/images/icons/agreement_small.gif);
	background-repeat: no-repeat;
}

option.otherfile {
	padding-left: 17px;
	height: 17px;
	background-image: url(/images/icons/document_small.png);
	background-repeat: no-repeat;
}