/* generic text, background color - only content class has line-height feature, for body and td, it would mess up image positioning */

body { 
	font-family: 'Trebuchet MS', 'Gill Sans', Sans-serif; 
	font-size: 12px; 
	color: #000000;
	margin: 0px; 
}

body.index { 
	background-image: url("/html/images/bg.jpg");
}

body.welcome { 
	background-color: "#ffffff";
}

.admbg {
	background-image: url("/html/images/spacer.gif");
	background-color: #ffffff;
}

.show {
	display:inline;
}
.hide {
	display:none;
}	
	
iframe { 
	margin: 0px; 
	padding: 0px; 
}

.content {
	font-family: 'Trebuchet MS', 'Gill Sans', Sans-serif; 
	font-size: 12px; 
	color: #333333;
}
      
td {
	font-family: 'Trebuchet MS', 'Gill Sans', Sans-serif; 
	font-size: 12px; 
	color: #333333;
}


/* forms */

input, textarea, select { 
	font-family: 'Trebuchet MS', 'Gill Sans', Sans-serif; 
	font-size: 11px; 
	color: #222222; 
}

.submitbutton {
	cursor:pointer;
	border:outset 1px #5d7eb7;
	background:#5d7eb7;
	color:#FFFFFF;
	font-weight:bold;
	padding: 2px 2px;
	text-decoration: none;
}

.submitbuttonsub {
	cursor:pointer;
	border:outset 1px #5d7eb7;
	background:#5d7eb7;
	color:#FFFFFF;
	font-weight:bold;
	padding: 1px 1px;
	text-decoration: none;
}

a.submitbutton, a.submitbutton:hover, a.submitbutton:visited {
	cursor:pointer;
	border:outset 1px #5d7eb7;
	background:#5d7eb7;
	color:#FFFFFF;
	font-weight:bold;
	padding: 2px 2px;
	text-decoration: none;
}

.deletebutton {
	cursor:pointer;
	border:outset 1px #cc0000;
	background:#cc0000;
	color:#FFFFFF;
	font-weight:bold;
	text-decoration: none;
	padding: 2px 2px;
}


/*link color - font and size, line-height is inherited*/


a{
	color: #5d7eb7;
	text-decoration: none;
}
a:visited {
	color: #5d7eb7; 
	text-decoration: none;
}
a:hover {
	color: #666666;
	text-decoration: underline;
}

a.content {
	color: #5d7eb7;
	text-decoration: none;
}

a.content:visited {
	color: #5d7eb7;
	text-decoration: none;
}

a.content:hover {
	color: #666666;
	text-decoration: underline;
}

#sidebar {
	font-family: 'Trebuchet MS', 'Gill Sans', Sans-serif;
	font-size: 12px;
	color: #000000;
}

a#sidebar {
	color: #000000;
	text-decoration: underline;
}

a#sidebar:visited {
	color: #000000;
	text-decoration: underline;
}

a#sidebar:hover {
	color: #5d7eb7;
	text-decoration: underline;
}



/* headers - display inline does not add any extra line breaks */

.header1 {
	font-family: 'Trebuchet MS', 'Gill Sans', Sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #FFFFFF;
}

.header2 {
	font-family: 'Trebuchet MS', 'Gill Sans', Sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #333333;
}

.header3 {
	font-family: 'Trebuchet MS', 'Gill Sans', Sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #5d7eb7;
}

.header4 {
	font-family: 'Trebuchet MS', 'Gill Sans', Sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
}





h5 {
	display: inline;
	font-family: 'Trebuchet MS', 'Gill Sans', Sans-serif;
	font-size: 12px;
	color: #666666;
}

h6 {
	display: inline;
	font-family: 'Trebuchet MS', 'Gill Sans', Sans-serif;
	font-size: 11px;
	color: #000000;
}


/* list styles added here */

ul {
	display: block;
	list-style-position: outside;
}

ul.inline {
	display: block;
	list-style-position: outside;
}


/* styles for small text */

.directions {
	font-family: 'Trebuchet MS', 'Gill Sans', Sans-serif; 
	font-size: 11px; 
	font-style: normal; 
	color: #00CC00;
}

