/* CSS Document For Raptor Software (www.jdavidmacor.com) */
	
/* Basic Body */
	
	body {
	  background: #fff url("body_bg.gif") repeat-x;
	  }
	
	a img {
	  border: 0;
	  text-decoration: none;
	  }
	
	#container {
	  width: 760px;
	  margin: 0 auto;
	  font-family: Verdana, Arial, Helvetica, sans-serif;
	  font-size: 11px;
	  line-height: 1.6em;
	  color: #666666;
	  }
	  
	h2 {
	  font-family: "Tahoma", Arial, Helvetica, sans-serif;
	  font-weight: normal;
	  font-size: 25px;
	  text-align: center;
	  color: #153F00;
	  margin-bottom: 30px;
	  padding: 10px;
	  }	  

	h3 {
	  font-family: "Tahoma", Arial, Helvetica, sans-serif;
	  font-weight: 600;
	  font-size: 15px;
	  text-align: left;
	  color: #414D66;
	  border-bottom: 1px dotted #414D66;
	  text-decoration: none;
	  padding-left: 10px;
	  margin-right: 20px;
	  margin-left: 10px;
	  }
	
	h3 a {
	  color: #414D66;
	  text-decoration: none;
	  border: 0px;
	  }
	  
	h3 a:hover{
	  text-decoration:none;
	  color: #000066;
	  border: 0px;
	  }

	a {
	  color: #3366CC;
	  text-decoration: none;
	  border-bottom: 1px dashed #0099CC;
	  }

	a:hover {
	  color: #414D66;
	  text-decoration: none;
	  border-bottom: 1px dashed #414D66;
	  }
	 
	#plainImg {
	  text-decoration: none;
	}
	
	img.left {
	  float: left;
	  margin: 0 12px 5px 0;
	  }

	img.center {
	  display: block;
	  margin: 5px;
	  }

	img.right {
	  float: right;
	  margin: 0 0 5px 12px;
	  }
	  
/* Header Styles */

	#header h1, #header h2, #header p {
	  margin: 0 10px; 
	  letter-spacing: 1px;
	  }
		
	#header h1 {
	  font-size: 2.5em; 
	  color: #FFFFFF; 
	  padding-top: 2px;
	  }
		
	#header h2 {
	  font-size: 1.4em;
	  color: #EFEFEF; 
	  border: 0; 
	  text-align: left; 
	  padding: 10px;
	  }

	#header p {
	  padding-bottom:0.5em;
	  }
	
	#xsnazzy h2 {
	  padding-top:0.5em;
	  }
	
	#header {
	  background: transparent;
	  }
	
	#header a {
	  text-decoration: none;
	  border-bottom: 0px;
	  }
	  
	#header img {
	  display: block
	  }
	  
	.xtop, .xbottom {
	  display: block; 
	  background: transparent; 
	  font-size: 1px;
	  }
	
	.xt1, .xt2, .xt3, .xt4 {
	  background: #414D66; 
	  display: block; 
	  overflow: hidden;
	  height: 1px;
	  }

	.xb1, .xb2, .xb3, .xb4 {
	  background: #e0f0ef; 
	  display: block; 
	  overflow: hidden;
	  height: 1px;
	  }

	.xt2, .xt3, .xt4 {
	  border-left: 1px solid #414D66; 
	  border-right: 1px solid #414D66;
	  }

	.xb2, .xb3, .xb4 {
	  border-left: 1px solid #e0f0ef; 
	  border-right: 1px solid #e0f0ef;
	  }	

	.xt1 {
	  margin: 0 5px; 
	  background: #414D66;
	  }
	
	.xt2 {
	  margin: 0 3px; 
	  border-width: 0 2px;
	  }
	
	.xt3 {
	  margin: 0 2px;
	  }
	
	.xt4 {
	  height: 2px; 
	  margin: 0 1px;
	  }
	  
	.xb1 {
	  margin: 0 5px; 
	  background: #e0f0ef;
	  }
	
	.xb2 {
	  margin: 0 3px; 
	  border-width: 0 2px;
	  }
	
	.xb3 {
	  margin: 0 2px;
	  }
	
	.xb4 {
	  height: 2px; 
	  margin: 0 1px;
	  }
	
	.headercontent {
	  display: block; 
	  background: #414D66;
	  background-image: url('images/bg.png');
	  border-width: 0 1px; 
	  clear: none;
	  }

