/*========================================================*/
/*	CSS for Container: Dk Grey Top, White background       		   	  
  
 	Anne Anderson, Cameron Sawyer
	eScope Media
	Email.: enquiries@escope.com.au
	Web...: http://www.escope.com.au
	23.1.2007

	Copyright © 2007 eScope Media
/*=========================================================*/

/* Page details */
.GreyTopWhiteBgTextContainerPanel {
 	margin: 0px 0px 5px 0px;
	padding: 0px 0px 0px 0px;
}

.GreyTopWhiteBgTextPageMaster {
	max-width: 768px;
}

/* Container for Heading Banner, Title and Content*/
.GreyTopWhiteBgTextContainer {
	margin: 1px 4px 2px 4px;
	width: auto !important;	
	width: auto !important;	
  	background-color: #ffffff; 
 }

/* For Firefox & Opera */
.GreyTopWhiteBgTextPageMaster>.GreyTopWhiteBgTextContainer {
	width: 100%;
	
}

/* Header Pane for title and top banner */
.GreyTopWhiteBgTextHeader {
	height: 30px;
}

.GreyTopWhiteBgTextHeader table {
	border-collapse: collapse;
}

/* Style for Top Border Images */
.LeftBGImg {
	background: url(images/containerLeft.jpg) left no-repeat;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	width: 8px;
	height: 32px;
}

.RightBGImg {
	background: url(images/containerRight.jpg) right no-repeat;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	width: 8px;
	height: 32px;
}

#CentreBGImg {
	background: url(images/containerMid.jpg) left repeat-x;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	width: 100%;
	height: 32px;
	background-color: transparent;
}

/* TitlePane */
.GreyTopWhiteBgTextTitlePane {
	float: left;
	text-align: left;
	margin: 2px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	width: auto;
	background: url(images/containerButton.gif) left no-repeat;
	text-transform: uppercase;	
}	

/* Solpart Module Actions */
.GreyTopWhiteBgTextActions {
	float: left;
	text-align: left;
	margin: -6px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	width: 10px;
}

/*  For Firefox & Opera */
.GreyTopWhiteBgTextHeader> .GreyTopWhiteBgTextActions {
	padding: 0px 0px 0px 10px;	
}

/* Style for Title */
.GreyTopWhiteBgTextTitlePane .head {
	font-family: Tahoma, Verdana, Arial;
	color: #666666;
	font-weight: bold;	
	font-size: 0.8em;
	margin: 0px 0px 0px 20px;
	padding: 0px 0px 0px 0px;
}

/* ContentPane */
.GreyTopWhiteBgTextContentPane { 
	vertical-align: top;	
	margin: 0px 0px 0px 0px;	
	padding: 5px 10px 10px 10px;	
	height: 100%;
	width: 100%;
}

/* Style for Text in content 
.GreyTopWhiteBgTextContentPane td .normal {
	font-family: verdana, tahoma, arial;
	color: #666666;		
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}*/


