input, select
{
	margin:0px;
}

table.medisoft
{
	border-right: solid 1px #d0d0d0;
	border-bottom: solid 1px #d0d0d0;
}

tr.tableHeader
{
	background: url("../__ControlStyles__/Grid/grid_header_bg.png") repeat-x;
	border-style:none;
}

tr.tableHeader td.tableCell
{
	padding: 4px 5px 4px 5px;
	font-weight:bold;
}

td.tableCell
{
	white-space:nowrap;
	padding: 2px 5px 2px 5px;
	border-top: solid 1px #d0d0d0;
	border-left: solid 1px #d0d0d0;
}

tr.alternateRow
{
	background-color:#f5f5f5;
}

a.medisoft, a.medisoft:visited
{
	color:#000000;
	
	text-decoration:none;
	padding: 1px 2px 1px 2px;
}

a.medisoft:hover
{
	background-color: #034ea2;
	border-radius: 2px;
	-webkit-border-radius: 2px; 
	-moz-border-radius: 2px; 
	color:White;
}

a.image img
{
	border-style:none;
	margin-right:5px;
	vertical-align:middle;
	margin-top:-4px;
}

a.image
{
	display:inline-block;
	line-height:20px;
	padding: 2px 3px 0px 3px;
}

.disabledLink
{
	color:Gray;
	padding: 1px 2px 1px 2px;
}

.inputLabel
{
	cursor:pointer;
}

td.checkList td
{
	padding-right:30px;
}

div.linkBlock
{
    text-align:center;
    color: #034EA2;
    padding: 5px;
    display:inline-block;
    cursor:pointer;
    width:120px;
}

div.linkBlock:hover
{
	background-image:url(../__Images__/link_block.png);
	background-repeat:repeat-x;
	border-radius: 5px;
	-webkit-border-radius: 5px; 
	-moz-border-radius: 5px; 	
}

.simpleWidgetContent .managementReports div.linkBlock:hover 
{
	background-image:url(../__Images__/link_block_simple.png);
}

a.medisofticonreport
{
  color: #034EA2;
  text-decoration: none;
  padding-right: 2px;
  padding-top: 2px;
  padding-bottom: 1px;
}
.iconreport {
  text-decoration: none;
  display: inline-block;
  width: 32px;
  height: 32px;
  border: none;
  background-image: url("../__Images__/Report_icons.png?randomizer=14085611");
  background-repeat: no-repeat;
  background-position: 0 0;
  padding-left: 1px;
}

.simpleWidgetContent .iconreport 
{
	width: 51px;
	height: 56px;
	background-image: url("../__Images__/Report_icons_110.png?randomizer=14085611");
}

.iconreport.insurer {
  background-position: 0 -0px;  
}
.iconreport.absencestats {
  background-position: 0 -30px;  
}
.iconreport.absenceoverview {
  background-position: 0 -64px;  
}
.iconreport.absences {
  background-position: 0 -96px;  
}
.iconreport.invoiceinfo {
  background-position: 0 -128px;  
}
.iconreport.actions {
  background-position: 0 -160px;  
}
.iconreport.peronalia {
  background-position: 0 -192px;  
}

.simpleWidgetContent .iconreport.insurer 
{
  background-position: -29px -8px;  
}
.simpleWidgetContent .iconreport.absencestats 
{
  background-position: -29px -119px;  
}
.simpleWidgetContent .iconreport.absenceoverview 
{
  background-position: -29px -226px;  
}
.simpleWidgetContent .iconreport.absences 
{
  background-position: -29px -335px;  
}
.simpleWidgetContent .iconreport.invoiceinfo 
{
  background-position: -29px -448px;  
}
.simpleWidgetContent .iconreport.actions 
{
  background-position: -29px -558px;  
}
.simpleWidgetContent .iconreport.peronalia 
{
  background-position: -29px -672px;  
}

div.progressLayer
{
	z-index:100;
	background-image:url(../__Images__/grid_wait.gif);
	background-repeat:no-repeat;
	background-position:center center;
	background-color:#f0f0f0;
	filter:alpha(opacity=50);
	-moz-opacity:0.50;
	opacity:0.50;
	overflow:hidden;
	margin:0px;
	padding:0px;
	display:none;
	position:absolute;	
}

/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* // Dialog //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
div.modalDialogLayer
{
	background-color:#f0f0f0;
	filter:alpha(opacity=50);
	-moz-opacity:0.50;
	opacity:0.50;
	overflow:hidden;
	margin:0px;
	padding:0px;
}

