/* ------------------------------------------------------------------------------ */
/* Default. */
/* ------------------------------------------------------------------------------ */

html, body {
  color: black;
  /* background: url(i/background.gif) white; */
  background: white;
  margin: 0px;
  font-family: verdana,arial,sans-serif;
  font-size: 8pt;
}

a:link {
  color: black;
  background-color: transparent;
}

a:visited {
  color: black;
  background-color: transparent;
}

a:hover {
  color: #003399;
  background-color: transparent;
}

img { 
  border: 0px;
  text-decoration: none;
}

h1 {  /* Significant notification - vouchers etc */
  font-size: 12pt;
  font-weight: bold;
  margin: 0;
  padding: 0px 4px 4px 0px;
  }

h2 {  /* Navigation */
  font-size: 9pt;
  font-weight: bold;
  margin: 10px 0px 10px 0px;
  padding: 0;
  }

h3 {  /* Page headings - console  */
  font-size: 12pt;
  font-weight: bold;
  margin: 0;
  }

h4 {  /* Text headings (below image titles on Privacy, Legal) */
  font-size: 8pt;
  font-weight: bold;
  margin: 0;
  padding: 0;
  color: black;
  }

li ul {
  margin: 2px;
  padding: 0px;
  list-style-type: disc;
  }

.icon {
 margin-left: 5px;
 }

/* ------------------------------------------------------------------------------ */
/* Page Layout */
/* ------------------------------------------------------------------------------ */

.pageLayout {
  text-align: center;
  margin: 0px;
  padding: 0px;
  }

.pageLayout table {
  margin-left: auto; 
  margin-right: auto; 
  text-align: left;
  }

.contentRegion {
  text-align: left;
  vertical-align: top;
  width: 780px;
  margin-top: -2px;
  }

.leftColumn {
  text-align: left;
  vertical-align: top;
  border-width: 4px 2px 4px 6px;
  border-style: solid;
  border-color: #ccc;
  background-color: white;
  width: 218px;  /* For IE5/Win: width = [actual width] + [padding] + [borders] */
                 /* width = 200 + 0 + 0 */
  voice-family: "\"}\"";  /* Stop IE5/Win from reading below - by Tantek Celik & Eric Costello */
  voice-family: inherit;
  width: 210px;  /* Actual width (for non IE5/Win) */
  }     html>body .leftColumn {  /* Be nice to Opera 5 rule */
        width: 210px;  /* Actual width (for Opera) */
        }  

.rightColumn {
  text-align: left;
  vertical-align: top;
  border-width: 4px 6px 4px 2px;
  border-style: solid;
  border-color: #ccc;
  background-color: white;
  padding-bottom: 50px;
  width: 562px;  /* For IE5/Win: width = [actual width] + [padding] + [borders] */
                 /* width = 200 + 0 + 0 */
  voice-family: "\"}\"";  /* Stop IE5/Win from reading below - by Tantek Celik & Eric Costello */
  voice-family: inherit;
  width: 554px;  /* Actual width (for non IE5/Win) */
  }     html>body .rightColumn {  /* Be nice to Opera 5 rule */
        width: 554px;  /* Actual width (for Opera) */
        }  

.fullColumn {
  text-align: left;
  vertical-align: top;
  width: 770px;
  border-width: 4px 6px 4px 6px;
  border-style: solid;
  border-color: #ccc;
  background-color: white;
  padding-bottom: 50px;
  width: 780px;  /* For IE5/Win: width = [actual width] + [padding] + [borders] */
                 /* width = 200 + 0 + 0 */
  voice-family: "\"}\"";  /* Stop IE5/Win from reading below - by Tantek Celik & Eric Costello */
  voice-family: inherit;
  width: 768px;  /* Actual width (for non IE5/Win) */
  }     html>body .fullColumn {  /* Be nice to Opera 5 rule */
        width: 768px;  /* Actual width (for Opera) */
        }  

  
