/* CSS Document */

html { height: 100% }
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-color: #a0a0aa;
	color: #000;
	position: relative;
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
}

#bodyframe {
	background-color: #FFF;
	width: 950px;
	padding: 8px 15px 10px 15px;
	border: solid #99CC99 ;
	margin-top: 0px;
	height: 100%;
}
	
a:link, a:visited, a:active { color: #03C; }

div.linklist p {
	padding-top: 0px;
	margin-top: 0px;
	padding-bottom: 5px;
}

div.path a {
	font-weight: bold;
	font-size: 13px;
}
img { border: none; }

form { margin: 0px; padding: 0px; }

h1,h2,h3,h4,h5,h6 {
	font-weight: bold;
	color: #4a4fac;
	margin-top: 5px;
	margin-bottom: 8px;
	padding: 0px;
}

/* Headings */
h1 {font-size:150%;}
h2 {font-size:125%;}
h3 {font-size:100%;}
h4 {font-size:90%;}
h5 {font-size:80%;}
h6 {font-size:70%;}
	
hr {
	border: 0px; 
	border-top: 1px solid #999;
	height: 1px;
}

#header {
	padding-top: 0px;
	padding-bottom: 0px;
}
#logoDiv {
	text-align: left;
}	

#searchDiv {
	text-align: left;
	float: right;
	margin-top: 16px;
}

#searchDiv input {
	font-size: 10px;
}

.searchField {
	width: 90px;
	color: #000000;
	font-size: 10px;
}

#linksDiv {
	text-align: right;
}
#topnavDiv {
	color: #CCCCCC;
	text-align: center;
	/*background-color: #4a4fac;*/
	background-image:url(images/bg_purple.gif);
	padding-top: 4px;
	padding-bottom: 4px;
}

#topnavDiv a, #topnavDiv a:visited {
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
	padding-right: 7px;
	padding-left: 7px;
}

#topnavDiv a:hover {
	font-weight: bold;
	color: #FFFF00;
}

.maincontent, .mainsidebar {
	vertical-align: top;
}

table.maincontent {
	vertical-align: top;
}

.mainsidebar table {
	margin-top: 20px;
	vertical-align: top;
}
.mainsidebar th {
	text-align: left;
	color: white;
	background-image: url(images/bg_purple.gif);
	padding: 4px 0 0 20px;
	height: 20px;
}
.local th, .events th, .ponder th, .links th, div.evt_title, span.local {
	background-image: url(images/bg_red.gif);
}
.artist th, span.artist {
	background-image: url(images/bg_orange.gif);
}
.people th, div.peo_title, span.people {
	background-image: url(images/bg_yellow.gif);
}
.service th, div.srv_title, span.service {
	background-image: url(images/bg_green.gif);
}
.group th, .listgroups th, span.group {
	background-image: url(images/bg_ltblue.gif);
}
.project th, .listprojects th, span.project {
	background-image: url(images/bg_dkblue.gif);
}
.global th, span.global {
	background-image: url(images/bg_purple.gif);
}

.mainsidebar td {
	border: solid 2px #9966CC;
}
.sidebartbl td {
	border: 0px;
	padding-bottom: 7px;
}

.forum {
	/*border: thin #9966CC solid;*/
	background-color: #9966CC;
}
.forum th {
	color: white;
	background-color: #9966CC;
	vertical-align:top;
}
.forum td {
	background-color: white;
	vertical-align:top;	
}
.message {
	color: red;
}
#footer {
	padding-top: 25px;
	padding-bottom: 8px;
	text-align: center;
}

div.service {
	padding-bottom: 20px;
	vertical-align: top;
	
}
div.srv_title, div.evt_title, div.peo_title {
	color: white;
	/*background-color: #6699FF;*/
	font-weight: bold;
	padding: 4px 6px 4px 6px;
	margin-bottom: 5px;
	width: 90px;
	vertical-align: top;
}
.star {
	color: red;
	font-weight: bold;
	float: none;
	clear: none;
}
.reg1 td {
	background-color: #FFFFCC;
	padding: 0px 5px 0px 10px;
}
.reg2 td {
	background-color: #CCFFCC;
	padding: 0px 5px 0px 10px;
}
.reg3 td {
	background-color: #CCFFCC;
	padding: 0px 5px 0px 10px;
	vertical-align: top;
}
.checklist ul {
	list-style-type: none;
	padding-left: 0;
	margin-left: 0;
}
.checklist li {
	background: url(/images/icon_checkmark.jpg) left center no-repeat;
	padding-left: 15px;
	margin-bottom: 10px;	
}

/* Event Calendar */
.event-div {
	width: 100%;
}
.event-tbl tr {
	padding: 5px 0 5px 0;
}
.event-but {
	/*font-size: smaller;*/
}
.event-date, .event-date input, .event-date select {
	font-size: 10px;
}
.event-date {
	background-color: #CCFFCC;
	width: 100%;
}
.event-caption {
	font-weight: bold;
	width: 100%;
	margin-top: 15px;
	border-top: thin solid #6699FF;
}
.event-body {
	padding-bottom: 6px;
	padding-left: 20px;
	
}
.event-bg0 {
	background-color: #FFFFFF;
}
.event-bg1 {
	background-color: #FFFFCC;
}
.calendar {
	width: 160px;
}
.calendar .row-week td a {
  /*display: block;*/
}
.calendar .row-week td a:hover {
  background-color: #6699FF;
  color: #fff;
}
.calendar a, .calendar a:visited {
  text-decoration: none;
  color: #03C;
}
.calendar a:hover {
  text-decoration: none;
}
.calendar table {
  border-collapse: collapse;
  width: 100%;
}
.calendar td, .calendar th {
  text-align: center;
  vertical-align: top;
  border: 1px solid #000;
  padding: 1px;
  margin: 0;
}
.calendar th {
	color: white;
	background-color: #6699FF;
	background-image: url(images/bg_red.gif);

	padding-bottom: 4px;
}
a.day-selected, a:visited.day-selected {
	color: red;
	font-weight: bold;
}
.numbox, .numbox a, .numbox a:visited {
	text-align: right;
	vertical-align: top;
	color: #009933;
}

/* Avatar */
.avatar {
	margin-bottom: 20px;
	vertical-align: top;
	padding-right: 5px;
}
.avatar_people {
	border: 2px solid yellow;
}
.avatar_service {
	border: 2px solid green;
}
.avatar_cell {
	width: 90px; 
	vertical-align: top;
}

/* Inbox CSS */
a.email, a.email:visited, a.email:hover {
	text-decoration:none;
	color:#CC3333;
	background-color:#FFFFFF;
}

tr.item:hover {
	background-color: #FFFFCC;
}

.email {
	background-color: #9966CC;
}
.email th {
	color: white;
	background-color: #9966CC;
	vertical-align:top;
}
.email td {
	background-color: white;
	vertical-align:top;	
}

td.bstats {
	text-align: right;
	color: #990099;
	font-weight: bold;
}