div.modalDialogContainer
{
	padding:0px;
	border:solid 2px rgb(211,216,224);
	background-color: #fdfdfd;
	text-align:center;
	z-index:1001;
}

table.modalDialogContainer
{
}

div.modalDialogProgress
{
	background-image:url(../__Images__/progress.gif);
	background-position: center center;
	background-repeat:no-repeat;
}

div.modalDialogProgress span
{
	font-size:14px;
	display:inline-block;
	padding-bottom:20px;
}

tr.modalDialogCaption
{
}

td.modalDialogCaption_Text
{
	background-image:url(../__Images__/dlg_hdr.png);
	color:#034ea2;
	padding-left: 10px;
	font-weight:bold;
	font-size:12px;
	text-align:left;
	width:100%;
	height:26px;
}

td.modalDialogCaption_Img
{
	background-image:url(../__Images__/dlg_hdr.png);
	color:#034ea2;
	vertical-align:top;
	text-align:right;
	padding:0px  10px 0px 0px;
	border:0px;
	height:26px;	
}

td.modalDialogCaption_Img img
{
	margin: 5px 0px 0px 0px;
	cursor:pointer;
	padding:0px;
}

td.modalDialogContent
{
}

tr.modalDialogFooter td
{
	height:0px;
	font-size:0px;
}


/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* // Tab /////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
div.tabContainer td.tabLeftSpacer
{
	border-bottom:solid 1px rgb(173, 200, 233);
}

div.tabContainer_3D td.tabLeftSpacer
{
	border-bottom:solid 1px white;
}

div.tabContainer td.tabLeftSpacer div, div.tabContainer_3D td.tabLeftSpacer div
{
	width:10px;
}

div.tabContainer td.tabSpacer
{
	border-bottom:solid 1px rgb(173, 200, 233);
}

div.tabContainer_3D td.tabSpacer
{
	border-bottom:solid 1px rgb(173, 200, 233);
}

div.tabContainer td.tabSpacer div, div.tabContainer_3D td.tabSpacer div
{
	width:5px;
}

div.tabContainer td.tabFiller
{
	border-bottom:solid 1px rgb(173, 200, 233);
}

div.tabContainer_3D td.tabFiller
{
	border-bottom:solid 1px white;
}

div.tabContainer td.tab_Selected
{
	border-left:solid 1px rgb(173, 200, 233);
	border-top:solid 1px rgb(173, 200, 233);
	border-right:solid 1px rgb(173, 200, 233);
	border-bottom:solid 1px white;
	text-align:center;
	font-size:13px;
	background-color:white;
	white-space:nowrap;
}

div.tabContainer_3D td.tab_Selected
{
	border-left:solid 1px white;
	border-top:solid 1px white;
	border-right:solid 1px gray;
	border-bottom:solid 1px #e0e2f2;
	text-align:center;
	font-size:13px;
	background-color:#e0e2f2;
	white-space:nowrap;
}

div.tabContainer td.tab_Selected div, div.tabContainer_3D td.tab_Selected div
{
	padding: 5px 20px 5px 20px;
}

div.tabContainer td.tab
{
	border:solid 1px rgb(173, 200, 233);
	cursor:pointer;
	text-align:center;
	font-size:13px;	
	white-space:nowrap;	
}

div.tabContainer_3D td.tab
{
	border-left:solid 1px white;
	border-top:solid 1px white;
	border-bottom:solid 1px white;
	cursor:pointer;
	text-align:center;
	font-size:13px;
	white-space:nowrap;	
}

div.tabContainer_3D td.tab div
{
	border-right:solid 1px gray;	
}

div.tabContainer td.tab div, div.tabContainer_3D td.tab div
{
	padding: 5px 20px 5px 20px;
	background-color:rgb(245,245,245);		
}

div.tabPageContainer
{
	padding:10px;
	border-left:solid 1px rgb(173, 200, 233);
	border-right:solid 1px rgb(173, 200, 233);
	border-bottom:solid 1px rgb(173, 200, 233);
	background-color:white;
	overflow:auto;
}

div.tabPageContainer_3D
{
	padding:10px;
	border-left:solid 1px white;
	border-right:solid 1px gray;
	border-bottom:solid 1px gray;
	background-color:#e0e2f2;
}

/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* // Progress ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */

