﻿/*******************************************************************************
 * ZORGVRAGER STYLESHEET ZORGKANTOOR
 *******************************************************************************
 *
 * DIT STYLESHEET BEVAT ZORGVRAGER SPECIFIEKE STYLEN
 *
 *******************************************************************************
 * ZORGKANTOOR (C) 2007
 *******************************************************************************/

/* ---- tekst ----*/
body 
{
	color: #4a0441;
}

/* ---- knoppen met	hover effect ----*/
.linkArea a			{	text-decoration: none; }
.linkArea a:hover	{	background-color:#36002f; }

.linkArea2 a		{	color: #e1c4dd; text-decoration: none; }
.linkArea2 a:hover	{	background-color:#36002f; }

.contentSectionNormal a	
					{	color: #884b80;	font-weight:bold; text-decoration:underline; }
.contentSectionNormal a:hover
					{	color: #4a0441; font-weight:bold; text-decoration:underline; }
.contentSectionHome a	
					{	color: #884b80;	font-weight:bold; text-decoration:underline; }
.contentSectionHome a:hover
					{	color: #4a0441; font-weight:bold; text-decoration:underline; }

.rightSectionHomepage a
					{	color: #36002f;	text-decoration:none; }
.rightSectionHomepage a:hover
					{	text-decoration:underline;}

/* -- header pagina, titel balk en grote plaatje --*/
div.headerTitle
{
	background-color: #36002f;
	background-image: url(Images/headerLeftTitle.gif);
	background-repeat: no-repeat;	
}
div.headerLargeImage    	           
{
	background-image: url(Images/headerLargeImage.jpg);
	background-repeat: no-repeat;	
}
/* -- header rechterkant, subsite, link andere part -- */
div.headerRightLink a
{
	background-color: #4a0441;
}
div.headerRightLink a:hover
{
	background-color: #c299bd;	
}
div.headerRightImage
{
	background-image: url(Images/headerRightImage.jpg);
	background-repeat: no-repeat;	
}
div.headerSubsite   	        
{
	background-image: url(Images/headerSubsite.gif);
	background-repeat: no-repeat;
}

/* -- content section homepage / normal page -- */
.contentSectionHome, .contentSectionNormal  
{
	border: solid 1px #4a0441;
}
.rightSectionNormalpage
{
	background-color: #4a0441;
	background-image: url("Images/btn_Zoeken.gif");
	background-repeat:no-repeat;
	background-position: 5% center;
	border-bottom:solid 1px #ffffff;
	border-top:solid 1px #ffffff;/* TODO: IE - strange bug: menucontrol has padding of 1*/
}

/* -- content section homepage :: right section -- */
.rightSectionHomepage 
{
	background-color:#e1c4dd;
	border-left:solid 2px #ffffff;
	border-top:solid 1px #ffffff;/* TODO: IE - strange bug: menucontrol has padding of 1*/
}
.rightItem, .rightTitle 
{
	color: #4a0441;
}

/* -- homepage :: left bottom section -- */
.contentHomeBottomTableLeft 
{
	background-color: #4a0441;
	border-right: solid 1px #ffffff;
}
.contentHomeBottomTableRight 
{
	background-color: #4a0441;
	vertical-align: top;
} 
/* -- footer -- */
.footerRight 
{
	background-color: #4a0441;
	color: #ffffff;
}
.footerRight A
{
	color: #ffffff;
	text-decoration:none;
}
.footerRight A:hover
{
}
.footerLeftStripe 
{
	background-color: #4a0441;
} 
.footerRightStripe
{
	background-color:#e1c4dd;
}

/* -- background -- */
.darkBackground 
{
	background-color: #4a0441;
}
.lightBackground
{
	background-color:#e1c4dd;
}

/* -- input -- */
.formInputMaster
{
	background-color: #884b80;
	border: solid 1px #ffffff;
	color: #ffffff;
	font-size:12px;
}
.txtInput
{
	background-color: #884b80;
	border: solid 1px #ffffff;
	color: #ffffff;
	font-size:12px;
	width:200px;
}

/* -- sitemap path -- */
.SiteMapPath 
{
	background-color:#4a0441;
}

/* -- template data -- */
.background_light
{
	background-color: #e1c4dd;
}
.contentPageRight
{
	border-left: solid 1px #e1c4dd; 
}
.contentPageRight a
{
	font-weight:normal;
	text-decoration:none;	
}
.contentPageRight a:hover
{
	color: #c299bd;	
	font-weight:normal;
}
.contentMetLinksPageRight a:hover
{
	background-color: #c299bd;	
}
.contentMetLinksPageRight a
{
	background-color:#4a0441;
	font-weight:normal;
	text-decoration:none;	
}
.contentMetLinksPageRight a:hover
{
	background-color:#c299bd;
	font-weight:normal;
	text-decoration:none;			
}


/*------------------------------------------------------------------*/


/* gridview :: zoeken*/
.ZoekGrid .gridViewRow 
{
	background-color:#e1c4dd;
	color:#4a0441;
}
.ZoekGrid .gridViewRow A
{
	color:#4a0441;
	text-decoration:none;
}
.ZoekGrid .gridViewRow A:hover
{
	color:#ffffff;
	text-decoration:none;
}

/* settingspart */
.settingsRow TD
{
	vertical-align:top;
	border-top: solid 1px #e1c4dd;
}



