body {
	margin: 0;
	padding: 0;
	font-size: 76%;
	line-height: 1.8em;
	font-family: Verdana, sans-serif;
	color: #333;
	background-color: #ffffff;
}
address,caption,cite,code,dfn,em,th,var {
	font-style: normal;
	font-weight: normal;
}

ol,ul {
	list-style: disc;
}

caption,th {
	text-align: left;
}
td {
	vertical-align: top;
}
h1,h2,h3,h4,h5,h6 {
	font-size: 100%;
	font-weight: normal;
}

abbr,acronym {
	border: 0;
}

/*grid*/

img {
	border: none;
}

hr {
	padding: 0;
	margin: 1em 0;
	border: 0;
	background-color: #ccc;
	color: #ccc;
}

h1,h2,h3,h4 {
	margin: 0 0 0.25em 0;
	font-family: Verdana, Arial, sans-serif;
	font-weight: bolder;
}
h1 {
	font-size: 1.8em;
	letter-spacing: -1px;
	color: #000;
	font-weight: normal;
}
h2 {
	font-size: 1.5em;
}
h3 {
	font-size: 1.3em;
}

blockquote {
	font: italic 1.1em Georgia, Times, serif;
	line-height: 2.2em;
}

pre, code {
	font: 1.05em Courier, monospace;
}

pre {
	line-height: 1.5em;
}

pre strong {
	font-size: 1em;
	font-weight: bold;
}

pre code {
	font-size: 1em;
	line-height: 1.5em;
}


a {
	text-decoration: underline;
	color: #006699;
	}
a:active {
	color:red;
	}
a:hover {
	color: #000;
}



.h1red { font-family: Verdana, Arial, Helvetica, Sans-Serif; 
         font-size: 18px; 
         font-weight: bold;
         color: #FF8000; 
		   margin: 0px 0px 18px 0px;
         text-decoration: none }
         
.small { 
		font-family: Verdana, Arial, Helvetica, Sans-Serif; 
		font-size: 11px; 
		font-weight: normal;
		text-decoration: none;
		color: #000000; 
}

/************************/

#wrap1 {
/*	width: 80%; */
	width: 1000px; 
	margin: 0 auto;
	background: url("../images/shadow1.gif") repeat-y left;
}
#wrap2 {
	background: url("../images/shadow2.gif") repeat-y right;	
	padding: 0 7px;
}
#topbox {
	background: #186ab3 url("../images/topbg.gif") 0 top;
	height: 83px;
	width: 100%;
}
#topbox h1 {
	margin: 0;
	padding: 0;
}
#toplogo {
	background: url("../images/toplogo.jpg") no-repeat left;
	height:83px;
	padding:0;
	margin:0;
}
#topsupportbox {
	padding: 2px 8px;
	text-align: right;
	line-height: 19px;
}
#topsupportbox, #topsupportbox * {
	color: #fff;
	font-size: 10px;
}

#menu {
	background-color: #f0f0f0;
	width: 150px;
/*	width: 14em; 	*/
}
#menu a {
	display: block;
	border-bottom: 1px solid #d0d0d0;
	text-decoration: none;
	padding: 1px 8px 1px 24px;
	color: #000;
}
#menu a.submenu:HOVER {
	background-color: #d8e8f6;
}
#menu div.primary a {
	color: #2974b6;
	font-weight: bold;
}
#icon_anydwgtopdf, #icon_anydwgtopdf:HOVER { background: url("../images/icon_anydwgtopdf.gif") no-repeat left center; }
#icon_anydwgtopdf2, #icon_anydwgtopdf2:HOVER { background: url("../images/icon_anydwgtopdf2.gif") no-repeat left center; }
#icon_anydwgtoimage, #icon_anydwgtoimage:HOVER { background: url("../images/icon_anydwgtoimage.gif") no-repeat left center; }

#menu div.primary a:HOVER {
	color: #000;
}
a#magicmenuselected {
	background-color: #ffffff !important;
}
#content {
	padding: 2em 2em 2em 3em;
}
#content_nomenu {
	padding: 1em 2em 3em 2em;
}
#footer {
	background: #186ab3 url("../images/topbg.gif") 0 top;
	padding: 6px 12px;
}
#footer, #footer *  {
	color: #fff;
}
/************************/
.visibleitem {
	display: block;
}
.hiddenitem {
	display: none;
}
/************************/


#navbox {
	width: 100%;
	height: 30px;
	background: #737373 url("../images/navbg.gif") repeat-x 0 bottom;
	overflow: hidden;
	border-top: 1px solid #9b9fa1;
}


#navbox a.navtop {
	float: left;
	display: block;
	padding: 6px 20px;
	background: url("../images/navsep.gif") no-repeat right bottom;
	color: #fff;
	font-weight: bold;
	text-decoration: none;
	overflow: hidden;
}
#navbox a.navtop:HOVER {
	background: url("../images/navbg_o.gif") no-repeat right bottom;	
}
a#navtopselected {
	background: url("../images/navbg_s.gif") no-repeat right bottom !important;	
}

/***********************/
.sep {
	background: url("../images/sep.gif") repeat-y center;
	width: 30px;
}
.partners {
	background-color: #f1f1f1;
	vertical-align: middle;
	color: #979898;
	letter-spacing: 1px;
	font-weight: bold;
	text-transform: uppercase;
	text-align: center;
	font-size: 80%;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;	
}
.nobr {
	white-space: nowrap;
}
.grey, .grey * {
	color: #898989 !important;
}
.topphone, .topphone * {
	color: #beddf7 !important;
}

/************* gallery classes **********/

.galleryimages {
}
.galleryimages div {
	float: left;
}
.cl {
	clear: both;
}


/************* xml highlighting **********/
.cdata { 
	color: #ff1493; 
}

.tag, .tag-name { 
	color: #069; 
	font-weight: bold; 
}

.attribute { 
	color: red; 
}

.attribute-value { 
	color: blue; 
}

div.xmlSample {
	width: 80%;
	background-color: #FAFAFA;
	border-width: 1px;
	border-color: black;
	border-style: solid;
	font-family: "Consolas","Courier New",Courier,mono,serif;
	line-height: 14px;
}

/* data table for samples */
table.dtTABLE
{
	border: 1px solid #cccccc;
	border-collapse:collapse;
}
table.dtTABLE tbody tr th
{
	background-color:#EEEEEE;
	font-weight:bold;
	padding-bottom:5px;
	padding-top:5px;
	padding-left:10px;
	text-align:left;
}
table.dtTABLE tbody tr td
{
	border:1px solid #cccccc;
	padding-bottom:3px;
	padding-top:3px;
	padding-left:13px;
	text-align:left;	
}
/* end data table for samples  */