div.modalProgressLayer
{
	background-color:white;
	filter:alpha(opacity=50);
	-moz-opacity:0.50;
	opacity:0.50;
	overflow:hidden;
	margin:0px;
	padding:0px;
}

div.modalProgressContainer
{
	padding:30px;
	border:solid 2px rgb(211,216,224);
	background-color: #fdfdfd;
	text-align:center;
	z-index:1001;
}

/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* // Buttons /////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */

/* previous */
.mediumButtonPrevious
{
	background-color:Transparent;
	background-image:url(../__Images__/Button_En_Medium_Previous.gif);
	background-repeat:no-repeat;
	border-style:none;
	color:#034ea2;
	height:21px;
	width:121px;
}

/* next */
.mediumButtonNext
{
	background-color:Transparent;
	background-image:url(../__Images__/Button_En_Medium_Next.gif);
	background-repeat:no-repeat;
	border-style:none;
	color:#034ea2;
	height:21px;
	width:121px;
}

/* logon */
.mediumButtonLogOn
{
	background-color:Transparent;
	background-image:url(../__Images__/Button_En_Medium_LogOn.gif);
	background-repeat:no-repeat;
	border-style:none;
	color:#034ea2;
	height:21px;
	width:121px;
}
.mediumButtonLogOn_Dis
{
	background-color:Transparent;
	background-image:url(../__Images__/Button_En_Medium_LogOn.gif);
	background-repeat:no-repeat;
	border-style:none;
	color:#A0A0A0;
	height:21px;
	width:121px;
}
.smallerButtonLogon
{
	background-color:Transparent;
	background-image:url(../__Images__/Button_En_Smaller_LogOn.gif);
	background-repeat:no-repeat;
	border-style:none;
	color:#034ea2;
	height:21px;
	width:158px;
}

/* ok */
.mediumButtonOk
{
	background-color:Transparent;
	background-image:url(../__Images__/Button_En_Medium_Ok.gif);
	background-repeat:no-repeat;
	border-style:none;
	color:#034ea2;
	height:21px;
	width:121px;
}
.largeButtonOk
{
	background-color:Transparent;
	background-image:url(../__Images__/Button_En_Large_Ok.gif);
	background-repeat:no-repeat;
	border-style:none;
	color:#034ea2;
	height:21px;
	width:178px;
}
.extraLargeButtonOk
{
	background-color:Transparent;
	background-image:url(../__Images__/Button_En_ExtraLarge_Ok.gif);
	background-repeat:no-repeat;
	border-style:none;
	color:#034ea2;
	height:21px;
	width:221px;
}
.superLargeButtonOk
{
	background-color:Transparent;
	background-image:url(../__Images__/Button_En_SuperLarge_Ok.gif);
	background-repeat:no-repeat;
	border-style:none;
	color:#034ea2;
	height:21px;
	width:302px;
}

/* save */
.mediumButtonSave
{
	background-color:Transparent;
	background-image:url(../__Images__/Button_En_Medium_Save.gif);
	background-repeat:no-repeat;
	border-style:none;
	color:#034ea2;
	height:21px;
	width:121px;
}

/* cancel */
.mediumButtonCancel
{
	background-color:Transparent;
	background-image:url(../__Images__/Button_En_Medium_Cancel.gif);
	background-repeat:no-repeat;
	border-style:none;
	color:#034ea2;
	height:21px;
	width:121px;
}
.superLargeButtonCancel
{
	background-color:Transparent;
	background-image:url(../__Images__/Button_En_SuperLarge_Cancel.gif);
	background-repeat:no-repeat;
	border-style:none;
	color:#034ea2;
	height:21px;
	width:302px;
}

/* add */
.mediumButtonNew
{
	background-color:Transparent;
	background-image:url(../__Images__/Button_En_Medium_Add.gif);
	background-repeat:no-repeat;
	border-style:none;
	color:#034ea2;
	height:21px;
	width:121px;
}

/* edit */
.mediumButtonEdit
{
	background-color:Transparent;
	background-image:url(../__Images__/Button_En_Medium_Edit.gif);
	background-repeat:no-repeat;
	border-style:none;
	color:#034ea2;
	height:21px;
	width:121px;
}

/* Mail */
.mediumButtonMail
{
	background-color:Transparent;
	background-image:url(../__Images__/Button_En_Medium_Mail.gif);
	background-repeat:no-repeat;
	border-style:none;
	color:#034ea2;
	height:21px;
	width:121px;
}

