/*========================================================*/
/*	CSS for Container: Grey Top,White background for Links      		   	  
  
	Anne Anderson
	eScope Media : advancing your e-business
	Email.: enquiries@escope.com.au
	Web...: http://www.escope.com.au
	23.1.2007

	Copyright © 2007 eScope Media
/*=========================================================*/

/* Page details adds margin between containers (bottom)*/
.GreyTopWhiteBGLinksContainerPanel {
 	margin: 0px 0px 5px 0px;
	padding: 0px 0px 0px 0px;
}

.GreyTopWhiteBGLinksPageMaster {
	max-width: 218px;
}

/* Container for Heading Banner, Title and Content*/
.GreyTopWhiteBGLinksContainer {
	margin: 1px 2px 2px 2px;
	width: auto !important;	
	width: 100%;
	height: auto;
	background-color: transparent;
}		

/* For Firefox & Opera */
.GreyTopWhiteBGLinksPageMaster>.GreyTopWhiteBGLinksContainer {
	width: 218px;
	height: 100%;
}
	
/* Header Pane for title and top banner */
.GreyTopWhiteBGLinksHeader {
	height: 30px;
}

/* TitlePane */
.GreyTopWhiteBGLinksTitlePane {
	float: left;
	margin: 0px 0px 0px 0px;
	padding: 5px 0px 5px 0px;
	width: auto;	
}

/* For Firefox & Opera */
.GreyTopWhiteBGLinksHeader> .GreyTopWhiteBGLinksTitlePane {
	margin: 0px 0px 0px 10px;
}

/* Solpart Module Actions */
.GreyTopWhiteBGLinksActions {
	float: left;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	width: 10px;
}

/* For Firefox & Opera */
.GreyTopWhiteBGLinksHeader> .GreyTopWhiteBGLinksActions {
	padding: 0px 0px 0px 0px;	
}

/* Style for Title */
.GreyTopWhiteBGLinksTitlePane .head {
	font-family: Tahoma, Verdana, Arial;
	color: #666666;
	font-weight: bold;
	font-size: 0.8em;
	text-transform: uppercase;
}

/* ContentPane*/
.GreyTopWhiteBGLinksContentPane {
	vertical-align: top;	
	margin: 0px 0px 0px 0px;	
	padding: 0px 10px 10px 10px;	
	height: 100%;	
	width: 100%;
}
/* Style for Content Text
.GreyTopWhiteBGLinksContentPane .normal {
	font-family: Tahoma, Verdana, Arial;
	font-size: 0.8em;
	color: #000033;	
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
} 
 
.GreyTopWhiteBGLinksContentPane td .normal {
	font-family: Tahoma, Verdana, Arial;
	font-size: 0.8em;
	color: #000033;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}
.GreyTopWhiteBGLinksContentPane td {
	padding: 0px 0px 0px 0px;
}*/

/* Style for links list, link, active and hover */

.GreyTopWhiteBGLinksContentPane a:link, .GreyTopWhiteBGLinksContentPane a:active, .GreyTopWhiteBGLinksContentPane a:visited {
	font-family: Tahoma, Verdana, Arial;
	color: #b2d801;
	font-weight: bold;
	text-decoration: none;
	font-size: 0.8em;
}

.GreyTopWhiteBGLinksContentPane a:hover {
	font-family: Tahoma, Verdana, Arial;
	font-weight: bold;
	color: #c0e600;
	text-decoration: none;
	font-size: 0.8em;
}

.GreyTopWhiteBGLinksContentPane a{
	line-height: 1.0em;
	font-family: Tahoma, Verdana, Arial;
	color: #b2d801;
	font-weight: bold;
	text-decoration: none;	
	font-size: 0.8em;
}

