.page-title-hold{
  position: relative;
  display: block;
  height: 39px;
  background-repeat: no-repeat;
  background-position: left center;
}
.add-table{
  padding: 5px;
  margin-top: 15px;
  border: 1px #cccccc solid;
}
.add-table tr td{
  padding-top: 6px;
  padding-bottom: 6px;
  padding-left: 8px;
  padding-right: 8px;
  vertical-align: top;
}
.section_heading{
  color: #000000;
  font-weight: bold;
  text-decoration: none;
}
.section_link{
  color: #666666;
  text-decoration: none;
}
.section_link:hover{
  text-decoration: underline;
  color: #333333;
}
html{
  margin: 0px;
  padding: 0px;
  width: 100%;
  height: 100%;
}
body {
	font-family: arial, helvetica, serif;
	font-size: 8pt;
	margin: 0px;
  padding: 0px;
  width: 100%;
  height: 100%;
  color: #333333;
}
.right{
  float: right;
  margin-right: 15px;
  margin-top: 15px;
  margin-bottom: 15px;
}
.page-title{
  position: relative;
  margin-left: 60px;
  font-size: 200%;
  padding-top: 7px;
  color: #333333;
  font-weight: bold;
  width: 60%;
}
.add-table{
  padding: 5px;
  margin-top: 15px;
  border: 1px #cccccc solid;
}
.add-table tr td{
  padding-top: 6px;
  padding-bottom: 6px;
  padding-left: 8px;
  padding-right: 8px;
}
.table-format{
  padding: 0px;
  border-spacing: 0px;
  margin-top: 20px;  
  border: 1px #cccccc solid;
  width: 975px;
  border-collapse: collapse;
}
.table-format tr{
  
}
.table-format tr td{
  padding-top: 6px;
  padding-bottom: 6px;
  padding-left: 8px;
  padding-right: 8px;
  border-top: 1px #cccccc solid;
  margin: 0px;
  border-spacing: 0px;
  border-collapse: collapse;
}
.table-title-row{
  font-weight: bold;
  height: 20px;
  background-image: url(images/backgrounds/table-format.gif);
  background-repeat: repeat-x;
  background-position: bottom;
  padding: 0px;
  margin: 0px;
  border-spacing: 0px;
  border-collapse: collapse;
}
.table-title-row td{
  border-bottom: 1px #cccccc solid;
  padding: 0px;
  margin: 0px;
  border-spacing: 0px;
  border-collapse: collapse;
}
.row-style-1{
  background-color: #ffffff;
}
.row-style-1:hover{
  background-color: #e5e5e5;
}
.row-style-2{
  background-color: #f1f3f5;
}
.row-style-2:hover {
  background-color: #e5e5e5;
}
.parent-indent{
  background-image: url(images/icons/indent.gif);
  background-repeat: no-repeat;
  background-position: 10px center;
}

.noborder{border:0px;}

#nav, #nav ul { /* all lists */
	padding: 0px 0px 0px 0px;
	margin: 0;
	list-style: none;
	line-height: 2;
	z-index: 5;
}

#nav li ul{
  border-top: 0px;
  border-left: 1px;
  border-right: 1px;
  border-bottom: 1px;
  border-color: #cccccc;
  border-style: solid;
  z-index: 5;
}

#nav a {
	display: block;
	width: 9em;
	z-index: 5;
}

#nav li a{
  color: #000000;
	font-weight: normal;
	text-decoration: none;
	font-size: 100%;
	z-index: 5;
}

#nav li ul li a{
  color: #000000;
	font-weight: normal;
	text-decoration: none;
	font-size: 100%;
	padding: 0px 0px 0px 10px;
	z-index: 5;
	text-align: left;
}

#nav li ul li a:hover{
  font-weight: normal;
  background-color: #cccccc;
}

#nav li { /* all list items */
	float: left;
	width: 10em;
	background-color: #f1f3f5;
	z-index: 5;
	text-align: left;
}

#nav li ul { /* second-level lists */
	position: absolute;
	background: #f1f3f5;
	width: 10em;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
	text-align: left;
}

#nav li:hover ul, #nav li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
}
#nav_bar{
  position: relative;
  width: 100%;
  background-color: #f1f3f5;
  height: 23px;
  border-top: 1px;
  border-right: 0px;
  border-bottom: 1px;
  border-left: 0px;
  border-color: #cccccc;
  border-style: solid;
}
#content{
	position: relative;
	margin-top: 15px;
	margin-bottom: 15px;
	margin-left: 15px;
  clear: left;
	color: #cccccc;
	height: auto !important;
	min-height: 350px;
	height: 350px;
}
#footer{
  position: relative;
  margin-top: 40px;
  text-align: center;
  border-top-width: 1px;
  border-bottom-width: 0px;
  border-left-width: 0px;
  border-right-width: 0px;
  border-color: #cccccc;
  border-style: solid;
  padding-top: 10px;
}
#ml_hold{
  position: relative;
  height: auto !important;
  min-height: 400px;
  height: 400px;
  margin: 0px;
  padding: 0px;
  background-color: transparent;
  z-index: 0;
}
#top_bar{
  position: relative;
  height: 80px;
}
#logo_hold{
  position: absolute;
  margin-left: 5px;
  margin-top: 10px;
}
#title_hold{
  position: absolute;
  font-weight: bold;
  font-size: 150%;
  margin-left: 300px;
  margin-top: 30px;
  color: #333333;
}
#inner_nav_bar{
  position: relative;
  margin-left: 35px;
}
#details_bar{
  float: right;
  width: 300px;
  text-align: right;
  margin-right: 5px;
  margin-top: 5px;
}
.top_link{
  color: #0000ff;
  text-decoration: none;
}
.top_link:hover{
  text-decoration: underline;
}