.content {
  text-align: left;
  padding: 10px 10px 10px 10px;
  }  

.header {
  vertical-align: top;
  width: 780px;
  margin-top: 5px;
  }

.header TABLE {
  margin: 0px;
  padding: 0px;
  }
  
.headerContent {
  text-align: left;
  }
  
.headerNav {
  background: url(i/topnav.gif) white;
  height: 33px;
  min-height: 33px;
  
  }
  
.headerNavContent {
  text-align: left;
  margin: 4px 0px 10px 12px;
  }
  
.headerLogin {
  position: absolute;
  top: 17px;
  width: 780px;
  }

.headerLoginContent {
  text-align: right;
  padding-right: 10px;
  color: white;
  font-weight: bold;
  text-align: right;
  }

.headerLoginContent a:link, .headerLoginContent a:visited {
  color: white;
  font-weight: bold;
  text-decoration: none;
  }

.headerLoginContent a:hover {
  color: white;
  font-weight: bold;
  text-decoration: underline;
  }



.headerAdminNav {
  position: absolute;
  top: 68px;
  right: 0px;
  background-color: #fcc;
  border: 1px solid red;
  text-align: left;
  padding: 2px;
  margin-right: 10px;
  }

.headerAdminNavContent a:link, .headerAdminNavContent a:visited {
  color: black;
  text-align: left;
  }

.headerAdminNavContent a:hover {
  color: red;
  text-align: left;
  }



.footer {
  vertical-align: top;
  text-align: center;
  width: 780px;
  height: 300px;
  min-height: 300px;
  }

.footerContent {
  text-align: center;
  vertical-align: top;
  color: #555;
  padding-top: 10px;
  font-size: 9px;
  height: 40px;
  border-top: 1px solid #aaa;
  }

.footerContent a:visited, .footerContent a:link {
  color: #0066CC;
  }

.footerLink {
  color: black !important;
  text-decoration:none;
  }




/* ------------------------------------------------------------------------------ */
/* Content Regions */
/* ------------------------------------------------------------------------------ */

.contentAdminNav {
  background-color: #FDE8E8;
  /* border: 1px solid red; */
  padding: 2px;
  text-align: right;
  margin-bottom: 5px;
  }

.contentAdminNavContent a:link, .contentAdminNavContent a:visited {
  color: red;
  text-align: right;
  }

.contentAdminEdit {
  background-color: #FDE8E8;
  padding: 2px;
  margin-bottom: 5px;
  }

.contentAdminEditContent a:link, .contentAdminEditContent a:visited {
  color: red;
  }


.contentBox {  /* Add/Edit box */
  border: 2px solid #f00;
  background-color: #fcc;
  margin: 20px 0px 20px 0px;
  width: 554px;  /* For IE5/Win: width = [actual width] + [padding] + [borders] */
                 /* width = 200 + 0 + 0 */
  voice-family: "\"}\"";  /* Stop IE5/Win from reading below - by Tantek Celik & Eric Costello */
  voice-family: inherit;
  width: 530px;  /* Actual width (for non IE5/Win) */
  }     html>body .contentBox {  /* Be nice to Opera 5 rule */
        width: 530px;  /* Actual width (for Opera) */
        }  

 
.contentTable {
  text-align: left;
  /* border: 1px solid #990066; */
  }

.contentTable TABLE {
  position: relative;
  border-collapse: collapse; /* Collapse - cells share common borders */
  }

.contentTable TD {
  padding: 5px 5px 5px 5px;
  text-align: left;
  vertical-align: center;
  border-top: 1px solid #888;
  }

.contentTable .rowTitle {
  font-weight: bold;
  text-align: right;
  padding-right: 10px;
  border-right: 1px solid #888;
  }

.thumbnail {
  border: 1px solid black;
  }


.contentBlock {
  margin-bottom: 20px;
  border-top: 1px solid #ccc;
  padding-top: 5px;
  width: 530px;
  display: table;
  }

.contentHidden {
  background-color: #FDE8E8!important;
  }

