
/*
================================
Styles for skin
================================
*/
.pagemaster {
	width: 100%;
	height: 100%;
}

.skinmaster {
	height: 100%;
}

#dnn_searchpane 
{
	margin-left: 10px;
}


TD,LI,SPAN
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
    padding: 0px;
    margin: 0px;
}
.boldLabel
{
	  font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
    padding: 0px;
    margin: 0px;
		font-weight: bold;
}

P
{
		font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
    padding: 0px;
    margin: 0px;
    padding-top: 0px;
    padding-left: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    margin-top: 0px;
    margin-left: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    line-height: 20px;
}



/* ================================
    Default styles FOR DotNetNuke
   ================================
*/

/* background color for the content part of the pages */
Body
{
	margin:0px;
	background-color: #FFFFFF;
	}

.ControlPanel {
    width: 100%;
    background-color: #FFDAD7;
    BORDER-RIGHT: #CC0000 1px solid;
    BORDER-TOP: #CC0000 1px solid;
    BORDER-LEFT: #CC0000 1px solid;
    BORDER-BOTTOM: #CC0000 1px solid;
}

.SkinObject {
    font-weight: bold;
    font-size: 10pt;
    color: #008DBF;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    text-decoration: none;
}

 A.SkinObject:link {
    text-decoration:    none;
    color:#008DBF;
}

A.SkinObject:visited  {
    text-decoration:    none;
    color:#008DBF;
}

A.SkinObject:active   {
    text-decoration:    none;
    color:#008DBF;
}

A.SkinObject:hover    {
    text-decoration:    underline;
    color:#008DBF;
} 

/* style for module titles */
.Head   {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size:  14pt;
    font-weight:    normal;
    color: #000000;
}

/* style of item titles on edit and admin pages */
.SubHead    {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size:  10pt;
    font-weight:    bold;
    color: #000000;
    text-align: left;
    vertical-align: top;
    margin-right: 20px;
}

/* module title style used instead of Head for compact rendering by QuickLinks and Signin modules */
.SubSubHead {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size:  10pt;
    font-weight:    bold;
    color: black;
}

/* text style used for most text rendered by modules */
.Normal
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: normal;
    padding: 0px;
}

/* text style used for rendered text which requires emphasis */
.NormalBold
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11pt;
    font-weight: bold
}

/* text style used for error messages */
.NormalRed
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11pt;
    font-weight: bold;
    color: #ff0000
}

/* text style used for textboxes in the admin and edit pages, for Nav compatibility */
.NormalTextBox
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 10pt;
    font-weight: normal;
}

/* styles used by TreeMenu Skin Object */
.TreeMenu_Node
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11pt;
    font-weight: normal;
}

.TreeMenu_NodeSelected
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11pt;
    font-weight: normal;
	background-color: #dcdcdc;
}

A.TreeMenu_Node:link, A.TreeMenu_NodeSelected:link {
    text-decoration:    none;
    color: #003366;
}

A.TreeMenu_Node:visited, A.TreeMenu_NodeSelected:visited  {
    text-decoration:    none;
    color: #003366;
}

A.TreeMenu_Node:active, A.TreeMenu_NodeSelected:active   {
    text-decoration:    none;
    color: #003366;
}

A.TreeMenu_Node:hover, A.TreeMenu_NodeSelected:hover    {
    text-decoration:    none;
    color: #ff0000;
}

/* styles used in the FileManager */
.FileManager
{
	border-right: black 1px solid;
	border-top: black 1px solid;
	border-left: black 1px solid;
	border-bottom: black 1px solid;
	height:400px;
}
.FileManager_ToolBar
{
	border-bottom: black 1px solid;
	height:25px;
}
.FileManager_Explorer
{
	height:100%;
	border: dimgray 1px solid;
	background-color: White;
	margin: 2px 2px 2px 2px;
}

.FileManager_FileList
{
	height:100%;
	border: dimgray 1px solid;
	background-color: White;
	margin: 2px 2px 2px 2px;
	overflow: auto;
}

.FileManager_MessageBox
{
	text-align: center;
	vertical-align: middle;
	background-color: White;
	padding: 25px 25px 25px 25px;
}

.FileManager_Header
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: bold;
    color: #E7E7FF;
    background-color: #9EBFF6;
    border-bottom: dimgray 1px solid;
    height: 25px;
}

