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:black;
	
	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.organization
{
	color: #3A69AB;
}

a.medisoft-categories, a.medisoft-categories:visited
{
	color: black;
	text-decoration: none;
	padding: 1px 2px 1px 2px;
}

a.medisoft-categories:hover
{
	background-color: #034ea2;
	border-radius: 2px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	color: White;
}

a.medisoft-categories-selected
{
	background-color: #034ea2;
	padding: 1px 2px 1px 2px;
}


a.selectedDocFilter
{
	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;
}

table.checkBoxListStyle tr td label 
{
    margin-left: 4px;
    margin-right: 6px;
}

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_blue.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;
	text-align:center;
}

div.modalDialogProgress span
{
	font-size:14px;
	display:inline-block;
	padding-bottom:20px;
}

tr.modalDialogCaption
{
}

td.modalDialogCaption_Text
{
	background-image:url(../__Images__/dlg_hdr_large.png);
	color:#034ea2;
	padding-left: 10px;
	font-weight:bold;
	font-size:17px;
	text-align:left;
	width:100%;
	height:33px;
	vertical-align:middle;
}

td.modalDialogCaption_Img
{
	background-image:url(../__Images__/dlg_hdr_large.png);
	vertical-align:central;
	text-align:center;
	border:0px;
	height:33px;	
}

td.modalDialogCaption_Img div
{
	background-image:url(../__Images__/CloseDialog.gif?ver=1);
	background-position:center;
	background-repeat:no-repeat;
	cursor:pointer;
	padding:17px;
}

td.modalDialogCaption_Img div:hover
{
	background-image:url(../__Images__/CloseDialog_Hover.gif);
	background-color:#de1423;
}

td.modalDialogContent
{
}

tr.modalDialogFooter td
{
	height:0px;
	font-size:0px;
}


/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* // Tab /////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
div.tabContainer td.tabLeftSpacer
{
	border-bottom:solid 1px #184F9D;
}

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 #184F9D;
}

div.tabContainer_3D td.tabSpacer
{
	border-bottom:solid 1px #184F9D;
}

div.tabContainer td.tabSpacer div, div.tabContainer_3D td.tabSpacer div
{
	width:5px;
}

div.tabContainer td.tabFiller
{
	border-bottom:solid 1px #184F9D;
}

div.tabContainer_3D td.tabFiller
{
	border-bottom:solid 1px white;
}

div.tabContainer td.tab_Selected
{
	border-left:solid 1px #184F9D;
	border-top:solid 1px #184F9D;
	border-right:solid 1px #184F9D;
	border-bottom:solid 1px white;
	text-align:center;
	font-size:13px;
	background-color:white;
	white-space:nowrap;
	color:#184F9D;
}

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, div.tabContainer td.tab_Disabled
{
	border: solid 1px #184F9D;
	cursor: pointer;
	text-align: center;
	font-size: 13px;
	white-space: nowrap;
}

