/*
	Author: John Coleman
	Date: 03/11/05
	File: _layouts/text.css

	LOG: 
	MODIFIER:			DATE:		DESCRIPTION:
	John Coleman		03/11/05	Created the File
*/

.title {
	font-size: 14px;
	font-weight: bold;
	color: #990000;
}

.subtitle {
	font-size: 12px;
	font-weight: bold;
	color: #990000;
}

.small_text {
	font-size: 10px;
}

.large_text {
	font-size: 12px;
}

.big_text {
	font-size: 18px;
}

.white_text, .white_text td {
	color: #FFFFFF;
}

.black_text, .black_text td {
	color: #000000;
}

.green_text, .red_text td {
	color: #7CA52D;
}

.red_text, .red_text td {
	color: #A52D37;
}

.blue_text, .red_text td {
	color: #0F4E91;
}

.gray_text, .gray_text td {
	color: #666666;
}

.timeline_text {
	padding-top: 9px;
	padding-left: 4px;
	padding-right: 20px;
}

td.catalog_title {
	background-color: #F3F3F3;
	color: #CD3218;
	cursor: hand;
	cursor: pointer;
}

td.catalog_title a {
	color: #CD3218;
}

.flabel {
	font-weight: bold;
	color: #666666;
}

.error, .req {
	font-weight: bold;
	color: #CC0000;
}