
table tr.last td {
	border: none;
}

table.inter {
	width: 100%;
}

table.inter td {
	border-bottom:1px solid #EEE; 
	padding: 0.7em;
	font-size: 116%;
}

table.inter td.first {
	border-top:1px solid #EEE; 
}

table.dash {
	padding: 0;
	width: 100%;
}

table.dash th {
	font-weight: bold;
}

table.dash thead th {
	background-color: #FFF;
	border-bottom: 1px solid #CCC;
	padding: 0.2em 0;
}

table.dash td {
	border-bottom: 1px solid #EEE;
	padding: 0.5em 0;
}

table.dash td.last {
	border-bottom: none;
}

table.dash tfoot td {
	border: none;
	padding: 0.2em 0.5em;
	font-weight: normal;
}

table.ccardmatrix {
	table-layout:auto;
}

table.ccardmatrix td {
	padding: 0.5em;
}

.lsearch {
	border: none;
	width: 100%;
}

.lsearch td{
	padding: 0.5em;
}

.lsearch td {
	border: none;
}

.feed-specs {
	border:1px solid #DDDDDD;
	border-collapse:separate;
	table-layout:auto;
}

.feed-specs th, .feed-specs td{
	padding: 0.5em;
}

.feed-specs th {
	background-color:#DDDDDD;
	font-weight:bold;
}

.feed-specs td {
	border-bottom: 1px solid #DDD;
}

ul.ccardscheck {
	list-style-type: disc;
	margin-bottom: 1em;
}

ul.ccardscheck li {
	list-style-type: none;
	padding: 0 0 1.5em 0;
}

div.dashbox {
	width: 100%;
	border: 1px solid #DDD;
	margin-bottom: 3em;
}

div.dashbox h3 {
	background: transparent url('/images/shead-bg.gif') repeat-x scroll left
		bottom;
	font-size: 108%;
	font-weight: bold;
	padding: 0.4em 0.5em;
	border-bottom: 1px solid #CCC;
}

div.dashbox div.dashcontent {
	padding: 1em;
}

#topnav {
	width: 100%;
	border-bottom: 2px solid #DDD;
	text-align: right;
	padding: 3px 0;
	background-color: #F5F5F5;
}

#topnav .right {
	width: 48%;
	float: right;
	margin-right: 1em;
}

#navcontainer {
	background: transparent url('/images/shead-bg.gif') repeat-x scroll left
		bottom;
	border: 1px solid #EEE;
	border-bottom: 1px solid #DDD;
	font-size: 116%;
	padding: 0.5em;
	margin-top: 1em;
	cursor: pointer;
}

#navlist li {
	display: inline;
	list-style-type: none;
	padding-right: 30px;
}

#navlist ul {
	margin-top: 0.5em;
	border: 1px solid #CCC;
	border-bottom: none;
}

#navlist ul li {
	display: block;
	list-style-type: none;
	padding-right: 30px;
	background-color: #F5F5F5;
	border-bottom: 1px solid #CCC;
	width: 150px;
	padding: 0.3em;
}

.custom_tip .tip {
	background-color: #333;
	padding: 5px;
	width: 300px;
}

.custom_tip .tip-title {
	color: #fff;
	background-color: #666;
	padding: 5px;
}

.custom_tip .tip-text {
	color: #fff;
	padding: 5px;
	text-align: left;
}

table.dash caption {
	background: transparent url('/images/shead-bg.gif') repeat-x scroll left
		bottom;
	font-size: 108%;
	font-weight: bold;
	padding: 0.4em 0.5em;
	border: 1px solid #CCC;
	border-bottom: none;
}

.w100pc {
	width: 100%;
}

/* from facebook */
.generic_dialog {
	height: 0;
	left: 0;
	overflow: visible;
	position: fixed; /*dw*/
	top: 0;
	width: 100%;
	z-index: 101;
}

#generic_dialog_iframe {
	left: 0;
	position: absolute;
	top: 0;
	z-index: 3;
}

.generic_dialog .generic_dialog_popup {
	height: 0;
	overflow: visible;
	position: relative;
}

.generic_dialog div.dialog_loading {
	background-color: #F2F2F2;
	border: 1px solid #606060;
	font-size: 24px;
	padding: 10px;
}

#generic_dialog_overlay {
	display: block;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 100;
}

.dialog_body .dialog_content_img {
	float: left;
	margin-right: 15px;
}

.dialog_body .dialog_content_txt {
	float: left;
	padding-bottom: 5px;
	width: 300px;
}

.dialog_body .dialog_content_body {
	padding-bottom: 13px;
}

.dialog_body .form_label {
	padding-right: 5px;
}

.dark_dialog_overlay {
	background-image: url(/images/facebook-overlay.png);
	background-repeat: repeat;
}

* html .dark_dialog_overlay {
	background-color: transparent;
	background-image: url(/images/blank.gif);
}

.full_bleed .pop_dialog_table td.pop_content .dialog_body {
	padding: 0;
}

table.pop_dialog_table {
	border-collapse: collapse;
	direction: ltr;
	margin: auto;
	table-layout: fixed;
	width: 465px;
}

table.pop_dialog_table td,table.pop_dialog_table tr,table.pop_dialog_table th
	{
	border: none;
}

td.pop_topleft,td.pop_topright,td.pop_bottomleft,td.pop_bottomright {
	height: 10px;
	overflow: hidden;
	padding: 0 !important;
	width: 10px !important;
}

