/*****************************************************************************
  Common CSS
 *****************************************************************************/
html,body {
	margin: 0;
	padding: 0;
	height: 100%;
	text-align: center; /* For IE < 6 centring */
}

body {
	behavior: url("/css/csshover.htc");
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	background: #ececec url(../images/bg-small.png) left top repeat-x;
}

/* Floaters */
.rightbar {
	float: right;
}

.leftbar {
	float: left;
}

.right {
	float: right;
}

.left {
	float: left;
}

.clear {
	clear: both;
	line-height: 0px;
	height: 0px;
}

/* NB: Must have ie.css if you use this */
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

/* Remove outlines in FF */
:focus {
	-moz-outline-style: none;
}

a img {
	border: 0;
}

.dev {
	color: #996600 !important;
}

/*--------------------------------------------------------------------------------------------
	Structural 
  --------------------------------------------------------------------------------------------*/
div#wrapper {
	width: 100%;
	background: transparent url(../images/bg-overlay-small.png) center 89px
		no-repeat;
}

div#container {
	width: 940px;
	margin-left: auto;
	margin-right: auto;
	min-height: 100%;
	text-align: left; /* Revert IE < 6 centring */
}

/* Header */
div#header {
	position: relative;
	width: 940px;
}

div#content {
	float: right;
	width: 622px;
}

/* Footer */
div#footer {
	width: 940px;
	padding: 22px 0 50px 0;
	background: #ececec url(../images/hairline.png) left 87px repeat-x;
}

div#logos {
	width: 940px;
	background: transparent url(../images/hairline.png) left top repeat-x;
	height: 65px;
}

div#logos a {
	margin-right: 80px;
}

div#logos a img {
	margin-top: 2px;
}

div#bar {
	background: transparent url(../images/bg-bar.png) left top no-repeat;
	height: 30px;
	width: 100%;
	margin-bottom: 20px;
}

div#dqltag {
	position: relative;
	width: 100%;
	display: none;
}

div#dqltag div {
	position: absolute;
	right: 0px;
	top: -82px;
}

div#dqltag img {
	opacity: 1;
}

div#dqltag a:hover img {
	opacity: 0.75;
}

a.sortUp {
	height: 10px;
	width: 12px;
	float: left;
	display: block;
	background: transparent url(../images/icon-sort-up.gif) left bottom
		no-repeat;
}

a.sortDown {
	height: 10px;
	width: 12px;
	float: left;
	display: block;
	background: transparent url(../images/icon-sort-down.gif) left bottom
		no-repeat;
}

/*---------------------
	Buttons
---------------------*/
a.bttn {
	background: transparent url(../images/bttn-left.png) left top no-repeat;
	padding-left: 10px;
	color: #728196;
	white-space: nowrap;
}

a.bttn span {
	display: block;
	background: transparent url(../images/bttn-right.png) right top
		no-repeat;
	padding-right: 10px;
	height: 16px;
	line-height: 16px;
	font-weight: normal;
}

a.hist {
	float: left;
}

div#content .action {
	margin-right: 10px;
}

a.bttn:hover {
	color: #fff;
	text-decoration: none;
}

div#content .edit {
	margin-right: 10px;
}

/*--------------------------------------------------------------------------------------------
	Typography
  --------------------------------------------------------------------------------------------*/
	/* Headings */
h1 {
	
}

div#header h1 {
	margin: 0;
	padding: 0
}

div#bar h1,div#bar label {
	display: block;
	float: left;
	color: #fff;
	margin: 0px;
	padding: 5px 0 0 0;
	font-weight: normal;
	font-size: 1.1em;
	width: 100%;
}

div#bar h1 span {
	margin: 0 10px 0 10px;
}

div#bar form select,div#bar form input {
	float: left;
	margin: -2px 0 0 10px;
}

h2 {
	
}

h3 {
	
}

h4 {
	
}

/* Type */
p {
	color: #7e7e7e;
}

p.more {
	margin: 5px 0px;
}

a {
	color: #72c72c;
	text-decoration: none;
}

a.more {
	color: #666;
}

div.hr {
	clear: both;
	border: 0;
	height: 1px;
	line-height: 1px;
	font-size: 1px;
	background-color: #d8d8d8;
	margin: 0 10px;
	padding: 0px;
}

div.box ul {
	margin-right: 10px;
}

div.box li {
	color: #7e7e7e;
	line-height: 1.3em;
}

div#content img.left {
	float: left;
	margin: 0px 10px 10px 0px;
}

div#content img.right {
	float: right;
	margin: 0px 0px 10px 10px;
}

span.req {
	padding-left: 5px;
	font-size: 1.4em;
}

