body {
  font-family: "Times New Roman", serif;
  padding: 0;
  background-color: BG_COLOR1;
  color: TEXTCOLOR1;
}

a {
 /* color: TEXTCOLOR1;*/
  /* background-color: inherit;*/
}

h1 {
  font-size: 200%;
  text-align: center;
  font-family: sans-serif;
  color: #fbaa3f;
  background-color: inherit;
}

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

input[type="submit"] {
  background-color: #c3d9ff;
  color: TEXTCOLOR1;
  border: 1px solid SEPCOLOR;
}

.phpc-navbar a {
  background-color: #e8eef7;
  color: TEXTCOLOR1;
  border: 1px solid #c3d9ff;
}

input[type="submit"]:hover {
  background-color: #93b6f0;
  color: #ffffff;
}

.phpc-navbar a:hover {

color: #333333;
text-decoration: none;
background-color: #e6e6e6;
background-position: 0 -15px;
-webkit-transition: background-position 0.1s linear;
-moz-transition: background-position 0.1s linear;
-o-transition: background-position 0.1s linear;
transition: background-position 0.1s linear;
}

.phpc-navbar {
  margin: 0em 0 5px 0px;
  text-align: left;
  width: 85%;
}

.phpc-navbar a, .phpc-main  input[name="submit"] {

  text-decoration: none;
display: inline-block;
padding: 2px 10px;
font-weight: bold;
margin-bottom: 0;
font-size: 11px;
line-height: 20px;
color: #333333;
text-align: center;
text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
vertical-align: middle;
cursor: pointer;
background-color: #f5f5f5;
background-image: -moz-linear-gradient(top, #ffffff, #e6e6e6);
background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#e6e6e6));
background-image: -webkit-linear-gradient(top, #ffffff, #e6e6e6);
background-image: -o-linear-gradient(top, #ffffff, #e6e6e6);
background-image: linear-gradient(to bottom, #ffffff, #e6e6e6);
background-repeat: repeat-x;
border: 1px solid #bbbbbb;
border-color: #e6e6e6 #e6e6e6 #bfbfbf;
border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
border-bottom-color: #a2a2a2;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe6e6e6', GradientType=0);
filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
-moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
}




.phpc-main#calendar {
  font-size: 90%;
  border-spacing:0;
  border-style: solid;
  border-color: #d1d1d1;
border-collapse: separate;
  border-width: 1;
  display: table;
  color: #333333;
background-color: #fff;
  -moz-box-shadow: 0 1px 2px #d1d1d1;
-webkit-box-shadow: 0 1px 2px #d1d1d1;
box-shadow: 0 1px 2px #d1d1d1;
}

#calendar {
table-layout: fixed;
}

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

.phpc-main h2 {
margin: 0;
text-align: left;
background-color: #c3d9ff;
padding: .25em;

}

.phpc-list a{
color: #2a6496;
}

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

.phpc-main p {

  padding: .5em;
  margin: 0;
  text-align: justify;
}

.phpc-main div {
padding: .32em;
border-color: gray;
border-style: solid;
border-width: 2px 0 0 0;
margin: 0;
}

caption {
  font-size: 175%;
  color: TEXTCOLOR1;

  padding: 2px;
  font-weight: bolder;
}

thead th {
border-style: solid;
border-collapse: collapse;
border-color: #D6D6D6;
border-width: 1px;
padding: .5em;

}

thead {
  border: 1px solid SEPCOLOR;
}

thead, tfoot {
  text-align: center;
}

#calendar td{
  border-style: solid;

  border-color: #dedede;
  border-width: 1px;
  padding: .5em;
  border-spacing:0;
}

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



#calendar {
  table-layout: fixed;
}

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

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

td.today {
  background-color: #d9edf8;
  color: inherit;
}

td.future {
  background-color: #fafafa;
  color: inherit;
}

td.none {
  background-color: #F7F7F7;
  color: inherit;
}

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

}

table.phpc-main li {
  font-size: 80%;
  font-weight: normal;
  padding: 0;
  margin: 0;


}

