body {
	color: black;
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, SunSans-Regular, sans-serif;
	font-size: 9pt;
}

img {
	border: 0 none;
}

#container {
	width: 800px;
	margin: 24px auto 8px auto;
	border: 1px solid rgb(120, 137, 127);
	background-color: white;
}

#copyright {
	width: 800px;
	margin: 0px auto 24px auto;
	color: rgb(120, 137, 127);
}

#copyright a {
	color: rgb(120, 137, 127);
}

#poweredby {
	float: right;
}

#header {
	margin-top: 36px;
	height: 78px;
	position: relative;
}

#uwyn_logo {
	left: 14px;
	width: 175px;
	position: absolute;
}

#menubar {
	left: 210px;
	top: 38px;
	width: 550px;
	height: 18px;
	margin: 0;
	padding: 0;
	position: absolute;
	background: transparent url('../images/nav_off.gif') no-repeat;
}

#menubar li {
	margin: 0;
	padding: 0;
	list-style: none;
	position: absolute;
	top: 0;
}

#menubar li, #menubar a {
	height: 18px;
	display: block;
}

#menubar li a span {
	display: none;
}

#menuitem_home {
	left: 0;
	width: 59px;
	height: 18px;
	background: transparent url('../images/nav_off.gif') 0 0 no-repeat;
}

#menuitem_home a:hover{
	background: transparent url('../images/nav_over.gif') 0 0 no-repeat;
}

#menuitem_clients {
	left: 77px;
	width: 63px;
	background: transparent url('../images/nav_off.gif') -77px 0 no-repeat;
}

#menuitem_clients a:hover{
	background: transparent url('../images/nav_over.gif') -77px 0 no-repeat;
}

#menuitem_knowhow {
	left: 158px;
	width: 97px;
	background: transparent url('../images/nav_off.gif') -158px 0 no-repeat;
}

#menuitem_knowhow a:hover{
	background: transparent url('../images/nav_over.gif') -158px 0 no-repeat;
}

#menuitem_products {
	left: 273px;
	width: 81px;
	background: transparent url('../images/nav_off.gif') -273px 0 no-repeat;
}

#menuitem_products a:hover{
	background: transparent url('../images/nav_over.gif') -273px 0 no-repeat;
}

#menuitem_resources {
	left: 372px;
	width: 86px;
	background: transparent url('../images/nav_off.gif') -372px 0 no-repeat;
}

#menuitem_resources a:hover{
	background: transparent url('../images/nav_over.gif') -372px 0 no-repeat;
}

#menuitem_contact {
	left: 476px;
	width: 74px;
	background: transparent url('../images/nav_off.gif') -476px 0 no-repeat;
}

#menuitem_contact a:hover{
	background: transparent url('../images/nav_over.gif') -476px 0 no-repeat;
}

#body_container {
	margin: 0 1em;
	position: relative;
}

#footer {
	height: 1em;
	clear: both;
}

a {
	color: rgb(68, 99, 129);
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

h1 {
	font-family: "Trebuchet MS", Arial, Helvetica, SunSans-Regular, sans-serif;
	color: rgb(4, 45, 86);
	font-size: 18pt;
	font-weight: normal;
}

h1 a {
	color: rgb(4, 45, 86);
}

h2 {
	font-family: "Trebuchet MS", Arial, Helvetica, SunSans-Regular, sans-serif;
	color: rgb(208, 86, 39);
	font-size: 13pt;
	margin-bottom: 0;
	font-weight: normal;
}

h2 a {
	color: rgb(208, 86, 39);
	text-decoration: none;
}

h2 a:hover {
	text-decoration: underline;
}

h3 {
	font-family: "Trebuchet MS", Arial, Helvetica, SunSans-Regular, sans-serif;
	color: rgb(120, 137, 127);
	font-size: 10pt;
	margin-top: 0.3em;
	font-weight: normal;
}

h4 {
	font-family: "Trebuchet MS", Arial, Helvetica, SunSans-Regular, sans-serif;
	color: rgb(4, 45, 86);
	font-size: 10pt;
}

table {
	border: 0 none;
	border-collapse: collapse;
	padding: 0;
	margin: 0;
}

table td {
	padding: 0.2em 1em;
}

td h2 {
	margin: 0;
	padding: 0;
}

.gray_header {
	font-family: "Trebuchet MS", Arial, Helvetica, SunSans-Regular, sans-serif;
	color: rgb(120, 137, 127);
	font-size: 10pt;
	font-weight: normal;
}

#error_area {
	color: rgb(208, 86, 39);
	font-weight: bold;
	border: solid rgb(208, 86, 39) 1px;
	background: rgb(246, 221, 212);
	padding: 4px;
	margin-bottom: 2px;
	text-align: left;
	vertical-align: bottom;
}

#error_area p {
	display: block;
	margin: 0px;
	padding: 0px;
}

label {
	font-weight: bold;
	color: #042D56;
}

.form_field {
	clear: both;
	margin: 1em 0;
}

