﻿/*popupcontrol*/
/*make all heads in popupcontrols the same*/
.dxpcControl th
{
    font-family: Tahoma, Arial;
    font-size:11px;
    color:#3d5770;
}
/*popupcontrol*/

/* Begin Login */

.m_pnlLogin
{
	clear: both;
	width: 500px;
	margin-left: auto;
	margin-right: auto;	
}
	
	.LoginControl
	{
		clear: both;
		width: 350px;
		border: solid 1px #d5e2ec;		
		margin-left: auto;
		margin-right: auto;	
	}
	
		#divLoginTitle
		{
			clear: both;
			text-align: center;
			height: 20px;
			line-height: 20px;
			background-color: #507395;
			color: White;	
			font-weight: bold;		
		}
		
		#divLoginBody
		{
			clear: both;
			margin-top: 10px;
		}
		
			#divLoginBody table
			{
				width: 100%;
			}
				
			#divLoginBody th
			{
				padding: 5px;
				text-align: left;
			}
			
			#divLoginBody td
			{
				padding: 0px 5px 0px 5px;
				text-align: left;
			}
			
		#divLoginRememberMe
		{
			clear: both;
			float: left;
			margin-top: 10px;			
		}
		
		#divLoginFailureText
		{
			clear: both;
			margin-top: 10px;
		}
		
		#divLoginButtonLogin
		{
			text-align: right;
			clear: both;
			margin-top: 10px;
		}

/* End Login */

/* Change Password */
.m_pnlChangePassword
{
	clear: both;
	width: 500px;
	margin-left: auto;
	margin-right: auto;	
}

.ChangePasswordControl
{
	clear: both;
	width: 350px;
	border: solid 1px #d5e2ec;
	padding: 10px;
	margin-left: auto;
	margin-right: auto;	
}

#divChangePasswordTitle
{
	clear: both;
	text-align: center;
	height: 20px;
	line-height: 20px;
	background-color: #507395;
	color: White;	
	font-weight: bold;		
}

#divChangePasswordBody
{
	clear: both;
	margin-top: 10px;
}

#divChangePasswordBody table
{
	width: 100%;
}
	
#divChangePasswordBody th
{
	padding: 5px;
	text-align: left;
}

#divChangePasswordBody td
{
	padding: 0px 5px 0px 5px;
	text-align: left;
}

#divChangePasswordCompareErrorText
{
	clear: both;
	margin-top: 10px;
}

#divChangePasswordFailureText
{
	clear: both;
	margin-top: 10px;
	color: Red;
}

#divChangePasswordButtonChange
{
	text-align: right;
	clear: both;
	margin-top: 10px;
}

#divChangePasswordButtonChange th
{
	padding: 5px;
	text-align: left;
}


/* End Change Password */

/* Begin Manufacturers */

.divSearchOnLicencePlate
{
	position: relative;
	clear: both;
	height: 100px;
	width: 440px;
	margin-left: auto;
	margin-right: auto;
}

	.txtLincencePlateSearch2
	{
		position: absolute;
		top: 9px;
		left: 66px;
		background-color: #ffc925; /*Background-color tranparent gives an issue with focus lost in IE*/
		width: 369px;
		height: 80px;
		border: none;
		text-transform: uppercase;
		font-weight: bold;
		z-index: 2;
	}	
	
	.ddlLicencePlateHistory2
	{
		border: none;
		position: absolute;
		top: 40px;
		left: 65px;				
		width: 400px;
		z-index: 1;
	}		

.divSearchOnManufacturers
{
	clear: both;
	float: left;
	margin-top: 10px;
}	
.manufacturersPage TD
{
    text-align:left;
}

/* End Manufacturers */


/* Begin Modules */

#divModulePageCon
{
	width: 720px;
	padding: 10px;
}

#divModuleImages
{
	clear: both;
	text-align: center;
	width: 720px;
}

