body {margin:0;padding:0;}

body {
	/* color: #4f6b72; */
    /* font: 62.5%/1.5  "Lucida Grande", "Trebuchet MS", Tahoma, Verdana, sans-serif; */
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size:76%;
}
.customText {  /* used in layout for cms text */
  font-size:1.3em;
}
#sideContent,#contentFloatDiv {
  float:left;
  border:0px solid blue;
}
#contentFloatDiv,#contentDiv {padding:0px;margin:0;} /* overflow:auto; */

/*
 #headerDiv,#contentDiv,#menuDivX,#sidebarDiv,#footerDiv,#alertDiv {
  border:0px solid blue;
  display:inline-block;
 } */
#alertDiv {
  border-bottom:0px solid blue;
  height: 2em;
  min-height: 2em;
 }
#alertDiv span {
  color: red;
  font-weight: bold;
 }
/* safari and opera need this */
#headerDiv,#menuDiv,#footerDiv,#subNavigationDiv,#alertDiv,#topDiv {width:100%}
/* safari and opera need this */
#menuDiv {margin-top:-3px;display:block;}
#sidebarDiv {width:19.8%}
#footerDiv {clear:left} 

#subNavigationDiv {
  border-bottom: 0px solid gray;
}
#subNavigationDiv div {
  float: left;
  padding: 2px 20px 2px 20px;
  border-right: 1px solid silver;
  text-align: center;
}

#subNavigationDiv .currentMenu {
  font-weight: bold;
  text-align: left;
}

#subNavigationDiv .activeItem {
  font-weight: bold;
  background: transparent url(/library/images/rightArrow.gif) no-repeat left bottom;
  padding-left: 18px;
}
#subNavigationDiv a {
  text-decoration: none;
}
#subNavigationDiv .activeItem a {
  font-weight: bold;
  letter-spacing: 1px;
}
#subNavigationDiv .separator {
  display: none;
  border:3px solid black;
}

/*
#footerDiv {
  height: 37px;
  background: transparent url(../images/bg_footer_right.gif) no-repeat right bottom;
  background: url(../images/bg_footer.gif) repeat-x;
} */
#footerDiv {
	height: 37px;
	margin: 0;
	border-top: 1px solid #414141;
	border-bottom: 1px solid #414141;
	background: url(../images/bg_footer.gif) repeat-x;
}
.footerContent {
	padding: 1px 5px 2px 3px;
}
/*
#headerDiv {
	height: 60px;
	color:yellow;
	background: url(../images/bg_header.gif) repeat-x;
}
  */
div, p, span, u, ul, ol, li, input, textarea, form, select, td, th {
  font-size: 1.0em;
  color: #595959;
	/*font: 1.0em verdana, Arial, Helvetica, sans-serif; */
	/* font: normal 1.0em auto "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif; */
} 

p { 
  margin: 0.6em 0 0.6em 0;
}
p.intro {
  font-size: 1.1em; 
  margin: 0.8em 0 0.8em 0;
}

.required, .req {
 background: transparent url(/library/images/required.gif) no-repeat center right;
 color: red;
 font-weight:bold;
}
label {
	display: block;
	float: left;
	text-align: right;
	width: 160px;
	padding: 3px 6px 0 0;
}

/* the purpose of this is to keep the font from reducing on nested tables */
td td {
  font-size: 1.0em;
}

.lightGreyBar {
	background: url(/library/images/underline.gif) repeat-x left bottom;
}
div.sectionTitle {
	clear: both;
	padding: 3px 0;
	margin: 10px 1px;
	color: #5f9ba3;
	font-size: 1.2em;
	background: url(/library/images/underline.gif) repeat-x left bottom;
}

.fieldError {
  color: #dd0000;
  padding: 2px;
}
  

h1 {
	font: 1.6em Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #26699f;
	margin: 10px 0 5px 0;
}

h2 {
	font: 1.4em Arial, Helvetica, sans-serif;
	color: #5f9ba2;
	font-weight: bold;
	margin: 8px 0 5px 0;
	padding: 0;
}


h3 {
	font: 1.2em Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #3b3b3b;
	margin-bottom: 0;
	padding-bottom: 0;
}


div.sortHeader
{
	text-align: left;
	vertical-align: bottom;
	margin-top: 10px;
	padding: 5px;
}

a.sortHeader img
{
	margin-right: 3px;
	vertical-align: text-bottom;
	padding-bottom: 4px;
}

div.sortHeader a
{
	font-size: .9em;
	margin-right: 10px;
	text-decoration: none;
}



div.PrintShareToolbar
{
	text-align: left;
	vertical-align: bottom;
	margin-top: 10px;
	background-color: White;
	padding: 5px;
}

div.PrintShareToolbar img
{
	margin-right: 3px;
	vertical-align: text-bottom;
	padding-bottom: 0px;
}

