BODY,TD,P,DIV,INPUT,TEXTAREA {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
}

INPUT,SELECT,OPTION,TEXTAREA {
	border-width:1px;
	border-style:solid;
	border-color:#7E9DB9;
}

body { 
	margin: 0; 
	padding: 0;
	background-image:url(/images/headerbackground.jpg);
	background-repeat:repeat-x;

} 

A:link				{text-decoration: underline; color: #000; }
A:visited			{text-decoration: underline; color: #000; }
A:hover				{text-decoration: underline; color:#000; }



hr {
	border: 0;
 	height: 1px;
 	color: #ccc;
 	background-color: #ccc;	
}

h1 {

	font-size:15px;
		
	color:#000;	
	padding:0px;
}

.clearer {
	clear: both;
}



.formError {
	
	color:#CC0000;
	font-weight:bold;
	background-image:url(../images/redcross.gif);
	background-repeat:no-repeat;
	background-position:left;
	padding-left:21px;

}

.reminderError {
	
	color:#CC0000;
	font-weight:bold;

}

.loginError {
	
	color:#CC0000;
	font-weight:bold;

}

#traceBox {

	height:361px;
	width:199px;

}

.faqTitle {
	font-size:14px;
	color:#333333;
	font-weight:bold;
}

.pageTitle {
	font-size:16px;
	font-weight:bold;
	color:#333333;
}

.buttonLinkTable  {
	
	margin-top:50px;
	

}

.buttonLink {
	
	background-image:url("/images/greenButton.gif");
	background-repeat:no-repeat;
	height:39px;
	width:178px;
  	border: 0;	
	text-align:center;


}

.buttonLink a {
	font-weight:bold;
	color:#333333;
	text-decoration:none;

}

.buttonLink a:hover {
	text-decoration: underline;
}

.smallGreenButton {
  width: 90px;
  height: 20px;
  margin: 0;
  padding: 0; 
  border: 0;
  background: transparent url(/images/greenButton_SmallBlank.gif) no-repeat center top;
  font-weight:bold;
 
  cursor: pointer; /* hand-shaped cursor */
  cursor: hand; /* for IE 5.x */ 
}

.largeGreenButton {
  width: 178px;
  height: 39px;
  margin: 0;
  padding: 0; 
  border: 0;
  background: transparent url(/images/greenButton.gif) no-repeat center top;
  font-weight:bold;
  
  cursor: pointer; /* hand-shaped cursor */
  cursor: hand; /* for IE 5.x */ 
}

/*
	Main Container
------------------------------------------------------------------------------
*/

#mainContainer {
	
	width:968px;
	padding: 0; 
	margin: auto auto; 
		
}

/*
	Main Header
------------------------------------------------------------------------------
*/

#mainContainer #mainHeader {

	margin:0px;
	padding:0px;

}


input
{
	width:200px
}

#mainHeader #mainLogo {

	float:left;
}

#OracleLogo {

	
	width:177px;
	float:right;
	margin-bottom:-45px;
	
}

/*
	Main Menu
------------------------------------------------------------------------------
*/
#mainHeader #menuRow {
	
	float:left;	
	
}

.menuTabSelected {
	
	width:110px;
	height:66px;
	
	background-image:url(../images/menuBarTabWhite.jpg);
	background-repeat:no-repeat;
	text-align:center;
	color:#000000;
	font-weight:bold;
	float:left;
}

.menuTabSelected p {
	margin-top:45px;
}

.menuTabNormal {

	width:110px;
	height:66px;
	background-image:url(../images/menuBarTabGrey.jpg);
	background-repeat:no-repeat;
	text-align:center;
	font-weight:normal;
	float:left;	
}

.menuTabNormal p {
	margin-top:45px;
}


.menuTabNormal a, .menuTabNormal a:link, .menuTabNormal a:visited {
	text-decoration: none;
	color:#FFFFFF;
}

.menuTabNormal a:hover {
	text-decoration: underline;
}


.menuTabSpacer {
	
	height:66px;
	width:2px;
	background-image:url(/images/menuBarSpacer.jpg);
	background-repeat:no-repeat;
	float:left;	
}


#headerContentSpacer {
	clear: both;
	height:20px;
	width:968px;

}


/*
	Side Panel
------------------------------------------------------------------------------
*/