.FileManager_Pager
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: bold;
    background-color: #EEEEEE;
    border-top: dimgray 1px solid;
    height: 25px;
}

.FileManager_StatusBar
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: normal;
    background-color: #dedfde;
    height: 25px;
	margin: 2px 2px 2px 2px;
}

.FileManager_Item
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: normal;
    color: Black;
    background-color: #F8F8F8;
    border-top: black 1px dashed;
    border-bottom: black 1px dashed;
}

.FileManager_AltItem
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: normal;
    color: Black;
    background-color: #EEEEEE;
    border-style: none;
}
.FileManager_SelItem
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: bold;
    color: White;
    background-color: #99ffff;
    border-style: none;
}

.FileManagerTreeNode
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: normal;
}

.FileManagerTreeNodeSelected
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: normal;
	background-color: #dcdcdc;
}

A.FileManagerTreeNode:link, A.FileManagerTreeNodeSelected:link {
    text-decoration:    none;
    color: #003366;
}

A.FileManagerTreeNode:visited, A.FileManagerTreeNodeSelected:visited  {
    text-decoration:    none;
    color: #003366;
}

A.FileManagerTreeNode:active, A.FileManagerTreeNodeSelected:active   {
    text-decoration:    none;
    color: #003366;
}

A.FileManagerTreeNode:hover, A.FileManagerTreeNodeSelected:hover    {
    text-decoration:    none;
    color: #ff0000;
}

/* styles used in the Wizard Framework */
.Wizard
{
	border-right: black 1px solid;
	border-top: black 1px solid;
	border-left: black 1px solid;
	border-bottom: black 1px solid;
	height:400px;
	width:650px;
}
.WizardButton
{
	border-right: dimgray 1px solid;
	padding-right: 2px;
	border-top: dimgray 1px solid;
	padding-left: 2px;
	padding-bottom: 2px;
	border-left: dimgray 1px solid;
	padding-top: 2px;
	border-bottom: dimgray 1px solid;
	background-color: gainsboro;
}
.WizardHeader
{
	background: #ffffcc;
	border-bottom: black 1px solid;
	height:40px;
}
.WizardFooter
{
	border-top: black 1px solid;
	background: #ccffcc;
	height: 25px;
	text-align: right;
}
.WizardBody
{
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom: 10px;
	padding-top: 10px;
	height: 325px;
}
.WizardHelp
{
	padding-right: 5px;
	padding-left: 5px;
	font-size: 10pt;
	padding-bottom: 5px;
	border-left: black 1px solid;
	width: 180px;
	padding-top: 5px;
	background-color: #ccffff;
}
.WizardHelpText
{
	overflow: auto;
	font-size: 8pt;
	width: 180px;
	color: black;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	height: 300px;
}
.WizardText
{
	font-size: 10pt;
	color: black;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}


/* text style used for help text rendered by modules */
.Help
{
  border-right: black 1px solid;
  padding-right: 2px;
  border-top: black 1px solid;
  padding-left: 2px;
  font-weight: normal;
  font-size: 9pt;
  padding-bottom: 2px;
  border-left: black 1px solid;
  color: black;
  padding-top: 2px;
  border-bottom: black 1px solid;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  background-color: #ffff99;
}

/* text style for buttons and link buttons used in the portal admin pages */
.CommandButton     {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 10pt;
    font-weight: normal;
}

/* hyperlink style for buttons and link buttons used in the portal admin pages */
A.CommandButton:link {
    text-decoration:    underline;
    color: #000000;
}

A.CommandButton:visited  {
    text-decoration:    underline;
    color: #000000;
}

A.CommandButton:active   {
    text-decoration:    underline;
    color: #000000;
}

A.CommandButton:hover    {
    text-decoration:    underline;
    color: #008DBF;
}

/* button style for standard HTML buttons */
.StandardButton
{
	padding-right: 5px;
	padding-left: 5px;
	font-weight: normal;
	font-size: 10pt;
	background: #dddddd;
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}


/* GENERIC */
H1  {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size:  20px;
    font-weight:    bold;
    color: #003A80;
    margin: 0px;
    padding: 0px;
}

H2  {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size:  16px;
    font-weight:    bold;
    color: #003A80;
    margin: 0px;
    padding: 0px;
}

