BODY {

 font-face: Verdana sans-serif;
 
}

FORM {
  padding: 0px 0px 0px 0px;
  text-align: left;
}

FORM.details { 
 border: 1px solid #666699; 
 padding: 5px; 
 width: 700px;
 margin-top: 5px;
}


FORM.showfield {

 border: 1px solid #666699; 
 padding: 5px;
 background-color: #efefef; 

}

label {
	margin: 1px 5px;
}

TABLE.editfield {
   background-color: #efefef;


}

TD {
 background-color: #ffffff;
 text-align: left; 
}

/* Any tables inside the main notepad section will be padded. This excludes td's in the banners section and beyond */
.notepadBody TD {
  padding: 1px 5px 1px 5px;
}

TH {
 padding: 5px 4px 1px 5px;
 border-color: white,white,white,white;
 background-color: #cc99ff; 
 color: #ffffff;
}

TABLE {
   /*margin-top: 5px;*/
	 background-color: #ffffff;

}


H2 {
 font-size: 15pt;
 color: #000000;
 font-weight: bold;
 margin-top: 0px;
 margin-bottom: 5px;
 margin-left: 15px;

}
/*
H3 {
 font-size: 12pt;
 color: #6699ff;
 font-weight: bold;
 margin-top: 0px;

}*/

.formIndent {

 margin-left: 15px;

}

a: {
  color: #3366cc;
}

a:hover {
  color: #000080;
  text-decoration: underline;
}

a:visited {
  color: #3366cc; 
}


a.subbtn {
 
 /*position: absolute;*/
 height: 20px;
 width: auto;
 padding-left: 5px;
 padding-right: 5px;
 padding-bottom: 2px; 
 background-color:#6699ff;
 font-weight: bold;
 color: #ffffff;
 text-decoration: underline;
}

a.subbtn:hover {
 color: #ffffff; 
 font-size: 11pt;
 text-decoration: underline;
 font-face: Arial;
}


a.subbtn:visited {
 color: #ffffff; 
 font-size: 11pt;
 text-decoration: underline;
 font-face: Arial;
}

.selectedmenu {
 background-color:#3366cc;
}

.cmssubmenu {

 margin-left: 15px; 
}

.backbutton {

 margin-left: 15px;

}


/* INPUT */

button,
INPUT {
       font-family: Arial, sans-serif;
			 font-size: 15px;
			 padding-left: 3px;
			 line-height: 18px;
			 text-align: bottom; 
      }

SELECT {
       font-family: Arial, sans-serif;
			 font-size: 15px;
			 padding-left: 3px;
			 line-height: 24px;
			 text-align: bottom;
      }

SELECT[multiple]{
	height: 120px !important;	
}

/* SUB MENUS */



a.memberSubCurrent {
 padding: 2px 4px 4px 4px;
 font-family: Lucida Grande, Verdana, Tahoma, Arial, Sans-serif;
 background-color: #454545;
 color: #ffffff;
 font-size: 10px;
 font-weight: bold;
 margin-right: 4px;
 margin-bottom: 4px;
 text-decoration:none
}
a.memberSubCurrent:hover {
 color: #ffffff;
 text-decoration:  none;
}
a.memberSubCurrent:visited {
  color: #ffffff;
	text-decoration: none;
}
a.memberSub {
 padding: 2px 4px 4px 4px;
 font-family: Lucida Grande, Verdana, Tahoma, Arial, Sans-serif;
 background-color: #dcdcdc;
 color: #454545;
 font-size: 10px;
 font-weight: bold;
 margin-right: 4px;
 margin-bottom: 4px;
 text-decoration: none;
}
a.memberSub:hover {
  color: #454545;
	text-decoration: none;
}
a.memberSub:visited {
  color: #454545;
	text-decoration: none;
}
.memberMenu {
 margin: 4px;
}

