/**********************/
/*** Setup Defaults ***/
/**********************/

/* Universal */
 * {
	margin: 0px;
	padding: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 15px;
 }

/* Images */
 img {
	margin: 0px;
	padding: 0px;
	border: 0px;
 }

/* Lists */
 ul {
	margin: 0 0 3px 0;
	padding: 0 0 0 25px;
	border: 0;
 }
 ol {
	margin: 0 0 3px 0;
	padding: 0 0 0 30px;
	border: 0;
 }

/* Tables */
 table {
	border-collapse: collapse;
	border-spacing: 0;

	}
 table td {
	vertical-align: top;
 }

/* Ps and Hs */
 p, ul {
	margin: 0 0 3px 0;
	padding: 0;
	border: 0;
 }
 h1, h1 * {
	font-size: 22px;
	line-height: 26px;
	margin: 5px 0 3px 0;
 }
 h2, h2 * {
	font-size: 18px;
	line-height: 22px;
	margin: 5px 0 3px 0;
 }
 h3, h3 * {
	font-size: 15px;
	line-height: 17px;
	margin: 5px 0 3px 0;
 }
 h4, h4 * {
 	font-size: 15px;
 	line-height: 17px;
 }

/******************/
/*** Page Setup ***/
/******************/

body {
	margin: 0px;
	padding: 0 8px;
	min-width: 1024px;
}

/**************/
/*** Header ***/
/**************/
div#Header {
	min-width: 1098px;
	height: 92px; 
	background-color: #000000; 
	width: 99%;
	text-align: left;
}

#borderBot { 
	display: block;
	height: 10px;
	background: #CCCCCC;
	border-bottom: 2px solid #000;
}

div#Header table {
	width: 100%;
}
div#Header table, div#Header table tr, div#Header table tr td {
	vertical-align: middle;
}

div#Header table.top {
	width: 100%;
}
div#Header table.top tr td {
	height: 29px;
}
div#Header table.top tr td {
	font-size: 12px;
	line-height: 14px;
	white-space: nowrap;
}

div#Header table.top a:link, div#Header table.top a:visited {
	color: #2B0E72;
	text-decoration: underline;
}

div#Header table.top a:hover {
	color: black;
	text-decoration: underline;
}

div#Header h1 {
   color:#2b0e72;
	text-align: center;
}

/***********/
/*** Nav ***/
/***********/
table.nav  {
	width: 100%;
}

table.nav tr td, table.nav tr td p, table.nav tr td a, table.nav tr td a:link, table.nav tr td a:hover, table.nav tr td a:visited {
	font-size: 11px;
	line-height: 12px;
}

table.nav tr td a.current:hover, table.nav tr td a.current:link, table.nav tr td a.current:visited {
	color: #ccc;
}

table.nav tr td p.right {
	margin: 0;
	text-align: right;
}

table.nav tr td a.internal, table.nav tr td a.internal:visited, table.nav tr td a.internal:link { /* Overrides Internal section */
	color: #fc0 !important;
}


#contentTopBorder { 
	background: #000;
	padding: 0 1px;
	display: block;
}
#contentTopOuter {
	background: #666666;
	padding: 56px 22px 0;
	display: block;
}
#contentTopInner {
	background: #CCCCCC;
	border-left: 5px solid #36322F;
	border-top: 5px solid #36322F;
	border-right: 5px solid #36322F;
	border-radius: 20px 20px 0 0;
	height: 38px;
	position: relative;
	display: block;
}
#contentTopInner img { position: absolute; bottom: 14px; right: 10px; }


/********************/
/*** ToolTip Menu ***/
/********************/

