/**************************************************************************************************/
/*                STYLES FOR THE DYNAMIC PAGES OF WOLFF & MUELLER INTERNET WEBSITE                */
/**************************************************************************************************/
/*================================================================================================*/
/* Websearch.aspx: */
/*================================================================================================*/
#content table#tblSearchResult
{
	border: solid 0px orange;
	width:   480px;
	margin:  0px;
	padding: 0px;
}
#content #tblSearchResult th
{
	border: 0px; 
}
#content #tblSearchResult td
{
	border: solid 0px red; 
	margin:  0px;
	padding: 0px;
}
#content #tblSearchResult td:hover
{ 
	background-color: Transparent;
}
.SearchForm
{
	font-size: 96%;
	width: 525px;
	padding: 18px 0px 18px 18px;
}
fieldset#fldSearch
{
	display: block;
	font-size: 96%;
	width: 490px;
	margin: 0px;
	padding: 15px 0px 15px 15px;
}
/* Going with the tabledata because asp:label gets a span
   and with span the setting of width does not work */
#content #tblSearchResult td.SearchLabelTD
{
	width: 170px;
	font-weight: bold;
	color: #666;
	margin: 6px 0px 3px 0px;
	padding: 0px;
}
/*
#content #tblSearchResult span.Searchlabel
{
	background-color: Orange;
	display: block;	
	width: 170px;
	font-weight: bold;
	color: #666;
	margin: 6px 0px 3px 0px;
	padding: 0px;
}
*/
.SearchTextBox
{
	display: block;
	border: 1px solid #ddd;
	width: 280px;
	background: #fff;
	font: verdana, sans-serif;
	color: #443;
	padding: 3px;
	outline: none;
	margin: 3px 0px 3px 14px;
	padding-right: 0px;
}
.SearchButton, .ClearButton
{
	display: table-row;
	background-color: #eee;
	border: 1px solid #870020;
	color: #870020;
	width: 131px;
	margin: 10px 0px 10px 15px;
	padding: 3px;
}
.ClearButton
{
	margin-left: 18px;
}
.ResultLabel
{	
	display: block;
	color: #666;
	display: inline-block;
	margin-bottom: 5px;
}
.PagerPanel
{
	text-align: right;
	margin: 0px 5px 0px 0px;
	padding: 0px;
}
.PagerLabel
{
	display: block;
	color: #666;
	margin-top: 1px;
}
input#btnFirst
{
	color: #333;
	margin-left: 123px;  /* the pager buttons have to go to the right side */
}
.PagerButton
{
	display: inline;
	background-color: #eee;
	border: 1px solid #870020;
	margin: 0px 1px 0px 0px;
	padding: 1px;
	width: 40px;
}
.ErrorLabel
{
	margin-left: 15em;
}
.ItemDocTitle, .ItemDescription
{
	width: 445px;
}
.ItemNumber
{
	display: block;
	float: left;
	width: 19px;
	text-align: right;
}
.ItemPath
{
	display: inline;
	margin-left: 6px;
}
.ItemDocTitle
{
	display: block;
	font-weight: bold;
	margin-left: 28px;	
	margin-top: 3px;
	margin-bottom: 3px;
}
.ItemDescription
{
	display: block;
	margin-left: 28px;	
}