div.PrintShareToolbar a
{
	font-size: .9em;
	margin-right: 10px;
	text-decoration: none;
}



a:link, a:visited {
	color: #6774a9;
	font-weight: normal;
	text-decoration: none;
	border-bottom: none;
}

a:active, a:hover {
	color: #5f9ba3;
	font-weight: normal;	
	text-decoration: underline;
	/*border-bottom: 1px dotted #689dc7;*/
}

a.noborder,
a.noborder:active,
a.noborder:hover {
  border-bottom: none;
}


.dim {
 color:#8f8f8f !important;
}
.dimmer {
 color:#7d7d7d !important;
}
.smaller {
 font-size: 0.9em;
}
.larger {
 font-size: 1.1em;
 line-height:1.5em;
}
.large {
 font-size: 1.3em;
 line-height:1.6em;
}
.wider {
 letter-spacing: 1px;
}
.wide {
 letter-spacing: 2px;
}
.ucase {
 text-transform: uppercase;
}


table.noBorder td, th {
	border: none !important;
}
.noBorder {
	border: none !important;
	background: none !important;
}

table {
  border-collapse: collapse;
}
/* Row coloring */
tr.head1 {
  background-color: #CAE8EA;
  background-image: url(images/bg_header.jpg) no-repeat;
}
tr.head2 {
  background: #F5FAFA url(images/bullet2.gif) no-repeat;
  background-color: #F5FAFA;
}
tr.row1 {
  background-color: #ffffcc;
}
tr.row2 {
  background-color: #ccffff;
}



table.classic {
  border: 1px solid  #C1DAD7;
}

.classic caption {
	padding: 0 0 5px 0;
	font: italic 0.8em "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
}

/* table borders */
.classic td, .classic th {
	border: 1px solid #C1DAD7;
	padding: 2px 2px 2px 4px;
	color: #4f6b72;
}


/* Font Styles */
.classic th {
	/*font: normal 1.0em "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;*/
	color: #4f6b72;
	text-transform: uppercase;
	text-align: left;
    font-weight: normal;
	padding: 4px 4px 4px 10px;
}



.small {
	font-size: 10px;
    font-weight: normal;
}
table.grid {
  border: 1px solid #8080c0;
  border-collapse: collapsed;
}
.grid a {
  color: #8080c0;
  text-decoration: none;
}
.grid caption {
	padding: 0 0 5px 0;
	font: bold 1.2em "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
   	color: #26699f;
}

/* table borders */
.grid td {
	border: 1px solid #C1DAD7;
	padding: 2px 3px 2px 5px;
	color: #4f6b72;
}

.grid th, th.grid {
	/*font: normal 1.0em "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;*/
	background-color: #cecee0;
	border-left: 1px solid #8080c0;
	border-right: 1px solid #8080c0;
	border-bottom: 1px solid #8080c0;
	text-transform: uppercase;
	text-align: center;
	font-weight: normal;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	padding: 2px 3px 2px 3px;
}

/* Font Styles */
.gridxx th {
	/*font: normal 1.0em "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;*/
	/*color: #4f6b72;*/
	color:#595959;
	text-transform: uppercase;
	text-align: left;
    font-weight: normal;
	padding: 2px 2px 2px 5px;
	font-size:0.9em;
	font-family:tahoma,verdana;
}

table.grid .hilite {
  background-color: #ffffec;
}
table.grid .baseRow {
  border-bottom: 1px solid #8080c0;
}

