/* --- Font Size Conversion Table From Base 16px --- */
/* ---  9px = 57% --- */
/* --- 10px = 63% --- */
/* --- 11px = 69% --- */
/* --- 12px = 75% --- */
/* --- 13px = 82% --- */
/* --- 14px = 88% --- */
/* --- 15px = 94% --- */
/* --- 16px = 100% --- */
/* --- 18px = 113% --- */
/* --- 20px = 125% --- */
/* --- 24px = 150% --- */

.gradientBg {
	background: url('/images/bg.gif');
	background-repeat: repeat-x;
}

td,th {
	font-family: Arial, Helvetica, sans-serif;
}

#search {
	font-size: 75%;
	width: 130px;
	height: 15px;
}

/*------- CUSTOM FORMS Fonts Scaled to Suit -------*/
.customFormTable td {
        padding: 4px;
        vertical-align: top;
        white-space: nowrap;
}

.customFormFullWidth {
        width: 100%;
}

.customFormHeading {
        font-family: Verdana, Arial, Helvetica, sans-serif;
        font-size: 117%;
        color: #228296;
}

.customFormCategory {
        font-family: Verdana, Arial, Helvetica, sans-serif;
        font-weight:bold;
}

.customFormMandatoryField {
        color: #228296;
        font-size: 117%;
}


/*------- BREAD CRUMBS -------*/
.breadCrumbs {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 69%;
	color: white;
}
.breadCrumbs a {
	color: white;
	text-decoration:none;
}
.breadCrumbs a:hover{
	text-decoration: underline;
}

/*------- FOOTER ---------*/
#footer {
	font-size: 63%;
	color: #FFFFFF;
}

#footer a {
	color: white;
	text-decoration: none;
	font-weight: normal;
}

#footer a:hover {
	text-decoration: underline;
}


/*------- SECOND LEVEL NAV ---------*/
#secNav td {
	background-color: #C7DFD4;
	padding-top: 5px;
	padding-bottom: 5px;
/*	padding-top: 4px;
	padding-bottom: 5px;*/
	border-bottom: 1px solid white;
}

#secNav a {
	font-size: 63%;
	color: #006476;
	text-decoration: none;
}
#secNav a:hover {
	text-decoration: underline;
}

#secNav a.active {
	text-decoration: underline;
}


/* use this to convert second level nav to ul & li
#secNav ul {
	font-family: Arial, Helvetica, sans-serif;
	background-color: white;
	width: 100%;
	list-style-type: none;
	list-style-position: outside;
	padding: 0px;
	margin: 0px;
}

#secNav ul li {
	background-color: #C7DFD4;
	border-bottom: 1px solid white;
	vertical-align: middle;
	padding: 5px 0px 9px 15px;
}

#secNav ul li a {
	font-size: 63%;
	color: #006476;
	text-decoration: none;
}

#secNav ul li a:hover {
	text-decoration: underline;
}/**/