#sidePanel {

	width: 177px;
	background-color:#A4B5D0;
	padding:0px;	
	margin:0px;
	float:right;
	
}

#sidePanelSpacer{
	width: 30px;
	float:left;
	height:200px;
}


#sidePanel #sidePanelTop {
	height:10px;
	width:177px;
	background-image:url(../images/SidePanelTop.jpg);
	background-repeat:no-repeat;
	
}

#sidePanel #sidePanelBottom {
	height:10px;
	width:177px;
	background-image:url(../images/SidePanelBottom.jpg);
	background-repeat:no-repeat;	
	background-color:#fff;

}



#sidePanel .sidePanelHeading {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	margin-left:10px;
	color:#333333;
	font-weight:bold;
}

#sidePanel .sidePanelSeparator {

	height:3px;
	width:177px;
	background-image:url(../images/SidePanelDivider.jpg);
	background-repeat:no-repeat;
	margin-top:10px;

}

#sidePanel p {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	margin-top:8px;
	margin-left:10px;
	margin-bottom:8px;

}

#sidePanel a {
	color:#FFFFFF;
	font-size:11px;
	line-height:16px;
}





/*
	Side Panel Site Search
------------------------------------------------------------------------------
*/

#sidePanelSiteSearchBox {
	
	font-size:10px;
	margin-left:10px;
	margin-top:5px;
	margin-bottom:10px;
}

#sidePanelSiteSearchBox form {
	
	margin: 0px;
	padding: 0px;
}


#sidePanelSiteSearchInput {
	width: 130px;
	height: 16px;
	border-width:1px;
	font-size:11px;	
}

#sidePanelSiteSearchButton {
	color:#FFFFFF;
	width: 18px;
	height: 18px;
	border-width:0px;
	background-color:#666666;	
	font-size:11px;		
	font-weight:bold;
}


/*
	Side Panel Contact Box
------------------------------------------------------------------------------
*/

#sidePanelContactBox {

}

#sidePanelContactBox p {
	color:#333333;
	font-size:10px;
	line-height:14px;
}



/*
	Side Panel Login
------------------------------------------------------------------------------
*/

#sidePanelLoginBox {
	
}


#sidePanelLoginBox form {
	
	margin: 0px;
	padding: 0px;
	margin-left:10px;
}


#sidePanelLoginEmail {
	width: 153px;
	height: 16px;
	border-width:1px;
	font-size:12px;	
}

#sidePanelLoginPassword {
	width: 130px;
	height: 16px;
	border-width:1px;
	font-size:12px;	
}


#sidePanelLoginGo {
	color:#FFFFFF;
	width: 18px;
	height: 18px;
	border-width:0px;
	background-color:#666666;	
	font-size:11px;		
	font-weight:bold;
}

/*
	Side Panel News Box
------------------------------------------------------------------------------
*/

#sidePanelNewsBox {
	
}

#sidePanelNewsBox p {
	color:#333333;
	font-size:10px;
	line-height:14px;
}

#sidePanelNewsBox .newsItem {
	color:#fff;
	font-size:10px;
	line-height:14px;
	font-weight:bold;
}

#sidePanelNewsBox img {
	
	margin-bottom:0px;
}



/*
	Content
------------------------------------------------------------------------------
*/
#contentBody {
	
	width: 890px;
	margin-left:10px;
	background-color:#FFFFFF;

	float:left;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}

#contentBody p {

}


#creditCardProcessingMessage{
	display:none;
	color:#FF6600;
}

#comodoSSLInfo {
	font-size:11px;
}
/*
	Footer
------------------------------------------------------------------------------
*/
#footer, #footer a {
	margin-top:10px;
	text-align:center;
	color:#333333; 
	font-size:11px;
}


#footerLinks {
	width:100%;
	margin-top:10px;
	text-align:center;
	color:#333333; 
	font-size:11px;
	float:left;
}




/*
	Customer REgistration Form
------------------------------------------------------------------------------
*/

.custRegSectionHeading {
	height:20px;
	color:#000; 
	font-size:12px;
	font-weight: bold;
		
}

/*
	TRACE Specific
------------------------------------------------------------------------------
*/

#traceTextHeading {

	

	
}

#traceTextHeading p {

	
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:19px;
	font-weight:bold;

}

#traceTextPoints {

	
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:22px;
	margin-top:15px;
}







