/*
 ********************************************************************************
   MODULE        :  webmember.css
   DESCRIPTION   :  basic webmember css
 
  Copyright (c) 2019 Ross Group Inc - The source code for
  this program is not published or otherwise divested of its trade secrets,
  irrespective of what has been deposited with the U.S. Copyright office.
 
 ********************************************************************************
 Modification Log:
  Date     | Developer     |Ticket#  | Description
  ---------| --------------|---------|------------------------------------------   
 ********************************************************************************
 */
 body {
	width:100%;
	background-image: url("/webmember/images/gray_construction_paper_seamless.jpg");
	margin: 0px;
}
.webmember{
	width:1170px;
	float: center;
	background-color: white;
	margin:auto;
	box-sizing: border-box;
}

.footerLink {
	color: black;
	text-decoration: none;
	padding:1px;
}
.webmemberCenterFooter{
	background-color: white;
	width:20%;
}
.webmemberRightFooter{
	background-color: white;
	float: right;
	width:40%;
	font-size:85%;
	text-align:right;
}

ul
{
	margin-top: 0px;
}

nav
{
	background-color: rgba(0, 0, 0, 1.0);
	color: rgba(255, 255, 255, 1.0);
	display:flex;
	padding:5px;
}

nav a{
	color: white;
	text-decoration: none;
}
.webmemberHeaderItemActive {
	border: none;
	background-color: 808080;
}
.webmemberHeaderItemActive a,
.webmemberHeaderItemActive a:link,
.webmemberHeaderItemActive a:visited {
	color: #ffffff;
	text-decoration: none;
}
.webmemberLeftHeader {
	float: left;
	width:40%;
	white-space:nowrap;
}

.webmemberCenterHeader{
	width:20%;
}
.webmemberRightHeader{
	float: right;
	width:40%;
}
.webmemberHeaderMenu {
	background-color: black;
	color:white;
    display: block;
    border:none;
}
.webmemberHeaderMenuItem {
	display: inline-block;
	border:none;
	color:white;
}
#leftMenu{
	border:none;
}
#centerMenu{
	border:none;
}
#rightMenu{
	border:none;
	float:right;
}
.wrapper
{
	box-sizing: border-box;
}

div.container
{
	background-color: white;
	width: 1024px;
	margin: 0px auto;
	border-left: 1px solid rgba(0, 0, 0, 1.0);
	border-right: 1px solid rgba(0, 0, 0, 1.0);
	box-shadow: 10px 0px 5px -5px rgba(136, 136, 136, 1.0);
}

header div.container
{
	border: 1px solid rgba(0, 0, 0, 1.0);
	border-bottom: 0px none transparent;
	box-shadow: none;
}

footer div.container
{
	border-top: 0px none transparent;
	border-bottom: 1px solid rgba(0, 0, 0, 1.0);
	border-bottom-right-radius: 10px;
	border-bottom-left-radius: 10px;
	box-shadow: none;
}

div.row div ul:last-child
{
	margin-bottom: 0px;
}

.ui-widget-content a {
	color: white;
}