/* dist_info */
div.dist_info_menu  {
  position: absolute;
  visibility: hidden;
  text-align: left;
  left: 0;
  top: 0;
  z-index: 500;
  font-size: 12px;
  background-color: #222222;
  border: 2px solid;
  border-color: #f7faff #99a #99a #f7faff;
}
div.dist_info_menu ul {
	margin: .5em 1em .6em 0;
	padding: 0;
}
div.dist_info_menu ul li {
	line-height: 1em;
	list-style-type: none;
	margin: 0 0 .8em .4em;
}
div.dist_info_menu a {
	text-decoration: none;
	white-space: nowrap;
	font-size: 10pt;
}
div.dist_info_menu a:link, div.dist_info_menu a:visited {
	color: white;
}
div.dist_info_menu a:hover {
  	color: #ccc;
}

/* transactions_menu */
div#transactions_menu table {
	width: auto;
   margin: 3px;
}
div#transactions_menu table tr td {
   vertical-align: top;
   padding: 0 3px;
}
div#transactions_menu table tr td h3 {
   font-size: 12px;
   line-height: 14px;
   text-align:center;
   color:#2b0e72;
   margin: 5px 0;
   padding-bottom:3px;
   padding-top:3px;
   background-color:#FFFFFF;
   border-bottom: 1px solid #FD410E;
}

div#transactions_menu table tr td ul li a:hover {
   color: #2B0E72;
}

/* view_transaction */
div.view_transaction_toolbar  {
  position: absolute;
  visibility: hidden;
  text-align: left;
  left: 0;
  top: 0;
  z-index: 500;
  font-size: 12px;
  background-color: #2b0e72;
  border: 2px solid;
  border-color: #f7faff #99a #99a #f7faff;
}
div.view_transaction_toolbar ul {
	margin: .5em 1em .6em 0;
	padding: 0;
}
div.view_transaction_toolbar ul li {
	line-height: 1em;
	list-style-type: none;
	margin: 0 0 .8em .4em;
}
div.view_transaction_toolbar a {
	text-decoration: none;
	white-space: nowrap;
	font-size: 10pt;
}
div.view_transaction_toolbar a:link, div.view_transaction_toolbar a:visited {
	color: white;
}
div.view_transaction_toolbar a:hover {
  	color: #ccc;
}


/******************/
/*** Help Pages ***/
/******************/
div.page_help {
	margin: 20px 30px;
}

div.help_field {
	padding: 20px 30px;
}

/**********************/
/*** Internal Users ***/
/**********************/
a.internal, a.internal:visited, a.internal:link {
	color: #fc0;
}

span.internal {
	color: #b90;
}

div.internalbox {
	border: 1px solid #fc0;
	background-color: white;
}

div.internal {
	margin: 10px;
	padding: 0;
	background-color: white;
}

div.internal table {
	border: 1px solid #fc0;
	padding: 5px;
}

div.internal table form {
	margin: 0;
	padding: 0;
}
div.internal table form select {
	font-size: 11px;
	line-height: 12px;
}

/*****************/
/*** Main Manu ***/
/*****************/

div#center_box {
   margin: 10px;
   padding: 0;
   border: 1px solid #666;
}
div#center_box form {
	margin: 12px auto 8px auto;
	text-align: center;
}
div#center_box h1 {
   margin: 0;
   padding: 5px 10px;
   font-size: 16px;
   line-height: 18px;
   font-weight: bold;
   background-color: #eee;
   border-bottom: 1px solid #2B0E72;
}
div#center_box h3 {
   font-size: 12px;
   line-height: 14px;
   font-weight: bold;
   color: white;
   padding: 2px 8px 2px 5px;
   background-color: #666;
   border: 1px solid #333;
}
div#center_box h4 { 
	margin: 5px 5px 10px 10px; 
} 
div#center_box h4 a { 
    font-size: 17px; 
	line-height: 21px; 
	font-weight: normal; 
} 
div#center_box ul { 
	padding-bottom: 20px; 
} 
div#center_box ul li {
   margin-left: 20px;
   list-style-type: disc;
   /* white-space: nowrap; */
}
div#center_box ul li img {
	border: 0;
	padding-right: 0px;
	vertical-align: middle;
}
div#center_box table tr td {
   vertical-align: top;
   padding: 10px 20px 10px 0;
}
div#center_box table.transactions_center_list {
   margin: 10px;
}
div#center_box table.transactions_center_list ul li {
   margin-left: 15px;
   /* list-style-type: none;
   white-space: nowrap; */
}