td.pop_topleft {
	background: transparent url(/images/facebook-pop-dialog-sprite.png)
		no-repeat scroll 0 0;
}

td.pop_topright {
	background: transparent url(/images/facebook-pop-dialog-sprite.png)
		no-repeat scroll 0 -10px;
}

td.pop_bottomleft {
	background: transparent url(/images/facebook-pop-dialog-sprite.png)
		no-repeat scroll 0 -20px;
}

td.pop_bottomright {
	background: transparent url(/images/facebook-pop-dialog-sprite.png)
		no-repeat scroll 0 -30px;
}

td.pop_top,td.pop_bottom {
	background: transparent url(/images/facebook-pop-dialog-sprite.png)
		repeat-x scroll 0 -40px;
}

td.pop_side {
	background: transparent url(/images/facebook-pop-dialog-sprite.png)
		repeat-y scroll -10px 0;
}

td.pop_content {
	background-color: white;
	direction: ltr;
	padding: 0;
}

.pop_dialog_rtl td.pop_content {
	direction: rtl;
}

td.pop_content h2.dialog_title {
	background: #7e518a none repeat scroll 0 0;
	border: 1px solid #3a2640;
	color: white;
	font-size: 14px;
	font-weight: bold;
	margin: 0;
}

td.pop_content h2.dialog_loading {
	background: #6D84B4 url(/images/facebook-indicator_white_small.gif)
		no-repeat scroll 400px 10px;
	padding-right: 40px;
}

td.pop_content h2 span {
	display: block;
	padding: 4px 10px 5px;
}

td.pop_content .dialog_content {
	background: #FFFFFF none repeat scroll 0 0;
	border-color: #555555;
	border-style: solid;
	border-width: 0 1px 1px;
}

td.pop_content .dialog_body {
	border-bottom: 1px solid #CCCCCC;
	padding: 10px;
}

td.pop_content .dialog_summary {
	background: #F2F2F2 none repeat scroll 0 0;
	border-bottom: 1px solid #CCCCCC;
	padding: 8px 10px;
}

td.pop_content .dialog_buttons {
	background: #F2F2F2 none repeat scroll 0 0;
	padding: 8px;
	text-align: right;
}

td.pop_content .dialog_buttons input {
	margin-left: 5px;
}

td.pop_content .dialog_buttons_msg {
	float: left;
	padding: 5px 0 0;
}

td.pop_content .dialog_footer {
	background: #F2F2F2 none repeat scroll 0 50%;
}

/* david walsh custom */
#fb-modal {
	display: none;
}

#fb-close {
	cursor: pointer;
}

#help-content {
	width: 475px;
	overflow: auto;
	height: 300px;
	padding: 0.5em;
}

#help-content h3 {
	font-size:116%;
	margin-top: 1.5em;
	text-decoration: underline;
}

#help-content h3.first {
	margin-top: 0em;
}

.help-trigger {
	cursor: pointer;
}

.profile {
	margin-bottom: 2em;
	border-bottom: 1px dotted #DDD;
	padding-bottom: 1em;
}

.profile div.head {
	
}

.profile h3 {
	color: #924426;
	display: inline;
	font-size: 153.9%;
	font-weight: normal;
}

.bxhelp,.bxinfo,.bxsuccess,.bxwarning,.bxerror {
	border: 1px solid;
	margin-bottom: 10px;
	padding: 15px 10px 15px 50px;
	background-repeat: no-repeat;
	background-position: 10px center;
}

.bxhelp a,.bxinfo a,.bxsuccess a,.bxwarning a,.bxerror a {
	font-weight: bold;
	text-decoration: underline;
}

.bxclean-gray {
	border: solid 1px #DEDEDE;
	background: #EFEFEF;
	color: #222222;
	padding: 4px;
}

.bxhighlight {
	background-color: #F8EFFB;
	border: 1px solid #992EBD;
	padding: 10px;
	color: #992EBD;
}

.bxhelpform {
	color: #777;
	padding: 15px 10px 15px 10px;
	background-color: #F5F5F5;
	border: 3px solid #EEE;
	font-size: 93%;
	background: #F5F5F5 url("/images/bxhelpform.gif") no-repeat right top;
}

.bxhelp {
	color: #00529B;
	background-color: #BDE5F8;
	background-image: url('/images/bxhelp.gif');
}

.bxinfo {
	color: #7A2692;
	background-color: #F0DBF5;
	background-image: url('/images/bxinfo.gif');
}

.bxsuccess {
	color: #4F8A10;
	background-color: #DFF2BF;
	background-image: url('/images/bxsuccess.gif');
}

.bxwarning {
	color: #9F6000;
	background-color: #FEEFB3;
	background-image: url('/images/bxwarning.gif');
}

.bxerror {
	color: #D8000C;
	background-color: #FFBABA;
	background-image: url('/images/bxerror.gif');
}

.addObject,.viewObject {
	font-size: 116%;
	padding-left: 1.4em;
	font-weight: bold;
}

.addObject {
	background: transparent url("/images/add-object.gif") left no-repeat;
}

.viewObject {
	background: transparent url("/images/view-object.gif") left no-repeat;
}

.activeStatus {
	background-color: #357E20;color: white;font-weight: bold;
}

.inactiveStatus{
	background-color: #D00;color: white;font-weight: bold;
}

.wpaybigbtn {
	padding: 1em;background-color: #DDD;border: 4px solid #555;text-align: center;font-size: 161.6%;
}

ul.products {
	font-size: 116%;
}

ul.products li {
	padding: 0.7em 0;
}