.footer {
	font-family: 'Trebuchet MS', 'Gill Sans', Sans-serif; 
	font-size: 11px; 
	font-style: normal; 
	color: #000000;
}

.small {
	font-family: 'Trebuchet MS', 'Gill Sans', Sans-serif; 
	font-size: 11px; 
	font-style: normal; 
	color: #333333;
}

.small2, a.small2 {
	font-family: 'Trebuchet MS', 'Gill Sans', Sans-serif; 
	font-size: 11px; 
	font-style: normal; 
	text-decoration: underline;
}

a.small2:hover, a.small2:visited {
	font-family: 'Trebuchet MS', 'Gill Sans', Sans-serif; 
	font-size: 11px; 
	font-style: normal; 
	text-decoration: none;
}

 
.help {
	font-family: 'Trebuchet MS', 'Gill Sans', Sans-serif;
	font-size: 12px; 
	font-style: normal; 
	color: #FF0000;
}

.help2 {
	font-family: 'Trebuchet MS', 'Gill Sans', Sans-serif;
	font-size: 12px; 
	font-style: normal; 
	color: #ffff00;
}

.callout {
	font-family: 'Trebuchet MS', 'Gill Sans', Sans-serif; 
	font-size: 12px; 
	font-style: normal; 
	color: #000099;
}

.caption {
	font-family: 'Trebuchet MS', 'Gill Sans', Sans-serif; 
	font-size: 11px; 
	font-style: normal; 
	color: #009900;
}


/* nav styles */

.headernav {
	color: #FFFFFF; 
	font-weight: bold;
	font-size: 11px; 
	text-decoration: none;
}

a.headernav, a.headernav:visited {
	color: #FFFFFF; 
	text-decoration: none;
}

a.headernav:hover {
	color: #FFFFFF; 
	text-decoration: underline;
}
.footernav {
	color: #000000; 
	font-size: 11px; 
	text-decoration: none;
}

a.footernav, a.footernav:visited {
	color: #000000; 
	text-decoration: underline;
}

a.footernav:hover {
	color: #000000; 
	text-decoration: none;
}
          
a.nav, a.nav:visited {
	color: #000000; 
	font-weight: bold; 
	font-size: 12px; 
	text-decoration: none;
}

a.nav:hover {
	color: #5d7eb7; 
	font-weight: bold; 
	font-size: 12px; 
	text-decoration: underline;
}

a.navon, a.navon:visited {
	color: #000000;
	font-weight: bold; 
	font-size: 12px; 
	text-decoration: none;
}

a.navon:hover {
	color: #000000; 
	font-weight: bold; 
	font-size: 12px; 
	text-decoration: underline;
}





a.subnavon, a.subnavon:visited {
	margin-left: 10px; 
	color: #000000; 
	font-weight: bold; 
	font-size: 11px; 
	text-decoration: none;
}

a.subnavon:hover {
	margin-left: 10px; 
	color: #000000; 
	font-weight: bold; 
	font-size: 11px; 
	text-decoration: underline;
}

a.subsubnavon, a.subsubnavon:visited {
	margin-left: 17px; 
	color: #000000; 
	font-weight: bold; 
	font-size: 10px; 
	text-decoration: none;
}

a.subsubnavon:hover {
	margin-left: 17px; 
	color: #000000; 
	font-weight: bold; 
	font-size: 10px; 
	text-decoration: underline;
}
   
a.navactive, a.navactive:visited {
	color: #5d7eb7; 
	font-weight: bold; 
	font-size: 12px; 
	text-decoration: none;
}

a.navactive:hover {
	color: #5d7eb7;
	font-weight: bold;
	font-size: 11px;
	text-decoration: underline;
}



.leftnavheader {
	display: inline;
	font-family: 'Trebuchet MS', 'Gill Sans', Sans-serif;
	border: solid #ffffff 0px;
	font-size: 13px;
	color: #FFFFFF;
	padding-bottom: 3px;
}

a.leftnavheader, a.leftnavheader:visited {
	display: inline;
	font-family: 'Trebuchet MS', 'Gill Sans', Sans-serif;
	border: solid #ffffff 0px;
	font-size: 13px;
	color: #FFFFFF;
	padding-bottom: 3px;
}