/**********************************/
/*** View Transaction Top Menus ***/
/**********************************/
/** Internal Bar **/
table#internal_toolbar {
   margin: 5px auto 15px;
}
table#internal_toolbar tr td {
   padding: 10px;
   margin: 0;
   text-align: center;
   font-size: 14px;
   line-height: 18px;
   font-weight: bold;
   background-color: #f1f1f1;
   border: 1px solid #fc0;
}
div#buttonHiddenWrapper {
   width:436px;
   margin:8px auto 0px auto;
}
	div.buttonHidden {
		width:200px;
		margin:0;
		padding: 0px 8px 0px 8px;
		border-top:1px solid rgb(226, 207, 161);
		border-left:1px solid rgb(226, 207, 161);
		border-right:1px solid rgb(187, 153, 0);
		border-bottom:1px solid rgb(187, 153, 0);
		background-image:url(misc/button_background-hidden.gif);
		text-align:center;
		font-size:11px;
		line-height: 13px;
		font-weight:bold;
		float:left;
	}
	div.buttonHidden a:link, div.buttonHidden a:visited {
		text-decoration:none;
		color: #000000;
	}
	div.buttonHidden a:hover {
		text-decoration:underline;
		color: #2B0E72;
   }
	div.buttonHidden a img {
		margin:3px 3px 3px 0px;
		padding-right: 0px;
		border: 0;
		vertical-align: middle;
	}

/** Common Toolbar **/
table#common_toolbar {
   margin: 5px auto 15px;
	padding: 0;
	border: 0;
}
table#common_toolbar tr td {
   margin: 0;
	padding: 0;
	border: 0;
}
	/** Alert Table **/
	table.alert {
		width: 750px;
		margin: 5px auto;
		background-color: white;
		border: 1px solid #d00;
	}
	table.alert th {
		color: #d00;
		padding-right: 10px;
		font-size: 18px;
		line-height: 20px;
		text-align: center;
		vertical-align: top;
	}
	table.alert td, table.alert td a {
		border: 0;
		font-size: 14px;
		line-height: 20px;
		font-weight: bold;
		text-align: left;
	}

	/** Status Bar INFO **/
	div#statusbar div#statusbar_info {
		float: left;
		width: 423px;
		margin-right: 10px;
		border: 1px solid #ccc;
		background-color: white;
	}
	div#statusbar div#statusbar_info table {
		width: 100%;
	}
	div#statusbar div#statusbar_info table tr th {
		color: black;
		margin: 0;
		padding: 3px 10px;
		border-bottom: 1px solid #2B0E72;
		font-size: 14px;
		line-height: 18px;
		background-color: #eee;
		text-decoration: none;
		text-align: left;
	}
	div#statusbar div#statusbar_info table tr td {
		color: black;
		padding: 5px 10px;
		font-size: 14px;
		line-height: 18px;
	}

	/** Status Bar LINKS **/
	div#statusbar div#statusbar_links {
		float: left;
		width: 273px;
		background-color: white;
	}
	div#statusbar div#statusbar_links p {
		margin: 5px auto 0 auto;
		text-align: center;
	}
	div#statusbar div#statusbar_links p.buttonRed {
		width: 250px;
   	color:#FFFFFF;
   	margin: 0 6px 2px 6px;
   	padding: 5px 8px 4px 8px;
   	border: 1px solid black;
   	background-color: #2B0E72;
   	text-align: center;
   	font-size: 12px;
   	line-height: 14px;
   	font-weight:bold;
		white-space: nowrap;
	}
	div#statusbar div#statusbar_links  p.buttonRed img {
		margin:2px 3px 3px 0px;
		padding-right: 0px;
		border: 0;
		vertical-align: middle;
	}
	div#statusbar div#statusbar_links p.buttonRed a:link, div#statusbar div#statusbar_links p.buttonRed a:visited {
   	text-decoration: none;
   	color: white;
   	font-weight:bold;
	}
	div#statusbar div#statusbar_links p.buttonRed a:hover {
   	text-decoration: underline;
   	color: white;
  	}