/* Menu */

	#menucontainer {
	  height: 5em; 
	  position:relative; 
	  clear:none; 
	  padding-bottom: 20px;
	  }
	
	#menu {
	  text-align:center; 
	  position:relative; 
	  top:30px; 
	  height:20px;
	  clear:none; 
	  padding-left:20px; 
	  border-top: 0px solid #747F96; 
	  border-bottom: 0px solid #747F96;
	  }
	
	.box {
	  position: relative; 
	  float: left; 
	  top :0; 
	  height: 20px; 
	  overflow: hidden;
	  }
	
	#menu a:visited {
	  text-decoration:none; 
	  background-color: #747F96; 
	  color: #CCCCCC; 
	  font-family: Verdana, Arial, Helvetica, sans-serif; 
	  display:block; 
	  width:65px; 
	  height:20px; 
	  font-size:12px; 
	  font-weight:bold; 
	  line-height:20px;
	  }
	
	#menu a {
	  position:relative; 
	  text-decoration:none; 
	  background-color:#747F96; 
	  color: #CCCCCC; 
	  font-family: Verdana, Arial, Helvetica, sans-serif; 
	  display:block; 
	  width:65px; 
	  height:20px; 
	  font-size:12px; 
	  font-weight:bold; 
	  line-height:20px;
	  }
	
	#menu a:hover {
	  text-decoration:none; 
	  color:#FFFFFF; 
	  font-family: Verdana, Arial, Helvetica, sans-serif; 
	  display:block; 
	  width:65px; 
	  height:20px; 
	  font-size:12px; 
	  font-weight:bold; 
	  line-height:20px;
	  }
	
	#menu a:active {
	  text-decoration:none; 
	  font-family: Verdana, Arial, Helvetica, sans-serif; 
	  display:block; 
	  width:65px; 
	  height:20px; 
	  font-size:12px; 
	  font-weight:bold; 
	  line-height:20px;
	  }
	
	.mleft {
	  position:relative; 
	  float:left; 
	  top:0; 
	  width:0; 
	  height:0; 
	  border-bottom:20px solid #747F96; 
	  border-left:20px solid #414D66; 
	  overflow:hidden;
	  }
	
	.mright {
 	  position:relative; 
	  float:left; 
	  top:0; 
	  width:0; 
	  height:0; 
	  border-left:20px solid #747F96; 
	  border-bottom:20px solid #414D66; 
	  overflow:hidden;
	  }
	
	.mmid {
	  position:relative; 
	  float:left; 
	  top:0; 
	  width:25px; 
	  height:20px; 
	  background:#000033; 
	  overflow:hidden;
	  }
	
	.mid1, .mid2, .mid3, .mid4 {
	  width:0; 
	  height:0; 
	  position:absolute; 
	  border-left:5px solid #747F96; 
	  border-bottom:5px solid #414D66; 
	  overflow:hidden;
	  }
	
	.mid5, .mid6, .mid7, .mid8 {
	  width:0; 
	  height:0; 
	  position:absolute; 
	  border-bottom:5px solid #747F96; 
	  border-left:5px solid #414D66; 
	  overflow:hidden;
	  }
	
	.mid1 {
	  left:15px; 
	  top:0;
	  }
	
	.mid2 {
	  left:10px; 
	  top:5px;
	  }
	
	.mid3 {
	  left:5px; 
	  top:10px;
	  }
	
	.mid4 {
	  left:0px; 
	  top:15px;
	  }
	
	.mid5 {
	  left:20px; 
	  top:0;
	  }
	
	.mid6 {
	  left:15px; 
	  top:5px;
	  }
	
	.mid7 {
	  left:10px; 
	  top:10px;
	  }
	
	.mid8 {
	  left:5px; 
	  top:15px;
	  }
	
	.boxx {
	  position:relative; 
	  float:left; 
	  top:0; 
	  width:25px; 
	  height:20px; 
	  background:#414D66; 
	  overflow:hidden;
	  }
	
	.boxx1, .boxx3, .boxx5, .boxx7 {
	  float:left; 
	  height:0; 
	  border-right:5px solid #414D66; 
	  border-top:5px solid #747F96; 
	  overflow:hidden;
	  }
	
	.boxx2, .boxx4, .boxx6, .boxx8 {
	  float:left; 
	  height:0; 
	  border-bottom:5px solid #747F96; 
	  border-left:5px solid #414D66; 
	  overflow:hidden;
	  }
	
	.boxx1 {
	  width:15px;
	  }
	
	.boxx2 {
	  width:0;
	  }
	
	.boxx3 {
	  width:10px;
	  }
	
	.boxx4 {
	  width:5px;
	  }
	
	.boxx5 {
	  width:5px;
	  }
	
	.boxx6 {
	  width:10px;
	  }
	
	.boxx7 {
	  width:0;
	  }
	
	.boxx8 {
	  width:15px;
	  }

