/*!
* jQuery Mobile 1.4.5
* Git HEAD hash: 68e55e78b292634d3991c795f06f5e37a512decc <> Date: Fri Oct 31 2014 17:33:30 UTC
* http://jquerymobile.com
*
* Copyright 2010, 2014 jQuery Foundation, Inc. and othercontributors
* Released under the MIT license.
* http://jquery.org/license
*
*/


/* Additional Swatch settings */
/* A */

/* MSB tables */
#personality.ui-page-theme-a .msb .msb-list table tbody td.bg-red {
	background-color: #FFF2F2;
	background-color: rgba(255, 0, 0, 0.05);
}
#personality.ui-page-theme-a .msb .msb-list table tbody td.bg-green {
	background-color: #FFF2F2;
	background-color: rgba(0, 166, 0, 0.05);
}



/* B */

/* MSB tables */
#personality.ui-page-theme-b .msb .msb-list table tbody td.bg-red {
	background-color: #FF0000;
	background-color: rgba(255, 0, 0, 1);
	color: white
}
#personality.ui-page-theme-b .msb .msb-list table tbody td.bg-green {
	background-color: #00A600;
	background-color: rgba(0, 166, 0, 1);
	color: white
}



/* C */

/* MSB tables */
#personality.ui-page-theme-c .msb .msb-list table tbody td.bg-red {
	background-color: #9a0000;
}
#personality.ui-page-theme-c .msb .msb-list table tbody td.bg-green {
	background-color: #007606;
}
#personality.ui-page-theme-c .msb table thead th {
	border-bottom: 1px solid #888888; /* non-RGBA fallback */
	border-right: 1px solid #888888; /* non-RGBA fallback */
	border-bottom: 1px solid rgba(136, 136, 136, 0.5);
	border-right:  1px solid rgba(136, 136, 136, 0.5);
}
#personality.ui-page-theme-c .msb table tbody th,
#personality.ui-page-theme-c .msb table tbody td {
	border-bottom: 1px solid #888888; /* non-RGBA fallback  */
	border-right: 1px solid #888888; /* non-RGBA fallback  */
	border-bottom: 1px solid rgba(136, 136, 136, 0.5);
	border-right: 1px solid rgba(136, 136, 136, 0.5);
}
#personality.ui-page-theme-c .msb table thead th,
#personality.ui-page-theme-c .msb table tbody th .ui-table-cell-label,
#personality.ui-page-theme-c .msb table tbody td .ui-table-cell-label {
	color: #ffffff;
}
#personality.ui-page-theme-c .vowelcons table tr.all td {
	background-color: #383838;
}
#personality.ui-page-theme-c table.types td.value,
#personality.ui-page-theme-c .vowelcons table td {
	background-color: #656565;
}
#personality.ui-page-theme-c table.keys td.sum {
	background-color: #656565
}