IMG {
	border: 0px;
}

IMG.link {
	cursor: pointer;
}

TABLE {
	border-collapse: collapse;
}

TABLE.complete {
	border: 1px solid #B5B5B7;
	width: 100%;
}

TABLE.uncomplete {
	border: 1px solid #B5B5B7;
}

FORM {
	margin: 0px;
	padding: 0px;
}

FORM.complete TABLE {
	border: 1px solid #B5B5B7;
	width: 100%;
}

SPAN.error {
	color: #FF0000;
	font-weight: bold;
}

SPAN.required {
    font-family: 'Verdana', 'Helvetica', 'Arial', 'Lucida Grande', 'Lucida Sans Unicode', 'Sans-Serif';
	color: #FF0000;
}

TH.formHeader {
	font-weight: bold;
	background-color: #ffffff;
	padding-left: 10px;
	padding-right: 10px;
    border-bottom: 1px #BFBFBF solid;
	text-align: left;
	vertical-align: middle;
	white-space: nowrap;
	height: 22px;
}

TH.table_headline {
	background-color: #E6E6E6;
	font-weight: bold;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 3px;
	padding-bottom: 10px;
    border-bottom: 1px #BFBFBF solid;
	text-align: left;
	vertical-align: top;
}

TD.table_row {
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 2px;
	padding-bottom: 2px;
    border-top: 1px #BFBFBF dashed;
	text-align: left;
}

TD.table_row2 {
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 2px;
	padding-bottom: 2px;
    border-top: 1px #BFBFBF dashed;
	text-align: left;
	white-space: nowrap;
}

TD.formLable {
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 3px;
	padding-bottom: 3px;
	text-align: right;
	white-space: nowrap;
	vertical-align: top;
}

TD.formHtml {
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 3px;
	padding-bottom: 3px;
	width: 100%;
	vertical-align: top;
}

TD.popupHeaderL {
	font-weight: bold;
	background-color: #F2F2F2;
    border-bottom: 1px #000000 solid;
	padding-left: 10px;
    padding-top: 2px;
    padding-bottom: 2px;
	vertical-align: middle;
	height: 22px;
}

TD.popupHeaderR {
	font-weight: bold;
	background-color: #F2F2F2;
    border-bottom: 1px #000000 solid;
    padding-left: 10px;
	padding-right: 5px;
    padding-top: 2px;
    padding-bottom: 2px;
	text-align: right;
	vertical-align: middle;
	height: 22px;
}

TD.popupContent {
	background-color: #FAFAFA;
	padding-left: 10px;
	padding-right: 10px;
	vertical-align: middle;
	height: 22px;
}

DIV.popup {
	display: none;
	background-color: #ffffff;
	border-left: 1px solid #666666;
	border-right: 1px solid #666666;
	border-top: 1px solid #666666;
	border-bottom: 1px solid #666666;
	position: absolute; 
	z-index:10000;
}

INPUT {
    font-family: 'Verdana', 'Helvetica', 'Arial', 'Lucida Grande', 'Lucida Sans Unicode', 'Sans-Serif';
	font-size: 11px;
	font-weight: normal;
	color: #545f63; 
	border: 1px solid #545f63;
	background-color: #fff;
	height: 17px;
}

SELECT {
    font-family: 'Verdana', 'Helvetica', 'Arial', 'Lucida Grande', 'Lucida Sans Unicode', 'Sans-Serif';
	font-size: 11px;
	font-weight: normal;
	color: #545f63;
	border: 1px solid #545f63;
}

INPUT.button {
	background-color: #ffffff;
	height: 17px;
}

INPUT.button_newnavigation {
	background-color: #ffffff;
	height: 17px;
	width: 165px;
}

INPUT.checkbox {
	border: 0px;
	margin: 0px;
	padding: 0px;
	vertical-align: middle;
}

INPUT.radio {
	border: 0px;
	margin: 0px;
	padding: 0px;
	vertical-align: middle;
}

INPUT.tiny {
	background-color: #ffffff;
	width: 30px;
}

INPUT.small {
	background-color: #ffffff;
	width: 115px;
}

INPUT.medium {
	background-color: #ffffff;
	width: 250px;
}

INPUT.large {
	background-color: #ffffff;
	width: 380px;
}

INPUT.complete {
	background-color: #ffffff;
	width: 90%;
}

TEXTAREA.tiny {
	width: 30px;
	height: 52px;
}

TEXTAREA.small {
	width: 100px;
	height: 52px;
}

TEXTAREA.medium {
	width: 250px;
	height: 52px;
}

TEXTAREA.large {
	width: 380px;
	height: 52px;
}

TEXTAREA.complete {
	width: 90%;
	height: 52px;
}

SELECT.tiny {
	width: 30px;
}

SELECT.small {
	width: 100px;
}

SELECT.medium {
	width: 250px;
}

SELECT.large {
	width: 380px;
}

SELECT.complete {
	width: 90%;
}

FORM.complete TABLE.ams {
	border: 0px solid #B5B5B7;
	width: 600px;
}

TABLE.ams {
	width: 300px;
	border: 0px;
}

TABLE.ams TD {
	border: 0px;
}

TABLE.ams TH {
	font-weight: bold;
	font-style: italic;
	text-align: center;
}

A.contextmenu, A.contextmenu:visited, A.contextmenu:link, A.contextmenu:active, A.contextmenu:hover {
	color: #000000;
	text-decoration: none;
}

A.inactive, A.inactive:visited, A.inactive:link, A.inactive:active, A.inactive:hover {
	color: #FF0000;
	text-decoration: line-through;
}

.inactive {
	color: #FF0000;
	text-decoration: line-through;
}
