/* This rule resets a core set of elements so that they will appear consistent across browsers. Without this rule, content styled with an h1 tag, for example, would appear in different places in Firefox and Internet Explorer because each browser has a different top margin default value. By resetting these values to 0, the elements will initially be rendered in an identical fashion and their properties can be easily defined by the designer in any subsequent rule. */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
}
/* The body is the outermost layout component and contains the visible page content. Setting properties for the body element will help to create consistent styling of the page content and more manageable CSS. Besides using the body element to set global properties, it is common to use the body element to set the background color of the page and create a centered container for the page content to display. */
body {
  background-color: #daa520;
  color: #000;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  line-height: 14px;
  margin: 0 0 0 0; /* Sets the margin properties for an element using shorthand notation (top, right, bottom, left) */
  padding: 0 0 0 0; /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */
  text-align: center; /* Centers the page content container in IE 5 browsers. */
}

img{border: none}

/* Commonly used to style page titles. */
h1 {
  color: #000;
  font-size: 14px;
  font-weight: bold;
  line-height: 14px;
}
/* Commonly used to style section titles. */
h2 {
  color: #000;
  font-size: 12px;
  font-weight: bold;
  line-height: 14px;
}


/* LEFT NAV BAR COLUMN LINKS */
#outerWrapper #navBarWrapper #navLeftColumn1 a,
#outerWrapper #navBarWrapper #navLeftColumn1 a:link,
#outerWrapper #navBarWrapper #navLeftColumn1 a:visited {
  color: #8f0000;
  text-decoration: underline;
}
#outerWrapper #navBarWrapper #navLeftColumn1 a:hover{
  color: #000000;
  text-decoration: none;
}
/* LEFT NAV BAR LINKS END */

/* new footer links top */
#f1 a,
#f1 a:link,
#f1 a:visited {
  color: #8f0000;
  text-decoration: underline;
}
#f1 a:hover{
  color: #000000;
  text-decoration: none;
}
#f2 a,
#f2 a:link,
#f2 a:visited {
  color: #8f0000;
  text-decoration: underline;
}
#f2 a:hover{
  color: #000000;
  text-decoration: none;
}
/* new footer links bottom */



/* FOOTER 1 LINKS */
#outerWrapper #footer1 a,
#outerWrapper #footer1 a:link,
#outerWrapper #footer1 a:visited {
  color: #8f0000;
  text-decoration: underline;
}
#outerWrapper #footer1 a:hover{
  color: #000000;
  text-decoration: none;
}

/* footer 2 links */
#outerWrapper #footer2 a,
#outerWrapper #footer2 a:link,
#outerWrapper #footer2 a:visited {
  color: #8f0000;
  text-decoration: underline;
}
#outerWrapper #footer2 a:hover{
  color: #000000;
  text-decoration: none;
}




/* 2 inputs on the home page */ 
#outerWrapper #subTitle #txtSearch input{
	float: left;
	color: #333333;
	background:#daa620;
	border: 1px solid #999999; font-size:11px
}






/* left content column links 
#outerWrapper #contentWrapper #leftColumn1 a,
#outerWrapper #contentWrapper #leftColumn1 a:link,
#outerWrapper #contentWrapper #leftColumn1 a:visited {
  color: #fffacd ;
  text-decoration: underline;
}
#outerWrapper #contentWrapper #leftColumn1 a:hover{
  color: #8f0000;
  text-decoration: none;

}*/
/* left column links end */

/* right content column links */
#outerWrapper #contentWrapper #rightColumn1 a,
#outerWrapper #contentWrapper #rightColumn1 a:link,
#outerWrapper #contentWrapper #rightColumn1 a:visited {
  color: #fffacd ;
  text-decoration: underline;
}
#outerWrapper #contentWrapper #rightColumn1 a:hover{
  color: #8f0000;
  text-decoration: none;
}
/* rightcolumn links end */


/* centre content links */
#outerWrapper #contentWrapper #content a,
#outerWrapper #contentWrapper #content a:link,
#outerWrapper #contentWrapper #content a:visited {
  color: #000;
  font-family:"Calibri", "Lucida Sans Unicode", Arial, sans-serif;
  text-decoration: underline;
  font-size:10pt;
  
}
#outerWrapper #contentWrapper #content a:hover{
  color: #8f0000;
  text-decoration: none;
}
/* rightcolumn links end */

.selectOptionStyle{	
	font-family: Arial, Helvetica, sans-serif;
	font-size:11px
}

/*EKTRON STUFF*/
.btn{
	float: left;
	color: #333333;
	background:#daa620;
	border: 1px solid #999999; 
	font-size:11px;
	width: 100px;
	margin-left:120px;}

#ctl00_ContentPlaceHolder1_btnAdd{margin:0px;}

#ekResetPassSubmitButton input{
	float: left;
	color: #333333;
	background:#daa620;
	border: 1px solid #999999; 
	font-size:11px
}


#__ekResetPassSubmitButton{
	margin-left: 40px;
	float: left;
	color: #333333;
	background:#daa620;
	border: 1px solid #999999; 
	font-size:11px
}
/* The following is the cms.css */
/* The following is the cms.css */
/* The following is the cms.css */

.largeTitle{
  font-size: 26px;
	font-family: Arial, Helvetica, sans-serif;
  line-height: 26px;
	color:#fff;
}
.largeTitleItalic{
  font-size: 26px;
	font-family: Arial, Helvetica, sans-serif;
  line-height: 26px;
	font-style:italic;
	color:#fff;
}
.subTitle{
  font-size: 18px;
	font-family: Arial, Helvetica, sans-serif;
	color:#fff;
	font-style:italic;
	margin: 0px; padding: 0px;
}

.redFont{
	color: #8f0000;
}

.TableWithBorders{
	border: 1px solid #000;
	border-collapse:collapse;
	background-color:#FBEE7B;}

.TableWithBorders td{
	padding: 10px;
}


