
DIV.dmem_header
{
	border: solid 1px #000000;
	background-color: #FF9900;
}

SPAN.dmem_title
{
	color: #000000;
	font-family: sans-serif;
	font-size: 11pt;
	font-weight: bold;
}

DIV.dmem_options
{
	background-color: #ccccff;
	border-left: solid 1px #333333;
	border-right: solid 1px #333333;
	padding: 2px;
	font-family: sans-serif;
	font-size: 9pt;
}

DIV.dmem_add
{
	background-color: #ccccff;
	border-left: solid 1px #333333;
	border-right: solid 1px #333333;
	border-top: dotted 1px #333333;
	border-bottom: dotted 1px #333333;
	padding: 5px;
	font-family: sans-serif;
	font-size: 9pt;
	display: none;
}

TD.dmem_add_title
{
	padding: 5px;
	font-family: sans-serif;
	font-size: 10pt;
	font-weight: bold;
	font-style: italic;
}

DIV.dmem_body
{
	background-color: #ccccff;
	border-left: solid 1px #333333;
	border-right: solid 1px #333333;
	border-bottom: solid 1px #333333;
	padding: 3px;
}

TABLE.dmem_listing
{
	font-family: sans-serif;
	font-size: 8pt;
	border: solid 1px #999999;
}

TD.dmem_listingHeader
{
	font-weight: bold;
	padding: 2px;
	background-image: url('images/table_listingHeader.jpg');
}

TD.dmem_listingRow
{
	background-color: #ffffff;
	border-bottom: dashed 1px #cccccc;
	padding: 1px;
}

TD.dmem_dayName
{
	background-color: #cccccc;
	border: solid 1px #666666;
	padding: 1px;
	width: 12%;
}

TD.dmem_dayEmpty
{
	background-color: #999999;
	border: solid 1px #999999;
	padding: 1px;
	width: 12%;
}

TD.dmem_dayNone
{
	background-color: #ffffff;
	border: solid 1px #999999;
	padding: 1px;
	width: 12%;
	height: 70px;
	overflow: hidden;
}

TD.dmem_dayGame
{
	background-color: #FF9900;
	border: solid 1px #999999;
	padding: 1px;
	overflow: hidden;
	overflow-y: auto;
	width: 12%;
	height: 70px;
	font-weight: bold;
}

DIV.dmem_game
{
	background-color: #FFFF00;
	border: solid 1px #999999;
	padding: 1px;
	overflow: hidden;
	font-weight: normal;
}

DIV.dmem_info
{
	border: dashed 1px #999999;
	background-color: #ffffff;
	padding: 5px;
	text-align: center;
}

INPUT.dmem_oppText
{
	border: solid 1px #999999;
	background-color: #ffffff;
	padding: 2px;
	width: 200px;
	font-family: sans-serif;
	font-size: 9pt;
}

DIV.dmem_oppList
{
	position: absolute;
	border: solid 1px #999999;
	background-color: #ffffff;
	padding: 2px;
	width: 200px;
	height: 100px;
	font-family: sans-serif;
	font-size: 9pt;
	overflow-x: hidden;
	overflow-y: auto;
	display: none;
}

DIV.dmem_offItem
{
	font-family: sans-serif;
	font-size: 8pt; 
	border-bottom: dashed 1px #999999;
	cursor: pointer;
}