/*****************************/
/*** InfoBlock Table Setup ***/
/*****************************/
table.InfoBlock {
	width: 100%;
	margin: 0 0 20px 0;
	border: 1px solid #aaa;
	background-color: white;
	clear: both;
}
table.InfoBlock tr td table td , table.InfoBlock tr th table th {
	padding-left: 5px;
}
table.InfoBlock tr td table tr td {
	padding-left: 15px;
}
table.InfoBlock tr td {
	vertical-align: top;
}
table.InfoBlock tr th, table.InfoBlock tr th table tr td {
	vertical-align: bottom;
}

/** Font Sizes **/
table.InfoBlock h1, table.InfoBlock h1 a {
	font-size: 14px;
	line-height: 18px;
	font-weight: bold;
 }
table.InfoBlock h2, table.InfoBlock h2 a {
	font-size: 13px;
	line-height: 15px;
	font-weight: bold;
 }
table.InfoBlock h3, table.InfoBlock h3 a {
	font-size: 12px;
	line-height: 14px;
	font-weight: bold;
 }
table.InfoBlock span.price {
	color: #2B0E72;
}

/** Links on White and Light Color Rows **/
table.InfoBlock a:link, table.InfoBlock a:visited {
	color: #2B0E72;
	text-decoration: underline;
}
table.InfoBlock a:hover {
	color: #000000;
	text-decoration: underline;
}
table.InfoBlock a.internal:link, table.InfoBlock a.internal:visited {
	color: #b90;
}
table.InfoBlock a.internal:hover {
	color: #000000;
	text-decoration: underline;
}

/** Header Row **/
table.InfoBlock tr th {
	color: white;
	text-align: left;
}
table.InfoBlock tr th table {
	width: 100%;
	background-color: #2b0e72;
}
table.InfoBlock tr th table th {
	width: 140px;
}
table.InfoBlock tr th table tr td p {
	padding-bottom: 2px;
}
table.InfoBlock tr th table td.rightcol {
	width: auto; /* was 345px */
	text-align: right;
	padding-right: 5px;
}
table.InfoBlock tr th a:link, table.InfoBlock tr th a:visited {
	color: white;
	text-decoration: underline;
}
table.InfoBlock tr th a:hover {
	color: #2B0E72;
	text-decoration: underline;
}
table.InfoBlock tr th h1 a:hover {
	color: white;
	text-decoration: none;
}
table.InfoBlock tr th img {
	vertical-align: middle;
}
table.InfoBlock tr th h1 {
	white-space: nowrap;
}

/** Data Row **/
table.InfoBlock tr td table.OneColor {
	margin: 5px 0;
}
table.InfoBlock tr td table.OneColor tr td.oddcol {
	padding-right: 60px;
	background-color: #fafafa;
	background-color: #fff;
}

/** TwoColor Table **/
table.InfoBlock table.TwoColor {
	width: 100%;
}
table.InfoBlock table.TwoColor td.LeftColor {
	width: 75%;
	background-color: #BBBBBB;
}
table.InfoBlock table.TwoColor td.LeftColor p {
	padding-top: 5px;
}
table.InfoBlock table.TwoColor td.RightColor {
	width: 25%;
	padding-top: 5px;
	background-color: #BBBBBB;
	vertical-align: top;
}
table.InfoBlock table.TwoColor td.RightColor p {
	padding-right: 5px;
	font-weight: bold;
	text-align: right;
}

