body{
	vertical-align: 	top;
	text-align: 		center;
	margin: 				auto;
}
div#PAGEADD {
	border: 1px #D4D0C8 solid;
	position: absolute;
	top: 200px;
	left: 750px;
	visibility: hidden;
	background: white;
	Z-INDEX: 100;
	font-size: 11px;
	padding-top: 2px;
	padding-bottom: 2px;
}

/* NOTE: popmenu styles manage the rollover menu styles. */
.popmenu
{
	border-right: #220088 1px;
	border-top: #220088 0px;
	z-index: 100;
	left: auto;
	visibility: hidden;
	border-left: #220088 1px;
	width: 200px;
	border-bottom: #220088 1px;
	white-space: nowrap;
	position: absolute;
	top: 110px; /* This determines this starting y position of the popup menus*/
	height: auto;
}

.popmenu div
{	
	border-right: white 1px solid;
	padding: 2px;
	padding-left: 5px;
	padding-right: 5px;
	margin: 0px;
	vertical-align: middle;
	border-left: white 1px solid;
	width: 100%;
	height: 20px;
	background-color: #999999;
}

.popmenu a {
	color: #ffffff;
	font-weight: bold;
	text-decoration: none;	

}

.popmenu a:hover {
	text-decoration: underline;	
}

/* Font Changer */
.fontswitch {
	border: 1px solid #333333;
	margin-left: 3px;
}

.fontswitch#active {
	background-color: #CCCCCC;
}



/* CMS Control */
table.control {
	width: 100%;
	height: 22px;	
}

table.control td.flag {
	width: 15px;
	padding: 2px;
	text-align: left;			
}

table.control td.flag img {
	width: 10px;
	height: 10px;
	border-top: 1px solid #CCCCCC;
	border-bottom: 1px solid #333333;
	border-left: 1px solid #CCCCCC;
	border-right: 1px solid #333333;
	clip: rect();
	filter: Blur(Add=True, Direction=315, Strength=20);			
}

table.control td.flag img.LOCKED {
	background-color:#FF6600;		
}

table.control td.flag img.UNPUBLISHED {
	background-color:#0099CC;		
}

table.control td.flag img.EXPIRED {
	background-color:#999999;		
}

table.control td.flag img.PREPUBLISH {
	background-color:#999999;		
}

table.control td.flag img.WORKING {
	background-color:#333399;		
}

table.control td.flag img.PREVIOUS {
	background-color:#999999;		
}

table.control td.flag img.ACTIVE {
	background-color:#339966;		
}

table.control td.flag img.REJECTED {
	background-color:#FF0000;		
}

table.control td.flag img.REMOVED {
	background-color:#999999;		
}

table.control td.status {
	width: 75%;
	color: #666666;
	padding: 2px;
	text-align: left;		
}

table.control td.action {
	width: 25%;
	padding: 2px;		
}

table.control td.action select {
	width: 100%;
	color: #666666;
	height: 14px;		
}