/*================================================================================================*/
/* UC_MODULE_PersonalDetails */
/*================================================================================================*/
fieldset.fieldModPersDtl
{
	display: block;
	width: 498px;
	margin: 20px 20px 0px 20px;
	padding: 10px;
	text-align: left;
	
	/*display: block; !!!Problem with margins!!!*/
}
fieldset.fieldModPersDtl span.left
{
	float: left;
	width: 140px;
	font-weight: normal;
	line-height: 25px;
}
fieldset.fieldModPersDtl span.required
{
	font-weight: bold;
	color: #333;
}
#divRadionButtons
{
	width: 300px;
}
#divRadionButtons span.ModPersDtlRadioSalut
{
	position: relative;
	top: -2px;
}
.ModPersDtlRadioSalut input,  /* <span class="AppRadioSalut"> <input> ... */
.AppRadioSalut input
{
	background-color: Transparent;
	color: #443;
	border-style: none;
	width: auto;
	height: 15px;
	position: relative;
	top: 2px;
}
input.ModPersDtlTxtBox
{
	width: 344px;
}
select.ModPersDtlDdlBDayShort, select.ModPersDtlDdlBDayLong
{
	border:  1px solid #ddd;
	padding: 2px 0px 0px 0px;
	width:   55px;
	height:  20px;
	margin:  1px 0px 0px 0px;
	
}
select.ModPersDtlDdlBDayLong
{
	width:   68px;
}
input.ModPersDtlTxtZip
{
	display: inline;
	width: 65px;
}
input.ModPersDtlTxtCity
{
	width: 268px;
}
select.ModPersDtlDdlCountry
{
	border:  1px solid #ddd;
	padding: 2px 0px 0px 0px;
	width:   354px;
	height:  20px;
	margin:  1px 0px 0px 0px;
}
.StandardValidatorDiv
{
	clear:    both;
	width:    350px;
	position: relative;
	left:     142px;
}

/*------------------------------------------------------------------------------------------------*/

/*================================================================================================*/
/* Publication.apsx    => Pub  */
/* Application.ascx    => App  */
/* NUApplication.ascx  => App  */
/*================================================================================================*/
form.PubForm,
form.AppForm,
form.ConForm
{
	border-color: Lime;
	margin-top: 5px;
	padding-top: 2px;
	width: 560px;
}
form.ConForm
{
	background-color: Transparent;
}
div.ConPanel
{
	background-color: #f4f4f4;
	margin-top: 20px;
}
form.AppForm fieldset,
form.PubForm fieldset,
form.ConForm fieldset
{
	display: block;
	width: 498px;
	margin: 20px 20px 0px 20px;
	padding: 10px;
	text-align: left;
	
	/*display: block; !!!Problem with margins!!!*/
}
form.AppForm div.AllButtonDiv,
form.PubForm div.AllButtonDiv,
form.ConForm div.AllButtonDiv
{   /* floating the submit button "right" in here */
	border: solid 0px blue;
	width: 520px;
	height: 20px;  /* firefox needs height here otherwise show's "nothing" */
	margin: 20px 0px 0px 20px;
}
form.AppForm div.Dist20PixDiv,
form.PubForm div.Dist20PixDiv,
form.ConForm div.Dist20PixDiv
{
	border: solid 0px blue;
	height: 1px;  /* firefox needs "something" otherwise it does "nothing" */
	margin: 20px 0px 0px 0px;
}
/*
form.PubForm fieldset
{
	display: block;
	width: 400px;
    margin: 0px 20px 20px 20px;
	padding: 10px 0px 10px 10px;
}
*/
span#parPubInstruction,
span#parPubInstruction2
{   /* using span instead of <p> because <p> automatically produces a "margin" */
	color: #777;
	font-size: 10px;
	margin-left: 12px;
}
span#parAppInstruction
{
	color: #777;
	font-size: 10px;
	margin-left: 10px;
	position: relative;
	top: 3px;
}
h5#hdlPubJournal
{
	margin: 8px 0px 8px 6px;
}
h5#hdlPubJournal2
{
	margin: 18px 0px 8px 6px;
}
form.AppForm span.left,
form.AppForm span.NUleft,
form.AppForm span.NUleftSub,
form.AppForm span.NUleftLong,
form.AppForm span.NUleftMulti,
form.ConForm span.left
{
	float: left;
	width: 140px;
	font-weight: normal;
	line-height: 25px;
}
form.AppForm span.required,
form.ConForm span.required
{
	font-weight: bold;
	color: #333;
}
table#tblPubJournal
{
	border: solid 0px yellow;
	font-size: 96%;
	width: 100%;
	margin:  0px;
	padding: 0px;
}
table#tblPubJournal td
{
	border: solid 0px red; 
	margin:  0px;
	padding: 3px;
	width: 200px;
}
table#tblPubJournal td:hover
{ 
	background-color: Transparent;
}
span.PubJournalChkBox  /* Because of an error with IE7 */
{
	display: inline-block;
	width: 9em;
}
.PubJournalChkBox label
{
	font-weight: bold;
	line-height: 16px;
	color: #333;
}
.PubJournalChkBox input
{
	background-color: Transparent;
	border-style: none;
	width: 20px;
	height: 15px; 
	margin: 0px 3px 0px 5px;
}
label#lblPubJournalGone
{
/*
	position: absolute;
	left: 382px;
	top: 779px;
*/
}
.PubJournalChkBoxGone input
{
	margin-right: 0px;
}
input.AppTxtBox,
input.PubTxtBox
{
	width: 344px;
}
.AppLblConfirm,
.PubLblConfirm
{
	font-weight: bold;
	position: relative;
	top: 20px;
	left: 21px;
	color: #a60027;
}
.AppLblFileUpload
{
	display: block;
	line-height: 1.4em;
	width: 490px;
}
/*
input[type="file"] > input[type="text"]
{ 
	background-color: blue;
}
input[type="file"] > input[type="button"]
{
	background-color: green;
}
*/
input.AppFileUpload
{
	display: block;
	width: 455px;
	margin: 0px 0px 5px 0px;
	padding: 3px;
	float: left;
	/*
	background-color: #fff;
	border: 1px solid #dddddd;
	margin: 0px 0px 0px 0px;
	padding: 3px;
	font: 11px verdana, sans-serif;
	color: #443;
	margin-bottom: .25em;
	*/
}
input.AppFileUpload:hover,
input.AppFileUpload:focus
{
	border: 1px solid #666;
}
.AppFileUploadError,
.AppSubmitError
{
	color: Red;
}
#content #btnSubmit
{
	margin: 0px 0px 20px 300px;
}
/*
#content #btnSubmit,
input.AppBtnSubmit,
input.PubBtnSubmit
{
	background-color: #eee;
	border: 1px solid #870020;
	color: #870020;
	width: 11em;
	margin: 0px 0px 20px 398px;
}
*?
/* Submit button NOW WITH own fieldset */
#content #btnSubmit,
input.BtnSubmit,
input.AppBtnSubmit,
input.PubBtnSubmit
{
	background-color: #eee;
	border: 1px solid #870020;
	color: #870020;
	width: 11em;
	margin: 0px;
	float: right;
}
/*================================================================================================*/
/* Contact specials */
/*================================================================================================*/
.ConLblConfirm
{
	font-weight: bold;
	position: relative;
	top: -5px;
	left: 21px;
	color: #a60027;
}
a.ConBtnOpen
{
	font-size: 1.2em;
}
textarea.PubTxtBoxMulti
{
	width:    344px;
	height:    90px;	
}
/*================================================================================================*/
/* NUApplication specials 
/*================================================================================================*/

