/*************************** General Style ***************************/
body {
	font-family: Tahoma;
	font-size: 10pt;
}

form {
	margin: 0px 0px 0px 0px;
}

a:link, a:visited, a:active {
	color: black;
}

.message {
	color: black;
	font-weight: bold;
	text-align: center;
	padding-top: 3pt;
	padding-bottom: 3pt;
	font-size: 12pt;
	width: 100%;
}

div.menu_bar {
	width: 95%;
	color: black;
	background-color: white;
	border: 1px solid black;
	text-align: right;
	padding: 2pt 5pt 2pt 5pt;
	font-size: 10pt;
}

tr.list_color1 {
	color: black;
	background-color: white;
}

tr.list_color1  td {
	padding: 2px 5px 2px 3px;
}

tr.list_color2 {
	color: black;
	background-color: #eeeeee;
}

tr.list_color2  td {
	padding: 2px 5px 2px 3px;
}

div.hr {
	height: 0px;
	font-size: 1px;
	margin: 2px 0pt 2px 0pt;
	border-bottom: 1px solid black;
}

table.box, div.box {
	width: 100%;
	color: black;
	background-color: white;
	border: 1px solid black;
	text-align: left;
	font-size: 10pt;
}

tr.box_top  td {
	color: white;
	background-color: black;
	font-weight: bold;
	padding: 2px 5px 2px 3px;
}

tr.box_top  td  a:link, tr.box_top  td  a:visited, tr.box_top  td  a:active {
	color: white;
	text-decoration: underline;
	font-weight: normal;
}

tr.box_top  td  a:hover {
	color: #dddddd;
}

tr.box_top2  td {
	color: black;
	background-color: #AAAAAA;
	font-weight: bold;
	padding: 2px 5px 2px 3px;
}

tr.box_top2  td  a:link, tr.box_top2  td  a:visited, tr.box_top2  td  a:active {
	color: black;
	text-decoration: underline;
}

tr.box_contents  td {
	padding: 2pt 3pt 2pt 3pt;
}

tr.hr  td {
	padding: 0pt 0pt 4pt 0pt;
}

table.form {
	text-align: left;
	font-weight: bold;
}

table.form  blockquote {
	font-weight: normal;
	margin: 2pt 0pt 2pt 15pt;
}

table.form  .note {
	font-weight: normal;
}

table.form  select  {
	margin-top: 2px;
}

table.form  .sect_head {
	font-size: 12pt;
	font-weight: bold;
	font-style: italic;
}

table.form  .readonly {
	background: #DDDDDD;
}

div.box_notes {
	font-size: 8pt;
	text-align: right;
	padding-top: 2pt;
}

div.pagination {
	padding: 10pt 0pt 10pt 0pt;
	font-size: 10pt;
	font-weight: bold;
	text-align: center;
}

div.pagination  a {
	padding-left: 2pt;
	padding-right: 2pt;
}

img.border {
	border: 1px solid black;
}

img.noborder {
	border: 0px;
}
/*********************************************************************/
div.rmenu {
	text-align: right;
	font-weight: bold;
	font-size: 10pt;
	padding-bottom: 15pt;
}
div.cmenu {
	text-align: right;
	font-weight: normal;
	font-size: 8pt;
}
div.rmenu a:link, div.rmenu a:visited, div.rmenu a:active {
	text-decoration: none;
}
/*********************************************************************/
.page  td {
	font-family: Tahoma, Verdana, Helvetica, sans-serif;
	font-size: 10pt;
	text-align: left;
}
.page  .image {
	margin-right: 8px;
	margin-bottom: 5px;
	float: left;
}
.page  .caption {
	clear: all;
	float: left;
	text-align: center;
	margin-right: 9px;
	margin-bottom: 5px;
}
/*********************************************************************/
.link_box {
	color: black;
	padding: 10pt 10pt 0pt 10pt;
}

.link_box  div.link {
	padding-bottom: 5pt;
}

div.link_cat {
	padding-bottom: 15pt;
	font-weight: bold;
}

div.link_cat  div.link {
	font-weight: normal;
	padding-top: 5pt;
	padding-left: 10pt;
	padding-right: 5pt;
}
/*********************************************************************/
#staff_list {
	border: 0px;
}
#staff_list  .row {
	padding-top: 5pt;
	padding-bottom: 10pt;
}
#staff_list  .thumb {
	border: 1px solid black;
	margin-right: 5px;
}
#staff_list  .name {
	font-weight: bold;
}
#staff_list  .title {
}
#staff_list  .phone {
	font-style: italic;
}
#staff_list  .email {
}
/*********************************************************************/
div.calendar  .box {
   background-color: black;
   border: 0px;
}

div.calendar  td.day {
   background-color: white;
   font-weight: bold;
}

div.calendar  td.today {
   background-color: #dddddd;
   font-weight: bold;
}

div.calendar_form {
   text-align: right;
   padding-top: 2pt;
   padding-bottom: 10pt;
}

#eventlist {
}
#eventlist  .etable {
	width: 98%;
	font-size: 10pt;
	text-align: left;
	margin-top: 5pt;
	margin-bottom: 15pt;
}
#eventlist  .date {
	font-weight: bold;
	border-bottom: 1px solid black;
}
#eventlist  .time {
	width: 100px;
	text-align: right;
	font-weight: bold;
}
#eventlist  .event {
	padding-left: 20pt;
	padding-bottom: 10pt;
}
#eventlist  .edit {
	text-align: right;
	font-weight: bold;
}