
/***********************************
* Please NOTE: 
* These are styles that are NOT color specific.
***********************************/



/*********** Text ***********/
.db {
	color: #666666;
}

a.category {
	color: #FFFFFF;
	font-size: 18px;
	font-weight: bold;
}

.error {
	font-weight:bold;
	color:#F09F57;
}



/*********** Backgrounds ***********/

.bgimgdark {
	padding: 10px;
	background-image: url(http://www.takingitglobal.org/images/connections/db/bg-dark.gif);
	background-position:right;
	background-repeat:repeat-y;
}

.greydark {
	padding: 10px;
	background-color: #E3E3E3;
	font-size: 12px;
	color: #666666;
}

.bgimglight {
	padding: 10px;
	background-image: url(http://www.takingitglobal.org/images/connections/db/bg-light.gif);
	background-position:right;
	background-repeat:repeat-y;
}

.greylight {
	padding: 10px;
	background-color: #ECECEC;
	font-size: 12px;
	color: #666666;
}

.bgimgwhite {
	padding: 10px;
	background-image: url(http://www.takingitglobal.org/images/connections/db/bg-white.gif);
	background-position:right;
	background-repeat:repeat-y;
}

.greywhite {
	padding: 10px;
	background-color: #F6F6F6;
	font-size: 12px;
	color: #666666;
}