.mark_error {
	color: rgb(208, 86, 39);
	font-weight: bold;
	border: solid rgb(208, 86, 39) 1px;
	background: rgb(246, 221, 212);
	padding: 4px;
	margin-bottom: 2px;
	margin-right: auto;
	text-align: right;
	vertical-align: bottom;
	float: left;
}

.mark_block_error {
	color: rgb(208, 86, 39);
	font-weight: bold;
	border: solid rgb(208, 86, 39) 1px;
	background: rgb(246, 221, 212);
	padding: 4px;
	margin-bottom: 2px;
	margin-right: auto;
	text-align: right;
	vertical-align: bottom;
}

#breadcrums {
	margin-bottom: 1em;
	padding: 0.4em;
	background: #eeeeee;
}

.highlighted {
	margin-bottom: 1em;
	padding: 0.4em;
	border: 1px solid #aaaaaa;
}

#retiredwarning {
	margin-bottom: 1em;
	padding: 0.4em;
	background: #ffdddd;
	color: red;
	text-align: center;
}

.header {
	margin-bottom: 1em;
}

strong {
	color: rgb(4, 45, 86);
}

ul {
	list-style-image: url('../images/bullet_grayarrow.gif');
	margin: 0.5em 0 0 0;
	padding-left: 22px;
}

.spacedlist li {
	line-height: 140%;
}

#showcase_name {
	color: rgb(208, 86, 39);
	text-align: right;
	font-size: 9pt;
	font-style: italic;
}

#showcase_name a {
	color: rgb(208, 86, 39);
}

#showcase_type {
	color: rgb(224, 142, 110);
	text-align: right;
	font-size: 9pt;
	font-style: italic;
}

#showcase_customer {
	color: rgb(234, 179, 158);
	text-align: right;
	font-size: 9pt;
	font-style: italic;
}

#showcase_caption {
	color: rgb(208, 86, 39);
	font-size: 10pt;
	font-style: italic;
	margin-left: 345px;
	margin-top: 0.8em;
	margin-bottom: 0.4em;
	background: transparent url('../images/orange_arrows_down.gif') 202px 3px no-repeat;
}

#showcase_info {
	font-size: 8.5pt;
}

.showcase_description {
	float: left;
	width: 330px;
	font-size: 8.5pt;
}

.showcase_description h3 {
	color: rgb(120, 137, 127);
	font-style: italic;
	font-size: 11pt;
	font-weight: normal;
	margin: 0 0 0.5em 0;
}

.showcase_description ul {
	list-style-image: url('../images/bullet_orangerectangle.gif');
	margin-left: 0;
	padding-left: 22px;
	margin: 0;
}

.showcase_screenshot {
	float: left;
	margin-left: 14px;
	width: 215px;
}

.showcase_screenshot img {
	border: 1px solid #042d56;
}

.showcase_url {
	margin-top: 1em;
	margin-left: 6px;
}

#showcase_list {
	padding-left: 0;
}

#showcase_list h3 {
	margin-bottom: 0;
}

#showcase_content {
	width: 559px;
}

#showcase_progress {
	position: absolute;
	width: 559px;
	visibility: hidden;
	left: 0px;
	top: 0px;
}

#progress_indicator {
	text-align: center;
	 margin-top: 1.5em;
}

.active_screenshot {
	margin-bottom: 9px;
}

.available_screenshots {
	margin-left: -8px;
}

.available_screenshots img {
	margin-left: 9px;
	vertical-align: top;
}

#news_feeds {
	float: right;
	margin-top: 1em;
}

.news_image {
	float: right;
	margin-left: 1em;
	margin-bottom: 1em;
}

.news_image img {
	border: 1px solid #042d56;
}

.EXAMPLE {
	margin-left: 2em;
}

li .EXAMPLE {
	margin-left: 0em;
}

.BOXHEADERGRAY {
	color: rgb(102,102,102);
	font-weight: bold;
}

.BOXHEADERGREEN {
	color: rgb(255,255,255);
	background-color: #256b0b;
}

pre.PROGRAMLISTING {
	background-color: rgb(255,255,255);
	border-width: 0px;
	border-color: rgb(255,255,255);
	border-style: none;
}

.CODECOMMENT {
	font-family: Lucidatypewriter, Courier-new, Courier;
	font-size: 12px;
	color: rgb(102,102,153);
}

table.DOWNLOAD td {
	padding: 0 0;
}

.UWYN_FOOTNOTE {
	font-size: 10px;
	color: rgb(102,102,102);
}

.APPENDIX .CALSTABLE {border: 0px; margin: 0px; padding: 0px;}
.APPENDIX .CALSTABLE TH {font-size: 8pt; border: 1px solid #999999; padding: 0px 2px 0px 2px; background-color: #eeeeee; font-weight: bold;}
.APPENDIX .CALSTABLE TD {font-size: 8pt; border: 1px solid #999999; padding: 0px 2px 0px 2px;}
.APPENDIX .CALSTABLE TD.DOESNTWORK {background-color: #ffdddd;}
.APPENDIX .CALSTABLE TD.WORKS {background-color: #ddddff;}
.APPENDIX .CALSTABLE TD.WORKSHALF {background-color: #ffffcc;}