.contentBlockLeft {
  float: left;
  margin-bottom: 20px;
  border-top: 1px solid #ccc;
  padding-top: 5px;
  width: 190px;
  }  
  
.contentLeft {
  float: left;
  text-align: center;
  width: 130px;
  }  
  
.contentLeft img {
  border: 1px solid #333;
  }
  
.contentRight {
  float: right;
  width: 400px;
  }

.contentTitle, .contentTitle a:link, .contentTitle a:visited {
  font-weight: bold;
  font-size: 11pt;
  color: black;
  }

.contentDate {
  margin-bottom: 10px;
  font-weight: bold;
  font-size: 9pt;
  color: #f60;
  }
  
.contentCreated {
  margin-top: 5px;
  font-style: italic;
  }

.contentMore {
  margin-top: 4px;
  }
  
.contentLink {
  width: 500px;
  text-align: left;
  padding-top: 10px;
  padding-bottom: 15px;
  }

.contentLinkContents a:link, .contentLinkContents a:visited {
  font-weight: bold;
  padding: 2px;
  text-align: right;
  }  

.contentLinkPDF {
  color: #888;
  }

#contentMenu {
  list-style-image: url(i/menubutton.gif); 
  vertical-align: top; 
  font-weight: bold; 
  margin-top: 70px; 
  }

#contentMenu ul {
  margin-left: 20px;
  padding-left: 20px;
  }

#contentMenu li {
  margin-bottom: 7px; 
  }
  
.contentTextImage {
  float: right;
  padding: 10px;
  }

.contentTextImage img {
  border: 1px solid #333;
  }


/* ------------------------------------------------------------------------------ */
/* Random Photo */
/* ------------------------------------------------------------------------------ */

.photoBox {
  text-align: center;
  background-color: #fcf;
  padding: 1px;
  margin: 4px;
  border: 1px solid black;
  width: 210px;  /* For IE5/Win: width = [actual width] + [padding] + [borders] */
                 /* width = 200 + 0 + 0 */
  voice-family: "\"}\"";  /* Stop IE5/Win from reading below - by Tantek Celik & Eric Costello */
  voice-family: inherit;
  width: 198px;  /* Actual width (for non IE5/Win) */
  }     html>body .photoBox {  /* Be nice to Opera 5 rule */
        width: 198px;  /* Actual width (for Opera) */
        }  


.photoContents {
  border: 2px solid white;
  padding: 4px;
  }
  
.photoContents img {
  border: 2px solid white;
  padding: 1px;
  background-color: black;
  margin: 10px 0 20px 0;
  }

.photoContents, .photoContents a:link, .photoContents a:visited {
  font-weight: bold;
  color: black;
  }

.photoContents a:hover {
  font-weight: bold;
  color: #909;
  }



/* ------------------------------------------------------------------------------ */
/* Standard Table */
/* ------------------------------------------------------------------------------ */

.standardTable {
  text-align: center;
  /* border: 1px solid #990066; */
  }
  

.standardTable TABLE {
  position: relative;
  border-collapse: collapse; /* Collapse - cells share common borders */
  background: white;
  }

.standardTable TD {
  padding: 5px 5px 5px 5px;
  border-width: 0px 0px 0px 0px ;  /* in combination with 'border-collapse: collapse' */
  border-color: black;
  border-style: solid;
  vertical-align: center;
  text-align: left;
  }

.standardTable .rowTitle {
  font-weight: bold;
  /* border-right: 2px solid #990066;*/
  border-right: 2px solid black;
  vertical-align: center;
  text-align: right;
  padding-right: 10px;
  }

.standardTable .rowOn {
  background: #f0f0f0;
  }
  
.standardTable .rowOff {
  
  }
  
.standardTable .note {
  font-weight: normal;
  }
  
  
.standardTable .heading, .standardTable .heading a {
  background: #0066CC;
  color: white;
  font-weight: bold;
  }

