.coat
{
	width: 	125px;
	height:	98px;
	background-repeat: no-repeat;
	background-position: 88% 0%;
	border: none;
}

.poster .coat:hover
{
	width:	332px;
	/*height:	128px;*/
	position: relative;
}

.drills
{
	padding: 3px;
	background-color: #647359;
	border: 1px #444444 solid;
	color: white;
	font-size: 0.85em;
	font-family: verdana, sans-serif;
}

.forum_logo
{
	width: 260px;
	height: 58px;
	background-image: url('http://29th.org/forums/Themes/29th/images/theme/forumlogo.png');
}

.forum_logo:hover
{
	background-image: url('http://29th.org/forums/Themes/29th/images/theme/forumlogo2.png');
}

.letter
{
	color: #000000;
	background-color: #DFE4DC;
	border: 1px solid #000000;
	margin: 1px;
	padding: 20px;
	font-size: 11;
	/*line-height: 1.4em;*/
	font-family: courier new;
	width: 90%;
	text-align: justify;
}

/* PERSONNEL */
TD.aar
{
	background-color: #F2F3D8;
	border: 1px black solid;
	font-family: courier new;
	padding: 5px;
}

.handcursor
{
cursor:hand;
cursor:pointer;
}
TD.aar TD { font-family: courier new; }
TD.aar A { color: black; }

TEXTAREA.report
{
	width: 100%;
	height: 300;
	font-family: courier new;
}

#p_div
{
	background-color: #FFFFFF;
	border: 1px solid silver;
}

TD.reader-content
{
	border-top: 1px black solid;
	border-bottom: 1px black solid;
}

TABLE.note
{
	background-color: #EFE9BE;
	border: 1px black solid;
}
TD.note
{
	border-bottom: 1px black solid;
}
DIV.roster
{
	overflow: hidden;
	display: block;
}
DIV.floating
{
	position: absolute;
	left: 160px;
	display: none;
}

/* CALENDAR */

tr.topdays {
	background-color: #788B6D; font-size: 11px; color : #000000; border: 1px black solid;
}
td.beforedayboxes {
	background-color: #788B6D; color: #000000; border: 1px #788B6D solid;
}
td.dayboxes {
	background-color: #9DB095; color: #000000; border: 1px #788B6D solid;
}
td.afterdayboxes {
	background-color: #788B6D; color: #000000; border: 1px #788B6D solid;
}
td.highlighteddayboxes {
	background-color: #EFEFEF; color: #000000; border: 1px #788B6D solid;
}
.eventinbox {
	font-size: 10px; color: #000000;
}
.eventinbox a 		{ color: #000000; }
.currentdate 		{ font-size: 17px; font-weight: bold; }
.toprightnumber a 	{ color: #000000; }

a.dp-choose-date {
	/*float: left;*/
	width: 16px;
	height: 16px;
	padding: 0;
	margin: 5px 3px 0;
	display: inline-block;
	text-indent: -2000px;
	overflow: hidden;
	background: url(../../../../personnel/images/calendar.png) no-repeat; 
}
a.dp-choose-date.dp-disabled {
	background-position: 0 -20px;
	cursor: default;
}
/* makes the input field shorter once the date picker code
 * has run (to allow space for the calendar icon
 */
input.dp-applied {
	width: 140px;
	/*float: left;*/
}