/*-------------------------------------------------------------*/
/* NU layout tables */
/*-------------------------------------------------------------*/
/* reset the "wonderfull" settings for tables set in styles.css :-(  */
/* C A U T I O N !!! class does NOT work here correctly (last one is winning) */
table#tblNULayout1,    /* ContactPersons */ 
table#tblNULayoutCapa, /* Capability */
table#tblNULayout3,    /* Areas */
table#tblNULayoutISO   /* ISO */
{
	/*background-color: linen;*/
	padding: 0;
	margin: 0;
	border: 0;
	width: 495px;
	font-size: 100%;
}
table.NULayoutTABLE th, tr, td
{
	padding: 0;
	margin: 0;
	border: 0;
}
table.NULayoutTABLE td
{
	padding: 0 4px 0 0;
}
table.NULayoutTABLE td:hover
{
	background-color: Transparent;
}
/*-------------------------------------------------------------*/
/* the contact persons table specials */
/*-------------------------------------------------------------*/
form.AppForm span.NUContactTblHead
{
	display: inline-block;
	margin-bottom: 3px;
}
form.AppForm span.NUContactTblRowNum
{
	display: inline-block;
	margin-top: 5px;
}
input.NUContactTblTxtBox
{
	/* width: 90%; */ /* works only from IE 8 on */
	width: 109px;
}

