/* CSS for User Profile Table */
table.dap_user_profile_table {
	/*background-color: #fafafa;*/
	width:100%;
	/*font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;*/
	font: 100%/1.4 "freight-sans-pro", serif;
	text-transform: none;
	color: #000000;
}

/* CSS for Product Links Table */
.dap_product_links_table {
	/*background-color: #fafafa;*/
	/*width:625px;*/
	width:100%;
	/*font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;*/
	/*font: 100%/1.4 "freight-sans-pro", serif;*/
	text-transform: none;
	color: #000000;
	/*border: 1px solid #CCC;*/
	border-collapse:collapse;
	-moz-border-radius: 10px;  
  	-webkit-border-radius: 10px;  
  	-khtml-border-radius: 10px;  
  	border-radius: 10px;
	padding: 10px 10px 0 0;
}

.dap_product_links_table div {
	padding: inherit;
}

/* CSS for Product Links List */
.dap_product_links_list {
	/*padding:10px;*/
	list-style-type:none;
	list-style: none;
	line-height:2em;
	margin-left:auto;
}

/* CSS for Default Link color of Product Links */
#dap_product_links_list a {
	background-color:#fff;
	color:#0000CC;
}

/* CSS for 'Visited' Link color of Product Links */
#dap_product_links_list a:visited {
	background-color:#fff;
	color:#8F234B;
}

/* CSS for Product Heading Text Style in Product Table */
.dap_product_heading {
	/*font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
	font-size: 18px;*/
	/*font: 130%/1.2 "p22-underground", sans-serif;*/
	text-transform: uppercase;
	color: #92278f;
}

.dap_userprofile_heading {
	/*font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
	font-size: 18px;*/
	/*font: 120%/1.2 "p22-underground", sans-serif;*/
	color: #CC0000;
	font-weight: bold;
	padding: 10px 10px 20px 10px;
}

.dap_product_links_table strong { font-weight: normal; color:#8F234B; }


/* CSS for Affiliate Table Main */
table.dap_affiliate_table_main {
	border-width: 0px;
	border-style:solid;
	background-color: #fafafa;
	width:100%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #000000;
	border-collapse:collapse;
}

/* CSS for Affiliate Earnings Table */
table.dap_affiliate_details_table {
	border-width: 1px;
	border-style: solid;
	border-collapse: collapse;
	background-color: #fafafa;
	width:100%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #000000;
}

table.dap_affiliate_details_table td {
	padding: 5px;
	
	border-width: 1px;
	border-style: solid;
	border-collapse: collapse;
	background-color: #fafafa;
	-moz-border-radius: 1px 1px 1px 1px;
}


/* CSS for User Profile Table */
table.dap_user_profile_table {
	border-width: 1px;
	border-style: solid;
	border-collapse: collapse;
	background-color: #fafafa;
	width:100%;
	/*font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;*/
	/*font: 90%/1 Arial, "Helvetica Neue", Helvetica, sans-serif;*/
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #000000;
}

table.dap_user_profile_table td {
	padding: 8px;
	
	border-width: 0px;
	border-style: solid;
	border-collapse: collapse;
	background-color: #fafafa;
	background-color: #fafafa;
	-moz-border-radius: 1px 1px 1px 1px;
}

.affiliate_section_heading {
	font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
	font-size: 14px;
	color: #CC0000;
	font-weight: bold;
}

.affiliate_sub_heading {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	font-weight: bold;
}

.regulartext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	font-weight: normal;
}

.regulartextLarge {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #111111;
	font-weight: normal;
}

.regulartextLargeBold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #111111;
	font-weight: bold;
}

.regulartextVeryLargeBoldRed {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #CC0000;
	font-weight: bold;
}

/* CSS for errorMsgTemplates */
table.errorMsgTemplateTable {
	background-color: #FFFFFF;
	width:100%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #000000;
}

table.errorMsgTemplateTable td {
	font-size: 12pt;
	font-weight: normal;
	
	padding: 8px;
	border-width: 0px;
	border-style: solid;
	border-collapse: collapse;
	background-color: #FFF7C3;
	-moz-border-radius: 1px 1px 1px 1px;
}


/* ----- DEPRECATED? ------ */
/* CSS for Product Links Table 
table.dap_selfservice_table {
	background-color: #fafafa;
	border-width: 2px;
	border-style: solid;
	border-collapse: collapse;
	width:70%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #000000;
}
*/