span.zipSeperator {
	margin-left: 10px;
}

/* Messages */
div#content .message {
	font-size: 1.2em;
	color: #009900;
	padding-left: 10px;
}

div#content p.message {
	margin: 0;
	padding: 5px 0;
}

div#content .error {
	color: #a83030;
}

div#content span.errorMessage {
	color: #a83030;
	font-size: 11px;
}

/*--------------------------------------------------------------------------------------------
	Forms - form, input, label etc
  --------------------------------------------------------------------------------------------*/
form {
	padding: 0;
	margin: 0;
}

input,select {
	color: #666;
	font-family: Arial, Helvetica, sans-serif;
}

form#contact {
	margin-top: 10px;
}

form#contact label {
	display: block;
	color: #7e7e7e;
	margin: 0px 10px 5px 10px;
}

form#contact label.check {
	
}

form#contact input {
	color: #7e7e7e;
	background-color: #fff;
}

form#contact label.error input {
	border: solid 1px #CC0000;
}

form#contact label.error select {
	border: solid 1px #CC0000;
}

form#contact div.error label.check {
	color: #CC0000;
}

form#contact input.check { /*margin-left:80px;*/
	margin-right: 10px;
	background: transparent;
}

form#contact input.text {
	width: 272px;
	padding-left: 3px;
	border: solid 1px #c9cccf;
}

form#contact button {
	border: none;
	background-color: #f4f5f5;
	margin: 10px 0 5px 1px;
	cursor: pointer;
}

form#contactMain {
	margin-top: 15px;
}

form#contactMain label {
	float: left;
	color: #7e7e7e;
	padding: 0px 10px 5px 10px;
}

form#contactMain label.text {
	margin-bottom: 0px;
	width: 70px;
}

form#contactMain label.check {
	width: 280px;
}

form#contactMain input,form#contactMain select,form#contactMain textarea
	{
	border: solid 1px #c9cccf;
	background-color: #fff;
	float: left;
	margin: 0;
}

form#contactMain select {
	width: 200px;
}

form#contactMain input.text {
	width: 200px;
}

form#contactMain textarea.text {
	margin-bottom: 10px;
	width: 490px;
}

form#contactMain input.check {
	margin-left: 80px;
	margin-right: 10px;
	background: transparent;
	border: none;
}

form#contactMain button {
	border: none;
	background-color: #f4f5f5;
	margin: 10px 0 5px 1px;
	cursor: pointer;
}

form#contactMain p {
	clear: both;
	margin: 0;
}

p.errorMsg,span.errorMsg {
	color: #fc8c5a;
}

p.thanksMsg,span.thanksMsg {
	color: #83da32;
}

input.short {
	width: 56px;
}

input.long,select.long {
	width: 330px;
}

input.medium {
	width: 260px;
}

input.numeric {
	text-align: right;
}

input.tax {
	width: 85px;
}

/*--------------------------------------------------------------------------------------------
	Boxes 
  --------------------------------------------------------------------------------------------*/
div.box {
	margin-bottom: 20px;
}

div.boxLiner {
	width: 100%;
}

div#content div.box {
	background: #fff url(../images/box-bg-content.png) left top repeat-y;
}

div.boxLiner {
	background: transparent url(../images/box-ftr-content.png) left bottom
		no-repeat;
	padding-bottom: 10px;
}

div#sidebar div.box {
	background: #fff url(../images/box-bg.png) left top repeat-y;
}

div#sidebar div.boxLiner {
	background: transparent url(../images/box-ftr.png) left bottom no-repeat
		;
	padding-bottom: 10px;
}

div#content div.box h1 {
	background: transparent url(../images/box-hdr-content.png) left top
		no-repeat;
}

div#content div.box h1 strong {
	background: transparent url(../images/box-hdrbase-content.png) left
		bottom no-repeat;
}

div.box h1 {
	background: transparent url(../images/box-hdr.png) left top no-repeat;
}

div.box h1 strong {
	background: transparent url(../images/box-hdrbase.png) left bottom
		no-repeat;
}

div.box h1 {
	font-size: 1.1em;
	margin: 0;
	padding: 0;
	color: #6d7c92;
}

div.box h1 strong {
	display: block;
	font-weight: normal;
	padding: 7px 10px 15px 10px;
}

div.box h2 {
	font-size: 1.1em;
	color: #939393;
	padding: 0 10px;
	font-weight: normal;
}

div.box p {
	line-height: 1.3em;
	margin: 8px 0px;
	padding: 0 10px;
}

div.box a {
	font-weight: bold;
}

div.box a:hover {
	text-decoration: underline;
}