a.leftnavheader:hover {
	display: inline;
	font-family: 'Trebuchet MS', 'Gill Sans', Sans-serif;
	border: solid #ffffff 0px;
	font-size: 13px;
	color: #FFFFFF;
	padding-bottom: 3px;
	text-decoration: underline;
}

.leftnav {
	color: #000000; 
	font-weight: bold;
	font-size: 12px; 
	text-decoration: none;
}

a.leftnav, a.leftnav:visited {
	color: #000000; 
	text-decoration: underline;
}

a.leftnav:hover {
	color: #5d7eb7; 
	text-decoration: none;
}


.leftsubnav {
	color: #666666; 
	font-size: 11px; 
	text-decoration: none;
}

a.leftsubnav, a.leftsubnav:visited {
	color: #666666; 
	text-decoration: underline;
}

a.leftsubnav:hover {
	color: #5d7eb7; 
	text-decoration: none;
}



 img, .pngfix, div.menu, div.popup { behavior: url("/html/js/iepngfix.htc") }

/* styles governing all table layouts in admin interfaces: */

/* admin titles and sub titles */ 

.title {
	font-family: 'Trebuchet MS', 'Gill Sans', Sans-serif;
	font-size: 16px; 
	color: #5d7eb7; 
	font-weight: bold; 
}

.subtitle {
	font-family: 'Trebuchet MS', 'Gill Sans', Sans-serif; 
	font-size: 13px; 
	color: #15c1f1; 
	font-weight: bold; 
}

.bold {
	font-weight: bold;
}


 /* stroke outline color for tables */

.admstroke { 
	background-color: #008fd5;
} 

  
/* cell background, font for table headings and "sort by" links in column headings */

.admtablehead { 
	background-color: #008fd5; 
	font-weight: bold; 
	font-size: 13px; 
	color: #ffffff; 
} 

a.admtablehead {
	background-color: #008fd5; 
	font-weight: bold; 
	font-size: 13px; 
	color: #ffffff; 
} 

a.admtablehead:visited {
	background-color: #008fd5; 
	font-weight: bold; 
	font-size: 13px; 
	color: #ffffff; 
} 

a.admtablehead:hover { 
	background-color: #008fd5; 
	font-weight: bold; 
	font-size: 13px; 
	color: #000000; 
} 


/* cell background, font for most table cells */

.adm { 
	background-color: #faf6e7;
} 
	
	
/* cell background, slightly different than class=adm for striping search results, etc */

.adm2 { 
	background-color: #ffffff; 
} 


/* test styles for bold/italics/link javascript */

.buttons {
	background: #ccc;
	border: 1px solid #ccc;
	margin: 1;
	float:left;
}

.raise	{
	border-top: 1px solid buttonhighlight;
	border-left: 1px solid buttonhighlight;
	border-bottom: 1px solid buttonshadow;
	border-right: 1px solid buttonshadow;
	background: #ccc;
	margin:1;
	float:left;
}

.press {
	border-top: 1px solid buttonshadow;
	border-left: 1px solid buttonshadow;
	border-bottom: 1px solid buttonhighlight;
	border-right: 1px solid buttonhighlight;
	background: #ccc;
	margin:1;
	float:left;
}

#toolbar {
	margin: 0;
	width: 105px;
	padding: 0;
	height:20px;
	background: #ccc;
	border-top: 1px solid buttonhighlight;
	border-left: 1px solid buttonhighlight;
	border-bottom: 1px solid buttonshadow;
	border-right: 1px solid buttonshadow;
	text-align:left;
}




/* for sub menus  - original bg color: FFFFFF */

div.menu {
  background-color: #ffffff;
  border: 1px solid #000000;
  left: 0px;
  padding: 3px;
  position: absolute;
  top: 0px;
  visibility: hidden;
  z-index: 101;
}

div.menu a.menuItem {
  color: #000000;
  cursor: default;
  display: block;
  padding: 3px 1em;
  font-weight: normal;
  text-decoration: none;
  white-space: nowrap;
}

div.menu a.menuItem:hover, div.menu a.menuItemHighlight {
  background-color: #ee3224;
  font-weight: normal;
  color: #FFFFFF;
}


