/* StyleSheet for TinyMCE */
.textSiteRed {
	color: #ab132a;
}
.textGrey {
	color: #ababab;
}
.textAdminBlue {
	color: #3196eb;
}
.tableGrayFull {
	border: solid 1px #cccccc;
	border-collapse: collapse;
	width: 99%;
	background-image: URL(bg_formtable.gif);
	background-repeat: repeat-x;
	background-color: #f4f2f1;
}
.tableGrayFull img {
	border: solid 1px #e1e1e1;
	margin: 10px;
}
.tableGrayFull th strong {
	color: #fff;
}
.tableGrayFull th {
	background: #93BC0C url(nav.jpg) repeat-x;
	height: 29px;
	padding-left: 12px;
	padding-right: 12px;
	color: #FFF;
	text-align: left;
	border-left: 1px solid #B6D59A;
	border-bottom: solid 2px #FFF;
}
.tableGrayFull tr {
	height: 25px;
}
.tableGrayFull td {
	padding: 5px 5px 5px 5px;
	border-bottom: 1px solid #DFDFDF;
	vertical-align:top;
}
.tableGraySmall {
	border: solid 1px #cccccc;
	border-collapse: collapse;
	width: 450px;
	background-image: URL(bg_formtable.gif);
	background-repeat: repeat-x;
	background-color: #ffffff;
}
.tableGraySmall th strong {
	color: #fff;
}
.tableGraySmall th {
	background: #93BC0C url(nav.jpg) repeat-x;
	height: 29px;
	padding-left: 12px;
	padding-right: 12px;
	color: #FFF;
	text-align: left;
	border-left: 1px solid #B6D59A;
	border-bottom: solid 2px #FFF;
}
.tableGraySmall tr {
	height: 25px;
}
.tableGraySmall td {
	padding: 5px 20px 5px 20px;
	border-bottom: 1px solid #DFDFDF;
	vertical-align:middle;
}