div.box a.bttn:hover {
	text-decoration: none;
}

/*-----------------------------------------------
	DIV Layout
------------------------------------------------*/
div.tableWrapper {
	margin: 0 10px;
	border-bottom: 1px solid #d8d8d8;
}

div.rowOpen,div.rowClosed {
	background: transparent left top repeat-x;
	height: 30px;
}

div.rowClosed {
	background-image: url(../images/tr-closed.png);
}

div.rowOpen {
	background-image: url(../images/tr-open.png);
}

div.rowClosed	span,div.rowOpen	span {
	color: #666;
	display: block;
	font-weight: bold;
}

div.rowClosed	img.arrow,div.rowOpen	img.arrow {
	display: block;
	float: right;
	margin: 0 10px 0 0;
}

span.active {
	display: block;
	padding: 10px 0 0 30px;
	background: transparent url(../images/key-active.png) 10px 10px
		no-repeat;
}

/*--------------------------------------------
 Accordion styles
 --------------------------------------------*/
div.trigger {
	cursor: pointer;
}

div.accData table { /*margin-top:10px;*/
	
}

/*--------------------------------------------
 Data tables
 --------------------------------------------*/
table {
	width: 100%;
	border: none;
	border-collapse: collapse;
	overflow: hidden;
	color: #666;
}

td {
	vertical-align: top;
}

table.data {
	margin-left: 0px;
	color: #666;
}

table.info {
	margin: 0px;
}

table.data tr td,table.info tr td {
	line-height: 1.6em;
	vertical-align: top;
}

table.location {
	margin-left: 10px;
	color: #666;
}

table.location tr td {
	vertical-align: top;
}

table.location tr td table {
	margin: 0;
}

table.location tr td table tr td {
	height: 20px;
}

tr td.label {
	width: 17%;
	font-weight: bold;
	padding: 0px 0 0 10px;
	vertical-align: top;
}

table.info tr td.label {
	width: 20%;
}

table.location tr td.label {
	width: 10%;
}

table.data tr td.label {
	text-align: right;
}

table.data tr td input,table.data tr td select,table.data tr td label {
	margin-left: 10px;
}

tr td.arrow {
	padding: 0;
	width: 40px;
}

tr td.arrow img {
	margin-top: 4px;
	margin-right: 10px;
}

td.icon img {
	margin-top: 4px;
}

table tr.closedRow td,table tr.openRow td,table tr.subRow td {
	padding-top: 4px;
	padding-bottom: 4px;
}

table tr.openRow td {
	background: transparent url(../images/tr-open.png) left top repeat-x;
}

table tr.closedRow td {
	background: transparent url(../images/tr-closed.png) left bottom
		repeat-x;
	border-top: 1px solid #d8d8d8;
}

table tr.subRow td {
	border-top: 1px solid #eaeaea;
}

td.des,tr.des td {
	padding-left: 10px;
}

tr.des td.label {
	padding-left: 0;
}

td.subJuristiction span {
	margin-left: 40px;
}

td.active,td.inactive {
	width: 20px;
	padding: 0;
}

td div.active {
	width: 20px;
	padding: 0;
	height: 28px;
	background: transparent url(../images/icon-active.gif) 10px center
		no-repeat;
}

td div.inactive {
	width: 20px;
	padding: 0;
	height: 28px;
	background: transparent url(../images/icon-inactive.gif) 10px center
		no-repeat;
}

td div.pending {
	width: 20px;
	padding: 0;
	height: 28px;
	background: transparent url(../images/icon-pending.gif) 10px center
		no-repeat;
}

td.error {
	color: #a83030;
	vertical-align: top;
}

td.error span {
	font-weight: bold;
	padding-left: 20px;
	#background: transparent url(../images/icon-error.gif) left -2px no-repeat;
}

td.error input {
	background: #ffcccc;
}

td.error select {
	background: #ffcccc;
}

table tr.closedRow td.active {
	background: transparent url(../images/row-closed-active.png) 10px top
		no-repeat;
}

table tr.openRow td.active {
	background: transparent url(../images/row-open-active.png) 10px top
		no-repeat;
}

table tr.openRow td.inactive {
	background: transparent url(../images/row-open-inactive.png) 10px top
		no-repeat;
}

table tr.openRow td.inactive {
	background: transparent url(../images/row-open-inactive.png) 10px top
		no-repeat;
}

img.innerStatus {
	margin-left: 10px;
}

table tr.openRow td.title,table tr.subRow td.title,table tr.closedRow td.title,table tr.neutralRow td
	{
	padding: 4px 0 4px 10px;
	color: #666;
	font-weight: bold;
}