/** OneColor Table **/
table.InfoBlock table.OneColor td.QtyMarks {
	padding-right: 30px;
}
table.InfoBlock table.OneColor td.Size {
	padding-right: 30px;
	background-color: #fafafa;
}
table.InfoBlock table.OneColor td.Details ul li {
	padding-left: 0;
	margin-left: 0;
}
table.InfoBlock table.OneColor td.Details ul {
	padding-left: 0;
	margin-left: 0;
	margin-right: 20px;
}

/** Toolbar **/
img.detail-level  { /* the little "detail level" images */
  padding: 2px;
}
img.selected-detail-level {
  border: 2px solid orange;
  padding: 0;
}

p.line_item_toolbar {
	width: 332px;
	margin: 0;
	padding: 3px 8px 0 5px;
	border-top: 1px solid #2B0E72;
	border-left: 1px solid #2B0E72;
	border-right: 1px solid #2B0E72;
	background-color: rgb(178, 184, 209);
}
p.line_item_toolbar_trans_id {
	float: right;
	font-size: 11px;
	line-height: 12px;
}


/*********************/
/*** Revision Navs ***/
/*********************/
div#revision_navs {
   position: fixed;
   top: 0;
   right: 0;
   background-color: #eee;
   padding: 0 2px 2px 5px;
   border-bottom: 1px solid #2b0e72;
   border-left: 1px solid #2b0e72;
}
div#revision_navs a:link, div#revision_navs a:visited {
   text-decoration: none;
   color: black;
}
div#revision_navs a:hover {
   text-decoration: underline;
}


/**************************/
/*** Notification Boxes ***/
/**************************/
/* Important Notice */
	div.ImportantNotice {
   	margin: 5px auto 5px auto;
   	border: 3px solid #ff3;
   	padding: 8px;
   	background-color: #eee;
		font-size: 14px;
		line-height: 18px;
		font-weight: bold;
  	}
   div.ImportantNotice h1 {
     margin: 0px 0px 10px 0px !important;
     background-image: url('icons/warning_32_32.jpg');
     background-repeat: no-repeat;
     background-position: left top;
     padding: 3px 3px 3px 37px !important;
     font-size: 20px !important;
     line-height: 32px !important;
     color: black !important;
   }
   div.ImportantNotice ul.warning {
      margin: 0px 0px 0px 25px;
      border: 0px;
      padding: 5px 0px 0px 0px;
	}
   div.ImportantNotice ul.warning li {
      padding: 3px 0px 3px 0px;
	}

/* Error Box */
	div.errors {
		margin: 3px auto 10px auto;
		padding: 7px 7px 7px 7px;
		border: 2px solid red;
		background-color: #eee;
	}
	div.errors, table tr td div.errors p, div.errors p, div.errors ul li {
		font-size: 13px;
		line-height: 19px;
		text-align: left;
	}
	div.errors h1 {
		font-size: 20px;
		line-height: 24px;
		margin-bottom: 8px;
		color: red;
	}
	div.errors ul {
		margin: 3px;
		padding: 0px;
	}
	div.errors ul li {
		margin: 0 0 3px 15px;
		padding: 0;
		font-weight: normal;
	}
/* Success & Cancel Boxes */
	div.successBox, div.cancelBox {
		display: block;
		margin: 10px;
		padding: 10px;
		background-color: #eee;
	}
	div.successBox p, div.successBox p *, div.cancelBox p, div.cancelBox p * {
		font-size: 120%;
		line-height: 120%;
		padding: 10px 0 5px 0;
	}
	div.successBox {
		border: 2px solid green;
	}
	div.successBox em {
		color: green;
		font-style: normal;
	}
	div.cancelBox {
		border: 2px solid red;
	}
	div.cancelBox em {
		color: red;
		font-style: normal;
	}
