body {
	background-color: #878a8a;
}


/*-------- START -------- This CSS effects the dropdown menu's on the SetAdType.jsp page. -----------------*/

#category li { 
  margin-bottom:0px;
  margin-top:0px;
  margin-right:0px;
  margin-left:20px;
  list-style:none;  
}
#category ul { 
  margin-bottom:0px;
  margin-top:0px;
  margin-right:0px;
  margin-left:0px; 
}
#category a:link{
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-weight:bold;
  color:#666666;
  text-decoration: none;
}
#category a:visited{
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  color:#666666;
  font-weight:bold;
  text-decoration: none;
}


#category a:active{
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  color:#666666;
  font-weight:bold;
	text-decoration: none;
}
#category a:hover{
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  color:#666666;
  font-weight:bold;
	text-decoration: underline;
}

/*-------- END -------- This CSS effects the dropdown menu's on the SetAdType.jsp page. -----------------*/
/*-------- START -------- This CSS effects how all the ".jsp" pages display. -----------------*/

.menuTable {
	border:solid;
	border-color:#6699FF;
	border-width:1px;
}
table {
	background-color: #FFFFFF;
}

.menuHead {
	background-color:#003366;
	border-bottom:solid;
	border-bottom-color:#6699FF;
	border-bottom-width:1px;
	color:#FFFFFF;
	font-weight:bold;
}
.menuLinks:link{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight:bold;
	color:#003366;
	text-decoration: none;
}

.menuLinks:visited{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight:bold;
	color:#6699FF;
	text-decoration: none;
}
.menuLinks:active{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight:bold;
	color:#6699FF;
	text-decoration: none;
}
.menuLinks:hover{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight:bold;
	color:#0053A6;
	text-decoration: none;
}
.contentTable {
  
  border:solid;
  border-color:#990033;
  border-width:1px;
}
td {
  vertical-align:top;
  border:none;
}
.PageName {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #666666;  
	/* change display to :none; to hide page names */
	display:none;
}
.errormsg {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #CC0000;  
}
.heading {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #333333;
}
.standard {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #000000;
}
.standard12px {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
}
.mgroupheadercell {
  background-color:#FFFFFF;
  text-align: left;
}
.mgroupname {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #000000;
	text-align: left;
	/*border-top-width: thin;
	border-top-style: dotted;
	border-top-color: #666666;*/
}

.customheader {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #003366;
	text-align: left;
}

.customtext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #003366;
	text-align: left;
}

/*-----Pioneer Press: Added for Merchandise Attributes group description text style -----------------*/
.mgroupdesc {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
	text-align: left;
}
.mmaintable {
  background-color:#FFFFFF;
  border:none;
}
.mattrlabeltext {
  font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #333333;
	text-align: left;
}

.mattrlabelcell {
  background-color:#FFFFFF;
  vertical-align:top;
}

.noDisplay {
	display:none;
}

mlayouttable{
  vertical-align:top;
}

/*-------- END -------- This CSS effects how all the ".jsp" pages display. -----------------*/


/*-------------------------------------- This CSS effects the footer -----------------*/

