tr.over {
	background-color: #354158;
	color: #fff;
	cursor: pointer;
}
.sortedASC {
	background: url(/images/icon-table-sort-asc.png) no-repeat 2px 4px #eee;
}

.sortedDESC {
	background: url(/images/icon-table-sort-desc.png) no-repeat 2px 10px #eee;
}
th {
	background-color: #eee;
	background: #eee url(/images/icon-table-sort.png) no-repeat 2px 8px;
	padding: 4px 4px 4px 14px;
}
tr.hide {
	display: none;
}

#adminTable
{
	font-size: 0.9em;
	margin: 0px;
	width: 100%;
	text-align: left;
	border-collapse: collapse;
}
#adminTable td
{
	padding: 1px; 
	border-bottom: 1px solid #fff;
	color: #669;
	border-top: 1px solid #fff;
	background: #e8edff url('/images/table-images/gradback.png') repeat-x;
}

#tbtTable
{
	font-family: "Lucida Sans Unicode", "Lucida Grande", Sans-Serif;
	font-size: 12px;
	margin: 0px;
	width: 100%;
	text-align: left;
	border-collapse: collapse;
}
#tbtTable th
{
	font-size: 13px;
	font-weight: normal;
	padding: 8px;
	border-top: 2px solid #d3ddff;
	border-bottom: 1px solid #fff;
	color: #039;
	text-align: left;
}
#tbtTable td
{
	padding: 8px; 
	border-bottom: 1px solid #fff;
	color: #669;
	border-top: 1px solid #fff;
	background: #e8edff url('/images/table-images/gradback.png') repeat-x;
}
#tbtTable tfoot tr td
{
	background: #e8edff;
	font-size: 12px;
	color: #99c;
}


#tbtTable tbody tr:hover td
{
	background: #d0dafd url('/images/table-images/gradhover.png') repeat-x;
	color: #339;
}

.tip {
	color: #fff;
	width: 172px;
	z-index: 13000;
}
 
.tip-title {
	font-weight: bold;
	font-size: 11px;
	margin: 0;
	padding: 8px 8px 4px;
	background: #6D84B4;
}
 
.tip-text {
	font-size: 11px;
	padding: 4px 8px 8px;
	background: #F2F2F2;
	color:#333333;
}

.addImage, .removeImage {
	vertical-align: text-top;
	cursor:pointer;
}
#addNotifiedDoc,#addRelatedDoc {
	background-color: #66CCFF;
	border-color: #0099FF;
	border-style: dashed;
	width: 600px;
}

form.additionalInfoForm {
	text-align:left;
}
form.additionalInfoForm fieldset {
  padding: 10px;
  margin: 10px;
  border: 1px solid #666699;
}
form.additionalInfoForm legend {
  padding: 0 2px;
  font-weight: bold;
  display:block;
}
form.additionalInfoForm label {
  display: inline-block;
  line-height: 1.8;
  vertical-align: top;
}
form.additionalInfoForm fieldset ol {
  margin: 0;
  padding: 0;
}
form.additionalInfoForm fieldset li {
  list-style: none;
  padding: 1px;
  margin: 0;
}
form.additionalInfoForm fieldset fieldset {
  border: none;
  margin: 3px 0 0;
}
form.additionalInfoForm fieldset fieldset legend {
  padding: 0 0 5px;
  font-weight: normal;
}
form.additionalInfoForm fieldset fieldset label {
  display: block;
  width: auto;
}
form.additionalInfoForm em {
  font-weight: bold;
  font-style: normal;
  color: #f00;
}
form.additionalInfoForm label {
  width: 250px; /* Width of labels */
}
form.additionalInfoForm fieldset fieldset label {
  margin-left: 123px; /* Width plus 3 (html space) */
}

.information 
{
	background-image: url("/images/information.gif");
	background-position: 0 5px;
	background-repeat: no-repeat;
	padding-left: 24px;
	margin-top: 5px;
	padding-top: 5px;
	border-top: dashed thin #666699;
	cursor:pointer;
}