H3  {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size:  14px;
    font-weight:    bold;
    color: #003A80;
    margin: 0px;
    padding: 0px;
    }

H4  {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size:  12px;
    font-weight:    bold;
    color: #003A80;
    margin: 0px;
    padding: 0px;
    }

H5, DT  {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size:  11px;
    font-weight:    bold;
    color: #003A80;
    margin: 0px;
    padding: 0px;
    }

H6  {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size:  11px;
    font-weight:    bold;
    color: #003A80;
    margin: 0px;
    padding: 0px;
    }

A H1{
	text-decoration: none;
}
A H4{
	text-decoration: none;
}
TFOOT, THEAD    {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size:  11pt;
    font-weight:    bold;
    color: #000000;
}

TH  {
    vertical-align: baseline;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size:  11pt;
    font-weight:    bold;
    color: #000000;
}

A:link  {
    text-decoration:    underline;
    color:  #000000;
}

A:visited   {
    text-decoration:    underline;
    color:  #000000;
}

A:active    {
    text-decoration:    underline;
    color:  #000000;
}

A:hover {
    text-decoration:		underline;
    color:  #008DBF;
}

SMALL   {
    font-size:  8px;
}

BIG {
    font-size:  14px;
}

BLOCKQUOTE, PRE {
    font-family:    Verdana, Arial, Helvetica, sans-serif;
}


UL LI   {
    list-style-image:    url('images/opsomming.gif') ;
    padding: 0px;
    margin: 0px;
    padding-top: 0px;
    padding-left: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    margin-top: 0px;
    margin-left: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    line-height: 20px;
}

UL LI LI    {
    list-style-image:    url('images/opsomming.gif');
    padding: 0px;
    margin: 0px;
    padding-top: 0px;
    padding-left: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    margin-top: 0px;
    margin-left: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    line-height: 20px;
}

UL LI LI LI {
    list-style-image:     url('images/opsomming.gif');
    padding: 0px;
    margin: 0px;
    padding-top: 0px;
    padding-left: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    margin-top: 0px;
    margin-left: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    line-height: 20px;}

OL LI   {
    list-style-type:    decimal;
    padding: 0px;
    margin: 0px;
    padding-top: 0px;
    padding-left: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    margin-top: 0px;
    margin-left: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    line-height: 20px;}

OL OL LI    {
    list-style-type:    lower-alpha;
    padding: 0px;
    margin: 0px;
    padding-top: 0px;
    padding-left: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    margin-top: 0px;
    margin-left: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    line-height: 20px;}

OL OL OL LI {
    list-style-type:    lower-roman;
    padding: 0px;
    margin: 0px;
    padding-top: 0px;
    padding-left: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    margin-top: 0px;
    margin-left: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    line-height: 20px;
    }

HR {
    color: dimgrey;
    height:1pt;
    text-align:left
}

/* ========================== Module Title Menu ============================================================ */

.ModuleTitle_MenuContainer {
	border-bottom: blue 0px solid;
	border-left: blue 0px solid;
	border-top: blue 0px solid;
	border-right: blue 0px solid;
}

.ModuleTitle_MenuBar {
	height:16;
	background-color: Transparent;
}

.ModuleTitle_MenuItem {
	color: black;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: bold;
	font-style: normal;
	border-left: white 0px solid;
	border-bottom: white 0px solid;
	border-top: white 0px solid;
	border-right: white 0px solid;
	background-color: Transparent;
}

.ModuleTitle_MenuIcon {
	background-color: #008DBF;
	border-left: #EEEEEE 0px solid;
	border-bottom: #EEEEEE 0px solid;
	border-top: #EEEEEE 0px solid;
	text-align: center;
	width: 15;
	height: 21;
	text-decoration:none;
}

.ModuleTitle_SubMenu {
	z-index: 1000;
	background-color: #FFFFFF;
	filter:progid:DXImageTransform.Microsoft.Shadow(color='DimGray', Direction=135, Strength=3);
	border-bottom: #FFFFFF 0px solid;
	border-left: #FFFFFF 0px solid;
	border-top: #FFFFFF 0px solid;
	border-right: #FFFFFF 0px solid;
}