/* OpenDocument */
.mediumButtonOpenDocument
{
	background-color:Transparent;
	background-image:url(../__Images__/Button_En_Medium_Upload.gif);
	background-repeat:no-repeat;
	border-style:none;
	color:#034ea2;
	height:21px;
	width:121px;
}

/* remove */
.mediumButtonRemove
{
	background-color:Transparent;
	background-image:url(../__Images__/Button_En_Medium_Delete.gif);
	background-repeat:no-repeat;
	border-style:none;
	color:#034ea2;
	height:21px;
	width:121px;
}

/* planner */
.mediumButtonPlanner
{
	background-color:Transparent;
	background-image:url(../__Images__/Button_En_Medium_Planner.gif);
	background-repeat:no-repeat;
	border-style:none;
	color:#034ea2;
	height:21px;
	width:121px;
}


/* agenda */
.mediumButtonAgenda
{
	background-color:Transparent;
	background-image:url(../__Images__/Button_En_Medium_Agenda.gif);
	background-repeat:no-repeat;
	border-style:none;
	color:#034ea2;
	height:21px;
	width:121px;
}


/* search */
.mediumButtonSearch
{
	background-color:Transparent;
	background-image:url(../__Images__/Button_En_Medium_Zoeken.gif);
	background-repeat:no-repeat;
	border-style:none;
	color:#034ea2;
	height:21px;
	width:121px;
}

/* print */
.mediumButtonPrint
{
	background-color:Transparent;
	background-image:url(../__Images__/Button_En_Medium_Print.gif);
	background-repeat:no-repeat;
	border-style:none;
	color:#034ea2;
	height:21px;
	width:121px;
}

/* InsertstandarText */
.mediumButtonInsert
{
	background-color:Transparent;
	background-image:url(../__Images__/Button_En_Medium_NEW.gif);
	background-repeat:no-repeat;
	border-style:none;
	color:#034ea2;
	height:21px;
	width:121px;
}

.mediumButtonInsertAndClose
{
	background-color:#f0f0f0;
	background-image:url(../__Images__/ok_16.png);
	background-repeat:no-repeat;
	border-style:groove;
	color:Black;
	height:25px;
	width:155px;
	border-radius: 5px;
	-webkit-border-radius: 5px; 
	-moz-border-radius: 5px; 
}

/* copy */
.mediumButtonCopy
{
	background-color:Transparent;
	background-image:url(../__Images__/Button_En_Medium_Copy.gif);
	background-repeat:no-repeat;
	border-style:none;
	color:#034ea2;
	height:21px;
	width:121px;
}

/* report absence */
.mediumButtonReportAbsence
{
	background-color:Transparent;
	background-image:url(../__Images__/Button_En_Medium_Ziekmelden.gif);
	background-repeat:no-repeat;
	border-style:none;
	color:#034ea2;
	height:21px;
	width:121px;
}

/* copy */
.mediumButtonRecover
{
	background-color:Transparent;
	background-image:url(../__Images__/Button_En_Medium_Recover.gif);
	background-repeat:no-repeat;
	border-style:none;
	color:#034ea2;
	height:21px;
	width:121px;
}

/* Standardtexts */
.smallButtonStandardtexts
{
	background-color:Transparent;
	background-image:url(../__Images__/Standardtexts_24.png);
	background-repeat:no-repeat;
	border-style:none;
	color:#034ea2;
	height:24px;
	width:24px;
	cursor:pointer;
}

/* upload */
.clsMediumButtonUpload
{
	background-color:Transparent;
	background-image:url(../__Images__/Button_En_Medium_Upload.gif);
	background-repeat:no-repeat;
	border-style:none;
	color:#034ea2;
	height:21px;
	width:121px;
}

@media print
{
	.mediumButtonPrint
	{
		display:none;
	}
}

/* action */
.largeButtonAction
{
	background-color:Transparent;
	background-image:url(../__Images__/Button_En_Large_Verrichting.gif);
	background-repeat:no-repeat;
	border-style:none;
	color:#034ea2;
	height:21px;
	width:178px;
}
.superLargeButtonAction
{
	background-color:Transparent;
	background-image:url(../__Images__/Button_En_SuperLarge_Verrichting.gif);
	background-repeat:no-repeat;
	border-style:none;
	color:#034ea2;
	height:21px;
	width:302px;
}

