/* ELEMENTS */
a {
	font-weight: bold;
	text-decoration: none;
}
table.mc td {
	padding: 4px 0;
	border-top: 1px solid #d7d8d9;
}
table.mc tr.certNums td {
	padding: 4px 0;
	border-top: 1px solid #d7d8d9;
	background-color: #e5eef1;
}
table.mc th {
	padding: 4px 0;
	font-weight: bold;
	text-align: left;
	background-color: transparent;
	color: #666666;
}

table.borderedBgGradient
{background: url(img/blue_table_gradient.gif) repeat-x #eef9fd; border: solid 1px #bed9e3;}


/* CLASSES */
.available {
	color: #ff0000 !important;
	font-weight: bold;
}
.bdrRt {
	border-right: 1px solid #d6d7d8;
}
.certToMng {
	background: #ffffff url(../../img/tblbg_mngcert.gif) repeat-x bottom;
	border: 1px solid #bed9e3;
	margin: 0 0 10px 0;
	padding: 20px;
}
.formfield {
	color: #000000;
}
.formlabel, .formlabelalert {
	font-weight: bold;
}
p.termsText {
        font-family : Verdana;
        font-style : normal;
        font-size : 9px; 
        color : #808080;
        font-weight : normal;
        margin : 0px 0px 10px 0px;
}
ul.termsText li {
        font-family : Verdana;
        font-style : normal;
        font-size : 9px; 
        color : #808080;
        font-weight : normal;
        margin : 0px 0px 5px 20px;
}
ul.tight {
	margin: 0 0 4px 0;
}
ul.tight li {
	margin: 0 0 0 5px;
}


/* ID's */
#priceTiersRel {
	position: relative;
}
#priceTiersAbs {
	position: absolute;
	width: 260px;
	padding: 20px;
	background-color: #fff7e8;
	border: 1px solid #a3a09a;
}