/* Help Box */
	div.helpBox {
		background-image: url('icons/help_button.gif');
		background-repeat: no-repeat;
		padding: 10px 10px 10px 30px;
		border: 2px solid green;
		vertical-align: middle;
	}
	div.helpBox p {
		font-size: 125%;
		line-height: 115%;
		padding-bottom: 3px;
	}
/* AQM Messages */
	div.EditMessage {
   	margin: 5px auto 5px auto;
   	border: 3px solid #ff3;
   	padding: 8px;
   	background-color: #eee;
		font-size: 14px;
		line-height: 18px;
		font-weight: bold;
  	}
   div.EditMessage h1 {
     margin: 0px 0px 10px 0px !important;
     background-image: url('icons/warning_32_32.jpg');
     background-repeat: no-repeat;
     background-position: left top;
     padding: 3px 3px 3px 37px !important;
     font-size: 20px !important;
     line-height: 32px !important;
     color: black !important;
   }

/***********************/
/*** Text Only Pages ***/
/***********************/
div.textonly p {
	margin: 0;
	padding: 2px 0 7px 0;
}

div.textonly ul {
	margin: 0;
	padding: 2px 0 7px 0;
}

div.textonly ul li {
	list-style-type: disc;
	padding: 0 10px 7px 20px;
}

/******************************/
/*** Alternating Rows Table ***/
/******************************/
table.altRows {
	border: 1px solid black;
}

table.altRows tr th {
	text-align: left;
}

table.altRows tr td {
	padding: 3px;
}

table tr.odd {
	background-color: #ddd;
}

table tr.even {
	background-color: #fff;
}


/*******************/
/*** Page header ***/
/*******************/
div#lists_headertable_wrapper {
	width: 100%;
	margin: 0 auto 10px auto;
	padding: 0;
	background-color: #ffd;
}
div#lists_headertable_wrapper table {
	width: 100%;
	margin: 2px auto 0 auto;
	border: 1px solid #ccc;
	background-color:#ffd;
}
div#lists_headertable_wrapper table tr td {
	padding-bottom: 5px;
}
div#lists_headertable_wrapper table tr td h1 {
	margin-top: 0;
	margin-bottom: 5px;
	padding-bottom: 0;
	text-align: center;
}
div#lists_headertable_wrapper table tr td h1 div {
	display: inline;
	text-align: center;
	color:#2B0E72;
	font-size: 22px;
	line-height: 26px;
}
div#lists_headertable_wrapper table tr td p {
	text-align: center;
}
div#lists_headertable_wrapper table tr td p a {
	color:#2b0e72;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
}
div#lists_headertable_wrapper table tr td p span.notavail {
	text-decoration: line-through;
}
div#lists_headertable_wrapper table tr td p a img, div#lists_headertable_wrapper table tr td p img {
	width: 16px;
	height: 16px;
	margin-left: 15px;
	border: 0;
	vertical-align: middle;
}

	/* Edit Columns Box */
	div#editcols {
		margin: 10px auto 10px auto;
	}
	p.editcols_alert {
		color: #d00;
		margin: 10px;
		text-align: center;
	}
	p.editcols_alert span#columns_remaining_text {
		color: black;
		font-weight: bold;
	}

/*************************/
/*** User Account Form ***/
/*************************/
table#user_account {
	margin: 1px auto;
	border: 1px solid black;
}
table#user_account tr th {
	padding: 2px 3px;
	background-color: #BBBBBB;
	text-align: left;
	border: 1px solid black;
}
table#user_account tr.oddrow {
	background-color: #f3f3f3;
	border-top: 1px solid black;
	border-bottom: 1px solid black;
}
table#user_account tr td {
	padding: 2px;
}
table#user_account tr td input.input_text {
	width: 200px;
}

