/* ******************************* 
  Footer styles
   ***************************** */
/**
 * The over all footer will have the following style
 */
.footerMenu {
  border-top: 2px solid #CCCCCC;
  width: 99%;
  padding: 8px 0 8px 10px;
}

.footerMenu td {
	vertical-align: top;
}


.footerStyle, .footerStyle div {
	font: 9px Verdana;
	color: #999999;
	text-valign: center;
	padding-right: 7px;
}

.footerLinks {
	
}

.footerLegal {
	white-space:normal;
	width: 100%;
	margin-top:7px;
}

/**
 * All links for footers/copyright
 */
.footerLink {
  font: 9px Verdana;
  color: #999999;
  text-decoration: none;
  white-space: nowrap;
}

.footerLink:hover {
  text-decoration: underline;
  color: #663333;
}

/* links in header */
.contextualLink {
  font-size: 11px;
  text-decoration: underline;
  color: #633;
}


/* style for pipe */
.contextualDelimiter {
 font-size: 10px;
 color: #ccc;
 padding: 0 3px 0 3px;
}

/* text for worldwide sites */
.wwText {
  font-size: 10px;
}

/* background for the header */
.headerBkg {
  background: url("http://www.sybase.com/customerrorpages/ErrorPage_files/images/headerBackground.gif") repeat-x;
  padding: 0px;
}

/* background for the search background */
.searchBkg {
  background: url("http://www.sybase.com/customerrorpages/ErrorPage_files/images/searchBoxBackground.gif") repeat-x;
  padding: 6px;
}


/* START main mavigation styles */

/* table cell in main navigation */
.mainNavTable td {
  padding-top: 3px;
  border-top: 5px solid #ffffff;
  margin:0;
}

/* link */
.mainNavLink {
  font-family: verdana, arial, tahoma, sans-serif;
  text-decoration: none;
  color: #000;
  font-weight: bold;
  font-size: 11px;
}

/* END main mavigation styles */

.searchBox{
  background-image:url('images/search.gif');
  background-repeat:no-repeat;
  background-position: right;
  background-color: #FFFFFF;
}



