/*

	Four Yahoo javascript widgets are utilitized in this website, each widget is customized with its own CSS file:
		1) Datatable - datatable.css
		2) Accordion - not formerly part of the YUI widget set - accordionview.css
		3) Tabview - tabview.css
		4) Menu - menu.css

	Version 2.6 of the Yahoo widgets were used.
	
	The way to test the CSS stuff is to: 
		1)	create a static web page(html) with just the widget in it or start with one of yahoo’s examples
		2)	make some exaggerated change to see how it affects the page (change color to red, make padding 100 pixels instead of 1 pixel, etc.)
		3)	make the change for real

	
	Each CSS file describes its apllication-specific CSS changes.
	
	This file describes application-level CSS settings.

*/



a:link {
	font-family: helvetica, sans-serif;
	font-size: 12px;
	color: #000066;
	text-decoration: none;
}
a:visited {
	font-family: helvetica, sans-serif;
	font-size: 12px;
	color: #000066;
	text-decoration: none;
}
a:active {
	font-family: helvetica, sans-serif;
	font-size: 12px;
	color: #000066;
	text-decoration: none;
}
a:hover {
	font-family: helvetica, sans-serif;
	font-size: 12px;
	color: #000066;
	text-decoration: underline;
}
body {
	background-color: #000033;	
}
.header {
	background-image: url(/images/mediumduty/global/hdr_bkg.jpg);
	background-repeat: repeat-x;
}
.bl {
	background: url(/images/mediumduty/global/1bl.gif) 0 100% no-repeat #ffffff;
	width: 800px;
	margin: 0 auto;
} 
.br {
	background: url(/images/mediumduty/global/1br.gif) 100% 100% no-repeat;
} 
.tl {
	background: url(/images/mediumduty/global/1tl.gif) 0 0 no-repeat;
} 
.tr {
	background: url(/images/mediumduty/global/1tr.gif) 100% 0 no-repeat; padding:10px;
} 
.newsevents {
	background-color: #101010;
	font-family: helvetica, sans-serif;
	font-size: 12px;
	
}
.newstable {
	background-image: url(/images/mediumduty/home/newstable_bkg.jpg);
	background-repeat: repeat-x;	
	font-family: helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #ffffff;
	text-align: center;
}
.content {
	font-family: helvetica, sans-serif;
	font-size: 13px;
	background-color: #ffffff;
	width: 800px;
}

.footer {
 font-family: helvetica, sans-serif;
 font-size: 10px;
 color: #ffffff; 
}
.footer a:link {
  font-family: helvetica, sans-serif;
  font-size: 10px;
  color: #ffffff;
  text-decoration: none;
}
.footer a:visited {
  font-family: helvetica, sans-serif;
  font-size: 10px;
  color: #ffffff;
  text-decoration: none;
}
.footer a:active {
  font-family: helvetica, sans-serif;
  font-size: 10px;
  color: #ffffff;
  text-decoration: none;
}
.footer a:hover {
  font-family: helvetica, sans-serif;
  font-size: 10px;
  color: #ffffff;
  text-decoration: underline;
}
.newsevents a:link {
  font-family: helvetica, sans-serif;
  font-size: 12px;
  color: #ffffff;
  text-decoration: none;
}
.newsevents a:visited {
  font-family: helvetica, sans-serif;
  font-size: 12px;
  color: #ffffff;
  text-decoration: none;
}
.newsevents a:active {
  font-family: helvetica, sans-serif;
  font-size: 12px;
  color: #ffffff;
  text-decoration: none;
}
.newsevents a:hover {
  font-family: helvetica, sans-serif;
  font-size: 12px;
  color: #ffffff;
  text-decoration: underline;
}