.ModuleTitle_MenuBreak {
	border-bottom: #EEEEEE 0px solid;
	border-left: #EEEEEE 0px solid;
	border-top: #EEEEEE 0px solid;
	border-right: #EEEEEE 0px solid;
	background-color: #008DBF;
	height: 1px;
}

.ModuleTitle_MenuItemSel {

	color: white;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: bold;
	font-style: normal;

	background-color: #008DBF;
}

.ModuleTitle_MenuArrow {
	font-family: webdings;
	font-size: 10pt;
	border-right: #FFFFFF 0px solid;
	border-bottom: #FFFFFF 0px solid;
	border-top: #FFFFFF 0px solid;
	display:none;
}

.ModuleTitle_RootMenuArrow {
	font-family: webdings;
	font-size: 10pt;
	display:none;
}

.loginbutton{
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	color: #9BCD0A;
	padding-left: 10px;
}

A.loginbutton:link  {
    text-decoration:    none;
    color:  #9BCD0A;
}

A.loginbutton:visited   {
    text-decoration:    none;
    color:  #9BCD0A;
}

A.loginbutton:active    {
    text-decoration:    none;
    color:  #9BCD0A;
}

A.loginbutton:hover {
    text-decoration:    none;
    color:  #16549D;
}


/* ---------------------------------------------------------------------------------------------------- */
/* ----	Rad menu classes ----*/
/* ---------------------------------------------------------------------------------------------------- */
     
.SubMenu_MainItem {
		cursor: pointer;
		font-family:  Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #BABABA;
    background-color: transparent;
    font-weight: bold;
    text-align: right;
    width: 121px;
}
td.Submenu_MainItem
{    
		cursor: pointer;
    padding-top: 5px;
    padding-bottom: 5px;
}

.SubMenu_MainItemOver {
		cursor: pointer;
		font-family:  Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #FFFFFF;
    background-color: transparent;
    font-weight: bold;
    text-align: right;
    width: 121px;
}

td.Submenu_MainItemOver
{    
		cursor: pointer;
    padding-top: 5px;
    padding-bottom: 5px;
}

.SubMenu_Item {
		cursor: pointer;
		font-family:  Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #4D7C90;
    background-color: #FFFFFF;
    font-weight: bold;
    text-align: right;
    width: 121px;
    }

td.Submenu_Item
{    
		cursor: pointer;
    padding-top: 5px;
    padding-bottom: 5px;
}

.SubMenu_ItemOver {
		cursor: pointer;
		font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #E4312C;
    background-color: #FFFFFF;
    font-weight: bold;
    text-align: left;
    width: 121px;
    padding-top: 5px;
    padding-bottom: 5px;
    }


td.Submenu_ItemOver
{    
		cursor: pointer;
    padding-top: 5px;
    padding-bottom: 5px;
}
    
.SelectedPathHeaderItemCss  
{
		cursor: pointer;
		font-family:  Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #FFFFFF;
    background-color: transparent;
    font-weight: bold;
    text-align: right;
    width: 121px;
} 

td.SelectedPathHeaderItemCss  
{
		cursor: pointer;
		font-family:  Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #FFFFFF;
    background-color: transparent;
    font-weight: bold;
    text-align: right;
    width: 121px;
    padding-top: 5px;
    padding-bottom: 5px;
} 

SelectedPathItemCss  
{
		cursor: pointer;
		font-family:  Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #FFFFFF;
    background-color: transparent;
    font-weight: bold;
    text-align: right;
    width: 121px;
} 

td.SelectedPathItemCss  
{
		cursor: pointer;
		font-family:  Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #FFFFFF;
    background-color: transparent;
    font-weight: bold;
    text-align: right;
    width: 121px;
    padding-top: 5px;
    padding-bottom: 5px;
} 
   
    


.nieuwstitel
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
		font-weight: bold;
    color: #004360;
}

.nieuwstekst
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #004360;
}

.nieuwsLeesverder
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #004360;
}

A.nieuwsLeesverder:link  {
    text-decoration:    none;
    color:  #004360;
}

A.nieuwsLeesverder:visited   {
    text-decoration:    none;
    color:  #004360;
}

A.nieuwsLeesverder:active    {
    text-decoration:    none;
    color:  #004360;
}

A.nieuwsLeesverder:hover {
    text-decoration:    none;
    color:  #E4312C;
}



.leegTD
{
		margin: 0px 0px 0px 0px;
		padding-bottom: 0px;
}

