/* CSS Document */
 
/* Standard tags that should be defined for all Contribute clients */
 
.alertTEXT {
	font-weight: bold;
	color: #d96187;
}

.smallTEXT {
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
}

.smallerTEXT {
	font-size: 9px;
	font-style: normal;
	font-weight: normal;
}

.smallestTEXT {
	font-size: 8px;
	font-style: normal;
	font-weight: normal;
}

.largeTEXT {
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
}

.largerTEXT {
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
}

.largestTEXT {
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
}

/* Standard TABLE formatting tags that should be defined for all Contribute clients */
 
.tableHEAD {
	background-color: #006db5;
	color: #ffffff;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding: 4px;
}

.tableLABEL {
	background-color: #eee7d1;
	color: #ab8f75;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	padding: 3px;
}

.tableDATA {
	background-color: #ffffff;
	border-bottom: 1px dotted #0089ce;
	border-right: 1px dotted #0089ce;
	color: #006db5;
	font-weight: normal;
	font-style: normal;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	padding: 3px;
}

/* CUSTOM background / font tags that should be defined on a client to client basis */
 
.paletanBG {
	background-color: #eee7d1;
}

.tanBG {
	background-color: #d5c1ae;
}

.brownBG {
	background-color: #ab8f75;
	color: #ffffff;
}

.blueBG {
	background-color: #0089ce;
	color: #ffffff;
}

.darkblueBG {
	background-color: #006db5;
	color: #FFFFFF;
}

.tanTEXT {
	color: #ab8f75;
}
.whiteTEXT {
	color: #ffffff;
}

.blueTEXT {
	color: #0089ce;
}

.darkblueTEXT {
	color: #006db5;
}