/**************************/
/*** Proposal Generator ***/
/**************************/
table#propgen {
	margin: 0 auto;
	border: 1px solid black;
}
table#propgen tr th {
	color: white;
	padding: 2px 10px 2px 5px;
	background-color: #2b0e72;
	text-align: left;
}
table#propgen tr td {
	padding: 10px;
}
table#propgen tr td table tr th {
	color: black;
	background-color: white;
	text-align: center;
}
table#propgen tr td table tr td {
	padding: 3px;
}
table#propgen table#save_buttons  {
	margin-bottom: 10px;
}
table#propgen table#save_buttons tr th {
	border: 1px solid black;
	background-color: #ddd;
}
table#propgen table#save_buttons tr td {
	border: 1px solid black;
	background-color: #fcfcfc;
}
table#propgen table#save_buttons tr td ul li {
	list-style-type: none;
}
/*************************/
/*** Transactions list ***/
/*************************/
table#controlbox {
	width: 100%;
}
table#controlbox tr td {
	vertical-align: bottom;
}
table#controlbox tr td.searchbox {
	width: 30%;
}
table#controlbox tr td.viewbybox {
	width: 40%;
	text-align: center;
}
table#controlbox tr td.viewbybox p {
	color: #2b0e72;
	font-size: 16px;
	line-height: 18px;
	font-weight: normal;
}
table#controlbox tr td.viewbybox p span {
	color: #2B0E72;
	font-size: 16px;
	line-height: 18px;
	font-weight: bold;
}
table#controlbox tr td.pagebox {
	width: 30%;
	text-align: right;
}

table#maintable {
	width: 100%;
	margin-top: 5px;
	border: 0;
	border-collapse: separate;
	border-spacing: 0;
}
table#maintable tr th {
	margin: 0;
	padding: 3px 1px;
	color: white;
	background-color: #2b0e72;
	background-color: #eee;
	text-decoration: none;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #2B0E72;
}
table#maintable tr th.maintable-col-0 {
	border-left: 1px solid #ddd;
	border-right: 2px solid white;
}
table#maintable tr th.maintable-col-99 {
	border-left: 2px solid white;
	border-right: 1px solid #ddd;
}
table#maintable tr td.maintable-col-6,
table#maintable tr td.maintable-col-7,
table#maintable tr td.maintable-col-8,
table#maintable tr td.maintable-col-14 {
	padding-right: 3px;
	text-align: right;
}
table#maintable tr th a {
	display: block;
	color: black;
	background-color: #eee;
	text-decoration: none;
}
table#maintable tr th a img {
	vertical-align: middle;
}
table#maintable tr th a:hover {
	color: #2B0E72;
	text-decoration: underline;
}
table#maintable tr th.list_sortable_header {
	padding-left: 2px;
	text-align: left;
}
table#maintable tr {
	background-color: #f5f5f5;
}
table#maintable tr.odd_row {
	background-color: white;
}
table#maintable tr td {
	padding-left: 2px;
	border: 1px solid white;
	text-align: left;
}
table#maintable tr td a {
	text-decoration: none;
	color: blue;
}
table#maintable tr td a:hover {
	text-decoration: underline;
}

/******************/
/*** Edit Lists ***/
/******************/

table#edit_table {
	margin: 20px auto;
	padding: 0;
	border-collapse: collapse;
}
table#edit_table td {
	border: 1px solid #999;
}
table#edit_table table {
	margin: 10px auto;
	width: 100%;
	border-collapse: collapse
}
table#edit_table table tr {
	background-color: #eee;
}
table#edit_table table tr th {
	padding-left: 3px;
	background-color: #afc0e9;
	text-align: left;
}
table#edit_table table tr td, table#edit_table table tr th {
	border: 1px solid #999;
}
table#edit_table table tr td {
	padding: 3px;
}
table#edit_table table tr td.internal {
	color: #fc0;
	font-weight: bold;
}
table#edit_table table.filter_table {
	margin: 0;
	padding: 0;
}
table#edit_table table.filter_table tr td {
	padding: 5px;
}
table#edit_table table.filter_table tr td label {
	display: block;
}
table#edit_table table.columns_table tr td input {
	margin-right: 3px;
}
table#edit_table p.error {
	color: red;
	font-weight: bold;
}
table#edit_table table div.internal {
	border: 2px solid #fc0;
}

