body {

	background-image: url(/wp-content/themes/edgar/images/bknd.gif);
	background-repeat: repeat-x;
	background-color: #d9d7c9;
	margin: 27px 18px 18px 18px;
	line-height: 1.5em;
}

body, p, td, li	{
font-family: Verdana, Arial, sans-serif;
font-size: 12px;
line-height: 17px;
color: #000000;
}

a 			{ color: #1f3b57; text-decoration: underline;}
a:link		{ color: #1f3b57; text-decoration: underline; }
a:visited	{ color: #1f3b57; text-decoration: underline; }
a:active	{ color: #330000; text-decoration: underline; }
a:hover		{ color: #330000; text-decoration: underline; }



h1, caption {
	font-family: Georgia, "Times New Roman", serif;
	font-size: 18px;
	font-weight: normal;
	color: #1f3b57;
	line-height: 1.3em;
	margin: 0 0 .5em 0;
	text-align: center;
}

h2	{
font-family: Verdana, Arial, sans-serif;
font-size: 11px;
text-transform: uppercase;
color: #660000;
} 


.p12 { font: 12pt/16pt }
.p10 { font: 10pt/14pt  }
.p9 { font: 9pt/13pt  }
.p8 { font: 8pt/12pt }

input[type="submit"] {

}

.phpc-navbar a {
  background-color: #c2c8bd;
  color: #1f3b57;
  border: 1px solid #b2b2b2;
}

input[type="submit"]:hover {
  background-color: #1f3b57;
  color: #c2c8bd;
}

.phpc-navbar a:hover {
  background-color: #1f3b57;
  color: #c2c8bd;
}

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

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

.phpc-main {
  font-size: 90%;
  border-style: solid;
  border-collapse: collapse;
  text-align:left;
  border-color: #cecebd;
  border-width: 1px;
  background-color: #ffffff;;
  margin-top: 24px;
}

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

.phpc-main > h2 {
  margin: 0;
  text-align: left;
  background-color: #c2c8bd;
  padding: .25em; 
  border-color: #b2b2b2;
  border-style: solid;
  border-width: 0 0 1px 0;
}

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

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


thead th {
  background-color: #c2c8bd;
  color: #1f3b57;
}

thead {
  border: 1px solid #b2b2b2;
}

thead, tfoot {
  text-align: center;
}

#calendar td, #calendar th {
  border-style: solid;
  border-collapse: collapse;
  border-color: #b2b2b2;
  border-width: 1px;
  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: #f7f8ea;
}

td.future {
  background-color: #ffffff;
}

td.none {
	background-color: #dce3e5;
}

table.phpc-main ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

table.phpc-main li {
  font-size: 75%;
  font-weight: 600;
  padding: 0px;
  border-color: #b2b2b2;
  border-style: solid;
  border-width: 0 0 1px 0;
  margin: 0px;
 
}

table.phpc-main li a {
  display: block;
  text-decoration: none;
  padding: 3px;
  color: #000000;
}

table.phpc-main li a:hover {
  background-color: #ececd8;
  color: #660000;
}

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

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

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

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

td { font-family: verdana,arial,sans serif }

#footer_outline {
	width: 850px;
	background-color: white;
	padding: 1px;
	border: 1px solid #b2b2b2;
	margin: 0 auto;
}

#footer {
	background-color: #1f3b57;
	padding: 10px;
}

#footer_nav {
	margin: 0;
	padding: 0;
	list-style-type: square;
}

#footer_nav li {
	font-size: 10px;
	color: #c2c8bd;
	line-height: 11px;
	display: inline;
	padding: 0 0 0 9px;
	background-image: url(images/footer-list-bullet.gif);
	background-repeat: no-repeat;
}

#footer a 			{ color: #c2c8bd; text-decoration: none;}
#footer a:link		{ color: #c2c8bd; text-decoration: none; }
#footer a:visited	{ color: #c2c8bd; text-decoration: none; }
#footer a:active	{ color: #c2c8bd; text-decoration: underline; }
#footer a:hover		{ color: #c2c8bd; text-decoration: underline; }

