body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 15px;
	text-align: center;
}

#container {
	margin: 0 auto;
	width: 1000px;
	text-align: left;
}
#rcorners1 {
    border-radius: 25px;
    border: 2px solid #d8d8d8;
    padding: 20px; 
    width: 1000px;
    height: 400px;
    align: center;
}
#rcorners2 {
    border-radius: 25px;
    border: 2px solid #c0c0c0;
    padding: 20px; 
    width: 1000px;
    height: 200px;
    align: center; 
}

a:visited {
	color: blue;
}

table {
	font-family: Arial;
	font-size: 15px;
}

table.doc {
	FONT-FAMILY: "trebuchet ms", "lucida grande", arial, sans-serif;
	FONT-SIZE: 15px;
}

table.doc.th {
	FONT-FAMILY: "trebuchet ms", "lucida grande", arial, sans-serif;
	FONT-SIZE: 15px;
	FONT-WEIGHT: BOLD;
	text-align: left;
}

table.td.ref {
	FONT-FAMILY: "trebuchet ms", "lucida grande", arial, sans-serif;
	FONT-SIZE: 10px;
}

H1 {
	FONT-FAMILY: "Verdana", "lucida grande", arial, sans-serif;
	FONT-SIZE: 18px;
}

ul {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-style: normal;
	color: #00008B;
	line-height: 30px;
	list-style-type: circle;
	list-style-position: outside;
}

.bluetabs {
	border-bottom: 0px solid gray;
}

.bluetabs ul {
	padding: 0px 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	list-style-type: none;
	text-align: left;
	/*set to left, center, or right to align the menu as desired*/
}



.bluetabs li {
	display: inline;
	color: blue;
	margin: 0;
	border: 0px solid white;
	border-right-width: 2px;
	text-align: center;
}

.bluetabs li a {
	text-decoration: none;
	font-weight: bold;
	color: blue;
	padding: 0px 7px;
	margin-right: 0px;
	border: 0px solid #778;
	text-align: center;
	/*background: white url(media/bluetab.gif) top left repeat-x; THEME CHANGE HERE*/
}

.bluetabs li a:visited {
	/*color: #2d2b2b;*/
	color: blue;
}

.bluetabs li a:hover {
	text-decoration: underline;
	color: blue;
	/*color: #2d2b2b;*/
}

.bluetabs li.selected {
	
}

.bluetabs li.selected a { /*selected main tab style */
	background-image: url(media/bluetabactive.gif); /*THEME CHANGE HERE*/
	border-bottom-color: white;
}

.bluetabs li.selected a:hover { /*selected main tab style */
	text-decoration: none;
}

/* ######### Style for Drop Down Menu ######### */
.dropmenudiv_b {
	position: absolute;
	top: 0;
	border: 1px solid #918d8d; /*THEME CHANGE HERE*/
	border-width: 0 1px;
	line-height: 18px;
	z-index: 100;
	background-color: white;
	width: 200px;
	visibility: hidden;
}

.dropmenudiv_b a {
	width: auto;
	display: block;
	text-indent: 5px;
	border: 0 solid #918d8d; /*THEME CHANGE HERE*/
	border-bottom-width: 1px;
	padding: 2px 0;
	text-decoration: none;
	color: black;
}

* html .dropmenudiv_b a { /*IE only hack*/
	width: 100%;
}

.dropmenudiv_b a:hover { /*THEME CHANGE HERE*/
	background-color: #edf3f3;
}

/* ######### Style for scroll table ######### */
div.tableContainer {
	clear: both;
	border: 1px solid #963;
	height: 300px;
	overflow: auto;
	width: 100%
}

div.tableContainer2 {
	clear: both;
	border: 1px solid #963; #
	height: 300px;
	overflow: auto;
	width: 100%
}

/* Reset overflow value to hidden for all non-IE browsers. */
html>body div.tableContainer { #
	overflow: hidden;
	width: 100% overflow: auto;
}

/* define width of table. IE browsers only                 */
div.tableContainer table {
	float: left;
	width: 100%;
	table-layout: fixed;
}

/* define width of table. Add 16px to width for scrollbar.           */
/* All other non-IE browsers.                                        */
html>body div.tableContainer table {
	width: 100%; #
	width: 1016px
}

.block {
	display: block;
	border: 0px;
}

########### 05162016
span.grey {
	width: 100px;
	height: 100px;
	background: red;
	border: 3px solid red;
	-webkit-box-shadow: 7px 7px 5px 0px rgba(50, 50, 50, 0.75);
	-moz-box-shadow: 7px 7px 5px 0px rgba(50, 50, 50, 0.75);
	box-shadow: 7px 7px 5px 0px rgba(50, 50, 50, 0.75);
}

span.green {
  background: #5EA226;
  border-radius: 0.8em;
  -moz-border-radius: 0.8em;
  -webkit-border-radius: 0.8em;
  color: #ffffff;
  display: inline-block;
  font-weight: bold;
  line-height: 1.6em;
  margin-right: 15px;
  text-align: center;
  width: 1.6em; 
}

span.blue {
  background: #5178D0;
  border-radius: 0.8em;
  -moz-border-radius: 0.8em;
  -webkit-border-radius: 0.8em;
  color: #ffffff;
  display: inline-block;
  font-weight: bold;
  line-height: 1.8em;
  margin-right: 15px;
  text-align: center;
  width: 2.2em; 
}

span.pink {
  background: #EF0BD8;
  border-radius: 0.8em;
  -moz-border-radius: 0.8em;
  -webkit-border-radius: 0.8em;
  color: #ffffff;
  display: inline-block;
  font-weight: bold;
  line-height: 1.6em;
  margin-right: 15px;
  text-align: center;
  width: 1.6em; 
}

div.standfirst {
	margin-left: 40px;
	font-family: Trebuchet MS;
}

hr {
	
	margin-top: 10px;
	margin-bottom:10px;
	margin-left: 40px;
	margin-right: auto;
	height: 5px;
	background-color: #d9e2cf;
	color: #d9e2cf;
	border: 0 none;
}
