/**
 * Body element style
 */

body {
   margin: 0; 
   padding: 0;
   background:url('../img/hp-background.gif') repeat-x;
}

/**
 * Anchor generic element style
 */

a:link {
	color : #96AEBE;
	text-decoration: none
	}
a:visited {
	color : #96AEBE;
	text-decoration: none
	}
a:active {
	color : #96AEBE;
	text-decoration: none
	}
a:hover {
	color : #96AEBE;
	text-decoration:underline;
	}

/**
 * header fonts
 */

.headerMenu {
	color : #0D5598;
	font-size : 11px;
	font-family : "Trebuchet MS", arial, sans-serif;
	}

/**
 * main page fonts
 */

.infoLinks {
	color : #ef792f;
	font-size : 17px;
	font-family : "Trebuchet MS", arial, sans-serif;
	}

.introText {
	color : #3a3a3a;
	font-size : 11px;
	font-family : "Trebuchet MS", arial, sans-serif;
	}

.keyPointTitle {
	color : #0D5598;
	font-size : 15px;
	font-family : "Trebuchet MS", arial, sans-serif;
	}

.keyPointText {
	color : #3a3a3a;
	font-size : 11px;
	font-family : "Trebuchet MS", arial, sans-serif;
	}

.linkText {
	color : #000077;
	font-size : 11px;
	font-family : "Trebuchet MS", arial, sans-serif;
	}

.solutionsText {
	color : #ef792f;
	font-size : 11px;
	font-family : "Trebuchet MS", arial, sans-serif;
	}

.paramText {
	color : #3a3a3a;
	font-size : 11px;
	font-weight : bold;
	font-family : "Trebuchet MS", arial, sans-serif;
	}


.quote {
	font-family: Garamond, "Times New Roman";
	font-size: 15px;
	color : #3e3e3e;
}

.tradeShowTitle {
	color : #0D5598;
	font-size : 11px;
	font-family : "Trebuchet MS", arial, sans-serif;
	}

/**
 * api 
 */

.apiMenuTitle {
	color : #0D5598;
	font-size : 15px;
	font-family : "Trebuchet MS", arial, sans-serif;
	}

.apiSubMenu {
	color : #ef792f;
	font-size : 11px;
	font-weight : bold;
	font-family : "Trebuchet MS", arial, sans-serif;
	}

.apiMenuLink {
	color : #000077;
	font-size : 11px;
	font-family : "Trebuchet MS", arial, sans-serif;
	}

.apiText {
	color : #3a3a3a;
	font-size : 11px;
	font-family : "Trebuchet MS", arial, sans-serif;
	}

.codeExampleText {
	color : #3a3a3a;
	font-size : 9px;
	font-family : courier;
	}

/**
 * footer fonts
 */

.footerMenuText {
	color : #808080;
  	font-family: "lucida grande", tahoma, verdana, arial, sans-serif;
  	font-size: 11px;
	}

.footerText {
	color : #808080;
  	font-family: "lucida grande", tahoma, verdana, arial, sans-serif;
  	font-size: 9px;
	}

/**
 * terms fonts
 */

.black13 {
	color : #000000;
	font-size : 13px;
	font-family : "Trebuchet MS", arial, sans-serif;
	}

.termsText  {
	color : #000000;
  	font-family: "lucida grande", tahoma, verdana, arial, sans-serif;
  	font-size: 11px;
	}


/**
 * graphics
 */


img {
	border: 0;
	background-color: none;
	text-decoration: none;
	border: none;
	}

/**
 * test fonts
 */

.niceBlue {
	color : #0D5598;
	font-size : 10px;
	font-family : "Trebuchet MS", arial, sans-serif;
	}

/*
 * Object table definition
 */

 .objtable{
   position: relative;
   float: left;
   width: 550px;
   background-color: #ffffff;
}
.objcol1w{
   position: relative;
   float: left;
   width: 150px;
   height: 50px;
   background-color: #ffffff;
   text-align:left;
   vertical-align:top;
   border-bottom:solid 1px #e0e0e0;
}
.objcol2w{
   position: relative;
   float: left;
   width: 270px;
   height: 50px;
   background-color: #ffffff;
   text-align:left;
   vertical-align:top;
   border-bottom:solid 1px #e0e0e0;
}
.objcol3w{
   position: relative;
   float: left;
   width: 30px;
   height: 50px;
   background-color: #ffffff;
   text-align:center;
   vertical-align:top;
   border-bottom:solid 1px #e0e0e0;
}
.objcol4w{
   position: relative;
   float: right;
   width: 100px;
   height: 50px;
   background-color: #ffffff;
   text-align:center;
   vertical-align:top;
   border-bottom:solid 1px #e0e0e0;
}
.objcol1g{
   position: relative;
   float: left;
   width: 150px;
   height: 50px;
   background-color: #f8f8f8;
   text-align:left;
   vertical-align:top;
   border-bottom:solid 1px #e0e0e0;
}
.objcol2g{
   position: relative;
   float: left;
   width: 270px;
   height: 50px;
   background-color: #f8f8f8;
   text-align:left;
   vertical-align:top;
   border-bottom:solid 1px #e0e0e0;
}
.objcol3g{
   position: relative;
   float: left;
   width: 30px;
   height: 50px;
   background-color: #f8f8f8;
   text-align:center;
   vertical-align:top;
   border-bottom:solid 1px #e0e0e0;
}
.objcol4g{
   position: relative;
   float: right;
   width: 100px;
   height: 50px;
   background-color: #f8f8f8;
   text-align:center;
   vertical-align:top;
   border-bottom:solid 1px #e0e0e0;
}
.objcol1t{
   position: relative;
   float: left;
   width: 150px;
   height: 20px;
   background-color: #ffffff;
   text-align:left;
   vertical-align:top;
   border-bottom:solid 1px #e0e0e0;
}
.objcol2t{
   position: relative;
   float: left;
   width: 270px;
   height: 20px;
   background-color: #ffffff;
   text-align:left;
   vertical-align:top;
   border-bottom:solid 1px #e0e0e0;
}
.objcol3t{
   position: relative;
   float: left;
   width: 30px;
   height: 20px;
   background-color: #ffffff;
   text-align:center;
   vertical-align:top;
   border-bottom:solid 1px #e0e0e0;
}
.objcol4t{
   position: relative;
   float: right;
   width: 100px;
   height: 20px;
   background-color: #ffffff;
   text-align:center;
   vertical-align:top;
   border-bottom:solid 1px #e0e0e0;
}

/*
 * table fonts
 */

 .objTableTitle {
	color : #ef792f;
	font-size : 11px;
	font-family : "Trebuchet MS", arial, sans-serif;
    font-weight : bold;
}
