
body
{
	margin : 0px;
	padding : 0px;
	overflow :hidden;
}

#MO_BODY
{
	position : relative;
	height : 100%;
	width : 100%;
	overflow : auto;
	z-index:5;
}
#MO_CADDIE_ACCESS
{
	z-index: 10;
	position: absolute;

	top:0px;
	left:60%;
	width : 200px;
	height: 30px;
	padding-top: 4px;

	border: solid 1px #808080;
	background-color: #808080;

	font-family: arial;
	font-size: 12px;
	color: #000000;
	
	text-align: center;
	
	opacity : 0.90; 
	filter : alpha(opacity=);
	visibility: hidden;
}

#MO_CADDIE_ACCESS   A
{
	color: #FFFFFF;
	font-family: arial;
	font-size: 11px;
	text-decoration: none;
	font-weight: bold;
}
#MO_CADDIE_ACCESS   A:hover
{
	color: orange;
}
#MO_CADDIE_PREVIEW
{
	z-index: 10;
	position: absolute;

	top:20px;
	left:20px;
	width : 700px;
	height: 300px;
	padding: 1px;

	border: solid 1px #808080;
	background-color: #FFFFFF;

	font-family: arial;
	font-size: 10px;
	color: #000000;
	
	opacity : 0.80; 
	filter : alpha(opacity=80);
	visibility: hidden;
}
#MO_CADDIE_PREVIEW #clpreviewTitle
{
	background-color: #000000;

	font-family: arial;
	font-size: 14px;
	color: #FFFFFF;
	padding-top: 2px;
	padding-left: 5px;
	height:20px;
}
#MO_CADDIE_PREVIEW #clpreviewTitle A
{
	color: #FFFFFF;
	font-family: arial;
	font-size: 11px;
	text-decoration: none;
	font-weight: bold;
}
#MO_CADDIE_PREVIEW #clpreviewTitle A:hover
{
	color: #888888;
}

#MO_CADDIE_PREVIEW #clstats
{
	padding-left: 5px;
}

#MO_CADDIE_PREVIEW #clpreviewMax
{
	font-weight: bold;
}

#MO_CADDIE_PREVIEW #clpreviewAdded
{
	font-weight: bold;
}

#MO_CADDIE_PREVIEW #clpreviewList
{
	border: solid 1px #000000;
	width: 99%;
	height: 250px;
	overflow: scroll;
}
#MO_CADDIE_PREVIEW #clpreviewList TD
{
	font-family: arial;
	font-size: 11px;
	border-bottom: solid 1px #DDDDDD;
	border-right: solid 1px #DDDDDD;
}
#MO_CADDIE_PREVIEW #clpreviewList TH
{
	font-family: arial;
	font-size: 12px;
	text-align: center;
	font-weight: bold;
	border-bottom: solid 1px #AAAAAA;
}