#content{
  position: relative;
  color: #333333;
  clear: left;
  z-index: -1;
}
.heading{
  font-weight: bold;
  padding: 2px 8px 2px 8px;
  margin: 0px;
  color: #ffffff;
  border-spacing: 0px;
}
.cell{
  padding: 2px 8px 2px 8px;
  margin: 0px;
  border-spacing: 0px;
}
.table_main{
  margin: 0px;
  border: 1px #000000 solid;
  border-spacing: 0px;
  padding: 0px;
  border-collapse: collapse;
  color: #333333;

}
.table_header_row{
  margin: 0px;
  background-color: #333333;
  border-spacing: 0px;
  padding: 0px;
}

.table_row_rollover{
  background-color: #ffffff;
  margin: 0px;
  border-spacing: 0px;
  padding: 0px;
}

.table_row_rollover:hover{
  background-color: #cccccc;
}

.highlighted{
  background-color: #ff0000;
  margin: 0px;
  border-spacing: 0px;
  padding: 0px;
}
.highlighted:hover{
  background-color: #cccccc;
}
.highlighted_key{
  background-color: #ff0000;
  color: #ffffff;
  text-align: left;
  font-weight: normal;
  font-size: 90%;
  padding: 3px;
}

.highlighted_2{
  background-color: #ff9933;
  margin: 0px;
  border-spacing: 0px;
  padding: 0px;
}
.highlighted_2:hover{
  background-color: #cccccc;
}
.highlighted_key_2{
  background-color: #ff9933;
  color: #ffffff;
  text-align: left;
  font-weight: normal;
  font-size: 90%;
  padding: 3px;
}

.highlighted_3{
  background-color: #66cccc;
  margin: 0px;
  border-spacing: 0px;
  padding: 0px;
}
.highlighted_3:hover{
  background-color: #cccccc;
}
.highlighted_key_3{
  background-color: #66cccc;
  color: #ffffff;
  text-align: left;
  font-weight: normal;
  font-size: 90%;
  padding: 3px;
}

.expired{
  background-color: #ffcc99;
  margin: 0px;
  border-spacing: 0px;
  padding: 0px;
}
.expired:hover{
  background-color: #cccccc;
}
.expired_key{
  background-color: #ffcc99;
  color: #ffffff;
  text-align: left;
  font-weight: normal;
  font-size: 90%;
  padding: 3px;
}

#browse_table{
  position: relative;
  margin-left: 20px;
  margin-top: 10px;
  margin-bottom: 20px;
}

.page_links{
  color: #333333;
  background-color: #ffffff;
  border: 1px #333333 solid;
  padding: 4px;
  text-decoration: none;
  font-weight: normal;
}
.page_links:hover{
  color: #ffffff;
  background-color: #333333;
  border: 1px #333333 solid;
  text-decoration: none;
  font-weight: normal;
}
.current_page{
  color: #ffffff;
  background-color: #333333;
  border: 1px #333333 solid;
  padding: 4px;
}
#page_hold{
  position: relative;
  height: 35px;
  border-bottom-width: 0px;
  border-top-width: 0px;
  border-right-width: 0px;
  border-left-width: 0px;
  border-color: #8349a0;
  border-style: solid;
  text-align: left;
  font-weight: normal;
  color: #cccccc;
  margin-top: 20px;
  margin-left: 25px;
}
.table_title{
  position: relative;
  color: #333333;
  font-size: 150%;
  margin-left: 25px;
  font-weight: bold;
  margin-top: 25px;
}
.record_count{
  float: right;
  color: #333333;
  font-size: 80%;
  margin-right: 25px;
  font-weight: bold;
  text-align: right;
}

.order_by{
  float: right;
  color: #333333;
  margin-right: 25px;
  font-weight: bold;
}

.order_links{
  color: #ffffff;
  text-decoration: none;
}
.order_links:hover{
  text-decoration: underline;
}

.form_margin_top{
  margin: 25px;
}

.button{
  padding-top: 3px;
  padding-bottom: 3px;
  padding-left: 6px;
  padding-right: 6px;
  border: 1px #333333 solid;
  background-color: #333333;
  text-decoration: none;
  font-weight: normal;
  color: #ffffff;
}
.button:hover{
  color: #333333;
  background-color: #ffffff;
  border: 1px #333333 solid;
  text-decoration: underline;
  font-weight: normal;
}

.client_link{
  color: #333333;
  font-weight: normal;
  text-decoration: none;
}
.client_link:hover{
  text-decoration: underline;
}

.top_line{
  border-top: 1px;
  border-bottom: 0px;
  border-left: 0px;
  border-right: 0px;
  border-color: #000000;
  border-style: solid;
}
.icon_button{
  display: block;
  float: right;
  margin-top: 4px;
  padding: 3px;
  color: #cccccc;
  border: 1px #cccccc solid;
  width: 40px;
  height: 42px;
  text-decoration: none;
  text-align: center;
  background-color: #ffffff;
}
.icon_button:hover{
  border: 1px #999999 solid;
  color: #999999;
  background-color: #f1f3f5;
}

.icon_button2{
  display: block;
  margin-top: 4px;
  padding: 3px;
  color: #cccccc;
  border: 1px #cccccc solid;
  width: 40px;
  height: 42px;
  text-decoration: none;
  text-align: center;
  background-color: #ffffff;
}
.icon_button2:hover{
  border: 1px #999999 solid;
  color: #999999;
  background-color: #f1f3f5;
}
.icon_test{
  list-style-image: url(images/icons/file_add.png);
}