.rw1 { background-color: #ededed } /* darker */
.rw2 { background-color: #fbfbfb }
.rw1h { background-color: #fefde0 } /* hilite darker */
.rw2h { background-color: #fffff2 }

.rwF1 { background-color: #fcfdc6 } /* featured row 1 - darker */
.rwF2 { background-color: #ffffd9 }
.rwF1h { background-color: #ffffd9 }
.rwF2h { background-color: #ffffea }
.rhov { background-color: pink } /* row hover over */

.featured {
  background-color: #ffffdd;
  padding:8px;
  border-bottom:1px solid #9999cc;
  text-align:center;
}
.featured span {
  font-weight:bold;
  font-size: 1.4em;
  color: #595959;
}

.hotlist {

}
.hotlist span {
 color: #cc3300 !important; 
}

.groupBy1 {
  background-color:#9999cc;
  border-top:2px solid #9999cc;
  text-align:center;
}
.groupBy1 span {
  font-size:1.2em;
  line-height:1.6em;
  font-weight:bold;
  color:white;
}
.groupBy2 {
  background-color:#ccccff;
  padding:3px;
  border-top:1px solid #9999cc;
  text-align:center;
}
.groupBy2 span {
  font-size:1.2em;
  font-weight:bold;
  color:white;
}

.gridSeperator table {
 margin-bottom:20px;
}
.gridSeperator {
  line-height:1.8em;
  background-color:#ccccff;
  border:1px solid #9999cc;
  text-align:center;
}
.gridSeperator span {
  font-size:1.4em;
  font-weight:bold;
  color:white;
}

.broadcast {
  line-height: 3em;
  border-top:1px solid #9999cc;
  text-align:left;
  background-image: url(/library/images/broadcast.gif); 
  background-repeat: no-repeat;
  background-attachment:fixed;
  background-position: 5px center;

}
.broadcast span {
  padding-left:23px;
  font-size:1.0em;
  font-weight:normal;
  color:black;
}



.dropmenu, .dropmenu ul
{
     padding: 2px 0 2px 0; 
     margin: 0 0 2px 0;
     list-style: none;
}
.dropmenu a
{
	 display: block;
     text-decoration: none;
	 line-height: 1.25em;
	 height: 1em;
	 padding: 1px 5px 0.1em 5px;
	 text-align:left;
	 
	 color:#293049;
	 font-weight:normal;
	 font-family:arial;
	 font-size: 0.85em;
}

.dropmenu ul li a  {
	 color:#3a4262; /* text color of child menu */
	 font-size: .8em;
}

.dropmenu li {
 float: left;
 width: 7em;
 white-space:nowrap;
}
     
.dropmenu li ul  {
  position: absolute;
  left: -999em;
  width: 11.5em;
   /* background: #3a4262; */
  margin: 0 auto;
  padding: 0.2em;
  background: white;
  z-index:101;
  border: 1px solid black;
}
     
.dropmenu li ul ul  {
  left: -999em;
}
     
.dropmenu li ul li  {
  border-top: 1px solid silver;
  overflow: hidden; 
  white-space: nowrap;
  margin: 0em;
  padding: 0.23em;
  text-align:left !important;
  width: 11em;
}
     
.dropmenu li a:hover  {
  color: #26699f;
  /*background-color: #a8a7c9; */
}

.dropmenu li:hover ul, .dropmenu li.sfhover ul  {
  left: auto;
}

/* Hide from IE5-mac. Only IE-win sees this. \*/
 
* html .dropmenu li ul li  {
  margin-right: 0px;
  }

/* End DropDown Menu */

  
  
/* Fisheye Menu Styles */
div#fisheye {
	text-align: center;
	position:absolute;
	/*right:0px;*/
	top:0;
	border:none;
	margin-top: 41px;
	z-index:999;
}
.fisheye {
	list-style: none;
	padding: 0;
	margin-top: 10px;
}
.fisheye li {
	display: block;
	position: relative;
	/*float: left;*/
}
.fisheye span {
	position: relative;
	top: 0;
	text-align: center;
	width: 79px;
	padding: 1px;
	margin: 0;
	border: solid 1px #bbb;	
	color: #333;
	background: #eee;
}
.fisheye a {
	text-decoration: none;
}
.fisheye img {
	border: 0;
	vertical-align: top;
}
/* End Fisheye Menu Styles */




/* Used in SPIA */
.lightGreyBar {
	font-size: 14px;
	background: url(../images/bg-rightcol-menu.gif) repeat-x left bottom;
}

div.formTitle {
	clear: both;
	padding: 3px 0;
	margin: 10px 1px;
	color: #26699f;  /* #5f9ba3 */
    font-weight:bold;
}


/*  Side Menu */
.MnOff, .MnOff a {
   background-color: #F2F2F2;
   color: #156799 !important;
   text-decoration:none;
   font-weight:normal;
   padding:6px;
   font-size:12px;
   font-family:arial;
   }
.MnOn, .MnOn a {
   color:white !important;
   background-color: #156799;
   text-decoration:none;
   font-weight:normal;
   padding:6px;
   font-size:12px;
   font-family:arial;
}
.MnSubOff, .MnSubOff a {
   background-color: #F2F2F2;
   color: #156799 !important;
   text-decoration:none;
   font-weight:normal;
   padding:6px;
   font-size:12px;
   font-family:arial;
   }
.MnSubOn, .MnSubOn a {
   color:white !important;
   background-color: #156799;
   text-decoration:none;
   font-weight:normal;
   padding:6px;
   font-size:12px;
   font-family:arial;
}
.MnChildOff, .MnChildOff a {
   background-color: #D6DCE2;
   color:#156799 !important;
   text-decoration:none;
   font-weight:normal;
   margin:0px 4px 0px 4px;
   padding:3px 3px 3px 4px;
   font-size:11px;
   font-family:tahoma;
   }
.MnChildOn, .MnChildOn a {
   color:white !important;
   background-color: #156799;
   text-decoration:none;
   font-weight:normal;
   margin:0px 4px 0px 4px;
   padding:3px 3px 3px 4px;
   font-size:11px;
   font-family:tahoma;
}  

div.errorMessage {
   padding:15px;
   background-color:pink;
   color:maroon;
   font-weight:bold;
}