/* Promo Box */

	#promo h1, #promo h2, #promo p {
	  margin:0 10px; 
	  letter-spacing:1px;
	  }

	#promo h1 {
	  font-size:2.0em; 
	  color:#414D66; 
	  text-align: center; 
	  margin-bottom:10px;
	  }
	
	#promo h2 {
	  font-size:1.4em;
	  color:#414D66; 
	  border:0; 
	  text-align:center; 
	  padding:10px;
	  }
	
	#promo p {
	  padding-bottom:0.5em; 
	  text-align: center; 
	  padding-left:30px; 
	  padding-right: 30px;
	  }
	
	#promo h2 {
	  padding-top:0.5em;
	  }
	
	#promo img {
	  border: 1px dashed #CCCCCC; 
	  padding: 6px;
	  }
	
	#promo {
	  background: transparent; 
	  margin-top: 20px;
	  } 
	
	.xtop2, .xbottom2 {
	  display:block; 
	  background:transparent; 
	  font-size:1px;
	  }
	
	.xb12, .xb22, .xb32, .xb42 {
	  display:block; 
	  overflow:hidden;
	  }
	
	.xb12, .xb22, .xb32 {
	  height:1px;
	  }
	
	.xb22, .xb32, .xb42 {
	  background:#E4ECEC; 
	  border-left:1px solid #E4ECEC; 
	  border-right:1px solid #E4ECEC;
	  }
	
	.xb12 {
	  margin:0 5px; 
	  background:#E4ECEC;
	  }
	
	.xb22 {
	  margin:0 3px; 
	  border-width:0 2px;
	  }
	
	.xb32 {
	  margin:0 2px;
	  }
	
	.xb42 {
	  height:2px; 
	  margin:0 1px;
	  }
	
	.promocontent {
	  display:block; 
	  background:#E4ECEC; 
	  border:0 solid #E4ECEC; 
	  border-width:0 1px; 
	  clear:none;
	  }

	#promo span {
	  display:block; 
	  background:#E4ECEC;
	  border: 1px dashed #CCCCCC; 
	  padding: 6px;
	  float: left;
	  }

/* Content */

	.searchFunctions {
	  background-color: #ffffff;
	  margin:19px 0 0 0;
	  overflow: hidden;
	  margin-bottom: 20px;
	  }
	
	.searchFunctions p {
	  margin-left: 15px;
	  margin-right: 15px;
	  text-align: center;
	  }
	
	.searchFunctions h3 {
	  margin-right: 10px;
	  margin-left: 20px;
	  }
		
	.searchFunctions2 {
	  background-color: #ffffff;
	  margin:19px 0 0 0;
	  overflow: hidden;
	  margin-bottom: 20px;
	  }
	
	.searchFunctions2 p {
	  margin-left: 30px;
	  text-align: left;
	  }
	
	.header2Section {
		font-family: "Tahoma", Arial, Helvetica, sans-serif;
	  font-weight: 600;
	  font-size: 15px;
	  color: #414D66;
	  border-bottom: 1px dotted #414D66;
	  text-decoration: none;
		height: 20px;	
		width: 100%;
		overflow: hidden;
	}
		
	.header2Left {		
		float: left;
		margin-left: 10px;
		width: auto;
		text-align:left;
		display: inline;
	}
		
	.header2Right {
	  float: right;
		width: 10%;
		text-align:right;
	}
	
	.versionLinks {
		margin-left: 10px;
		font-size:10pt;
		font-weight: normal;
	}
	
	.widecontent {
	  margin-left: 10px;
	  margin-right: 10px;
	  }
	
	.widecontent h3 {
	  border-bottom: 1px dotted #414D66;
	  margin-left: 0px;
	  margin-right: 0px;
	  }
	 
	.code {
		font-family: monospace,courier new;
		font-size: 10pt;
		border: solid thin #000000;
		background-color: #DCDCDC;
		overflow: auto;
		max-height: 300px;
		width: 700px;
	}
	
	.welcomeArea {
		width:740px;
		font-size:12pt;
		font-family: Verdana, Arial, Helvetica, sans-serif;
	}
	
	.searchLabel {
		font-size: 7pt;
		float:left;
		text-align: right;
		margin:0;
		padding:0;
	}
	
	#tips {
		margin-top: 15px;
	}
	
	.newChanges {
		font-family: "Tahoma", Arial, Helvetica, sans-serif;
	  font-weight: 600;
	  font-size: 15px;
		width:400px;
		height:125px;
		border:medium solid;
		position:absolute;
		margin-left:-220px;
		margin-top:-232px;
		padding: 20px;
		left:50%;
		top:50%;
		background:white;
	}
/* Footer */

	#footer {
	  text-align: center;
	  clear: both;
	  margin-top: 20px;
	  color: #BBBBBB;
	  padding: 10px;
	  }

	#footer p a {
	  color: #999999;
	  font-weight:100;
	  text-decoration: none;
	  border-bottom: 1px dotted #000000;

	  }
		
	#footer p a:hover {
	  color: #000000;
	  text-decoration: none;
	  border-top: 1px dotted #000000;
	  }

	th {
		font-weight: bold;
		color: #000000;
		background-color: #DEDEDE;
		text-align: left;
		border-left: solid 1px #B6C0C3; 
		border-bottom: solid 1px #B6C0C3;
		border-top: solid 1px #B6C0C3;
		border-right: solid 1px #B6C0C3;
		margin-top: -8px;
		margin-bottom: -8px;
	}
	
	.attributesTbl {
		margin-top: -3px;
		margin-bottom: -3px;
	}

	.attributesTbl td {
		border-top: solid 1px #B6C0C3;
		border-right: solid 1px #B6C0C3;
		border-bottom: solid 1px #B6C0C3;
		border-left: solid 1px #B6C0C3;
	}
	
	.attributesTbl p {
		margin: 0px;
	}
	  
/* The End (a jdavidmacor.com production) */