.pageMenu {
 margin: 4px;
}
.menuSpacer {
 height: 8px;
 display: block;
}

a.Sub {
   background-color: #dfe8cb;
	 color: #154100;
 	 font-weight: bold;
	 font-size: 10px;
   padding-left: 4px;
   padding-right: 4px;
   padding-bottom: 4px;
	 padding-top: 2px;
	 margin-top:15px;
	 text-decoration: none;
}
a.Sub:hover {
   color: #154100;
	 text-decoration: none;
}
a.Sub:visited {
   color: #154100;
	 text-decoration: none;
}
a.currentSub {
   background-color: #d5cde5;
	 color: #6e539a;
	 font-weight: bold;
	 font-size: 10px;
   margin-top: 15px;
	 padding-top: 2px;
   padding-left: 4px;
   padding-right: 4px;
   padding-bottom: 4px;
	 text-decoration: none;
}
a.currentSub:hover {

   color: #6e539a;
	 text-decoration: none;
}
a.currentSub:visited {
   color: #6e539a;
	 text-decoration: none;
}


/* Bullets for CMS TinyMCE content DO NOT DELETE */

.pagecontent ul {
          padding-left: 45px;
		      padding-top: 5px;
}

/* Heading for CMS TinyMCEContent DO NOT DELETE */

.pagecontent h1 {

    font-size: 18px;
		padding-top: 15px;
		padding-bottom: 5px;
		
}

/* Paragraph for the TinyMCE content */

.pagecontent p {
   padding-left: 15px;
	 line-height: 140%;
}

/* border around CONTENT IMAGES  */
/* Two definitions needed  not sure why */
/* margin order = top,right,bottom,left */
/* Corresponds to code under \www\javascript\tinymce\jscripts\tiny_mce\plugins\advimage\jscripts\functions.js */

.pagecontent img {
  border: solid 2px #dedede;  
  padding: 6px;
  margin: 10px 10px 10px 5px;
}

/* table width for TinyMCE Content */

.pagecontent table {
             width: 525px;
						 table-layout:fixed;
						}

.error {
	color:red;	
}

#flashMessage.message {
	color: red;
	padding: 1px 5px;
}

.img-shadow {
  float: left;
	margin: 10px 10px 10px 5px; 
 }

.img-shadow-center {
	margin: 10px 10px 10px 5px;
}
 	

/* END OF BORDER AROUND CONTENT IMAGES */

/* BUTTONS */

INPUT.other {
  border-color:#99ccff #003366 #003366 #99ccff;
  background-color:#6699ff;

}

INPUT.button {
  border-color: white white white white;
  background-color:#6699ff;
  color: #ffffff;
  text-decoration: underline;
  font-weight: bold;
  border-width: 3px;
  padding: 2pt;
  cursor: hand;
  border-style: ridge;
  height: 29px;

}

INPUT.smallbtn {
  border-color:#6699ff #002255 #002255 #6699ff;
  background-color:#3366cc;
  color: #ffffff;
  text-decoration: underline;
  font-weight: bold;
  border-width: 1px;
  padding-top: 1px;
	padding-bottom: 1px;
  cursor: hand;
  border-style: ridge;
  height: 20px;
	margin-bottom 0px;
}

/* The following concerns tables */	
	
.resultsbox {
  background-color: #d8d8e0;
}	
		
.leftresultheader {
  background-color: #d8d8e0;
	font-weight: bold;
}

.rightresultheader {
  font-weight: bold;
  background-color: #d8d8e0;
	text-align: right;
}	

a.tablelink {
  font-weight: bold;
	color: black;
	text-decoration: none;
}

a.tablelink:hover {
  font-weight: bold;
	color: black;
}
a.tablelink:visited {
  font-weight: bold;
	color: black;
}

sup.mandatory {
/*	vertical-align: baseline;
	font-size: 0.8em;
	position: relative;*/
	color: red;
}

.clear {
    clear: both;
}