#divModulesCon
{
	clear: both;
	width: 700px;
	padding-top: 10px;
	margin-left: auto;
	margin-right: auto;
}

	#tblModule
	{
		width: 100%;
		border: none;
		margin-top: 10px;
	}

		.tblModuleTD
		{
			width: 33%;
			vertical-align: top;
		}
		
		.dlModules
		{
			border: solid 1px #d5e2ec;
			width: 90%;
		}
		
		.dlModulesHeader
		{
			height: 20px;
			background-image: url(Images/Style/BackgroundGridviewHeader.png);
			background-repeat: repeat-x;
			border-bottom: solid 1px #d5e2ec;
			font-weight: bold;
			text-align: center;
		}
		
		.dlModulesItem
		{
			height: 20px;
			background-color: #ecf4f9;		
			text-align: center;
		}
		
		.dlModulesItem:hover
		{
			background-color: #7a97b3;
			color: White;
		}
		
		.dlModulesAlternatingItem
		{
			height: 20px;
			background-color: White;
			text-align: center;
		}
		
		.dlModulesAlternatingItem:hover
		{	
			background-color: #7a97b3;
			color: White;
		}
		
			.lBtnModule
			{
				padding-left: 5px;
				padding-right: 5px;
				line-height: 20px;			
			}
			
			.lBtnModule:hover
			{			
				color: White;
				text-decoration: none;
			}

/* End Modules */


/* Begin Articles */

#divArticlesTopMenuCon
{
	position: relative;
	clear: both;
}
	.divArticlesTopMenu
	{
		background-image: url(Images/Style/ShadowTabs.png);
		background-repeat: repeat-x;
		position: absolute;
		top: -56px;
		left: 150px;
		height: 27px;
		width: 578px;
		padding-left: 15px;
	}
	
	.divArticlesFirstSecond
	{
		position: absolute;
		top: -27px;
		left: 680px;
		height: 22px;
		width: 60px;
		z-index:3;
	}

#divArticlesLeftMenu
{
	float: left;
	width: 150px;
	overflow: hidden;
}
	
	.dlArticleModules
	{
		border: solid 1px #d5e2ec;
		width: 150px;
	}
	
	.dlArticleModulesItem
	{
		background-color: #ecf4f9;		
	}
	
	.dlArticleModulesItem:hover
	{
		background-color: #7a97b3;
		color: White;
	}
	
	.dlArticleModulesAlternatingItem
	{
		background-color: White;
	}
	
	.dlArticleModulesAlternatingItem:hover
	{	
		background-color: #7a97b3;
		color: White;
	}
	
	.dlArticleModulesSelectedItem
	{
		background-color: #507395;
		color: White;
	}
	
		.lBtnArticleModule
		{
			padding-left: 5px;
			padding-right: 5px;
			line-height: 20px;
		}
		
		.lBtnArticleModule:hover
		{			
			color: White;
			text-decoration: none;
		}
		
		.lBtnArticleModuleSelected
		{
			color: White;
			padding-left: 5px;
			padding-right: 5px;
			line-height: 20px;
			text-decoration: none;
		}
		
			.dlArticleSubModulesItem
			{
				padding-left: 5px;
			}
			
				.SubArticleSep
				{
					width: 5px; 
					color: #e61613; 
					vertical-align: top; 
					text-align: left;
				}
				
				.SubArticleSepSel
				{
					width: 5px; 
					color: #3d5770;
					vertical-align: top; 
					text-align: left;
				}
		
				.lBtnSubArticleModule
				{					
					text-decoration: underline;
					color: #e61613;
				}
				
				.lblArticleModuleSelected
				{
					text-decoration: none;
					color: #3d5770;
				}
	