/******************************************/
/*** Tables For Pages With Simple Forms ***/
/******************************************/
table.simple_forms tr th {
	padding: 0 15px 10px 0;
	font-weight: normal;
	vertical-align: top;
	text-align: right;
}
table.simple_forms tr td {
	padding-bottom: 10px;
}

/************************/
/*** Order Status Box ***/
/************************/
table.order_status_box {
	margin: 10px 10px 5px 0;
	border: 2px solid #ccc;
	background-color: #fafafa;
}
table.order_status_box .fieldname {
	font-weight: bold;
	font-style: normal;
}
table.order_status_box tr td  {
	padding: 2px 4px !important;
	border: 1px solid white;
}

/***********/
/*** IE6 ***/
/***********/
table#ie6ddm,
table#ie6ddm tr td,
table#ie6ddm tr td ul li,
table#ie6ddm tr td ul li a
{
	font-size: 16px;
	line-height: 20px;
}

/************/
/*** Misc ***/
/************/
div.terminology p {
	font-size: 11px;
	line-height: 13px;
	padding: 0 0 10px 0;
}

div.popup {
	width: 600px;
	margin: 15px auto 0 auto;
}

div.popup table tr td {
	padding: 3px;
}

.print-only {
	display: none;
}

.fieldname {
	font-weight: bold;
}

input.left_align_submit {
	padding: 3px 10px;
	text-align: left;
}

h1.page_title {
   color:#2b0e72;
	text-align: center;
}

h2.page_title {
   color:#2b0e72;
	text-align: center;
}

.submit-link {
	cursor: pointer;
	background-color: white;
	border: none;
	color: #2B0E72;
	text-decoration: underline;
	font-size: 8pt;
	FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
}
.submit-link-icon {
 	position:relative;
 	top:8px;
	padding: 2px;
	border: 1px solid white;
 }
.submit-link-icon:hover {
	border: 1px outset #2B0E72;
}
.submit-link[type=submit]:hover {
	border-bottom: 1px solid #2B0E72;
}

.vpf {
	color: white;
	margin: 0 0 0 0.4em !important;
}
li.view-popup-field {
   margin: 0 0 0 0.4em !important;
}
.vpf-head {
   font-weight: bold;
}
.vpf-value {
   font-style: italic;
}

.right {
	text-align: right;
}

/**************/
/*** Footer ***/
/**************/
div.footer {
	margin: 40px auto 10px 0;
	padding: 0px;
	text-align: center;
	width: 99%;
	color: white;
}

div.footer table, div.footer table tr, div.footer table tr td {
	vertical-align: middle;
}

div.copyright, div.copyrightcenter {
	font-size: 12px;
	line-height: 14px;
}
div.copyright {
	float:left;
}
div.copyrightcenter {
	text-align: center;
}

div.footer div.notes {
	float:right;
	font-size: 12px;
	line-height: 14px;
	text-align: right;
}

div.footer a:link, div.footer a:visited {
	text-decoration: none;
	color: white;
}
div.footer a:hover {
	color: #777777;
}

a.disabled {
  color: dimgrey;
}

ul.permission-list {
  
  padding: 20px;
  border: 1px solid #ddd;
}

.gridlines {
	border: 1px solid;
	border-color: #000000;
	margin: 1px;
	padding: 1px;
	text-align: left;
	vertical-align: middle;
}

/*img {
	border: 1px solid;
	border-color: #000000;
	margin: 1px;
	padding: 1px;
}*/

html, body {	
	min-width: 1120px;
    width: 100%;
}

#carttotal:hover {
	cursor: pointer;
}

