.dijitComboBox {
  list-style: none !important;
}

div.errorSeverity, span.errorSeverity {
	line-height: 20px;
	padding-left: 20px;
	clear: both;
	background-position: center left;
	background-repeat: no-repeat;
	background-image: url(/fam-silk-icons/exclamation.gif);
}

div.infoSeverity, span.infoSeverity {
	line-height: 20px;
	padding-left: 20px;
	clear: both;
	background-position: center left;
	background-repeat: no-repeat;
	background-image: url(/fam-silk-icons/information.gif);
}

div.warningSeverity, span.warningSeverity {
	line-height: 20px;
	padding-left: 20px;
	clear: both;
	background-position: center left;
	background-repeat: no-repeat;
	background-image: url(/fam-silk-icons/error.gif);
}

div.spinner {
	line-height: 20px;
	padding-left: 20px;
	background-position: center left;
	background-repeat: no-repeat;
	background-image: url(/misc-icons/ajax-loader.gif);
}

.dijitDialog {
	border: 1px solid black;
}

div.text {
	font-family: Tahoma,Helvetica,Geneva,Arial,sans-serif;
	font-size: 8pt;
	padding-bottom: 10px;
	text-indent: 10px;
}

div.fieldComment {
	font-size: 80%;
}

tr.myBid td {
	font-weight: bold;
}

div.link {
	line-height: 20px;
	padding-left: 20px;
	background-position: 5px center;
	background-repeat: no-repeat;
	background-image: url(/images/clipart/arrow_red.gif);
}

div.rollup {
	padding-bottom: 10px;
}

div.rollup table.data th {
	color: black;
	background: #F3F3F3;
}

div.rollup div.header {
	background: #F1F1F1;
	background-image: url("/images/grad_data_th.gif");
	background-position: left top;
	background-repeat: repeat-x;
	color:#3967AC;
	font-weight: bold;
	font-size: 12px;
	margin:0 0 1px;
	padding-bottom:4px;
	padding-left:0px;
	padding-top:4px;
	cursor: pointer;
	border:1px solid #D8DCDF;
}

div.rollup.expanded {
	background-image:url("/images/bg_styles/corner_box_style3.gif");
	background-position:right bottom;
	background-repeat:no-repeat;
	padding-bottom:55px;
	margin-bottom: 10px;
}

span.arrow {
	height: 10px;
	width: 20px;
	margin-left: 5px;
	padding-left: 0px;
	margin-top: 2px;
	display: block;
	float: left;
}

div.rollup div.header span.arrow {
	background-image: url(/images/controls/rollup_right.png);
	background-repeat: no-repeat;
	background-position: 5px center;
}

div.rollup.expanded div.header span.arrow {
	background-image: url(/images/controls/rollup_down.png);
	background-repeat: no-repeat;
	background-position: 5px center;
}


div.rollup div.content {
	display: none;
}

div.rollup.expanded div.content {
	display: block;
	padding: 5px;
	border:1px solid #D8DCDF;
}

div.rollup.expanded div.content.table {
	padding: 0px;
	border: none;
}

div.rollup table.data {
	width: 100%;
}


div.notification {
	text-align: right;
	float: right;
	padding: 5px 5px 5px 25px;
	margin-top: 5px;
	background: #9ADDF9;
	color: black;
	background-image: url(/fam-silk-icons/information.gif);
	background-position: 5px center;
	background-repeat: no-repeat;
}

div.notification.error {
	background-image: url(/fam-silk-icons/exclamation.gif);
	font-size: 8pt;
	font-weight: normal;
}

#selectRole div input {
	margin-right: 5px;
}

#selectRole div.role {
	font-weight: bold;
	padding-top: 10px;
}

#selectRole label {
	padding-left: 15px;
}

div.signatureFrame {
	padding-bottom: 10px;
}

div.signatureFrame table {
	width: 100%;
	border-collapse: collapse;
}

div.signatureFrame table td {
	border: #b7b7b7 1px solid;
	padding: 3px;
}

div.signatureFrame table tbody tr td:first-child {
	width: 40%;
}

div.signatureFrame table th {
	background: url(/images/grad_data_th.gif) #f1f1f1 repeat-x;
	border: #b7b7b7 1px solid;
	padding: 3px;
	text-align: left;
}

table#efrb img {
	width: 16px;
	height: 16px;
	vertical-align: middle;
}

.arrow-up,
.arrow-down {
  border-style: solid;
  border-color: transparent;
  border-width: 6px;
  display: -moz-inline-box;
  display: inline-block;
  /* Use font-size to control the size of the arrow. */
  font-size: 7px;
  height: 0;
  line-height: 0;
  position: relative;
  vertical-align: middle;
  width: 0;
  cursor: pointer;
}

.arrow-up:hover {
	border-bottom-color: #3967ac;
}

.arrow-down:hover {
	border-top-color: #3967ac;
}

.arrow-up {
  border-bottom-width: 7px;
  border-bottom-style: solid;
  border-bottom-color: red;
  bottom: 2px;
}
                    
.arrow-down {
  border-top-width: 7px;
  border-top-style: solid;
  border-top-color: red;
  top: 2px;
}