#divArticlesContainer
{
	float: left;
	width: 587px;
	margin-left: 3px;
}

	.tblArticle
	{
		/*width: 568px;*/
		border: solid 1px #d5e2ec;
		border-collapse: collapse;
	}
	    
	    /*tdArticleImage*/
		.tdAI
		{
			height: 60px;
			width: 61px;
			vertical-align: middle;
			background-color: White;
			text-align: center;
			border-right: solid 1px #d5e2ec;
			border-bottom: solid 1px #d5e2ec;
		}
		
		/*tdArticleColumn*/
		.tdAC, .tdAC1, .tdAC2, .tdAC4
		{			
			height: 20px;
			padding-left: 3px;
			padding-right: 3px;
			border: solid 1px #d5e2ec;
		}
		
			.tdAC1
			{
				width: 95px;
			}
			.tdAC2
			{
				width: 94px;
			}								
			.tdAC4
			{
				width: 94px;
				border-right-width: 0px;
			}	
		
		/*tdArticleColumnDescription*/
		.tdACD
		{
			height: 40px;
			padding-left: 3px;
			padding-right: 3px;
			width: 352px;
        }
		
		/*tdArticleColumnQuantity*/
		.tdACQ
		{
			height: 40px;
			padding-left: 3px;
			padding-right: 3px;
			border-left: solid 1px #d5e2ec;
			text-align: center;
			width: 94px;			
		}

/* End Articles */


/* Begin ArticleDetails */

#divArticleDetailsCon
{
	position: absolute;
	left: 0px;
	top: 23px;
	z-index: 1;
	min-height: 303px;
	height: 303px;
	width: 718px;
	overflow-y: auto;
	overflow-x: hidden;
	padding: 5px 10px 5px 10px;
	border: solid 1px #d5e2ec;
	background-color: #ecf4f9;	
}

	#divArticleDetailsImage
	{
		float: left;
		width: 296px;
		text-align: center;
	}
	
	#divArticleDetailsInfo
	{
		float: left;
		margin-left: 10px;
		width: 390px;
	}
	
		.tblArticleDetailsInfo
		{
			width: 390px;			
		}
		
			.tblArticleDetailsInfo th
			{
				text-align: left;
				width: 50%;
				vertical-align: top;
			}
			
			.tblArticleDetailsInfo td
			{
				text-align: left;
				width: 50%;
			}
		

/* End ArticleDetails */


/* Begin RegistrationPage */

#divRegistrationPageCon
{
	clear: both;
	margin-left: auto;
	margin-right: auto;
	width: 850px;
	margin-top: 50px;
	margin-bottom: 50px;
	border: solid 1px #d5e2ec;
    background-color: #ecf4f9;
    padding: 10px;
}

	.wzdRegistration
	{
		clear: both;
		width: 830px;
		margin-left: auto;
		margin-right: auto;
	}
		
		.divWizardStepHeading
		{
			clear: both;
			float: left;
			margin-bottom: 20px;
		}
	
			.lblWizardHeading
			{
				font-weight: bold;
				font-size: 18px;
			}
			
		.divWizardStepSubHeading
		{
			clear: both;
			float: left;
			margin-bottom: 10px;
		}
		
			.lblWizardSubHeading
			{
				font-weight: bold;
			}
			
		.divWizardStepContent
		{
			clear: both;
			float: left;
			margin-bottom: 20px;
		}
		
			.tblUserInformation
			{
				width: 780px;
			}
			
				.tblUserInformation th
				{        	
    				text-align: left;
    				width: 200px;
				}
				
				.tdFillInUserInformation
				{
					width: 200px;
				}

.txtRequired
{
	background-color: #d5e2ec;
}
/* End RegistrationPage */


/* Begin ShoppingCartUC */
.ShoppingCartUserDetails
{
    CLEAR: both;
}

.ShoppingCartUserDetails th
{
	text-align: left;
	width: 100px;
}

.ShoppingCartAndActions
{
	margin-top: 5px;
    clear: both;
    width: 966px;
}

.BigShoppingCartCon
{
    clear: both;
}

.ShoppingCartActions
{
    margin-top: 5px;
    clear: both;		
}

.ShoppingCartActions table
{
	width: 100%;
}		
/* End ShoppingCartUC */

/*begin confirmorderuc*/

.ConfirmOrderUserDetails
{
    CLEAR: both;	
    background-color:#ecf4f9;
    border:1px solid #d5e2ec;
    padding-left:10px;
    padding-right:10px;
}

.ConfirmOrderUserDetails th
{
	text-align: left;
}