.standardTable .subheading {
  background-color: #aaaaaa;
  color: black;
  font-weight: bold;
  }

  
.standardTable .bold {
  font-weight: bold;
  }

.standardTable .title {
  font-weight: bold;
  }
  
  
.standardInputText {
  border: 1px solid black;  
  margin-right: 5px;
  }

.standardInputCalendar {
  border: 0px;
  margin-top: 1px;
  vertical-align: top;
  margin-left: -5px;
  }

.standardInputCheckbox {
  border: 0px;
  margin-right: 5px;
  }

.standardInputSelect {
  font-size: 7pt;
  margin-right: 5px;
  }


a.standardItemHidden, a:visited.standardItemHidden {
  color: #888;
  }

a.standardItemExpired, a:visited.standardItemExpired {
  color: #f00;
  }

a.standardItemFuture, a:visited.standardItemFuture {
  color: #003399;
  }

a.standardItemCurrent, a:visited.standardItemCurrent {
  color: green;
  }


/* ------------------------------------------------------------------------------ */
/* Standard Buttons */
/* ------------------------------------------------------------------------------ */

.standardButtonBar {  /* Define Bar */
  /* Define alignment of actual nav bar in headerContent */
  vertical-align: top;
  height: 20px;
  width: 100%;
  text-align: center;
  }

.standardButtonBar input {
  }

.standardButtonActive { /* Ok, Save buttons */
  background: #fc0;
  color: black;
  border-bottom: 1px solid #c90;
  border-right: 1px solid #c90;
  border-top: 1px solid white;
  border-left: 1px solid white;
  padding: 3px;
  margin: 2px;
  font-size: 9pt;
  font-weight: bold;
  }

.standardButtonInactive {  /* Cancel & Back buttons */
  background: #cccccc;
  color: #000;
  border-bottom: 1px solid #666;
  border-right: 1px solid #666;
  border-top: 1px solid white;
  border-left: 1px solid white;
  padding: 3px;
  margin: 2px;  
  font-size: 9pt;
  font-weight: bold;
  }



/* ------------------------------------------------------------------------------ */
/* Navigation Bar (Previous 1 2 3 Next) */
/* ------------------------------------------------------------------------------ */

.navigationBar, .navigationBar a.link, .navigationBar a.visited {
  margin: 5px 5px 5px 5px;
  text-align: right;
  border-top: thin solid black;
  color: red;
  }
  
  

/* ------------------------------------------------------------------------------ */
/* Login Screen. */
/* ------------------------------------------------------------------------------ */

.loginTable {
  text-align: left;
  /* border: 1px solid #990066; */
  }
  

.loginTable TABLE {
  position: relative;
  border-collapse: collapse; /* Collapse - cells share common borders */
  }

.loginTable TD {
  padding: 5px 5px 5px 5px;
  border-width: 0px 0px 0px 0px ;  /* in combination with 'border-collapse: collapse' */
  border-color: black;
  border-style: solid;
  vertical-align: center;
  text-align: left;
  }

.loginTable .rowTitle {
  font-weight: bold;
  /* border-right: 2px solid #990066;*/
  border-right: 2px solid black;
  vertical-align: center;
  text-align: right;
  padding-right: 10px;
  }

  
.loginInputText {
  border: 1px solid black;  
  margin-right: 5px;
  }



.loginButtonActive { /* Ok, Save buttons */
  background: #fc0;
  color: black;
  border-bottom: 1px solid #c90;
  border-right: 1px solid #c90;
  border-top: 1px solid white;
  border-left: 1px solid white;
  padding: 3px;
  margin: 2px;
  font-size: 9pt;
  font-weight: bold;
  }

/* ------------------------------------------------------------------------------ */
/* Error Messages. */
/* ------------------------------------------------------------------------------ */
  
.errorMessage {
  }

.errorReport {  /* Add/Edit form */
  color: red;
  font-weight: bold;
  padding: 10px 0px 0px 10px;
  }

/* ------------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------------ */