table.phpc-main li a {
  display: block;
  text-decoration: none;
  padding: 10px 8px;
  margin: 2px 0;
    background-color: #0187d0;
	  border-radius: 4px;
}

#calendar.phpc-main li a {
  color: #FFF;
}

.phpc-main {
font-size: 90%;

color: TEXTCOLOR1;
background-color: #e8eef7;
  border-radius: 12px;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  -khtml-border-radius: 12px;
  display: block;
  border: 2px solid gray;
  border-collapse: separate;
    border-spacing: 0;
	cellspacing:0;

}

form > .phpc-main > tbody > tr > td:first-child {
text-align: right;
width: 46%;
}

.phpc-main tfoot tr td:first-child {
text-align: center;
}

.phpc-main tr td.phpc-list:first-child {
text-align: left;
width: none;
}



.phpc-main tr:first-child th:first-child, .phpc-main h2 {
    -webkit-border-top-left-radius: 10px;
    -moz-border-radius-topleft: 10px;
    border-top-left-radius: 10px;
}
.phpc-main tr:first-child th:last-child, .phpc-main h2 {
    -webkit-border-top-right-radius: 10px;
    -moz-border-radius-topright: 10px;
    border-top-right-radius: 10px;
}

 
.phpc-main#calendar tr:first-child th:first-child{
    -webkit-border-top-left-radius: 10px;
    -moz-border-radius-topleft: 10px;
    border-top-left-radius: 10px;
}

.phpc-main#calendar tr:last-child td:first-child {
    -webkit-border-bottom-left-radius: 10px;
    -moz-border-radius-bottomleft: 10px;
    border-bottom-left-radius: 10px;
}

.phpc-main#calendar tr:first-child th:last-child {
    -webkit-border-top-right-radius: 10px;
    -moz-border-radius-topright: 10px;
    border-top-right-radius: 10px;
}

.phpc-main#calendar tr:last-child td:last-child {
    -webkit-border-bottom-right-radius: 10px;
    -moz-border-radius-bottomright: 10px;
    border-bottom-right-radius: 10px;
}



#calendar.phpc-main li a:hover {
  background-color: #1593d7;

}



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

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

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

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

.month_div {
  color: #333333;
  font-weight: bold;
float: right;
margin-top: -35px;
}



/* \*/ /*/
  #calendar {table-layout: auto;}
/* */

.select_month_year {
padding: 3px 10px;
font-size: 12px;
}

.month_div > a {
text-decoration: none;
display: inline-block;
padding: 4px 10px;
font-weight: bold;
margin-bottom: 0;
font-size: 11px;
line-height: 20px;
color: #333333;
text-align: center;
text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
vertical-align: middle;
cursor: pointer;
background-color: #f5f5f5;
background-image: -moz-linear-gradient(top, #ffffff, #e6e6e6);
background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#e6e6e6));
background-image: -webkit-linear-gradient(top, #ffffff, #e6e6e6);
background-image: -o-linear-gradient(top, #ffffff, #e6e6e6);
background-image: linear-gradient(to bottom, #ffffff, #e6e6e6);
background-repeat: repeat-x;
border: 1px solid #bbbbbb;
border-color: #e6e6e6 #e6e6e6 #bfbfbf;
border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
border-bottom-color: #a2a2a2;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe6e6e6', GradientType=0);
filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
-moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
}

.month_div > a:hover {
color: #333333;
text-decoration: none;
background-color: #e6e6e6;
background-position: 0 -15px;
-webkit-transition: background-position 0.1s linear;
-moz-transition: background-position 0.1s linear;
-o-transition: background-position 0.1s linear;
}


.phpc-main input, textarea, select {
padding: 3px 10px;
font-size: 12px;
line-height: 1.42857143;
color: #555;
background-color: #fff;
background-image: none;
border: 1px solid #ccc;
border-radius: 4px;
-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
-webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
-o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}

.phpc-main  input[name="submit"] {
margin-bottom: 10px;

}

