html, body{
	width: 100%;
	height: 100%;
}

body{
	margin: 0;
}
input[type="button"]{
	margin: 0;
	padding: 0;
}

img{
	border: 0;
}

ul{
	list-style-type: square;
	padding: 0;
	margin: 0 0 0 17px;
	text-align: left;
}
ol{
	text-align: left;
}

li{
	margin-top: 3px;
	margin-bottom: 3px;
}

hr{
    color: #D0D0D0;
    height: 1pt;
}

form{
	margin: 0;
}
.square{
	width: 5px;
	height: 5px;
	background: #525250;
}
.border{
	border: 1px solid #A8A8A8;
}
.notice{
	padding: 20px;
	text-align: center;
}

.bg {
	background: #ededed;
}
.center{
	text-align: center;
}
.table, .tableA{
	width: 100%;
	margin: 0 auto;
}
table, .table, .tableA, .tableB{
    border-collapse: collapse;
    background-color: #ffffff;
}
table td{
	text-align: left;
    font-size: 11px;
}
.table td, .table th, .tableA td, .tableA th, .tableB td{
	text-align: left;
    padding: 5px;
}
.table td, .table th, .tableA td, .tableA th, .tableC td, .tableC th{
	border: 1px solid #ccc;
}
.tableB td, .tableB th{
	border: 0px;
}

/* CALENDAR */
#calendarPanel {
 padding: 5px 0px 0px 0px;
 margin-bottom: 15px;
 border-top: 4px solid #dedede;
}
#calendarPanel table.calendar {
 margin: 0px;
 background: #fff;
 width: 664px;
}

#calendarPanel table.calendar td {
  text-align: center;
  padding: 9px 4px;
  border: 1px solid #ccc;
  font-size: 14px;
  font-family: "Trebuchet MS", Trebuchet;
}

#calendarPanel table.calendar td.day {
  color: #333;
}
#calendarPanel table.calendar td.event{
  /*background: url(../../data/layout/www/calendar_day_event_bg.png) no-repeat center center;*/
}
#calendarPanel table.calendar td.today {
  color: #2F9DD3;
}
#calendarPanel table.calendar td.today a{
  color: #79A434;
}
#calendarPanel table.calendar td.red {
  color: #A82C2B;
}
#calendarPanel table.calendar td a{
  color: #79A434;
  font-size: 14px;
}
#calendarPanel table.calendar td.calendarH {
 padding: 6px 5px;
  color: #333;
  font-family: Arial;
  /*background: url(../../data/layout/www/calendar_day_week_bg.jpg) no-repeat center center;*/
}

/* -- PAGINATION -- */
div.pagination {
 margin: auto;
 width: auto;
}
div.pagination a{
 border: 1px solid #1E4B72;
 float: left;
 padding: 2px 6px;
 margin: 0px 2px;
 display: block;
 width: 12px;
 height: 14px;
 color: #1E4B72;
 text-align: center;
}
div.pagination span.current{
 border: 1px solid #1E4B72;
 background: #1E4B72;
 color: #fff;
 float: left;
 padding: 2px 4px;
 margin: 0px 2px;
 display: block;
 width: 14px;
 height: 14px;
 text-align: center;
}