/*
 * $Id: stylesheet.css,v 1.2 2007/12/21 21:11:10 tfitch Exp $
 *
 * Copyright (C) 2006 Asempra Technologies
 * All rights reserved.
 *
 * These coded instructions and statements contain unpublished trade
 * secrets and proprietary information.	 They are protected by federal
 * copyright law and by trade secret law, and may not be disclosed to
 * third parties or used, copied, or duplicated in any form, in whole
 * or in part, without the prior written consent of Asempra Technologies.
 *
 */

body, td {
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 12px;
	line-height: 15px;
}

legend {
	font-size: 14px;
    font-weight: bold;
}

a {
	color:#000000;
	text-decoration:none;
}

a:hover {
	color:#330099;
	text-decoration:none;
}

a.sel {
	color:#330099;
	text-decoration:none;
}

th {
	text-align:left;
}

.box
{
	border-color: black;
	border-width: 1pt;
	border-style: solid;
	padding: 5px 5px 5px 5px;
}

.select_color {
	color:#330099;
}

.nav_item {
	font-size: 12px;
	text-transform:none;
	font-weight: normal;
}

div.hidden {
	position: absolute;
	left:0;
	top:20;
	width:100%;
	visibility: hidden;
}

div.banner {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 125px;
	padding: 0 0 0 0;
	border-bottom: #330099;
	border-style: none none solid none;
	background-color: #ffffff;
	z-index: 30;
}

div.navigation {
	position: absolute;
	left: 0;
	top: 120px;
	width: 167;
	padding: 80 0 0 0;
	background-color: #f0f0f0;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 16px;
	line-height: 16px;
	font-weight: bold;
	text-transform:uppercase;
	text-align: center;
	z-index: 20;
}

div.display {
	position: absolute;
	left: 200;
	top: 150;
	width: 700;
	padding: 10 0 0 0;
	text-align: left;
	z-index: 10;
}

div.buttonarea {
	text-align: right;
}

.popuplink {
	font-family: verdana, arial, helvetica, sans-serif;
	color:#6699cc;
}

.popup {
	position: absolute;
	visibility: hidden;
	background-color: white;
	width: 300;
	border-left: 1px solid black;
	border-top: 1px solid black;
	border-bottom: 3px solid black;
	border-right: 3px solid black;
	padding: 3px;
	z-index: 100;
}

.error {
	text-align: right;
	color:#ff0000;
}

.label {
	text-align: right;
}

.help {
}

.narrow {
    padding: 0 40px 0 40px;
}

div.scroll {
	overflow:auto;
	height: 10em;
}

.wiz_banner {
	font-size: 16px;
	font-weight: bold;
	text-align: right;
}

.wiz_title {
	font-size: 14px;
	font-weight: bold;
	text-align: center;
}

.wiz_body {
	background-color: #f0f0f0;
	height: 345px;
	text-align: left;
}

.wix_content {
    padding: 10px 50px 0 50px;
}

.wiz_pane_locate {
	position: absolute;
	left: 75;
}

.wiz_pane_locate_hidden {
	position: absolute;
	left:75;
	visibility: hidden;
}

div.wiz_buttonarea {
	text-align: right;
	position: absolute;
	height: 25px;
	bottom: 10;
	right: 10;
}

