/*========================================================*/
/*	CSS for container: DkGrey Title, Transparent Container Actions  	

	Anne Anderson
	eScope Media : advancing your ebusiness
	Email.: service@escope.com.au
	Web...: http://www.escope.com.au
	10.2.2008

 	Copyright � 2006-2008 eScope Media
/*=========================================================*/

/* Page details */
.DkGreyTitleTransparentActionsContainerPanel {
 	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

.DkGreyTitleTransparentActionsPageMaster {
	width: 100%;	
	max-width: 828px;
}

/* Container for Heading Banner, Title and Content*/
.DkGreyTitleTransparentActionsContainer {
	margin: 1px 2px 2px 2px;
	width: auto !important;	
	width: 100%;
	height: auto;
	background-color: transparent;
}

/* For Firefox & Opera */
.DkGreyTitleTransparentActionsPageMaster>.DkGreyTitleTransparentActionsContainer {
	width: auto;
	max-width: 828px;
	height: 100%;
}

/* Header Pane for title and top banner */
.DkGreyTitleTransparentActionsHeader {
	height: 30px;
}

/* TitlePane */
.DkGreyTitleTransparentActionsTitlePane {
	float: left;
	margin: 0px 0px 0px -10px;
	padding: 5px 0px 5px 0px;
	width: auto;		
}

/* For Firefox & Opera */
.DkGreyTitleTransparentActionsHeader> .DkGeyTitleTransparentActionsTitlePane {
	margin: 0px 0px 0px 0px;	
}

/* Solpart Module Actions */
.DkGreyTitleTransparentActionsActions {
	float: left;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	width: 10px;
}

/* Solpart Visibility Token */
.DkGreyTitleTransparentActionsVisible {
	float: right;
	margin: 0px 0px 0px 0px;
	padding: 5px 0px 5px 0px;
	width: 10px;
}

/*  For Firefox & Opera */
.DkGreyTitleTransparentActionsHeader> .DkGreyTitleTransparentActionsActions {
	padding: 0px 0px 0px 0px;	
}

/* Style for Title */
.DkGreyTitleTransparentActionsTitlePane .head {
}

/* ContentPane */
.DkGreyTitleTransparentActionsContentPane { 
	vertical-align: top;	
	margin: 0px 0px 0px 0px;	
	padding: 0px 0px 10px 0px;	
	height: 100%;
	width: 100%;
}

