/**************************************************************************
 *
 * hosting.css
 *
 * (C)2004 Parawise internet software, all rights reserved
 * author: Sjoerd Talsma, s.talsma@parawise.com
 *
 * Use is strictly limited to the PARAWISE.COM site. As a result, this
 * information may not be used outside the PARAWISE.COM website.
 *
 * --
 * Parawise                 tel:    +31 6 5246 6128
 * Fazantstraat 200         email:  info@parawise.com
 * 7523 ED  Enschede        web:    www.parawise.com
 *
 * Parawise is listed with the Dutch Chamber of Commerce
 * (Kamer van Koophandel Veluwe en Twente) under number 08109904.
 *
 *************************************************************************
 * ParaWise color scheme
 * PW-darkgrey:		rgb(103,103,103) 	/ #676767
 * PW-blue:			rgb(133,173,214) 	/ #85ADD6
 * PW-darkblue:		rgb(51,51,153) 		/ #333399 / #339
 *************************************************************************/

table.plans {
	border: 			1px solid rgb(195,199,212);
}
			
table.plans * {
	margin:				0;
	padding:			0;
}

table.plans {
	width:				100%;
}

table.plans td {
	padding:			6px 4px;
	font-size:			85%;
	font-weight:		bold;
	/* color:			rgb(103,103,103); */
	color:				rgb(80,80,80);
}

table.plans td.label {
	color:				black;
}

table.plans td.label span.elaborated {
	font-weight:		normal;
}

table.plans td.bronze {
	/* color: 			#A67D3D; bronze */
	background-color:	rgb(219,231,242);
	text-align:			center;
}

table.plans td.silver {
	/* color:			#E6E8FA; silver */
	background-color:	rgb(213,226,240);
	text-align:			center;
}

table.plans td.gold {
	/* color:			#CD7F32; gold */
	background-color:	rgb(204,221,238);
	text-align:			center;
}

table.plans td.platinum {
	background-color:	rgb(197,216,235);
	text-align:			center;
}

table.plans thead td, table.plans .header td, table.plans td.header,
table.plans tfoot td, table.plans .footer td, table.plans td.footer {
	padding:			2px 4px;
	background-color: 	rgb(245,245,255);
	color:				black;
	font-weight:		bold;
	border-top:			1px solid rgb(195,199,212);
	border-bottom:		1px solid rgb(195,199,212);
}

table.plans thead a, table.plans .header a {
	color:				black;
}

/*
table.plans tfoot td, table.plans .footer td, table.plans td.footer {
	background:			rgb(103,103,103);
	color:				white;
	font-weight:		bold;
}
*/
