/***	GENERAL STYLES	***/
.prevNext { 
	float				: right; 
	margin-top			: -40px;
	margin-right		: 20px;
}
.prevNext a 			{ color: #000; }
table tr.white {
	background-color	: #fff;
}


/***	BLUE TABLE	***/
/* 
light:	a4c0d0
med:	76a0b8
dark:	014f7c
*/

/* $style='Table - Blue' $value='altBlue' */
/* $name='Table - Blue' $type='table' */
table.altBlue, .altBlueGeneral {
	color				: #fff;
	/*width				: 795px;*/
	background-color	: #a4c0d0;
	border-collapse		: collapse;
	border-color		: #fff;
	border:1px solid;
	margin-left:20px;
}
table.altBlue tr th { 
	background-color	: #fff;
	color				: #000;
	font-weight			: normal;
	text-align			: left;
	padding				: 20px 10px 5px 10px;
}
table.altBlue tr td {
	border-top			: 1px solid #fff;
	border-left			: 1px solid #fff;
	padding-left		: 10px;
} 
/* $name='Table - Blue - Odd' $type='table' */
table.altBlue tr.d0 td, .altBlueOdd	{ background-color: #a4c0d0; }
/* $name='Table - Blue - Even' $type='table' */
table.altBlue tr.d1 td, .altBlueEven	{ background-color: #76a0b8; }
table.altBlue a 		{ color: #fff; text-decoration: underline; }
table.altBlue .impt 	{ color: #014f7c; font-weight: bold; }

.paginationBlue {
	color				: #014f7c;
	margin				: 20px;
}



/***	PURPLE TABLE	***/
/* 
light:	c0a9b9
med:	a28097
dark:	51123e
*/
/* $name='Table - Purple' $type='table' */
table.altPurple, .altPurpleGeneral {
	color				: #fff;
	width				: 100%;
	background-color	: #c0a9b9;
	border-collapse		: collapse;
	border-color		: #fff;
}
table.altPurple tr th { 
	background-color	: #fff;
	color				: #51123e;
	font-weight			: normal;
	text-align			: left;
	padding				: 20px 10px 5px 10px;
}
table.altPurple tr td {
	border-top			: 1px solid #fff;
	border-left			: 1px solid #fff;
	padding-left		: 10px;
} 
/* $name='Table - Purple - Odd' $type='table' */
table.altPurple tr.d0 td, .altPurpleOdd	{  background-color: #c0a9b9; }
/* $name='Table - Purple - Odd' $type='table' */
table.altPurple tr.d1 td, .altPurpleEven	{ background-color: #a28097; }
table.altPurple a			{ color: #fff; text-decoration: underline; }
/* $name='Table - Purple - Important' $type='table' */
table.altPurple td.impt		{ color: #51123e; font-weight: bold; }
.paginationPurple {
	color				: #51123e;
	margin				: 20px;
}
.paginationPurple a 	{ color: #51123e }



/***	PINK TABLE	***/
/* 
light:	ece8e1
dark:	caaaa1
*/
/* $name='Table - Pink' $type='table' */
.altPinkGeneral {
	width				: 315px;
	margin				: -15px 0px 0px 20px;
	background-color	: #caaaa1;
	border-collapse		: collapse;
	border-color		: #fff;
}
.altPinkGeneral td		{ padding:2px 5px;}
.altPink tr td {
	border-top			: 1px solid #fff;
	border-left			: 1px solid #fff;
}

/* $name='Table - Pink - Odd' $type='table' */
.altPinkOdd, .altPinkOdd td	{  background-color: #caaaa1; }
/* $name='Table - Pink - Even' $type='table' */
.altPinkEven, .altPinkEven td	{ background-color: #ece8e1; }
/* $name='Table - Pink - Important' $type='table' */
table.altPinkGeneral td.impt, table.altPinkGeneral tr.impt { color: #014f7c; font-weight: bold; }

img.alignRight {
	float				: right;
}



/***	MULTI-COLOR TABLE	***/
/*
bar:		a28097 
retail:		c0a9b9
offices:	b6ae94
health:		cec9b7
unknown:	77a0b9
*/
/* $name='Table - Purple' $type='table' */
table.altMulti, .altMultiGeneral {
	color				: #fff;
	width				: 100%;
	border-collapse		: collapse;
	border-color		: #fff;
}
table.altMulti tr.key th {
	padding				: 0 0 0 10px;
}
table.altMulti tr th { 
	color				: #000;
	font-weight			: normal;
	text-align			: left;
	padding				: 20px 10px 5px 10px;
	white-space			: nowrap;
}
table.altMulti tr td {
	white-space			: nowrap;
	border-top			: 1px solid #fff;
	border-left			: 1px solid #fff;
	padding				: 0 5px 0 10px;
} 
/* $name='Table - Multi - bar' $type='table' */
.altMultiBar, table.altMulti tr.bar td	{  background-color: #a28097; }
/* $name='Table - Multi - retail' $type='table' */
table.altMulti tr.retail td, .altMultiRetail	{ background-color: #c0a9b9; }
/* $name='Table - Multi - office' $type='table' */
table.altMulti tr.office td, .altMultiOffice	{ background-color: #b6ae94; }
/* $name='Table - Multi - health' $type='table' */
table.altMulti tr.health td, .altMultiHealth	{ background-color: #cec9b7; }
/* $name='Table - Multi - unknown' $type='table' */
table.altMulti tr.unknown td, .altMultiUnknown	{ background-color: #77a0b9; }
table.altMulti a			{ color: #fff; text-decoration: underline; }
/* $name='Table - Multi - Important' $type='table' */
table.altMulti .impt		{ color: #51123e; font-weight: bold; white-space: nowrap; }
