/***** general page styles *****/
body_WEG
{
	font-weight: normal;
	font-size: .11em;
	word-spacing: normal;
	text-transform: none;
	font-family: Verdana, Helvetica, sans-serif;
	letter-spacing: normal;
	background-color: #f5f5f5;
}

.pageFooter_WEG
{
	font-weight: bold;
	font-size: 8pt;
	color: grey;
	text-align: center;
	vertical-align:top;
	height:25px;
}

.label
{
	font-weight:normal;
}

body.menupage
{
	margin-top: 30px;
}

/* overall link style */
a_WEG {text-decoration: none}
a:link_WEG   {color: rgb(0,0,0)}
a:visited_WEG{color: rgb(0,0,0)}
a:active_WEG {color: rgb(0,0,0)}
a_WEG:hover_WEG  {color: rgb(0,201,0)}

table_WEG {
	border-collapse: collapse;
}

/** specific purpose styles **/
span.title
{
	font-weight: bold;
	font-size: 14pt;
	color: black;
	font-family: Verdana, Arial;
}

span.subtitle
{
	font-weight: bold;
	font-size: 10pt;
	color: black;
	font-family: Verdana, Arial;
}

span.header
{
	font-size: 10pt;
	color: black;
	font-family: Verdana, Arial;
}

span.selection
{
	color:yellow;
}

span.info
{
	color:black;
	font-family: Verdana, Arial;
}

span.error
{
	color:red;
	font-family: Verdana, Arial;
}

.textRegular
{
	font-family: Verdana, Arial;
	font-size: 9pt;
	text-align: left;
	vertical-align: middle; 
}

td.footer
{
	font-size: 9pt;
	color: grey;
	font-family: Verdana, Arial;
}

.PageTitle_WEG
{
	font-weight: bold;
	font-size: 11pt;
	font-family: Verdana;
}

/***** styles for text-, list and command controls *****/
.ctlInput, .ctlList
{
	font-size: 9pt;
	font-family: Arial;
	text-align: left;
}

textarea {
	white-space: pre-wrap;  /**  Used to force MS Edge to use Word Wrap. Otherwise it will show a single (very wide) line if there's no CR/LF in the text.  **/
}

.ctlCommand
{
	font-size:		9pt;
	font-family:	Arial;
	text-align:		center;
	margin:				1px;
}

.ctlLabel
{
	font-weight: bold;
	font-size: 9pt;
	font-family: Verdana;
	text-align: left;
}

.ctlTextList
{
	font-size: 9pt;
	font-family: Courier;
	text-align: left;
}

/***** table display *****/
 .ctabdef_WEG
{
	border-right: 0px;
	padding-right: 0px;
	border-top: 0px;
	padding-left: 0px;
	padding-bottom: 0px;
	margin: 0px;
	border-left: 0px;
	padding-top: 0px;
	border-bottom: 0px;
}
 
.ctabbor_WEG
{
	border-right: #009933 1px solid;
	padding-right: 0px;
	border-top: #009933 1px solid;
	padding-left: 0px;
	padding-bottom: 0px;
	margin: 0px;
	border-left: #009933 1px solid;
	padding-top: 0px;
	border-bottom: #009933 1px solid;
	border-collapse: collapse;
}

.ctabhdrlef_WEG {font-size: 10pt; font-family: Verdana; font-weight: bold; text-align: left; vertical-align: text-top; color: rgb(0,0,0)}
.ctabhdrcen_WEG {font-size: 10pt; font-family: Verdana; font-weight: bold; text-align: center; vertical-align: text-top; color: rgb(0,0,0)}
.ctabhdrrgt_WEG {font-size: 10pt; font-family: Verdana; font-weight: bold; text-align: right; vertical-align: text-top; color: rgb(0,0,0)}

.cceltxtlef_WEG {font-size: 10pt; font-family: Verdana; text-align: left; vertical-align: text-top; color: rgb(0,0,0)}
.cceltxtcen_WEG {font-size: 10pt; font-family: Verdana; text-align: center; vertical-align: text-top; color: rgb(0,0,0)}
.cceltxtrgt_WEG {font-size: 10pt; font-family: Verdana; text-align: right; vertical-align: text-top; color: rgb(0,0,0)}
.cceltxthgh_WEG {font-size: 10pt; font-family: Verdana; font-style: italic; text-align: left; vertical-align: text-top; color: rgb(0,0,0)}
  