div.tabContainer_3D td.tab, div.tabContainer_3D td.tab_Disabled
{
	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, div.tabContainer_3D td.tab_Disabled div
{
	border-right: solid 1px gray;
}

div.tabContainer td.tab div, div.tabContainer td.tab_Disabled div, div.tabContainer_3D td.tab div, div.tabContainer_3D td.tab_Disabled div
{
	padding: 5px 20px 5px 20px;
	background-color: rgb(245,245,245);
}

div.tabContainer td.tab_Disabled, div.tabContainer_3D td.tab_Disabled
{
	cursor: auto;
}

div.tabContainer td.tab_Disabled div, div.tabContainer_3D td.tab_Disabled div
{
	background-color: #FAFAFA;
	color: #A0A0A0;
	pointer-events: none;
}

div.tabPageContainer {
	padding: 10px;
	border-left: solid 1px #184F9D;
	border-right: solid 1px #184F9D;
	border-bottom: solid 1px #184F9D;
	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 /////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */

.mediumButton, .largeButton, .extraLargeButton
{
    background-color: #E9E9E9;	
    background-position:  8px center;
    background-repeat: no-repeat;
    border: 1px solid #CCC;
    width: 120px;
    height: 30px;
    line-height: 30px;
    color: #66C;
    padding-left: 30px;
    cursor: pointer;	
}

.ButtonAgendaSelected
{
	height: 36px;
	background-color:green;
	color:white;
}

.ButtonAgendaNotSelected
{
	height: 36px;
}

.largeButton
{
	width: 178px;
}

.extraLargeButton {
    width: 190px;
    padding-left: 10px;
}

.mediumButton_Dis, .mediumButton:disabled
{
   background-color: #CCC;
    background-position:  8px center;
    background-repeat: no-repeat;
    border: 1px solid #CCC;
    width: 120px;
    height: 30px;
    line-height: 30px;
    color: #A0A0A0;
    padding-left: 9px;
    cursor: default;   
}

.mediumButton:hover 
{
    background-color: #F0F0F0;	
}

.mediumButton:disabled:hover 
{
    background-color: #CCC;	
}

.mediumButton_Dis:hover 
{
	 background-color: #CCC;	
}

.ButtonAgendaSelected:hover
{
	background-color: green;
}

.buttonBar 
{
    font-size: 0;
}

.buttonBar .mediumButton:not(:last-child) 
{
   border-right:#FFF;
}

.lower, .lower:disabled
{
   height: 25px;
   line-height: 22px;
}

.maintenance-details-footer .lower, .maintenance-details-footer .lower:disabled
{
	height: 30px;
	line-height: 30px;
}

.autowidth, .autowidth:disabled
{
	width: auto;
	padding-left: 40px;
	padding-right: 41px;
}

._200 
{
    width: 200px;
}

/* refresh */
.Refresh 
{
	background-image: url(../__Images__/reload.png);  
}
/* previous */
.Previous 
{
	background-image: url(../__Images__/previous.png);  
}
.mediumButtonPrevious
{
	background-color:Transparent;
	background-image:url(../__Images__/Button_En_Medium_Previous.gif);
	background-repeat:no-repeat;
	border-style:none;
	color:#034ea2;
	height:40px;
	width:121px;
}

/* next */
.Next 
{
	background-image: url(../__Images__/next.png);
	background-position: right 8px center;
	padding-left:0px;
	padding-right:30px;
}
.mediumButtonNext
{
	background-color:Transparent;
	background-image:url(../__Images__/Button_En_Medium_Next.gif);
	background-repeat:no-repeat;
	border-style:none;
	color:#034ea2;
	height:40px;
	width:121px;
}

/* logon */
.LogOn 
{
	background-image: url(../__Images__/key.png);
	cursor:default;
	background-color: #CCC;
}
.LogOn:hover 
{
	 background-color: #CCC;
}

.LogOn_Dis 
{
	background-image: url(../__Images__/key.png);
	cursor:default;
	background-color: #CCC;
	color:#A0A0A0;
}

.mediumButtonLogOn
{
	background-color:Transparent;
	background-image:url(../__Images__/Button_En_Medium_LogOn.gif);
	background-repeat:no-repeat;
	border-style:none;
	color:#034ea2;
	height:40px;
	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:40px;
	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:40px;
	width:158px;
}

/* ok */
.Ok 
{
	background-image: url(../__Images__/succes.png);
}
.mediumButtonOk
{
	background-color:Transparent;
	background-image:url(../__Images__/Button_En_Medium_Ok.gif);
	background-repeat:no-repeat;
	border-style:none;
	color:#034ea2;
	height:40px;
	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:40px;
	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:40px;
	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:40px;
	width:302px;
}

/* save */
.Save
{
	background-image: url(../__Images__/check.png);
}

html input.Save, html input.Cancel
{
	background-position:  8px center;
}
/* cancel */
.Cancel
{
	background-image: url(../__Images__/block.png);
}

.superLargeButtonCancel
{
	background-color:Transparent;
	background-image:url(../__Images__/Button_En_SuperLarge_Cancel.gif);
	background-repeat:no-repeat;
	border-style:none;
	color:#034ea2;
	height:40px;
	width:302px;
}

/* add */
.New 
{
	background-image: url(../__Images__/plus.png);
}


/* edit */
.Edit 
{
	background-image: url(../__Images__/edit.png);
}

/* Mail */
.Mail 
{
	background-image: url(../__Images__/mail.png); 
}

/* Signing */
.Signing 
{
	background-image: url(../__Images__/Signing.png);
}

.resend 
{
	background-image: url(../__Images__/info.png);
}

.settings
{
	background-image: url(../__Images__/settings.png);
}

/* NCvB */
.NCvB 
{
	background-image: url(../__Images__/Export.png); 
}


.InsertStandardText
{
	background-image: url(../__Images__/insertStandardText.png); 
}

.AssistantWizard
{
	background-image: url(../__Images__/Light-Bulb-24.png); 
	width: 160px;
}

/* OpenDocument */
.OpenDocument 
{
	background-image: url(../__Images__/download.png);  
}

.OpenDocument_Dis 
{
	background-image: url(../__Images__/download.png);  
	cursor:default;
	background-color: #CCC;
	color:#A0A0A0;
}

.StartWelchAllynTest
{
	background-image: url(../__ControlStyles__/TreeView/DosnavImages/tvi_41.png);
}

/* remove */
.Remove 
{
	background-image: url(../__Images__/delete.png);
}

/* search */
.Search 
{
	background-image: url(../__Images__/search.png);   
}

/* planner */
.Planner
{
	background-image: url(../__Images__/calendar.png);
}

/* List */
.List
{
	background-image: url(../__Images__/list.png);
}

/* Monolog */
.Monolog
{
	background-image: url(../__Images__/monolog.png);
}

.Disabled
{
	color : #666666;
	cursor:auto;	
}

.absenceNotSelected, .absenceNotSelected:hover, .absenceNotSelected:disabled, .absenceNotSelected:disabled:hover
{
	width: 80px;
	padding-left: 6px ;
}

.DisabledNextButton, .DisabledNextButton:hover, .DisabledNextButton:disabled, .DisabledNextButton:disabled:hover
{
	background-position: right 8px center;
}

.absenceSelected, .absenceSelected:hover, .absenceSelected:disabled, .absenceSelected:disabled:hover
{
	width: 80px;
	padding-left: 6px ;
	background-color : green;
	color : white;	
}

/* print */
.Print 
{
	background-image: url(../__Images__/print.png);
}
.mediumButtonPrint
{
	background-color:Transparent;
	background-image:url(../__Images__/Button_En_Medium_Print.gif);
	background-repeat:no-repeat;
	border-style:none;
	color:#034ea2;
	height:40px;
	width:121px;
}

/* InsertstandarText */
.Insert 
{    
	background-image: url(../__Images__/add-doc.png);
}


.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 */
.Copy
{
		background-image: url(../__Images__/doc.png); 
}

/* report absence */
.ReportAbsence 
{
	background-image: url(../__Images__/medic.png);  
}

/* copy */
.mediumButtonRecover
{
	background-color:Transparent;
	background-image:url(../__Images__/Button_En_Medium_Recover.gif);
	background-repeat:no-repeat;
	border-style:none;
	color:#034ea2;
	height:40px;
	width:121px;
}

/* Journal */
.smallButtonJournal
{
	background-color: Transparent;
	background-image: url(../__Images__/list3.png);
	background-repeat: no-repeat;
	border-style: none;
	color: #034ea2;
	height: 24px;
	width: 24px;
	cursor: pointer;
}

/* 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;
}

/* Assistant */
.smallButtonAssistant
{
	background-color:Transparent;
	background-image:url(../__Images__/Light-Bulb-24.png);
	background-repeat:no-repeat;
	border-style:none;
	color:#034ea2;
	height:24px;
	width:24px;
	cursor:pointer;
}

/* import */
.Import 
{
	background-image: url(../__Images__/folder.png);
}

.Upload 
{
	background-image: url(../__Images__/upload.png);
}

@media print
{
	.mediumButtonPrint
	{
		display:none;
	}
}

/* action */
.Action 
{
	background-image: url(../__Images__/edit-doc.png);
}

.superLargeButtonAction
{
	background-color:Transparent;
	background-image:url(../__Images__/Button_En_SuperLarge_Verrichting.gif);
	background-repeat:no-repeat;
	border-style:none;
	color:#034ea2;
	height:40px;
	width:302px;
}

/* pdf */
.Pdf 
{
	background-image: url(../__Images__/pdf.png);   
}

/* excel */
.Excel 
{
	background-image: url(../__Images__/excel.png); 
}

/* word */
.Word 
{
	background-image: url(../__Images__/word.png);
}

.largeButtonExcel
{
	background-color:Transparent;
	background-image:url(../__Images__/Button_En_Large_Excel.gif);
	background-repeat:no-repeat;
	border-style:none;
	color:#034ea2;
	height:40px;
	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:40px;
	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:40px;
	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:40px;
	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:40px;
	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:40px;
	width:302px;
}

.waitingRoom
{
	background-image: url(../__Images__/medic.png);  
	height:25px;
	line-height:22px;
}

.buttonWaitingRoomScheduler
{
	height: 36px;
	margin-top: 10px;
	margin-bottom: 10px;
}

.buttonWaitingRoomSelected:hover
{
	background-color: green;
}

.buttonWaitingRoomCurrentNotSelected, .buttonWaitingRoomCurrentSelected
{
	height: 36px;
	margin-right: 5px;
}

.buttonWaitingRoomCurrentSelected
{
	background-color: green;
	color: white;
}

.sendChat
{
	background-image: url(../__Images__/Button_En_Medium_SendChat.png);
	background-position:  0 center;
}