.taalkeuze
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size:  20px;
    font-weight:    bold;
}

A.taalkeuze:link {
    text-decoration:    none;
    color: #205BA2;
}

A.taalkeuze:visited  {
    text-decoration:    none;
    color: #205BA2;
}

A.taalkeuze:active   {
    text-decoration:    none;
    color: #205BA2;
}

A.taalkeuze:hover    {
    text-decoration:    none;
    color: #9BCD0A;
}

.formulierLabel{
	  font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size:  12px;
    font-weight:    bold;
    color: #003A80;
    margin-bottom: 10px;
    padding: 0px;
}
.formulierTextbox{
		margin-top: 10px;
		margin-bottom: 20px;
}

.kleineText
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 10px;
    font-weight: normal;
    padding: 0px;
}

.Kaartsaldo
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
    padding: 0px;
    margin: 0px;	
}
.Kaartsaldotekstvak
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
    padding: 0px;
    margin: 0px;	
}
.KaartsaldoAanmelden
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
    padding: 0px;
    margin: 0px;
}

A.KaartsaldoAanmelden:link {
    text-decoration:    underline;
 		font-weight: bold;
 		color: #000000;
}

A.KaartsaldoAanmelden:visited  {
    text-decoration:    underline;
 		font-weight: bold;
 		color: #000000;
}

A.KaartsaldoAanmelden:active   {
    text-decoration:    underline;
 		font-weight: bold;
 		color: #000000;
}

A.KaartsaldoAanmelden:hover    {
    text-decoration:    underline;
 		font-weight: bold;
 		color: #000000;
}

.kaartpuntensaldo
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
    padding: 0px;
    margin: 0px;
 		font-weight: bold;
}

.kaartsaldoCheckbox
{}

.
    padding-top: 0px;
    padding-left: 0px;
    padding-right: 0px;
    padding-bottom: 5px;
    margin-top: 0px;
    margin-left: 0px;
    margin-right: 0px;
    margin-bottom: 0px

/*
================================
Classes voor ITOmni.SalesPoints
================================
*/
 
.AveveWinkel
 {

 }
 
.AveveWinkel .CommandButton
{
	background-image :url(images/zoekwit.gif);
	background-repeat:no-repeat;
	display :block;
	padding-left :35px;
	height:25px;
	font-weight:    bold;
    color: #003A80;
}

.AveveWinkel A.CommandButton:link {
    text-decoration:    underline;
    color: #003A80;
}

 .AveveWinkel A.CommandButton:visited  {
    text-decoration:    underline;
    color: #003A80;
}

 .AveveWinkel A.CommandButton:active   {
    text-decoration:    underline;
    color: #003A80;
}

 .AveveWinkel A.CommandButton:hover    {
    text-decoration:    underline;
    color: #008DBF;
}

#TableResults
{
	margin-top :25px;
}

.storelocator_ResultListTD
{
	border-top:solid 3px #6180a3;
	border-bottom:solid 3px #6180a3;
}

.AveveWinkel 
{
scrollbar-3dlight-color:black; 
scrollbar-arrow-color:black; 
scrollbar-base-color:#6180a3; 
scrollbar-darkshadow-color:black; 
scrollbar-face-color:#6180a3; 
scrollbar-highlight-color:#6180a3; 
scrollbar-shadow-color:#6180a3;
} 

/*
================================
Classes voor MyAveveKaartInschr
================================
*/

.MyaveveInschr_div_opslaan {
	background-color:#a2d016;
	text-align:center;
	padding:15px 18px;
	width:238px;
	height:80px;
}
.MyaveveInschr_lblInschrijven {
	color:#205ba2 !important;
	font-weight:bold !important;
	font-size:14px !important;
}
a.Link1 {
	color:#205ba2 !important;
	font-weight:bold !important;
	text-decoration:none !important;
	letter-spacing:2px;
}
a.Link2 {
	color:#205ba2 !important;
	font-weight:bold !important;
	text-decoration:none !important;
	font-size:18px !important;
	letter-spacing:2px;
}

.rightpane .NormalTextBox {width:140px;border:solid 1px #cccccc;}

/*
================================
Classes voor Jouw aveve tuincentrum
================================
*/
.itomni_salespoints_legenddiv {
	display:none;
}
