
/****************************************************
* BASE ELEMENTS
****************************************************/

body {
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 11px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	/* background-color: #B7BCC3; */
	background-color: #BAD2EA;
	background-image:url(images/page_bg.jpg);
}

a:link 		{ color: #000099; text-decoration: underline; }
a:visited 	{ color: #000099; text-decoration: underline; }
a:active  	{ color: #0000ff; text-decoration: underline; }
a:hover 	{ color: #0000ff; text-decoration: none; }

.admin {color: #fff; }

.table_header {
	font-weight:bold;
	background-color:#003366;
	color:#fff;
}

a.admin:link 		{ color: #fff; text-decoration: underline; }
a.admin:visited 	{ color: #fff; text-decoration: underline; }
a.admin:active  	{ color: #fff; text-decoration: underline; }
a.admin:hover 		{ color: #fff; text-decoration: none; }

a.copyright:link 		{ color: #EFEFEF; text-decoration: underline; font-size: 9px;}
a.copyright:visited 	{ color: #EFEFEF; text-decoration: underline; font-size: 9px;}
a.copyright:active  	{ color: #EFEFEF; text-decoration: underline; font-size: 9px;}
a.copyright:hover 		{ color: #EFEFEF; text-decoration: none; font-size: 9px;}

p {
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 11px;
	margin: 0px; 	/* margin defines the white space around a HTML element's border */
	padding: 0px; 	/* padding defines the white space within the element's border */	
}
th {
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 11px;
	font-weight: bold;
}
td {
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 11px;
}
h1 {
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-weight: bold;
	font-size: 19px;
	color: #0e3460;
	text-align: center;
}
h2 {
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-weight: bold;
	font-size: 17px;
	color: #0e3460;
	text-align: center;
}
h3 {
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-weight: bold;
	font-size: 15px;
	color: #0e3460;
}
h4 {
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-weight: bold;
	font-size: 13px;
	color: #0e3460;
}
em {
	font-style: italic;
}
strong {
	font-weight: bold;
}
abbr, acronym {
	text-decoration : underline;
}
blockquote {
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 13px;
	margin-left: 15px;
	margin-right: 15px;
	text-align: left;
	line-height: 20px;
}
ol, ul {
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 11px;
}
input, textarea, select {
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 11px;
}
code {
	font-family: "Courier New", Courier, monospace;
	font-size: 13px;
	line-height: 20px;
}
img {
	border: none;
}
form {
	border: none;
	margin-top: 0px;
	margin-bottom: 0px;
}

/****************************************************
* TABLE CLASSES
****************************************************/

.tableCentre {
   margin-left: auto;
   margin-right: auto;
}

.footerLinkBorder {
	border-style: solid;
	border-color: #FFFFFF;
	border-top-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-right-width: 1px;
}

.tableBorder {
	border-style: solid;
	border-color: #000000;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-width: 1px;
}

.tabBorder {
	border-style: solid;
	border-color: #000000;
	border-top-width: 1px;
	border-bottom-width: 0px;
	border-left-width: 1px;
	border-right-width: 1px;
}

/****************************************************
* BGCOLOR CLASSES
****************************************************/

.BgcolorBody {
	background : #ffffff;
}
/* Used for dark nav bar headings */
.BgcolorHard {
	background : #0e3460;
}
/* Used as the primary table background color */
.BgcolorNormal {
	background : #8cb2fd;
}
/* Used for Mon-Fri Headings */
.BgcolorBright {
	background : #5454EA;
}
/* Used to show selected navigation */
.BgcolorDull {
	background : #7B8FDA;
}
/* Used for navigation headings */
.BgcolorDull2 {
	background : #5B89DD;
}

/****************************************************
* FONT CLASSES
****************************************************/



.fontCopyright {
	color : #EFEFEF;
	font-family : Arial, Helvetica, Verdana, sans-serif;
	font-size : 9px;
}
.fontSmall {
	font-size : 9px;
}
.fontWhite {
	color : #ffffff;
}
.fontCaption {
	color : #5B608E;
	font-size : 15px;
}
.fontSearchHeading {
	font-size : 13px;
}

/****************************************************
* OTHER CLASSES
****************************************************/

.ButtonStyle {
	cursor: hand;
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 13px;
	font-weight : normal;
	color : #000000;
	background :  #8cb2fd;
}

.ButtonStyleSmall {
	cursor: hand;
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 11px;
	font-weight : normal;
	color : #000000;
	background :  #8cb2fd;
}

.Warning {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 13px;
	color : #ff0000;
	vertical-align : middle;
	font-weight : bold;
}

.SectionHeaderStyle {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 13px;
	font-weight : bold;
	color : #ffffff;
	background : #0e3460;
	text-align : left;
	padding-right : 5px;
	padding-left : 5px;
}

table.search-results {
	border-collapse:collapse;
	empty-cells:show;
}

table.search-results td {
	border-color: #003366;
	border: 1px solid;
	vertical-align:top;
}

