.pageBackground
{
	background-image:url('images/homepage_bckgr.gif');
}

.subPageBackground
{
	background-image:url('images/member_subpage_bckgr.gif');
}

.subPageBanner
{
	background-image:url('images/mem_subpage_banner.gif');
	background-position:left top;
	background-repeat:no-repeat;
}

.subPageBanner1
{
	background-image:url('images/mem_subpage_table.gif');
}

/* css stylesheet for cgi ebusiness suite sample site */
.pageDisplayLine
{
    font-family: Verdana, Arial, helvetica, sans-serif;
    font-size: 12px;
    font-weight: bold;
    letter-spacing: 1px;
	text-align: center;
    word-spacing: 2px;
	color: #000000;
}

/* Page Title Heading */

.pageTitleHeading, h1
{
	font-family: Verdana, Arial, helvetica, sans-serif;
    font-size: 20px;
	font-weight:bold;
	font-style:	normal;
	word-spacing:normal;
	letter-spacing:	normal;
	text-align:left;
	text-decoration: normal;
	text-indent: 3px;
	padding:3px;
	color: #000000;
	border-bottom:1px solid #cccccc;
}

.pageTitleHeading a:link, h1 a:link
{
	color: #008a9b;
	text-decoration: none;
}
	
.pageTitleHeading a:visited, h1 a:visited
{
	text-decoration: none;	
	color: #008a9b;
}	
		
.pageTitleHeading a:active, h1 a:active
{
	text-decoration: none;	
	color: #008a9b;
}	
		
.pageTitleHeading a:hover, h1 a:hover
{	
	text-decoration: underline;
	color: #000000;
}

/* Title Heading */

.titleHeading, h2
{
	font-family: Verdana, Arial, helvetica, sans-serif;
    font-size: 13px;
	font-weight:bold;
	font-style:	normal;
	word-spacing:normal;
	letter-spacing:	normal;
	text-align:left;
	text-decoration: normal;
	text-indent: 3px;
	padding:3px;
	color: #f07b12;
	border-bottom:1px solid #cccccc;
}

.titleHeading a:link, h2 a:link
{
	color: #ff7c00;
	text-decoration: none;
}
	
.titleHeading a:visited, h2 a:visited
{
	text-decoration: none;	
	color: #ff7c00;
}	
		
.titleHeading a:active, h2 a:active
{
	text-decoration: none;	
	color: #ff7c00;
}	
		
.titleHeading a:hover, h2 a:hover
{	
	text-decoration: underline;
	color: #ff7c00;
}

/* Sub Title Heading */
/* Title Heading */

.subTitleHeading, h3
{
	font-family: Verdana, Arial, helvetica, sans-serif;
    font-size: 12px;
	font-weight:bold;
	font-style:	normal;
	word-spacing:normal;
	letter-spacing:	normal;
	text-align:left;
	text-decoration: normal;
	text-indent: 3px;
	padding:3px;
	color: #000000;
	border-bottom:0px solid #cccccc;
}

.subTitleHeading a:link, h3 a:link
{
	color: #008a9b;
	text-decoration: none;
}
	
.subTitleHeading a:visited, h3 a:visited
{
	text-decoration: none;	
	color: #008a9b;
}	
		
.subTitleHeading a:active, h3 a:active
{
	text-decoration: none;	
	color: #008a9b;
}	
		
.subTitleHeading a:hover, h3 a:hover
{	
	text-decoration: underline;
	color: #000000;
}

/* Plain Link */
.plainLink
{
	font-family: Verdana, Arial, helvetica, sans-serif;
    font-size: 10px;
    font-weight: bold;
    letter-spacing: normal;
	text-align: left;
    word-spacing: normal; 
	color: #ff7c00;
	background-color:Transparent;
	text-decoration:none;
}

.plainLink a, a
{
	font-weight: bold;
    color: #ff7c00;
	text-decoration: none;
}
	
.plainLink a:visited, a:visited
{
	font-weight: bold;
    color: #ff7c00;
	text-decoration: none;
}	
		
.plainLink a:active, a:active	
{
	font-weight: bold;
    color: #ff7c00;
	text-decoration: none;
}	
		
.plainLink a:hover, a:hover
{
	font-weight: bold;
    color: #ff7c00;	
	text-decoration: underline;
}

.errorStyle
{
    font-family: Verdana, Arial, helvetica, sans-serif;
    font-size: 11px;
	font-weight: normal;
	text-decoration: none; 
	color: #ff0000;
	text-align: left;
	padding-bottom:5px;
	padding-top:5px;
}

.errorStyle li
{
    font-family: Verdana, Arial, helvetica, sans-serif;
    font-size: 11px;
	font-weight: normal;
	text-decoration: none; 
	color: #ff0000;
	text-align: left;
}

/* Left Side Styles */
.dynamicColumn
{
	width:180px;
	padding:0px;
	vertical-align: top;
	border-left:solid 0px #ffffff; 
	border-right:solid 0px #ffffff;
	background-color:#ffffff;
	vertical-align:top;
}

.dynamicColumnTable
{
	width:100%;
	border: solid 0px #000000;
}

.dynamicColumnHeader
{
	color:#ffffff;
	vertical-align: top;
	font-family:Arial, Verdana, helvetica, sans-serif;
    font-size: 12px;
    font-weight: bold;
	font-style: normal;
	word-spacing:normal;
	letter-spacing:	normal;
	text-align: center;
	text-decoration: normal;
	border-bottom:solid 5px #cccccc;
	height:30px;
	width:184px;
	background-color:#000066;
	vertical-align:middle;
	padding:0px;
}

.leftSideImage
{
	width:126px;
	text-align:right;
	vertical-align: bottom;
}

/* Grid Pager */
.gridPager
{
	height:20px;
	font-family: Verdana, Arial, helvetica, sans-serif;
    font-size: 11px;
	font-weight:bold;
	font-style:	normal;
	word-spacing:normal;
	letter-spacing:	normal;
	color: #999999;
	text-decoration: none;
	text-align:center;
	background-color:#000000;
	padding-left:10px;
}