.footerRegion{border-top: 9px solid #e2e2e1; padding: 7px;}
.layoutFooterLinks{background-color:#fff;}
td.footerRegion {
	border-top: 9px solid #e2e2e1;
	padding: 7px;
	background-color: #fff;
	}
	/*  ------- footer container */
.footer {
	font: normal 11px arial, helvetica, sans-serif;
	padding: 10px 0 20px 0;
	margin: 10px 0;
                background-color:#fff;

	}

/*  ------- footer lists */
.footer ul {
	text-align: center;
	margin: 0;
	padding: 0;
	}

/*  ------- footer top-list */
.footer ul.top {
	border-top: 3px solid #ccc;
	padding: 5px 0;
	
	}

/*  ------- footer list-items */
.footer li {
	display: inline;
	padding: 0 0px;
	margin: 0;
	}

/*  ------- footer links */
.footer a:link,
.footer a:visited,
.footer a:active  {
	color: #036;
	border-right: 1px solid #036;
	padding: 0 4px 0 2px;
	}

/*  ------- footer last link in list */
.footer li.last a:link,
.footer li.last a:visited,
.footer li.last a:active {
	border: none;
	}
	
	/* --------------------------------------------------------------------------------------------------
hack for floated elements in freeforms containers - makes the box expand for fit content in firefox */

.header:after,
.footer:after,
.headerAlt:after,
.contentblock:after,
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	}
	
.header,
.footer,
.headerAlt,
.contentblock,
.clearfix {
	display: inline-block;
	}

#default .privacyPolicyLink,  .mngSitemapLink { color: #111a70; text-decoration:none; }

/* Hides from IE-mac \*/
* html .header,
* html .footer,
* html .headerAlt,
* html .contentblock,
* html .clearfix { height: 1%; }

.header,
.footer,
.contentblock,
.headerAlt,
.clearfix { display: block; }
/* End hide from IE-mac */
/*-------------------------- This CSS effects the footer ---------------------------------*/
/*-------------------------- This CSS effects the New Menu ---------------------------------*/
#navcontainer ul
{
	margin: 0;
	list-style-type: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	padding: 0;
}
#navcontainer {
	padding-left: 15px;
	padding-right: 10px;
	
	background-repeat:no-repeat;
}


#navcontainer li { margin: 0 0 3px 0; }

#navcontainer a
{
	display: block;
	border: 1px solid #333;
	width: 145px;
	background-color: #999;
	background-image: url(../../../images/button1.gif);
	background-repeat: no-repeat;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 24px;
	height: 14px;
}
#navcontainer h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #003366;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 12px;
	padding-left: 0px;
}


#navcontainer a:link, #navlist a:visited
{
color: #EEE;
text-decoration: none;
}

#navcontainer a:hover
{
	border: 1px solid #333;
	background-color: #2C4A7C;
	background-image: url(../../../images/button2.gif);
	color: #FFFFFF;
}
/*------------end----------- New Menu ---------------------------------*/
#nav ul
{
	margin: 10px;
	list-style-type: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	padding: 30px 0px 15px 15px;
}
#nav {
	background-image:url(../../../images/resources.jpg);
	background-repeat:no-repeat;
	padding-left: 0px;
	padding-right: 0px;
	margin-left: 10px;
	width: 180px;
	margin-top: 15px;
	height: 185px;
}


#nav li {
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0px;
	margin-left: 0;
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0;
}

#nav a
{
	display: inline;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #2C4A7C;
	font-size: 12px;
	
}


#nav a:link, #navlist a:visited
{
	text-decoration: none;
	color: #A7A7A7;
	
	
}

#nav a:hover
{
	color: #666666;
}

/*-------------------------- This CSS effects Tips for success---------------------------------*/
#tfsnav ul
{
	margin: 10px;
	list-style-type: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	padding: 30px 0px 15px 15px;
}
#tfsnav {
	background-image:url(../../../images/tfs_bkg.jpg);
	background-repeat:no-repeat;
	padding-left: 0px;
	padding-right: 0px;
	margin-left: 10px;
	width: 180px;
	margin-top: 15px;
	height: 185px;
}


#tfsnav li {
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0px;
	margin-left: 0;
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0;
}

#tfsnav a
{
	display: inline;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #2C4A7C;
	font-size: 12px;
	
}


#tfsnav a:link, #navlist a:visited
{
	color: #000000;

	text-decoration: none;
	color: #C0C0C0;
	color: #A7A7A7;
	
	
}

#tfsnav a:hover
{
	color: #666666;
}
/*------------end----------- Tips for success ---------------------------------*/
#customerservice {
	background-image:url(../../../images/customerService.jpg);
	background-repeat:no-repeat;
	padding-left: 0px;
	padding-right: 0px;
	margin-left: 10px;
	width: 180px;
	margin-top: 15px;
	height: 180px;
}

#customerservice p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	padding-top: 25px;
	padding-left: 0px;
	padding-right: 0px;
	padding-bottom: 15px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	text-align: center;
}