.ConfirmOrderFinished
{
    CLEAR: both;	
    background-color:#ecf4f9;
    border:1px solid #d5e2ec;
    padding:10px;
    padding-left:20px;
}
/*end confirmorder uc*/

/*BEGIN DISTRIBUTOR ORDER HISTORY*/
.SearchOrdersHead
{
    font-weight:bold;
    /*font-size:11px;
    font: 9pt tahoma;*/
}
/*END DISTRIBUTOR ORDER HISTORY*/

/*BEGIN SENDMAIL USERCONTORL */
.SendMailWrap
{
    width:455px;
    height:400px;
    background-color:#ecf4f9;
    border:1px solid #d5e2ec;
}
/*.SendMailWrap .head
{
    font-weight:bold;
    font-size:12px;
}*/
.pnlSendEmail
{
    visibility:hidden;
    Width:455px;
    Height:350px;
}
/*END SENDMAIL USERCONTORL */

/* Begin Skinfile Items */

.TabControlTab
{
	background-color: White;
	border: solid 1px #d5e2ec;
}

	.TabControlTabActive
	{
		background-color: #ecf4f9;		
	}

	.TabControlTabHover
	{
		background-color: #7a97b3;
		color: White;
	}

	.TabControlContent
	{
		background-color: #ecf4f9;
	}

#clock_kuhne 
{
    FONT-SIZE: 100%;
	font-weight	: bold;
	BORDER-STYLE: None;
	BORDER-WIDTH: 0pt;
	width : 50px;
	BACKGROUND-COLOR: Transparent;
}

/* End Skinfile Items */











#divMaintenanceAdjustments
{
	clear: both;
	float: left;
	width: 738px;
	height: 336px;
	border: solid 1px #d5e2ec;		
	overflow-y: scroll;
	overflow-x: hidden;
}

	.divMainAdjHead
	{
		clear: both;
		float: left;
		width: 728px;
		height: 20px;
		line-height: 20px;
		font-weight: bold;
		background-color: #507395;
		color: White;
		padding-left: 5px;
		padding-right: 5px;
	}
		.divAdjItem
		{
			clear: both; 
			width: 100%; 
			min-height: 20px;
			line-height: 20px;
			background-color: #ecf4f9;
			padding-left: 5px;
			padding-right: 5px;
		}
		
		.divAdjItemImage
		{
			clear: both; 
			width: 100%; 
			min-height: 0px;
			line-height: 0px;
			background-color: #ecf4f9;
			padding-left: 5px;
			padding-right: 5px;
		}
		
		.divAdjAltItem
		{
			clear: both; 
			width: 100%; 
			min-height: 20px;
			line-height: 20px;
			background-color: White;
			padding-left: 5px;
			padding-right: 5px;
		}
		.divAdjAltItemImage
		{
			clear: both; 
			width: 100%; 
			min-height: 20px;
			line-height: 20px;
			background-color: White;
			padding-left: 5px;
			padding-right: 5px;
		}
		
		
#divMaintenanceTasks
{
	float: left;
	width: 585px;
	height: 336px;
	margin-left: 3px;
	border: solid 1px #d5e2ec;
	overflow-y: scroll;
	overflow-x: hidden;		
}

	.divMainTasksHead
	{
		float: left;
		width: 698px;
		height: 20px;
		line-height: 20px;
		font-weight: bold;
		background-color: #507395;
		color: White;
		padding-left: 5px;
		padding-right: 5px;
	}
	
	.divTasksItem
		{
			clear: both; 
			min-height: 20px;
			line-height: 20px;
			background-color: #ecf4f9;
			padding-left: 5px;
			padding-right: 5px;
		}
		.divTasksItemAlt
		{
			clear: both; 
			min-height: 20px;
			line-height: 20px;
			background-color: white;
			padding-left: 5px;
			padding-right: 5px;
		}
		.divTasksSubItem
		{
			clear: both; 
			min-height: 20px;
			line-height: 20px;
			background-color: White;
			padding-left: 27px;
			padding-right: 5px;
		}
		