/*-------------------------------------------------------------*/
/* the capability table specials */
/*-------------------------------------------------------------*/
form.AppForm span.right
{
	text-align: right;
	margin-right: 4px;
}
form.AppForm span.NUCapaTblLbLC1,
form.AppForm span.NUCapaTblLbLTEuro,
form.AppForm span.NUCapaTblLbLC3
{
	display: inline-block;
	margin-top: 5px;
}
form.AppForm span.NUCapaTblLbLC1
{
	width: 130px;
}
form.AppForm span.NUCapaTblLbLC3
{
	width: 110px;
	margin-left: 4px;
}
form.AppForm span.NUCapaTblLbLTEuro
{
	width: 30px;
	margin-left: 4px;
}
input.NUCapaTblTxtBox
{
	width: 90px;
}
/*-------------------------------------------------------------*/
/* the areas table specials */
/*-------------------------------------------------------------*/
table#tblNULayout3  /* Areas */
{
	/*background-color: linen;*/
	margin-top: 7px;
}
/*-------------------------------------------------------------*/
/* the ISO table specials */
/*-------------------------------------------------------------*/
table#tblNULayoutISO
{
	/*background-color: linen;*/
	margin-top: 3px;
}

/*=============================================================*/
/* NU Checkboxes */
/*=============================================================*/
span.NUAreaCheckBox input
{
	background-color: Transparent;
	border: 0;
	width: 30px;
	margin: 3px 0 0 -11px;
	height: 12px;
}
form.AppForm span.NUAreaCheckBoxLabel
{
	display: inline-block;
	vertical-align: bottom;
	font-weight: normal;
	margin: 0 30px 3px -8px;
}
/*-------------------------------------------------------------*/
/* the BLand specials */
/*-------------------------------------------------------------*/
form.AppForm table#tblNULayout3 span.NUleftMulti
{
	width: 143px;		
}
form.AppForm table#tblNULayout3 span.NUAreaCheckBox input
{
	/*background-color: linen;*/
	margin: 0px 0 0 -11px;
}
form.AppForm table#tblNULayout3 span.NUAreaCheckBoxLabel
{
	/*background-color: pink;*/
	margin: 0 0 3px -8px;
}
/*-------------------------------------------------------------*/
/* the ISO specials */
/*-------------------------------------------------------------*/
form.AppForm span.NULblMarginTop
{
	display: inline-block;
	margin-top: 5px;
}

/*=============================================================*/
input.NUAppTxtBox
{
	width: 314px;
}
form.AppForm span.NUleft
{
	width: 170px;
}
form.AppForm span.NUleftLong
{
	color: #666;
	width: 400px;
	margin-bottom: 5px;
}
form.AppForm span.NUleftSub
{
	width: 160px;
	margin-left: 10px;
}
form.AppForm span.NUleftMulti
{
	width: 170px;
	line-height: 1.5em;
}
input.NUAppTxtZip
{
	display: inline;
	width: 65px;
}
input.NUAppTxtCity
{
	width: 238px;
}
select.NUAppDdlCountry
{
	width:   324px;
	height:  1.9em;
	padding: 0;
	margin-top: 1px;
}

.AppCheckbox input
{
	background-color: Transparent;
	color: #443;
	border-style: none;
	width: auto;
	height: 15px;
	position: relative;
	top: 4px;
}
textarea.AppMultiTxtBox
{
	width: 314px;
}
.AppTxtBoxMinMax
{
	width: 85px;
}
.AppLblMinMax
{
	margin-right: 5px;
	font-weight: bold;
	color: #333;
	line-height: 25px;
	float: left;
}
.AppSpanMinMax
{
	border: solid 0px Blue;
	display: inline;
	width: 325px;
	height: 25px;
}
.AppSpanMin,
.AppSpanMax
{
	width: 158px;
	margin: 0px;
	float: left;
}
.AppSpanMax
{
	float: right;
}
span#spanDinIso
{
	border: solid 0px Fuchsia;
	display: inline;
	width: 300px;
	height: 25px;
}

/*
*	  { border: solid 1px Orange; }
div   { border: solid 1px Blue;   }
label { border: solid 1px Fuchsia;  }
td    { border: solid 1px Olive;    }
input { border: solid 1px Red;    }
*/