tr.top td {
	vertical-align: top;
}

tr.colTitles td {
	color: #666;
	font-weight: bold;
	padding-left: 10px;
}

tr.shortDes td {
	padding-left: 10px;
	border-right: 1px solid #d8d8d8;
}

tr.shortDes td:last-child {
	border-right: 0px;
}

tr.inactive td {
	padding-left: 10px;
	border-right: 1px solid #d8d8d8;
	color: #b1b0b0;
}

tr.inactive td:last-child {
	border-right: 0px;
}

tr td.noStatus {
	height: 28px;
	color: #666;
	padding-left: 10px;
}

table tr td table {
	margin: 0px 10px;
}

div.userLevel {
	color: #666;
	font-weight: bold;
	padding-right: 20px;
	background: transparent url(../images/row-open-active.png) right center
		no-repeat;
}

td.editButtons strong {
	color: #666;
}

/*-------------*/
div.keys {
	width: 100%;
	margin: 0 0px 20px 0px;
	float: left;
}

div.accBttns {
	display: none;
}

p.note,span.note {
	color: #728196;
}

span.note {
	display: block;
	float: left;
}

div.keys div.right form label {
	font-weight: bold;
	color: #666;
	vertical-align: top;
}

div.activeKey,div.inactiveKey,div.pendingKey {
	color: #728196;
	margin-right: 18px;
	float: left;
	background: transparent left top no-repeat;
}

div.activeKey span,div.inactiveKey span,div.pendingKey span {
	margin-left: 16px;
	display: block;
}

div.activeKey {
	background-image: url(../images/key-active.png);
}

div.inactiveKey {
	background-image: url(../images/key-inactive.png);
}

div.pendingKey {
	background-image: url(../images/key-pending.png);
}

div#shortBox div.box div.boxLiner img.logo {
	float: left;
	margin: 10px 0px 0 10px;
}

div.box div.boxLiner img.logo {
	float: left;
	margin: 10px 15px 0 10px;
}

div#shortBox div.box div.boxLiner p {
	float: right;
	width: 200px;
}

div.pagination {
	text-align: center;
	margin: 20px auto 15px auto;
}

div.pagination form input {
	width: 20px;
}

div.pagination a {
	color: #666;
	margin: 0 5px;
}

div.slideForm {
	background: #f5f6f7 url(../images/bg-slideform.png) left top repeat-y;
	margin-bottom: 10px;
}

div.slideForm form {
	background: transparent url(../images/box-formbase-content-wide.png) 1px
		bottom no-repeat;
	display: block;
	padding: 0 10px 10px 10px;
}

label {
	font-weight: bold;
	color: #666;
	margin-right: 10px;
}

div.slideForm form input {
	margin-right: 0px;
}

div.slideForm form input.bttn {
	width: 68px;
	height: 16px;
	text-align: center;
	padding: 0;
	margin: 0;
	line-height: 16px;
	cursor: pointer;
	color: #728196;
	border: none;
	font-size: 1em;
	background: transparent url(../images/bttn-slideform.png) left top
		no-repeat;
}

div.slideForm form input.bttn:hover {
	color: #fff;
}

input.bttnSmall,input.bttnSlideSmall {
	width: 50px;
	height: 16px;
	text-align: center;
	padding: 0;
	margin: 0;
	line-height: 16px;
	cursor: pointer;
	color: #728196;
	border: none;
	font-size: 1em;
}

input.bttnSmall {
	border: none;
	background: transparent url(../images/bttn-small.png) left top no-repeat
		;
}

input.bttnSlideSmall {
	border: none;
	background: transparent url(../images/bttn-slide-small.png) left top
		no-repeat;
}

img.toggle {
	cursor: pointer;
}

/*--------------------------------------------------------------------------------------------
	Matts Changes
  --------------------------------------------------------------------------------------------*/
a.rtndetail {
	float: left;
}

tr.colTitles2 td {
	color: #666;
	font-weight: bold;
	vertical-align: bottom;
	font-weight: bold;
}

.dropCols {
	vertical-align: middle;
}

table tr td.locked {
	background: transparent url(../images/lock.gif) 13px top no-repeat;
}

div.locked  {
	background: transparent url(../images/lock.gif) 12px top no-repeat; width: 30px; height: 20px;
}

tr.inactivenob td {
	color: #b1b0b0;
}

.hiddenRow {
	width: 1px;
	overflow: hidden;
}
a.sort_link:link, a.sort_link:active, a.sort_link:visited{
color: #666;
font-weight: bold;
text-decoration: none;
}
a.sort_link:hover{
color: #666;
font-weight: bold;
text-decoration: none;
}