﻿h1 { color: #FF8040; font-weight: bold; font-size: 20px; font-family: Verdana, Arial; text-decoration: none }
h2 { color: #266294; font-weight: bold; font-size: 15px; font-family: Verdana, Arial; text-decoration: none }
small { color: #000000; font-size: 10px }
.meer { color: #ffa500; font-style: italic; font-size: 10px }
.linkalike { color: #0033AA; font-style: normal; font-size: 12px }
.li { font-style: normal; font-weight: normal; font-size: 11px; font-family: Verdana, Arial; text-decoration: none }
a p { line-height: 16px; font-size: 11px }
a, a li { color: #003399; font-family: Verdana, Arial; text-decoration: underline }
a:hover { color: #00cc00; font-family: Verdana, Arial; text-decoration: underline }
a:active { color: #0033AA; font-family: Verdana, Arial; text-decoration: underline }
a:hover.menu { color: #FFFFFF; font-size: 8pt ; font-family: verdana; text-decoration: none }
a:visited.menu { color: #FFFFFF; font-size: 8pt ; font-family: verdana; text-decoration: none }
a.menu { color: #FFFFFF; font-size: 8pt ; font-family: verdana; text-decoration: none }
witteTekst { color: #FFFFFF; }
a.witteTekst { color: #FFFFFF; }
td.menu { line-height: 14px }
body.rand { background-color: #266294 }
p, td { line-height: 16px; font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px; font-style: normal; font-weight: normal; color: #000000 }
p b, ul b, li b, a b {font-weight: bold}
p strong {font-weight: bold}
td.menu { color: #003399; background-color: #266294; height: 16px; border-width: 1px; 
          border-style: solid; border-color: #266294; padding-left: 9px }
li, li a, ul, ul a, p.li { font-style: normal; font-weight: normal; font-size: 11px; font-family: Verdana, Arial; text-decoration: none; line-height: 18px; }
a:hover.startasplink { font-size: 11px; text-decoration: none; color: #26AD24; line-height: 20px; }
.startasplink { font-size: 11px; text-decoration: none; color: #266294; line-height: 20px; }

.iimg  { background: white; color: white; }
img  { border: none }
.iimg2  { border: thin; color: black; border-color:black }

.headline { font-size: 120% }
.nieuws { font-style: normal; color: forestgreen; font-size: 120% }

v\:* {    behavior:url(#default#VML);  }
		  
HR { margin-top: .5em; margin-bottom: -.5em}

.schaduwrechts {
    width: 19px;
    background-image: url('/mossen/afbeeldingen/schaduw-rechts.png');
    background-position: top right;
    background-repeat: repeat-y;
    background-color: #DEEFDE;
}

.schaduwonder {
    height: 19px;
    background-image: url('/mossen/afbeeldingen/schaduw-onder.png');  
    background-repeat: no-repeat;
    background-color: #DEEFDE;
}

.zend 		{
		background: #333366; 
		color: #FFFFFF; 
		text-align: center;
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 10px; 
		}

input		{
		height: 19px;
		background-color: #FAFAFF; 	
		border-right: #333366 1px solid; 
		border-top: #333366 1px solid; 
		border-bottom: #333366 1px solid;
		border-left: #333366 1px solid;  
		vertical-align: middle; 
		color: #333366;
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 11px;
		line-height: 15px; 
		}

textarea	{
		background-color: #FAFAFF; 	
		border-right: #333366 1px solid; 
		border-top: #333366 1px solid; 
		border-bottom: #333366 1px solid;
		border-left: #333366 1px solid;  
		vertical-align: middle; 		
		color: #333366; 
		font-family: Verdana, Arial, Helvetica, sans-serif; 
		font-size: 11px; 
		line-height: 16px;
		}

/*Toggle Button*/

/*Setup*/
.walkthrough li {padding-bottom:5px;}

/*Using a sample extender*/

/*Creating a new extender*/
.walkthroughNote {
	padding-left:25px;
	font-style:italic;
}

/* Rating */
.ratingStar {
    font-size: 0pt;
    width: 13px;
    height: 12px;
    margin: 0px;
    padding: 0px;
    cursor: pointer;
    display: block;
    background-repeat: no-repeat;
}

.filledRatingStar {
    background-image: url(/mosatlas/images/FilledStar.png);

}

.emptyRatingStar {
    background-image: url(/mosatlas/images/EmptyStar.png);
}

.savedRatingStar {
    background-image: url(/mosatlas/images/SavedStar.png);
}

/*AutoComplete flyout */

.autocomplete_completionListElement 
{  
	visibility : hidden;
	margin : 0px!important;
	background-color : inherit;
	color : windowtext;
	border : buttonshadow;
	border-width : 1px;
	border-style : solid;
	cursor : 'default';
	overflow : auto;
	height : 200px;
    text-align : left; 
    list-style-type : none;
}

/* AutoComplete highlighted item */

.autocomplete_highlightedListItem
{
	background-color: #ffff99;
	color: black;
	padding: 1px;
}

/* AutoComplete item */

.autocomplete_listItem 
{
	background-color : window;
	color : windowtext;
	padding : 1px;
}

/* Panel zonder horizontale scrollbar */

.AspPanelWithoutHorizontalScrollbar {
overflow-x: hidden; 
overflow-y: scroll; 
overflow: -moz-scrollbars-vertical;
}