.ccelnumpos_WEG {font-size: 10pt; font-family: Verdana; text-align: right; vertical-align: text-top; color: rgb(0,128,0)}
.ccelnumneg_WEG {font-size: 10pt; font-family: Verdana; text-align: right; vertical-align: text-top; color: rgb(204,0,0)}

.crwhdr_WEG
{
	background-color: #00cc33;
}
.crwsub
{
	background-color: rgb(236,201,170);
}
.crwdef_WEG
{
	background-color: white;
}
.crwdif_WEG
{
	background-color: #ccffcc;
}
.crwftr_WEG
{
	background-color: #ccff66;
}

/***** link display *****/
a.clnk:link_WEG   {color: rgb(0,0,150); text-decoration:none}
a.clnk:visited_WEG {color: rgb(0,0,150); text-decoration:none}
a.clnk:active_WEG {color: rgb(0,0,150); text-decoration:none}
a.clnk:hover_WEG  {color: rgb(52,204,52); text-decoration:none}

/***** styles for tab control *****/
.tab-pane-control {
	white-space:	nowrap;
}

.tab-row {
	cursor:			Default;
	display:		block;
	margin:			1px -2px 0px 0px;
	padding:		0px 0px 1px 0px;
	border:			0px;
	position:		relative;
	top:				0;
}


.tab a
{
  color:				#606060;
}

.selected_WEG a
{
  color:				black;
}

.tab
{
	font-family:	Verdana;
	font-weight:	bold;
	font-size:		9pt;

	background:		#78c678;
	position:			relative;
	float:				left;
	text-align:		center;

	border:				1px solid;
	border-bottom-width :	0px;
	border-color:	ThreeDHighlight ThreeDDarkShadow
								ThreeDDarkShadow ThreeDHighlight;

	margin:		 		4px 2px 0px -1px;
	padding:			2px 5px 2px 5px;
	top:					2px;
}

.selected_WEG {
	background:		#98e698;
	font-size:		10pt;
	margin:		 		1px 2px -2px -1px;
	padding:			3px 5px 5px 6px;
	top:					0px;
}

.tab a
{
	cursor:				default;
	text-decoration:	none;
}

.tab a:hover {
	color:	blue;
}

.tab-page {
	border:						1px solid;
	border-top-width: 0px;
	border-color:			ThreeDHighlight ThreeDDarkShadow
										ThreeDDarkShadow ThreeDHighlight;
	background:				#98e698;
	position:					relative;
	top:							0px;
	padding:					5px;
	padding-right:		10px;
	margin:						0px;
}

/**** (error) message page ****/
.MessagePanel_WEG
{
	border-top: buttonhighlight 1px solid;
	border-left: buttonhighlight 1px solid;
	border-right: threeddarkshadow 1px solid;
	border-bottom: threeddarkshadow 1px solid;
	padding-top: 15px;
	padding-left: 15px;
	padding-right: 15px;
	padding-bottom: 15px;
	background: menu;
}

.MessagePanel .MsgHeader
{
	padding-right: 3px;
	padding-left: 3px;
	font-weight: bold;
	font-size: 11pt;
	padding-bottom: 3px;
	color: white;
	padding-top: 3px;
	font-family: Verdana;
	background-color: background;
	text-align: left;
}

.MessagePanel .MsgPicture
{
	padding-top: 5px;
	padding-left: 5px;
	padding-right: 5px;
	padding-bottom: 1px;
	float: left;
	text-align: left;
}

.MessagePanel .MsgText
{
	font-size: 9pt;
	font-family: Verdana;
}

.MessagePanel .MsgText UL
{
	list-style-position: outside;
	font-size: 9pt;
	font-family: Verdana;
	padding-left: 0px;
	margin-left: 25px;
	margin-top: 10px;
	margin-bottom: 10px;
}

.MessagePanel .MsgText a
{
	color: Blue;
}

