body {
  font-family: "Times New Roman", serif;
  margin: 0 2%;
  padding: 0;
  background-color: #FFFFFF;
  color: #000000;
}

a {
  color: #000000;
   background-color: inherit;
}

a:hover {
  color: #607080;
  background-color: inherit;
}

h1 {
  font-size: 200%;
  text-align: center;
  font-family: sans-serif;
  color: #000000;
  background-color: inherit;
}"class=\"phpc-add\""

h2 {
  font-size: 175%;
  text-align: center;
  font-family: serif;
  color: #000000;
  background-color: inherit;
}

/*h3, h4, h5 defined by EPICS*/
h3 {
  font-size: 150%;
  text-align: center;
  font-family: serif;
 color: #003580;
 background-color: inherit;
}

h4 {
  font-size: 130%;
  text-align: left;
  font-family: serif;
 color: #003580;
 background-color: inherit;
}

h5 {
  font-size: 100%;
  text-align: left;
  font-family: serif;
 color: #003580;
 background-color: inherit;
}


input[type="submit"] {
  background-color: #005596;
  color: #FFFFFF;
  border: 1px solid #000000;
}

.phpc-navbar a {
  background-color: #005596;
  color: #FFFFFF;
  border: 1px solid #000000;
}

input[type="submit"]:hover {
  background-color: #000000;
  color: #FFFFFF;
}

.phpc-navbar a:hover {
  background-color: #000000;
  color: #FFFFFF;
}

.phpc-navbar {
  margin: 1em 0 2em 0;
  text-align: center;
}

.phpc-navbar a {
  font-size: 90%;
  text-decoration: none;
  margin: 0;
  padding: 2px;
}

.phpc-main {
  font-size: 90%;
  border-style: solid;
  border-collapse: collapse;
  border-color: #000000;
  border-width: 2px;
  color: #000000;
  background-color: #CCCCCC;
}

table.phpc-main {
  width: 100%;
}

.phpc-main h2 {
  margin: 0;
  text-align: left;
  background-color: #005596;
  padding: .25em; 
  border-color: #000000;
  border-style: solid;
  border-width: 0 0 2px 0;
}

.phpc-main div {
  margin: .5em;
  font-weight: bold;
}

.phpc-main p {
  border-style: solid;
  border-width: 2px 0 0 0;
  border-color: #000000;
  padding: .5em;
  margin: 0;
  text-align: justify;
}

caption {
  font-size: 175%;
  color: #000000;
  background-color: #FFFFFF;
  padding: 2px;
  font-weight: bolder;
}

thead th {
  background-color: #005596;
  color: #FFFFFF;
}

thead {
  border: 1px solid #000000;
}

thead, tfoot {
  text-align: center;
}

#calendar td, #calendar th {
  border-style: solid;
  border-collapse: collapse;
  border-color: #000000;
  border-width: 2px;
  padding: .5em;
}

table.phpc-main tbody th {
  text-align: right;
}

#calendar {
  table-layout: fixed;
}

#calendar td {
  text-align: left;
  height: 80px;
  overflow: hidden;
}

td.past {
  background-color: #8090A0;
  color: inherit;
}

td.future {
  background-color: white;
  color: inherit;
}

td.none {
  background-color: white;
  color: inherit;
}

.logo{
  text-align: center;
     margin: 0 auto;
}

table.phpc-main ul {
  margin: 2px;
  padding: 0;
  list-style-type: none;
  border-color: #000000;
  border-style: solid;
  border-width: 1px 1px 0 1px;
}

table.phpc-main li {
  font-size: 80%;
  font-weight: normal;
  padding: 0;
  border-color: #000000;
  border-style: solid;
  border-width: 0 0 1px 0;
  margin: 0;

	cursor: pointer;

}

table.phpc-main li a {
  display: block;
  text-decoration: none;
  padding: 2px;
}



 table.phpc-main li a:hover { 
  background-color: #607080; 
  color: #FFFFFF;
}

.signedup:hover{
  background-color: #607080; 
  color: #FFFFFF;
}

.signedup
{
  background-color: #994444;
}

.notsignedup:hover{
  background-color: #607080; 
  color: #FFFFFF;
}

.notsignedup
{
  background-color: #FFFFE0;

}

.notselected
{
  background-color: #FFFFE0;

}

.selected
{
  background-color: #b0c4de;

}

.toggling
{
	background-color: #CCCCCC;
}

.borderless 
{
        border:none;
}

.loggedOut
{
 cursor: pointer;
 unselectable: on;
}

.instructions
{
  font-size: 110%;
  text-align: left;
  font-family: serif;
  color: #003580;
  background-color: inherit;
}

.calHead
{
  font-size: 130%;
  text-align: center;
  font-family: serif;
 color: #003580;
 background-color: inherit;
}


.phpc-list {
  border: 1px solid #000000;
}

.phpc-footer {
  text-align: center;
}

.phpc-button {
  text-align: center;
}

.phpc-add {
  float: right;
  text-align: right;
}

.phpc-eventcheckbox {
	float: right;	
}

#dhtmltooltip{
	position: absolute;
	width: 300px;
	font-size: 80%;
	border: 2px solid black;
	padding: 2px;
	background-color: lightyellow;
	visibility: hidden;
	z-index: 100;
	/*Remove below line to remove shadow. Below line should always appear last within this CSS*/
	/*filter: progid:DXImageTransform.Microsoft.Shadow(color=gray,direction=135);*/
}