.divMaintenancesTopMenu
{
	position: absolute;
	top: -56px;
	left: 150px;
	height: 27px;
	width: 573px;
	padding-left: 20px;
}


.SettingsCategory
{
	float: left;
	margin: 10px;
	width: 474px;
	height: 150px;
}

	.SettingsCategoryHead
	{
		clear: both;
		float: left;
		width: 454px;
		height: 27px;
		line-height: 27px;
		padding-left: 20px;
		background-image: url(Images/Style/SettingsHeader.png);
		background-repeat: no-repeat;
		color: White;
		font-weight: bold;
	}
	
	.SettingsCategoryBody
	{
		clear: both;
		float: left;
		width: 462px;
		height: 100px;
		padding-top: 10px;
		padding-right: 10px;
		padding-bottom: 10px;
		border-bottom: solid 1px #d5e2ec;
		border-left: solid 1px #d5e2ec;
		border-right: solid 1px #d5e2ec;
		background-color: #ecf4f9;
	}
	
#divRepairtimeLeftMenu
{
	float: left;
	width: 300px;
	overflow: hidden;
}
	.dlRepairtime
	{
		border: solid 1px #d5e2ec;
		width: 300px;
	}
	
	.dlRepairtimeItem
	{
		background-color: #ecf4f9;		
	}
	
	.dlRepairtimeItem:hover
	{
		background-color: #7a97b3;
		color: White;
	}
	
	.dlRepairtimeAlternatingItem
	{
		background-color: White;
	}
	
	.dlRepairtimeAlternatingItem:hover
	{	
		background-color: #7a97b3;
		color: White;
	}
	
	.dlRepairtimeSelectedItem
	{
		background-color: #507395;
		color: White;
	}
	
		.lBtnRepairtime
		{
			padding-left: 5px;
			padding-right: 5px;
			line-height: 20px;
		}
		
		.lBtnRepairtime:hover
		{			
			color: White;
			text-decoration: none;
		}
		
		.lBtnRepairtimeSelected
		{
			color: White;
			padding-left: 5px;
			padding-right: 5px;
			line-height: 20px;
			text-decoration: none;
		}
		
			.dlRepairtimeSubModulesItem
			{
				padding-left: 5px;
			}
			
				.SubRepairtimeSep
				{
					width: 5px; 
					color: #e61613; 
					vertical-align: top; 
					text-align: left;
				}
				
				.SubRepairtimeSepSel
				{
					width: 5px; 
					color: #3d5770;
					vertical-align: top; 
					text-align: left;
				}
		
				.lBtnSubRepairtime
				{					
					text-decoration: underline;
					color: #e61613;
				}
				
				.lblRepairtimeSelected
				{
					text-decoration: none;
					color: #3d5770;
				}
				
#divRepairtimeDetailsHeaderCon
{
	float: left;
	width: 680px;
	margin-left: 3px;
	border: solid 1px #d5e2ec;
	overflow-y: hidden;
	overflow-x: hidden;		
}
#divRepairtimeDetailsFooterCon
{
	float: left;
	width: 680px;
	margin-left: 3px;
	border: solid 1px #d5e2ec;
	overflow-y: hidden;
	overflow-x: hidden;		
}

.divRepairtimeDetailsHead
	{
		float: left;
		width: 680px;
		height: 20px;
		line-height: 20px;
		font-weight: bold;
		background-color: #507395;
		color: White;
		padding-left: 5px;
		padding-right: 5px;
	}
	
.dlRepairtimeItemDetails
	{
		background-color: #ecf4f9;		
	}
	
	
	
	.dlRepairtimeAlternatingItemDetails
	{
		background-color: White;
	}
	
	.lBtnRepairtimeSubDetails
		{
			padding-left: 5px;
			padding-right: 5px;
			line-height: 20px;
		}
		
		.lBtnRepairtimeSubDetails:hover
		{			
			text-decoration: none;
		}


/*BEGIN CUSTOM TABS STYLE*/
.tableTabs td
{
    padding-left:1px;
    padding-right:1px;
}
/*END CUSTOM TABS STYLE*/