/* Client-specific css definitions */

/* PAGE BACKGROUNDS */
.LogoBackground{
	background-image: url(/webapp/cws/_img/logo_web.jpg);
	background-position:left;
	background-repeat:no-repeat;
}


td.bgndDark1 {
	background-color:#0000FF;
	/*filter:progid:DXImageTransform.Microsoft.Gradient(GradientType=1, StartColorStr='#0000FF', EndColorstr='#336699');*/
	background-image: url(/webapp/cws/_img/Bubbles.jpg);
	background-repeat: repeat-x;
	color:black;
}

th.bgndDark1, td.bgndDark2{
	background-color:#0000FF;
	color:white;
}

th.bgndDark1, td.bgndMed1 {
	background-color:black;
	/*filter:progid:DXImageTransform.Microsoft.Gradient(GradientType=1, StartColorStr='#0000FF', EndColorstr='#336699');*/
	color:white;
}

.bgndMed2, td.bgndMed2{
	background-color:#0000FF;
	color:white;
}

td.bgndMed1 a {
	color:#CCCCFF;
}

td.bgndLite1, body.bgndLite1
{
 background-color:#ffff00;
 border-right: solid 1px black;
}


/* DATA TABLES */


table.data {
	border: black 1px solid;
	background-color: white;
	color: black;
}

table.data td{
	border: black 1px solid;
}

table.data th{
	background-color: #0000FF;
	color: white;
	border: black 1px solid;
}

table.data tr.alternate{
	background-color: #FFFF99;
}

/* 'BCBI Sales Group' Rows */
table.data td.group-together{
	background-color: #FFFF99;
	color: black;
	font-size: 12px;
}

/* 'BCBI Category' Rows */
table.data td.category-together{
	background-color: #D5E0F7;
	color: black;
	font-size: 10px;
}


