﻿/*_______________________________
CSS RESET */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td 
{
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body 
{
	line-height: 1;
}
ol, ul 
{
	list-style: none;
}
blockquote, q 
{
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after 
{
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus 
{
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins 
{
	text-decoration: none;
}
del 
{
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table 
{
	border-collapse: collapse;
	border-spacing: 0;
}

/*_______________________________
BASE */

body 
{
    line-height: 19px;
    background-image: url(../images/bg_body.jpg);
    background-position: top left;
    background-repeat: repeat-x;
    background-color: #154389;
    font-family: Verdana !important;
    font-size: 11px !important;
    color: #154389 !important;
	text-align: justify;
}
h1 
{
    line-height: 23px;
    font-family: Verdana;
    font-size: 23px;
    font-weight: normal;
    color: #154389;
}
h1.pageTitle 
{
    margin: 0px 0px 0px 20px;
}
h2 
{
    line-height: 19px;
    margin: 0px 0px 20px 0px;
    font-family: Verdana;
    font-size: 19px;
    font-weight: normal;
    color: #154389;
}
h1.homePayOff 
{
    line-height: 31px;
    margin: 0px 40px 0px 0px;
    font-family: Verdana;
    font-size: 27px;
    font-weight: normal;
    color: #154389;
    float: left;
}
h3 
{
    line-height: 15px;
    font-family: Verdana;
    font-size: 15px;
    font-weight: normal;
    color: #154389;
}
h4 
{
    line-height: 13px;
    font-family: Verdana;
    font-size: 13px;
    font-weight: normal;
    color: #154389;
}
h5, h6 
{
    line-height: 13px;
    font-family: Verdana;
    font-size: 13px;
    font-weight: normal;
    color: #154389;
}
a.link
{
    padding: 0px 16px 0px 0px;
    background-image: url(../images/img_arrow_blue.png);
    background-position: center right;
    background-repeat: no-repeat;
    text-decoration: none;
    font-weight: bold;
    color: #154389;
    float: right;
}
a.link:hover 
{
    text-decoration: underline;
}
a.link_left
{
    padding: 0px 16px 0px 0px;
    background-image: url(../images/img_arrow_blue.png);
    background-position: center right;
    background-repeat: no-repeat;
    text-decoration: none;
    font-weight: bold;
    color: #154389;
    float: left;
}
a.link_left:hover 
{
    text-decoration: underline;
}
.clear 
{
    height: 0px;
    line-height: 0px;
    border: 0px;
    content: "";
	clear: both;
}

/*_______________________________
MAIN */

#main 
{
    width: 100%;
    height: 100%;
}
    #mainLeft 
    {
        width: 50%;
        background-image: url(../images/bg_verkeerspion.png);
        background-position: bottom right;
        background-repeat: no-repeat;
    }
    #mainPage 
    {
        width: 980px;
    }
    #mainRight 
    {
        width: 50%;
    }

/*_______________________________
TEMPLATE */

#tempPage 
{
	width: 980px;
	min-height: 895px;
	background-image: url(../images/bg_page_verkeerspion.png);
	background-position: bottom left;
	background-repeat: no-repeat;
	background-color: #FFFFFF;
}
	#tempHeader 
	{
		width: 980px;
		height: 277px;
	}
	    #tempHeaderImage 
	    {
		    width: 980px;
		    height: 277px;
	    }
            #tempHeaderCurve 
            {
		        width: 980px;
		        height: 277px;
                background-image: url(../images/img_header_curve.png);
                background-position: top left;
                background-repeat: no-repeat;
            }
                #logo 
                {
                    margin: 24px 40px 0px 0px;
                    float: right;
                }
                #tempHeaderTitle 
                {
                    margin: 172px 0px 0px 510px;
                    line-height: 25px;
                    font-family: Verdana;
                    font-size: 25px;
                    font-weight: normal;
                    color: #FFFFFF;
                    position: absolute;
                }
	            #tempNavigation 
	            {
		            width: 980px;
		            height: 37px;
		            margin: 240px 0px 0px 0px;
		            background-image: url(../images/bg_navigation.png);
		            background-position: top left;
		            background-repeat: repeat;
		            position: absolute;
	            }
	#tempContent 
	{
		width: 980px;
		min-height: 565px;
	}
	    #tempContent 
	    {
	    }
		#tempColumn 
		{
			width: 900px;
			padding: 40px 40px 40px 40px;
		}
		#tempColumnLeft 
		{
			width: 320px;
			float: left;
		}
		    .contentBox 
		    {
		        width: 240px;
		        margin: 20px 0px 0px 40px;
		        padding: 20px 20px 20px 20px;
		        background-image: url(../images/bg_content_box.png);
		        background-position: top left;
		        background-repeat: repeat;
		    }
		#tempColumnLeftCenter 
		{
			width: 580px;
			padding: 40px 40px 0px 40px;
			float: left;
		}
		#tempColumnCenter 
		{
			width: 340px;
			float: left;
		}
		#tempColumnCenterRight 
		{
			width: 600px;
			padding: 40px 20px 0px 40px;
			float: left;
		}
		    .browser_check_image 
		    {
		        margin: 0px 20px 0px 0px;
		        float: left;
		    }
	        .browser_check_text a 
	        {
	            margin: 22px 0px 0px 0px;
	            text-decoration: none;
	            color: #154389;
	        }
	            .browser_check_text a:hover 
	            {
	                text-decoration: underline;
	                color: #154389;
	            }
            .banner_item ul
            {
                margin: 0px 0px 0px 0px;
                padding: 0px 0px 0px 0px;
                list-style: none;
                list-style-type: none;
            }
            .banner_item ul li a, 
            .banner_item ul li a:hover 
            {
                text-decoration: none;
                color: #154389;
            }
            .banner_item ul li a, 
            .banner_item ul li a:hover 
            {
                padding: 4px 10px 4px 10px;
                border-bottom: 1px solid #d5deea;
                list-style: none;
                list-style-type: none;
                text-decoration: none;
                display: block;
            }
                .banner_item ul li:hover a, 
                .banner_item ul li:hover a:hover 
                {
                    background-color: #FFFFFF;
                    border-bottom: 1px solid #d5deea;
                }
                .banner_item_vote 
                {
                    color: #c71a36;
                }
                .banner_item_date 
                {
                    font-weight: normal;
                }
                .banner_item_title 
                {
                    font-weight: bold;
                }
		    .homeText 
		    {
		        width: 332px;
		        margin: 0px 0px 20px 0px;
		        float: left;
		    }
		    .canvasBox 
		    {
		        width: 600px;
		        background-image: url(../images/bg_canvas_box_shadow.png);
		        background-position: top right;
		        background-repeat: repeat-y;
		    }
		    .canvasBoxLeft 
		    {
		        width: 540px;
		        padding: 20px 20px 20px 20px;
		        float: left;
		    }
		        #googleMapsBox 
		        {
		            width: 540px;
		        }
		        #map 
		        {
		            width: 538px;
		            height: 403px;
		            border: 1px solid #154389;
		        }
		        #googleMapsLegenda 
		        {
		            width: 540px;
		            padding: 20px 0px 20px 0px;
		        }
		            .LegendaItem 
		            {
		                width: 250px;
		                float: left;
		            }
		            .LegendaItemRight 
		            {
		                width: 290px;
		                float: left;
		            }
		    .canvasBoxRight 
		    {
		        width: 20px;
		        float: left;		        
		    }
		    .canvasBoxBottom 
		    {
		        width: 600px;
                margin: 0px 0px 20px 0px;
		    }
		    .bannerBlue 
		    {
		        width: 180px;
		        margin: 0px 20px 0px 0px;
		        background-image: url(../images/bg_banner_1.png);
		        background-position: bottom right;
		        background-repeat: no-repeat;
		        background-color: #154389;
		        float: left;
		    }
		        .bannerBlue .bannerLink a 
		        {
		            width: 124px;
		            padding: 20px 36px 20px 20px;
		            background-image: url(../images/img_arrow_blue.png);
		            background-position: 154px 26px;
		            background-repeat: no-repeat;
                    background-color: #8aa1c4;
                    border-top: 1px solid #154389;
                    font-weight: bold;
                    text-align: right;
                    text-decoration: none;
                    color: #154389;
		            display: block;
		        }
		            .bannerBlue .bannerLink a:hover 
		            {
		                background-image: url(../images/img_arrow_white.png);
		                background-position: 154px 26px;
		                background-repeat: no-repeat;
		                background-color: #154389;
		                border-top: 1px solid #8aa1c4;
		                font-weight: bold;
		                text-decoration: none;
		                color: #FFFFFF;
		            }
		    .bannerYellow 
		    {
		        width: 180px;
		        margin: 0px 20px 0px 0px;
		        background-image: url(../images/bg_banner_2.png);
		        background-position: bottom right;
		        background-repeat: no-repeat;
		        background-color: #f3af20;
		        float: left;
		    }
		        .bannerYellow .bannerLink a 
		        {
		            width: 124px;
		            padding: 20px 36px 20px 20px;
		            background-image: url(../images/img_arrow_yellow.png);
		            background-position: 154px 26px;
		            background-repeat: no-repeat;
                    background-color: #f9d790;
                    border-top: 1px solid #f3af20;
                    font-weight: bold;
                    text-align: right;
                    text-decoration: none;
                    color: #f3af20;
		            display: block;
		        }
		            .bannerYellow .bannerLink a:hover 
		            {
		                background-image: url(../images/img_arrow_white.png);
		                background-position: 154px 26px;
		                background-repeat: no-repeat;
		                background-color: #f3af20;
		                border-top: 1px solid #f9d790;
		                font-weight: bold;
		                text-decoration: none;
		                color: #FFFFFF;
		            }
		    .bannerRed 
		    {
		        width: 180px;
		        margin: 0px 20px 0px 0px;
		        background-image: url(../images/bg_banner_3.png);
		        background-position: bottom right;
		        background-repeat: no-repeat;
		        background-color: #c71a36;
		        float: left;
		    }
		        .bannerRed .bannerLink a 
		        {
		            width: 124px;
		            padding: 20px 36px 20px 20px;
		            background-image: url(../images/img_arrow_red.png);
		            background-position: 154px 26px;
		            background-repeat: no-repeat;
                    background-color: #e38d9b;
                    border-top: 1px solid #c71a36;
                    font-weight: bold;
                    text-align: right;
                    text-decoration: none;
                    color: #c71a36;
		            display: block;
		        }
		            .bannerRed .bannerLink a:hover 
		            {
		                background-image: url(../images/img_arrow_white.png);
		                background-position: 154px 26px;
		                background-repeat: no-repeat;
		                background-color: #c71a36;
		                border-top: 1px solid #e38d9b;
		                font-weight: bold;
		                text-decoration: none;
		                color: #FFFFFF;
		            }
		    .bannerContent 
		    {
		        width: 140px;
		        padding: 20px 20px 20px 20px;
                color: #FFFFFF;
		    }               
		    .bannerContent p, 
		    .bannerContent h1, 
		    .bannerContent h2, 
		    .bannerContent h3, 
		    .bannerContent h4, 
		    .bannerContent h5, 
		    .bannerContent h6 
		    {
                color: #FFFFFF;
		    }
	        .bannerLink 
	        {
	            width: 180px;
	        }
	        .form 
	        {
	            width: 500px;
	            margin: 0px 0px 20px 0px;
	            padding: 20px 20px 20px 20px;
	            background-color: #e7ecf3;
	        }
	        .Captcha 
	        {
				width: 500px;
	            margin: 0px 0px 20px 0px;
	            padding: 20px 20px 20px 20px;
				background-color: #e7ecf3;
			}
	        .Captcha img 
	        {
	            border: 1px solid #000000;
	        }
			.Captcha input 
			{
				width: 100%;
				height: 19px;
				line-height: 19px;
				border: 0px;
				font-family: Verdana;
				font-size: 11px;
				color: #154389;
			}
	        .formGoogleMaps 
	        {
                width: 538px;
                margin: 0px 0px 20px 0px;
                background-color: #154389;
                border: 1px solid #154389;
	        }
	            .formGoogleMapsRow 
	            {
	                width: 522px;
	                padding: 10px 7px 10px 9px;
					color: #FFFFFF;
					text-align: right;
	            }
	                .formGoogleMapsDescription 
	                {
	                    width: 160px;
	                    padding: 0px 20px 0px 0px;
	                    font-weight: bold;
	                    text-align: right;
                        color: #FFFFFF;
	                    float: left;
	                }
	                .formGoogleMapsInput 
	                {
	                    width: 342px;
	                    float: left;
	                }
		        .formGoogleMaps #map 
		        {
		            width: 538px;
		            height: 403px;
		            border: 0px;
		        }
	        .formRow 
	        {
	            width: 500px;
	            margin: 0px 0px 10px 0px;
	        }
	            .formDescription 
	            {
	                width: 160px;
                    padding: 0px 20px 0px 0px;
                    font-weight: bold;
                    text-align: right;
                    vertical-align: middle;
	                float: left;
	            }
	            .formInput 
	            {
	                width: 290px;
	                vertical-align: middle;
	                float: left;
	            }
	                .formText 
	                {
	                    width: 100%;
	                    height: 19px;
	                    line-height: 19px;
	                    border: 0px;
                        font-family: Verdana;
                        font-size: 11px;
                        color: #154389;
	                }
	                .formDropDown 
	                {
	                    width: 100%;
	                    border: 0px;
                        font-family: Verdana;
                        font-size: 11px;
                        color: #154389;
	                }
	                .formTextBox 
	                {
	                    width: 100%;
	                    height: 190px;
	                    line-height: 19px;
	                    border: 0px;
                        font-family: Verdana;
                        font-size: 11px;
                        color: #154389;
	                }
	            .formRequired 
	            {
	                width: 20px;
	                margin: 0px 0px 0px 10px;
	                float: left;
	                text-align: right;
	                vertical-align: middle;
	            }
	            .formButton 
	            {
                    padding: 4px 10px 4px 10px;
	                background-color: #c71a36;
	                border: 0px;
	                font-family: Verdana;
	                font-size: 11px;
	                font-weight: bold;
	                text-decoration: none;
	                color: #FFFFFF;
	                cursor: pointer;
	            }
	                .formButton:hover 
	                {
	                    text-decoration: underline;
	                }
	            .ErrorMessage 
	            {
					padding: 10px 0px 0px 0px;
					color: #c71a36;
	            }
		#tempColumnRight 
		{
			width: 320px;
			float: left;
		}
	#tempFooter 
	{
		width: 900px;
		line-height: 31px;
		margin: 0px 0px 0px 0px;
		padding: 19px 40px 13px 40px;
	}
    #tempFooter p, #tempFooter a, #tempFooter a:hover 
    {
	    font-family: Verdana !important;
	    font-size: 10px !important;
	    color: #154389 !important;
    }
    #tempFooter a 
    {
        text-decoration: underline;
    }
        #tempFooter a:hover 
        {
            text-decoration: none;
        }

	    #tempFooterLeft 
	    {
	        float: left;
	    }
	    #tempFooterRight 
	    {
	        float: right;
	    }
#tempCopyright 
{
	width: 900px;
	margin: 0px auto 0px auto;
	padding: 25px 40px 25px 40px;
}
    #tempCopyright p, #tempCopyright a, #tempCopyright a:hover, #tempCopyright ul, #tempCopyright li 
    {
	    font-family: Verdana !important;
	    font-size: 10px !important;
	    color: #8AA1C4 !important;
    }
    #tempCopyright a 
    {
        text-decoration: none;
    }
        #tempCopyright a:hover 
        {
            text-decoration: underline;
        }
    #tempCopyrightLeft 
    {
        float: left;
    }
        #tempCopyrightLeft ul 
        {
        }
            #tempCopyrightLeft li 
            {
                float: left;
            }
    #tempCopyrightRight 
    {
        float: right;
    }

/*_______________________________
ASPNET-MENU */

.AspNet-Menu-Horizontal
{
    height: 37px;
    margin: 0px 0px 0px 40px;
	list-style: none;
	position: relative;
}
.AspNet-Menu li 
{
    margin: 0px 0px 0px 0px;
	position: relative;
	font-weight: bold;
    float: left;
    color: #154389;
}
.AspNet-Menu li a
{
    line-height: 37px;
    padding: 0px 20px 0px 20px;
    display: block;
    color: #154389;
}

.AspNet-Menu li:hover 
{
    background-color: #154389;
    color: #FFFFFF;
}
.AspNet-Menu li:hover a:hover 
{
    line-height: 37px;
    padding: 0px 20px 0px 20px;
    background-color: #154389;
    display: block;
    color: #FFFFFF;
}

.AspNet-Menu li.AspNet-Menu-Selected, 
.AspNet-Menu li.AspNet-Menu-Selected:hover 
{
    background-color: #c71a36;
    color: #FFFFFF;
}
.AspNet-Menu li.AspNet-Menu-Selected a, 
.AspNet-Menu li.AspNet-Menu-Selected:hover a:hover 
{
    line-height: 37px;
    padding: 0px 20px 0px 20px;
    background-color: #c71a36;
    display: block;
    color: #FFFFFF;
}


/*
.AspNet-Menu-Horizontal
{
    height: 37px;
    margin: 0px 0px 0px 44px;
	list-style: none;
	position: relative;
}

.AspNet-Menu li 
{
    margin: 0px 0px 0px -4px;
	position: relative;
    float: left;
}
.AspNet-Menu li a
{
    line-height: 37px;
    padding: 0px 20px 0px 20px;
    display: block;
}

.AspNet-Menu li:hover 
{
    background-image: url(../images/btn_before.png);
    background-position: top left;
    background-repeat: no-repeat;
}
.AspNet-Menu li:hover a:hover 
{
    line-height: 37px;
    padding: 0px 20px 0px 20px;
    background-image: url(../images/btn_after.png);
    background-position: top right;
    background-repeat: no-repeat;
    display: block;
}

.AspNet-Menu li.AspNet-Menu-Selected, 
.AspNet-Menu li.AspNet-Menu-Selected:hover 
{
    background-image: url(../images/btn_before_selected.png);
    background-position: top left;
    background-repeat: no-repeat;
}
.AspNet-Menu li.AspNet-Menu-Selected a, 
.AspNet-Menu li.AspNet-Menu-Selected:hover a:hover 
{
    line-height: 37px;
    padding: 0px 20px 0px 20px;
    background-image: url(../images/btn_after_selected.png);
    background-position: top right;
    background-repeat: no-repeat;
    display: block;
}
*/

/*_______________________________
ACCORDION */

.accordion 
{
    width: 540px;
    border-bottom: 1px solid #ebeff5;
    background-color: #FF0000;
}
.accordionHeader 
{
    width: 500px;
	margin: 0px 0px 0px 0px;
	padding: 10px 10px 10px 30px;
	background-image: url(../images/img_arrow_blue.png);
	background-position: 10px 16px;
	background-repeat: no-repeat;
	border-top: 1px solid #e7ebf2;
	vertical-align: top;
	cursor: pointer;
}
.accordionHeader:hover 
{
    width: 500px;
	margin: 0px 0px 0px 0px;
	padding: 10px 10px 10px 30px;
	background-image: url(../images/img_arrow_blue.png);
	background-position: 10px 16px;
	background-repeat: no-repeat;
	background-color: #e7ebf2;
	border-top: 1px solid #FFFFFF;
	vertical-align: top;
	cursor: pointer;
}
.accordionHeaderSelected 
{
    width: 500px;
	margin: 0px 0px 0px 0px;
	padding: 10px 10px 10px 30px;
	background-image: url(../images/img_arrow_blue_bottom.png);
	background-position: 10px 18px;
	background-repeat: no-repeat;
	background-color: #e7ebf2;
	border-top: 1px solid #FFFFFF;
	vertical-align: top;
	cursor: pointer;
}
.accordionTitle 
{
	font-family: Verdana;
    font-size: 11px;
    font-weight: bold;
    float: left;
}
.accordionDate 
{
	font-family: Verdana;
    font-size: 11px;
    float: right;
}
.accordionSector 
{
	font-family: Verdana;
    font-size: 11px;
    float: left;
}
.accordionVotes 
{
	font-family: Verdana;
    font-size: 11px;
    font-weight: bold;
    color: #c71a36;
    float: right;
}
.accordionContent 
{
    width: 500px;
	margin: 0px 0px 0px 0px;
	padding: 0px 10px 10px 30px;
	background-color: #e7ebf2;
	border-bottom: 1px solid #e7ebf2;
	font-family: Verdana;
    font-size: 11px;
}
#ctl00_Content_btnNextPage 	
{
    padding: 4px 10px 4px 10px;
    background-color: #c71a36;
    border: 0px;
    font-size: 11px;
    font-weight: bold;
    color: #FFFFFF;
}
#ctl00_Content_btnPreviousPage 
{
    padding: 4px 10px 4px 10px;
    background-color: #c71a36;
    border: 0px;
    font-size: 11px;
    font-weight: bold;
    color: #FFFFFF;
}
		
		
/* Site Map */
.AspNet-TreeView {
    border-top: solid 1px #e7ebf2;
}
 
.AspNet-TreeView ul {
    list-style: none; 
}
 
.AspNet-TreeView-Leaf {
    border-bottom: solid 1px #e7ebf2;
	font-weight: normal;
}
 
.AspNet-TreeView-Root {
    border-bottom: solid 1px #e7ebf2; 
	font-weight: bold;
}
 
.AspNet-TreeView-Root a {
    width: 500px;
	padding: 10px 10px 10px 30px;
	background-image: url(../images/img_arrow_blue.png);
	background-position: 10px 16px;
	background-repeat: no-repeat;
	text-decoration: none;
	vertical-align: top;
    display: block;
	cursor: pointer;
	color: #154389;
}
.AspNet-TreeView-Root a:hover {
	background-color: #e7ebf2;
}
 
.AspNet-TreeView-Selected {
}
 
.AspNet-TreeView-Expand {
    display: block;
    float: left;
    margin: 9px 0px 0px 8px;
    padding: 6px 4px 5px 4px;
    height: 0px !important;
    cursor: pointer;
}
 
.AspNet-TreeView-Collapse {
    display: block;
    float: left;
    margin: 9px 0px 0px 8px;
    padding: 6px 4px 5px 4px;
    height: 0px !important;
    cursor: pointer;
}
 
.AspNet-TreeView-Show li {
      border-top: solid 1px #DDD;
}
 
.AspNet-TreeView-Hide {
    display: none;
}
 
.AspNet-TreeView ul li ul li {
    text-indent: 20px;
    border-bottom: none;
    font-size: 11px;
}