﻿body 
{
	background: url("PageFiles/Pictures/bTex1.jpg")

}
table.PageHeader
{
	border-bottom:none;
	border-top:solid thin black;
	background-color:#003366;
}
td.PageHeaderHolder
{
	border :solid thin blue;
}
table.CMSTable
{
	border: solid thin #003366;
	color:Black;
	font-family:Times New Roman;
	font-size:small;
	font-weight:bold;
}
td.CMSMenuHeader
{
	color:White;
	background-color:#003366;
	font-family:Times New Roman;
	font-size:medium;
	font-weight:bold;
}
table.Page
{
	border-bottom:solid 2px black;
	border-left:solid 2px black;
	border-right:solid 2px black;
	background-color:White;
	background-image:url("PageFiles/Pictures/Back1.jpg");
}
td.PageTD
{
}

img.PageHeaderPic
{
	border: none;	
}
tbl.MainMenu
{
	font-family :Times New Roman;
	font-size :medium;
	font-weight :bold;
	color:#003366;
	background-color :White;
}
td.MainMenuHeader
{
	background-color:Black;
}
td.MainMenu
{
	font-family :Times New Roman;
	font-size :medium;
	font-weight :bold;
	color:#003366;
	background-color :White;
}
a.MainMenu:link	{color: #003366;}
a.MainMenu:visited {	color: #003366;	}
a.MainMenu:active {	color: #003366;	}

td.MainMenu:hover
{
	background-color:#b7ceec;
}
table.CMSDataMenu
{
	border:solid thin black;
	font-family:Times New Roman;
	font-size:medium;
	font-weight:bold;
	color:black;
}
td.CMSDataMenuHeader
{
	background:#00688B;
	color:White;
	font-family:Times New Roman;
	font-size:medium;
	font-weight:bold;
}
td.contentArea
{
	background-color:White;
	border:solid thin black;
}
td.AdminTools
{
	color: #003366;
}
/* ===========================MENU============================*/

/* ===========================MENU============================*/
ul.makeMenuHorizontal {
  width: 562px;                 /* sets the size of the menu blocks */
  background-color: #8aa;      /* makes the menu blocks mint green - a bg-color MUST be included for IE to work properly! */
  background: transparent;
  padding-left: 0px;           /* stops the usual indent from ul */
  cursor: default;             /* gives an arrow cursor */
  margin-left: 0px;            /* Opera 7 final's margin and margin-box model cause problems */
  padding-top: 0px;
  margin-top: 0px;   
  margin-bottom:0px;
  list-style: none;
}
ul.makeMenuHorizontal ul
{
  width: 562px;  
  background-color: #8aa;      /* makes the menu blocks mint green - a bg-color MUST be included for IE to work properly! */
  background: transparent;
  padding-left: 0px;           /* stops the usual indent from ul */
  cursor: default;             /* gives an arrow cursor */
  margin-left: 0px;            /* Opera 7 final's margin and margin-box model cause problems */
  padding-top: 0px;
  margin-top: 0px;   
  margin-bottom:0px;
  list-style: none;
}

ul.makeMenuHorizontal li {
	list-style-type: none;       /* removes the bullet points */
	margin: 0px;                 /* Opera 7 puts large spacings between li elements */
	padding-left: 10px;
	padding-right:10px;
	position: relative;         

	border-left:solid 2px black;
	border-top:solid 2px #92c5c5;
	border-bottom:solid 2px #92c5c5;
	background: #073f3f;
	background-image: url(PageFiles/Pictures/button_menu.gif); background-repeat:no-repeat;
	background-position: left  center; /*have the background image left justified (off the border) and in the middle*/

	font-family:Rockwell Condensed;
	font-size:medium;
	color: white;

	float: left;
	clear: none;
	
}
ul.makeMenuHorizontal li ul li
{

}
ul.makeMenuHorizontal li > ul {          /* using the > selector prevents many lesser browsers (and IE - see below) hiding child ULs */
  display: none;               /* hides child menu blocks - one of the most important declarations */
  position: absolute;          /* make child blocks hover without leaving space for them */
  top: 20px;                    /* position slightly lower than the parent menu item */
  left: 0px;                  /* this must not be more than the width of the parent block, or the mouse will  */
	
}
ul.makeMenuHorizontal li:hover, ul.makeMenuHorizontal li.CSStoHighlight {
  background-color: #518e8e;      /* gives the active menu items a yellow background */
  color: #000;                 /* makes the active menu item text black */ 
}
ul.makeMenuHorizontal ul.CSStoShow {     /* must not be combined with the next rule or IE gets confused */
  display: block;              /* specially to go with the className changes in the behaviour file */
}
ul.makeMenuHorizontal li:hover > ul {    /* one of the most important declarations - the browser must detect hovering over arbitrary elements
                                  the > targets only the child ul, not any child uls of that child ul */
  display: block;              /* makes the child block visible - one of the most important declarations */
}
/* and some link styles */
ul.makeMenuHorizontal li a { color: white; display: block; width: 100%; text-decoration: uppercase; }
ul.makeMenuHorizontal li a:hover, ul.makeMenuHorizontal li a.CSStoHighLink { text-decoration: uppercase;   }
ul.makeMenuHorizontal li:hover > a { color: white } /* supports links in branch headings - should not be display: block; */

ul.makeMenuVertical, ul.makeMenuVertical ul {
  width: 190px;                 /* sets the size of the menu blocks */
  border: 1px solid #000;      /* puts a black border around the menu blocks */
  background-color: #8aa;      /* makes the menu blocks mint green - a bg-color MUST be included for IE to work properly! */
  padding-left: 0px;           /* stops the usual indent from ul */
  cursor: default;             /* gives an arrow cursor */
  margin-left: 0px;            /* Opera 7 final's margin and margin-box model cause problems */
  padding-top: 0px;
  margin-top: 0px;   
  margin-bottom:0px;
}
ul.makeMenuVertical li {
	list-style-type: none;       /* removes the bullet points */
	margin: 0px;                 /* Opera 7 puts large spacings between li elements */
	position: relative;         
	font-family :Times New Roman;
	font-size :medium;
	font-weight :bold;
	color:#003366;
	background-color :White;
	border: solid thin black;
}
ul.makeMenuVertical li > ul {          /* using the > selector prevents many lesser browsers (and IE - see below) hiding child ULs */
  display: none;               /* hides child menu blocks - one of the most important declarations */
  position: absolute;          /* make child blocks hover without leaving space for them */
  top: 2px;                    /* position slightly lower than the parent menu item */
  left: 186px;                  /* this must not be more than the width of the parent block, or the mouse will
                                  have to move off the element to move between blocks, and the menu will close */
}
ul.makeMenuVertical li:hover, ul.makeMenuVertical li.CSStoHighlight {
  background-color: #b7ceec;      /* gives the active menu items a yellow background */
  color: #000;                 /* makes the active menu item text black */ 
}
ul.makeMenuVertical ul.CSStoShow {     /* must not be combined with the next rule or IE gets confused */
  display: block;              /* specially to go with the className changes in the behaviour file */
}
ul.makeMenuVertical li:hover > ul {    /* one of the most important declarations - the browser must detect hovering over arbitrary elements
                                  the > targets only the child ul, not any child uls of that child ul */
  display: block;              /* makes the child block visible - one of the most important declarations */
}
/* and some link styles */
ul.makeMenuVerticalVertical li a { color: #003366; display: block; width: 100%; text-decoration: underline; }
ul.makeMenuVerticalVertical li a:hover, ul.makeMenuVertical li a.CSStoHighLink { color: #003366; }
ul.makeMenuVerticalVertical li:hover > a { color: #003366 } /* supports links in branch headings - should not be display: block; */


