/************** HEADING styles **************/

h1, h2, h3, h4, h5, h6	{	
	margin: 0; 
	margin-bottom: 1.2em;
	padding: 0;
	color: #dd4814;
	font-weight: 600;
	letter-spacing: .1em;	
}
h1 { font-size: 1.6em; }

/* h1#pageTitle {
	padding-left: 60px;
	margin-bottom: .5em;
	min-height: 50px;
	vertical-align: middle;
	background-image: url(../images/pageTitle_ornament.gif);
	background-position: 0 -90%;
	background-repeat: no-repeat;
}

h1#pageTitle {
	margin-bottom: .5em;
}
*/

h2 { font-size: 1.3em; }
h3 { font-size: 1.2em; font-style: italic; }
h4 { font-size: 1.1em; font-style: italic; color:#fd850a; }

p { 
	font-size: 1em;
	line-height: 1.4em; 
}

form, td  { font-size: 9pt; }
td { vertical-align: top; }

/*
td p { margin: 0; }
*/

.clear {
	clear: left; 
	line-height: 0; 
	height: 0;
}

/******* HYPERLINK styles *******/

a:link, a:visited {
	color: #047e9c;
	text-decoration: underline;
}
a:hover{
	color: #000;
}
/* tooltip */
a.showTerm { text-decoration: none; border-bottom: 1px dashed #047e9c; }
a.showTerm:hover { text-decoration: none; border-bottom: 1px dashed #000; }

/*************** LIST styles ***************/

ul {
	margin-left: .7em;
	padding-left: .5em;
	list-style-type: square;
	font-size: 1em;
	line-height: 1.4em; 
}

ul ul {
	list-style-type: disc;
}
ul ul ul {
	list-style-type: none;
}

/********* FORM and related tag styles *********/

form {
	margin: 0;
	padding: 0;
}
input, textarea {
	margin: 0;
	padding: 1px;
	font-size: 1em;
	border: solid 1px #b77278;
}
.noBorder {
	border: none;
}
select {
	margin: 0;
	padding: 0;
	font-size: 1em;
}

/************** Text styles *****************/

.mediumText {
	font-size: 90%;
}
.smallText {
	font-size: 80%;
}
.smallTextGrey {
	font-size: 80%;
	color: #777;
}
.smallTextRed {
	padding: 2px;
	font-size: 80%;
	color: #ff0000;
}

/***********************************************/
/* TABLE Styles                                */
/***********************************************/

/************** DEFAULT Table styles *****************/

th {
	margin: 0;
	padding: 0;
	letter-spacing: 1px;
	text-align: left;
}
/*
td, td img {
	margin: 0;
	padding: 0;
}*/
td {
	margin: 0;
	padding: 0;
}

td p {
	margin-top: 0;
}

td ul {
	margin-left: 1.7em;
	padding: 0;
}
/* IE/Win hack */
html>body td ul {
	margin-left: 1.3em;
	padding: 0;
} 

/* __________ form table __________ */

.formTBL { 
	margin-top: 2em;
	border: 1px solid #987944; 
}
.formTBL th { 
	padding: 5px;
	color: #fff;
	text-align: left;
	background-color: #009ba6;
}
.formTBL td { padding: 5px; }
.formTBL td.label { 
	font-weight: bold; 
	color: #443619;
	background-color: #eee9dd;
}


/* Button */
.buttonBorder {	
	font-size: .8em;
	font-weight: bold;
	color: #91262f;
	letter-spacing: 1px;
	white-space: nowrap;
	margin: 1em 0 1em 0;
	padding: 2px 5px 2px 5px;
	border: 1px solid #91262f;
	background: #e3c9cb;
}
a.buttonBorder:link, a.buttonBorder:visited {	
	color: #91262f;
	font-weight: bold;
	letter-spacing: 1px;
	text-decoration: none;
	margin: 0;
	padding: 2px 5px 2px 5px;
	border: 1px solid #91262f;
	background: #e3c9cb;
}
a.buttonBorder:hover {	
	color: #fff;
	text-decoration: none;
	border: 1px solid #91262f;
	background: #91262f;
}



/* misc styles */

td.spacerColor1 {
	margin: 0;
	padding: 0;
	height: 4px;
	background-color: #e3e2f5;
}
div.hr {
	margin-top: 20px;
	margin-bottom: 20px;
	font-size: 1px;
	line-height: 1px;
	height: 1px;
	border-top: 1px solid #dd4814;
}
div.hr_1pxDotted {
	margin-top: 20px;
	margin-bottom: 20px;
	font-size: 1px;
	line-height: 1px;
	height: 1px;
	border-top: 1px dotted #dd4814;
}
div.hr_1pxDashed {
	margin-top: 20px;
	margin-bottom: 20px;
	font-size: 1px;
	line-height: 1px;
	height: 1px;
	border-top: 1px dashed #dd4814;
}
div.hr_double {
	margin-top: 20px;
	margin-bottom: 20px;
	font-size: 1px;
	line-height: 1px;
	height: 1px;
	border-top: 3px double #dd4814;
}



.smallText {
	font-size: .9em;
}
.text_red { color: red; }


.linksList li {
	margin: 0 0 1em 0;
}
.FAQanswer {
	margin: -.5em 0 2em 1em;
}

.borderText {
	padding: 10px;
	border: 1px solid #15667a;
	background-color: #d0e0e4;
}

td.calendarDay {
	width: 65px;
	height: 70px;
	
	font-size: .8em;
	color: #666;
	font-weight: bold;
	line-height: 1.5em;
	background-image: url(../images/events_calendar.png);
	background-position: top left;
	background-repeat: no-repeat;
}

/* GBL search form */
table.searchForm td, table.searchForm th { padding: 5px; font-size:.8em; }
table.searchForm th { color: #fff; background-color: #009ba6; }
table.searchForm td.label { background:none }

form.searchForm select { font-size: 100%; }

/* Checklist */

#checkList_listing a { 
	display: block;
	text-decoration: none; 
}

#checkList_listing h1 { 
	margin-bottom: .1em;
	padding: 5px;
	font-size: 1.1em;
	background-color: #009ba6; }
#checkList_listing h1 a { color: #fff; }

#checkList_listing h2 { 
	margin-bottom: .1em;
	padding: 5px;
	font-size: 1em;
	background-color: #eee9dd; }
#checkList_listing h1 a { color: #fff; }

#checkList_listing table.level2 { margin-bottom: 1em; }
