.drone_cal {
	background-image: url('/images/calendar');
}
#bd label, label {
	width:180px;
	font-weight:bold;
	float:left;
	padding: 3px;
	text-align:right;
}
#bd label.mini, label.mini {
	width: 120px;
}
#bd label.flat, label.flat {
	width: 100%;
	text-align: left;
	display: block;
}
form p {
	display: block;
	clear: both;
	margin-bottom: 3px;
}
label.required, .required {
	color: #990000;
}
.formSubmit {
	margin-top:20px;
	margin-left:182px;
}
.miniFormSubmit {
	margin-top: 10px;
	margin-left: 122px;
}
.checkboxGroup {
	margin-bottom: 30px;
	margin-top: 10px;
	margin-left: 122px;
}
.contentBlock {
	margin-bottom: 20px;
}
.download {
	display: block;
	text-decoration: none;
	float: right;
	margin-right: 80px;
	margin-top: 10px;
	text-align: center;
}
.contentBlock p {
	padding: 2px;
	margin-top: 0;
	margin-bottom: 0;
	margin-left: 30px;
	color: #003333;
}
.contentBlock .head {
	padding: 4px;
	margin: 0;
	color: #666633;
	display: block;
	margin-bottom: 5px;
	font-family: 'Times New Roman', Times;
}
.tools {
	text-align: right;
}
.messageHeader {
	padding: 10px;
	border: 1px solid #DAC180;
}
.messageDescription {
	padding: 10px;
	margin: 10px;
	font-style: italic;
}
.messageText, .messageReply {
	padding: 10px;
	margin: 10px;
}
.messageText p, .messageReply p {
	margin: 4px;
	padding: 0;
}
.subtle {
	color: #D4BA67;
}
#paging {
	text-align: right;
	padding-top: 12px;
}
.familyTab {
	background-image: url('/images/row_bg.jpg');
	background-repeat: repeat-x;
	background-position: top left;
	padding: 10px;
	border-top: 1px solid #CCCC99;
	margin: 0;
}
.calendarBlock, .tagBlock, .attachBlock {
	display: block;
	background-repeat: no-repeat;
	background-position: top left;
	padding-left: 40px;
	margin-bottom: 20px;
}
.calendarBlock {
	background-image: url('/images/calendar2');
}
.tagBlock {
	background-image: url('/images/tag');
}
.attachBlock {
	background-image: url('/images/attach');
}
/*
viewer style
*/
.iviewer {
	float:right;
	margin:20px;
}
/*
calendar styles
*/
#icalendar {
	border: none;
	width: 100%;
}
#icalendar th {
	text-align: center;
	border: none;
	width: 14%;
}
#icalendar .box {
	border: 1px solid #cdc9a5;
}
#icalendar .noBottom {
	border-bottom: none;
}
#icalendar .noLeft {
	border-left: none;
}
#icalendar .topBorder {
	background-image: url('/images/calendar_pixel.gif');
	background-repeat: repeat-x;
	background-position: top left;
}
#icalendar .rightBorder {
	background-image: url('/images/calendar_pixel.gif');
	background-repeat: repeat-y;
	background-position: top right;
}
#icalendar .events {
	margin-bottom: 12px;
}
#icalendar .events a {
	display:block;
	text-decoration:none;
	margin:3px;
	text-align: center;
	border: 1px solid #006633;
	background-color: #CDF48F;
	padding: 2px;
	background-image: url('/images/calendar_bg.jpg');
	background-repeat: repeat-x;
	background-position: bottom left;
	color: #006633;
	font-size: 10px;
	text-transform: uppercase;
}
#icalendar .birthdays {
	font-size: x-small;
	color:gray;
	padding:2px;
}
#icalendar .birthdays a {
	text-decoration:none;
	color:gray;
}
#icalendar .memberBday {
	color:maroon;
}
#icalendar .day {
	text-align: center;
	width: 30px;
	color:white;
	position:relative;
	width:30px;
	background-color:#cdc9a5;
}
#icalendar #today {
	background-color:maroon;
}
div.item {
	display: block;
	clear: both;
	padding-bottom: 40px;
}
div.item p a.button {
	margin-left: 60%;
}
/*
table styles
*/
.drone_table {

}
.drone_table th {
	font-size: x-small;
	text-transform: uppercase;
	text-align: center;
	height: 16px;
	color: #fff;
	background-color: #CC9;
	border-top: 1px solid #CCCC99;
	border-bottom: 1px solid #CCCC99;
}
.drone_table tr {
	border-left: 1px solid #CCCC99;
	border-right: 1px solid #CCCC99;
}
.drone_table td {
	border-bottom: 1px solid #CCCC99;
	padding: 4px;
}
.drone_table .shade {
	background-repeat: repeat-x;
	background-position: top left;
	background-color: #FFFFFF;
}