/* excel */
.mediumButtonPdf
{
	background-color:Transparent;
	background-image:url(../__Images__/Button_En_Medium_Pdf.gif);
	background-repeat:no-repeat;
	border-style:none;
	color:#034ea2;
	height:21px;
	width:121px;
}

/* excel */
.mediumButtonExcel
{
	background-color:Transparent;
	background-image:url(../__Images__/Button_En_Medium_Excel.gif);
	background-repeat:no-repeat;
	border-style:none;
	color:#034ea2;
	height:21px;
	width:121px;
}
.largeButtonExcel
{
	background-color:Transparent;
	background-image:url(../__Images__/Button_En_Large_Excel.gif);
	background-repeat:no-repeat;
	border-style:none;
	color:#034ea2;
	height:21px;
	width:178px;
}

/* back */
.mediumButtonBack
{
	background-color:Transparent;
	background-image:url(../__Images__/Button_En_Medium_Back.gif);
	background-repeat:no-repeat;
	border-style:none;
	color:#034ea2;
	height:21px;
	width:121px;
}
.smallerButtonBack
{
	background-color:Transparent;
	background-image:url(../__Images__/Button_En_Smaller_Back.gif);
	background-repeat:no-repeat;
	border-style:none;
	color:#034ea2;
	height:21px;
	width:158px;
}
.largeButtonBack
{
	background-color:Transparent;
	background-image:url(../__Images__/Button_En_Large_Back.gif);
	background-repeat:no-repeat;
	border-style:none;
	color:#034ea2;
	height:21px;
	width:178px;
}
.extraLargeButtonBack
{
	background-color:Transparent;
	background-image:url(../__Images__/Button_En_ExtraLarge_Back.gif);
	background-repeat:no-repeat;
	border-style:none;
	color:#034ea2;
	height:21px;
	width:221px;
}
.superLargeButtonBack
{
	background-color:Transparent;
	background-image:url(../__Images__/Button_En_SuperLarge_Back.gif);
	background-repeat:no-repeat;
	border-style:none;
	color:#034ea2;
	height:21px;
	width:302px;
}
/* /////////////////////////////////////////////////////////////////////////// */
/* // Custom style override ////////////////////////////////////////////////// */
/* /////////////////////////////////////////////////////////////////////////// */
.simpleWidgetContent .managementReports div.linkBlock:hover 
{
	/*background-image:url(../__Images__/link_block_simple.png);*/
	background-image: none !important;
	border: 0px solid #FFF;
	-webkit-box-shadow: inset 0px 0px 8px 0 rgba(256, 256, 256, 0.5);
  	-moz-box-shadow:    inset 0px 0px 8px 0 rgba(256, 256, 256, 0.5);
  	box-shadow:         inset 0px 0px 8px 0 rgba(256, 256, 256, 0.5);
}
.simpleWidgetContent .iconreport 
{
	width: 60px;
}
.simpleWidgetContent .iconreport.insurer 
{
  background-position: -23px -8px;  
}
.simpleWidgetContent .iconreport.absencestats 
{
  background-position: -23px -119px;  
}
.simpleWidgetContent .iconreport.absenceoverview 
{
  background-position: -23px -226px;  
}
.simpleWidgetContent .iconreport.absences 
{
  background-position: -23px -335px;  
}
.simpleWidgetContent .iconreport.invoiceinfo 
{
  background-position: -23px -448px;  
}
.simpleWidgetContent .iconreport.actions 
{
  background-position: -23px -558px;  
}
.simpleWidgetContent .iconreport.peronalia 
{
  background-position: -23px -672px;  
}
.mediumButtonLogOn
{
	background-image:url(../__Images__/login-beter.png);
	color:white;
	height:23px;
	width:121px;
	cursor:pointer;
	text-align:left;
	padding-left:20px;
}
.mediumButtonLogOn_Dis
{
	background-image:url(../__Images__/login-beter.png);
	color:white;
	height:23px;
	width:121px;
	text-align:left;
	padding-left:20px;
}

.mediumButtonRecoverPW
{
	background-color:Transparent;
	background-image:url(../__Images__/login-beter.png);
	background-repeat:no-repeat;
	border-style:none;
	color:white;
	height:23px;
	width:121px;
	cursor:pointer;
	text-align:left;
	padding-left:20px;
}

.clsLSDDPTitle 
{ 
	color: #17A8A3 !important; 
}