﻿/*===============================
    SITE LAYOUT
===============================*/
html
{
    height: 100%;
}
body
{
    background-color: #F5F5F5;
    color: #333;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 12px;
    line-height: 18px;
    margin: 0;
}
table
{
    border-collapse: collapse;
    border-spacing: 0;
}
left fieldset, img
{
    border: 0;
}
caption, th
{
    text-align: left;
}
h1, h2, h3, h4, h5, h6
{
    font-size: 100%;
    font-weight: normal;
}

q:before, q:after
{
    content: '';
}

abbr, acronym
{
    border: 0;
}

hr
{
    height: 2px;
}

h1
{
    font-size: 1.4em;
    margin: 10px 0 0 0;
}
h2
{
    font-weight: normal;
    margin: 0;
}
h3
{
    font-weight: bold;
    margin: 10px 0 2px 0;
}
h4
{
    font-weight: bold;
    margin: 0 0 2px 0;
}
h5
{
    margin: 0;
}
P
{
    margin: 0 0 17px 0;
}
.ms-input button
{
    text-align: center;
}
.text-overflow
{
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
a .cufon
{
    border-bottom: 2px solid transparent;
}
a:hover .cufon 
{
    border-bottom: 2px solid #D31145;
}

/*===============================
    SHAREPOINT 2010 OVERRIDES
===============================*/
.ms-WPBody, .ms-WPBody td
{
    font-family: Arial,Helvetica,sans-serif;
    font-size: 12px;
}

.ms-WPBody th
{
    font-weight: bold;
}

.ms-siteactionsmenu
{
    line-height: 13px;
}

/*===============================
    ACCESSIBILITY
===============================*/
.nonvisual
{
    top: -9999px;
    position: absolute;
}

/*===============================
    SKIPLINKS
===============================*/
div.skiplinks
{
    background-color: #F5F5F5;
}
div.skiplinks ul
{
    list-style: none;
    margin: 0;
    padding: 0;
}
div.skiplinks a, div.skiplinks a:link, div.skiplinks a:visited, div.skiplinks a:hover
{
    height: 1px;
    left: 0;
    overflow: hidden;
    position: absolute;
    top: -9999px;
    width: 1px;
}
div.skiplinks a:active, div.skiplinks a:focus
{
    height: auto;
    position: static;
    width: auto;
}

/*===============================
    WEBPART 
===============================*/
div.webpart_data
{
    height: inherit;
    width: inherit;
}

/*===============================
    WEBPART IN EDITMODE
===============================*/
.ms-WPBody H2
{
    font-weight: normal;
}
div.customdescription
{
    margin: 0;
    margin-bottom: 17px;
}
TEXTAREA.customdescription
{
    width: 386px;
}

/*===============================
    SITE ACTION POPUP MENU
===============================*/
div.ms-MenuUIPopupBody
{
    z-index: 200;
}

/*===============================
    INPUT FIELD SIZES
===============================*/
.smallsize
{
    width: 75px;
}
.middlesize
{
    width: 150px;
}
.largesize
{
    width: 225px;
}
.hugesize
{
    width: 300px;
}
div.pusher
{
    clear: both;
}

/*===============================
    SITE LAYOUT
===============================*/
div.editcontainer
{
    height: 100%;
}
div.sitecontainer
{
    background-color: #FFF;
    margin: 0 auto;
    max-width: 1248px;
    min-width: 980px;
}
.colmask
{
    position: relative; /* This fixes the IE7 overflow hidden bug and stops the layout jumping out of place */
    clear: both;
    float: left;
    width: 100%; /* width of whole page */
}
.threecolumn
{
    background: #F5F5F5 url('/_layouts/images/winvision/bg-rightshadow.png') repeat 5px 0px; /* Right column background colour */
}
.threecolumn .colmid
{
    background: #fff; /* Centre column background colour */
    float: left;
    margin-left: -200px; /* Width of right column */
    position: relative;
    right: 100%;
    width: 200%;
}
.threecolumn .colleft
{
    background: #F5F5F5 url('/_layouts/images/winvision/bg-leftshadow.png') repeat 500px 0px; /* Left column background colour */
    float: left;
    width: 100%;
    margin-left: -50%;
    position: relative;
    left: 400px; /* Left column width + right column width */
}
.threecolumn .col1wrap
{
    float: left;
    width: 50%;
    position: relative;
    right: 200px; /* Width of left column */
    padding-bottom: 0px; /* Centre column bottom padding. Leave it out if it's zero */
}
.threecolumn .col1
{
    margin: 0px 3px 0px 4px; /* Centre column side padding:                             Left padding = left column width + centre column left padding width                             Right padding = right column width + centre column right padding width */
    position: relative;
    left: 200%;
    overflow: hidden;
}
.threecolumn .col2
{
    float: left;
    float: right; /* This overrides the float:left above */
    width: 5px; /* Width of left column content (left column width minus left and right padding) */
    position: relative;
    right: 15px; /* Width of the left-had side padding on the left column */
}
.threecolumn .col3
{
    float: left;
    float: right; /* This overrides the float:left above */
    width: 5px; /* Width of right column content (right column width minus left and right padding) */
    margin-right: 45px; /* Width of right column right-hand padding + left column left and right padding */
    position: relative;
    left: 50%;
}

/*===============================
    HEADER CONTAINER
===============================*/
div.header
{
    background-color: #FFFFFF;
    height: 180px;
    position: relative;
}
div.header div.logo
{
    position: absolute;
    margin-left: 20px;
    margin-top: 35px;
}
div.header div.logo a
{
    background-image: none;
    padding: 0;
    margin: 0;
    border-width: 0;
}
div.header div.logo img
{
    border-width: 0;
}
div.header div.toplinks
{
    color: #A40046;
    font-weight: bold;
    position: absolute;
    right: 238px;
    top: 8px;
}
div.header div.toplinks ul
{
    list-style: none;
    margin: 0;
}
div.header div.toplinks ul li
{
    border-right: 2px solid #A40046;
    float: left;
    margin: 0;
    padding: 0 8px 0 8px;
}
div.header div.toplinks ul li a, div.header div.toplinks ul li a:link, div.header div.toplinks ul li a:active, div.header div.toplinks ul li a:visited, div.header div.toplinks ul li a:hover
{
    color: #A40046;
    text-decoration: none;
    font-weight: bold;
}
div.header div.toplinks ul li a:hover
{
    color: #A40046;
    text-decoration: underline;
}
div.header div.headermoodimage
{
    position: absolute;
    top: 0;
    right: 0;
    height: 180px;
    width: 240px;
}
div.header div.overlaycontainer
{
    position: absolute;
    top: 100px;
    left: 0px;
    width: 100%;
    height: 50px;
    z-index: 2;
}
div.header div.overlaycontainer div.overlay
{
    margin-right: 240px;
    height: 50px;
}
div.header div.overlaycontainer div.overlay.zorg
{
    background-color: #7FD1F1; /* blauw */
}
div.header div.overlaycontainer div.overlay.algemeen
{
    background-color: #ABADAF; /* licht grijs */
}
div.header div.overlaycontainer div.overlay.onderwijs
{
    background-color: #D17FA2; /* rood */
}
div.header div.overlaycontainer div.overlay.werkenbij
{
    background-color: #EFB47F; /* oranje */
}
div.header div.overlaycontainer div.overlay.geen
{
    background-color: #9B9B9B; /* grijs */
}
div.header div.overlaycontainer div.container
{
    position: absolute;
    top: 0;
    bottom: 0;
    width: 100%;
}
div.header div.overlaycontainer div.container div.slogan
{
    float: right;
    position: absolute;
    right: 50px;
    top: -10px;
    width: 220px;
}
div.header div.overlaycontainer div.container div.slogan blockquote
{
    color: #FFF;
    font-size: 13px;
    font-weight: bold;
    line-height: 22px;
    text-align: right;
    text-transform: uppercase;
    width: 220px;
}
div.header div.overlaycontainer div.container div.slogan blockquote p
{
    margin: 0;
}
div.header div.overlaycontainer div.container div.partnerlogo
{
    float: right;
    margin: 0;
    position: absolute;
    right: 240px;
}

/*===============================
    SITECONTENT
===============================*/
div.sitecontent
{
    background: #FFF url('/_layouts/images/Winvision/background.gif') repeat-y right top;
    height: 100%;
    position: relative;
    width: 100%;
}
div.sitecontent div.contentcontainer
{    
    width: 100%;
    float: left;
    
    margin-right: -240px;
}
div.sitecontent div.main
{
  background: #FFF;
  margin-right: 240px;
  margin-top: -30px;
  min-height: 538px;
}
div.sitecontent div.main a:link, div.sitecontent div.main a:active, div.sitecontent div.main a:visited
{
    color: #D31145;
    text-decoration: none;
}
div.sitecontent div.main a:hover
{
    color: #D31145;
    text-decoration: underline;
}
div.sitecontent div.main div.crumb
{
    position: absolute;
    left: 20px;
    top: -20px;
    padding-left: 2px;
}
div.sitecontent div.main div.crumb span
{
    float: left;
}
div.sitecontent div.main div.crumb span.crumb a, div.sitecontent div.main div.crumb span.crumb a:link, div.sitecontent div.main div.crumb span.crumb a:active, div.sitecontent div.main div.crumb span.crumb a:hover, div.sitecontent div.main div.crumb span.crumb a:visited
{
    color: #000;
    text-decoration: none;
}
div.sitecontent div.main div.crumb span.crumb a:hover
{
    text-decoration: underline;
}
div.sitecontent div.main div.crumb span.crumb-separator
{
    color: #D31145;
    margin-top: -2px;
    padding-left: 5px;
    padding-right: 5px;
}
div.sitecontent div.main LI
{
    line-height: 18px;
}

/*===============================
    MENU CONTAINER
===============================*/
div.menu
{
    background-color: #E5E5E5;
    float: right;
    height: 100%;
    width: 240px;
}
div.menu div.zoeken
{
    border: 1px solid #E5E5E5;
    padding-left: 20px;
    padding-bottom: 15px;
}
div.menu div.zoeken H2
{
    color: #E3233F;
    margin-top: 15px;
}
div.menu div.menusection div.sectionheader
{
    background-color: #A40046;
    color: #FFF;
    font-weight: bold;
    height: 22px;
    line-height: 20px;
    text-transform: uppercase;
    vertical-align: middle;
}
div.menu div.menusection div.sectionheader h2
{
    font-weight: bold;
}
div.menu div.menusection div.sectionheader img
{
    float: left;
    vertical-align: top;
}
div.menu div.menusection div.sectionheader a, div.menu div.menusection div.sectionheader a:link, div.menu div.menusection div.sectionheader a:active, div.menu div.menusection div.sectionheader a:visited
{
    color: #FFF;
    font-size: 12px;
    font-weight: bold;
    text-decoration: none;
}
div.menu div.menusection div.sectionheader a:hover
{
    color: #FFF;
    text-decoration: underline;
}
div.menu div.menusection UL
{
    list-style: none;
    margin: 0;
    padding: 0;
}
div.menu div.menusection UL LI
{
    border-bottom: 1px dotted black;
    display: block;
    text-overflow: ellipsis;
    overflow: hidden;
    padding: 2px 5px 3px 5px;
    -o-text-overflow: hidden;
    -ms-text-overflow: ellipsis;
    white-space: nowrap;
}
div.menu div.menusection UL LI A, div.menu div.menusection UL LI A:link, div.menu div.menusection UL LI A:active, div.menu div.menusection UL LI A:visited, div.menu div.menusection UL LI A:hover
{
    color: #000;
    text-decoration: none;
}
div.menu div.menusection UL LI A:hover
{
    text-decoration: underline;
}
div.menu div.menusection div.sectionlink
{
    padding: 10px;
    text-align: right;
}
div.menu div.menusection div.sectionlink A, div.menu div.menusection div.sectionlink A:link, div.menu div.menusection div.sectionlink A:active, div.menu div.menusection div.sectionlink A:visited, div.menu div.menusection div.sectionlink A:hover
{
    color: #D31145;
    font-weight: bold;
    text-align: right;
    text-decoration: none;
}
div.menu div.menusection div.sectionlink A:hover
{
    text-decoration: underline;
}

/*===============================
    SEARCHCONTAINER
===============================*/
div.searchcontainer
{
    position: relative;
    height: 55px;
}

div.searchcontainer label#defaulttext
{
    display: none;
}

div.searchcontainer input.searchtextbox
{
    background: url('/_layouts/images/bgximg.png') repeat-x scroll 0 -511px #FFFFFF;
    border: 1px solid #E3E3E3 !important;
    color: #476382;
    float: left;
    height: 17px;
    padding: 2px 3px 0;
    margin-top: 17px;
    margin-left: 10px;
    width: 191px;
}

div.searchcontainer INPUT.searchbutton
{
    background: url("/_layouts/images/bgximg.png") repeat-x scroll 0 -511px #FFFFFF;
    border: 1px #E3E3E3 solid;
    height: 19px;
    margin-top: 17px;
    padding: 0;
}

div.searchcontainer INPUT.searchbutton:hover
{
    cursor: pointer;
}

/*===============================
    FOOTER CONTAINER
===============================*/
div.footer
{
    background-color: #8B8B8B;
    clear: both;
    font-size: 9pt;
    height: 100px;
    padding-top: 10px;
    position: relative;
}

div.footer div.footerblocks
{
    margin-right: 240px;
}

div.footer UL
{
    list-style: none;
    margin: 0;
    padding: 0;
}
div.footer UL LI
{
    color: #FFF;
    line-height: 18px;
}
div.footer div.markten, div.footer div.business, div.footer div.werken, div.footer div.addresscontact, div.footer div.routesocial, div.footer div.sharepoint2010
{
    border-left: 1px #9B9B9B solid;
    border-right: 1px #777 solid;
    float: left;
    height: 90px;
    padding-left: 16px;
    padding-right: 10px;
    position: relative;
    width: 14%;
}
div.footer div.markten
{
    border-left: 0px;
}
div.footer div.markten h3, div.footer div.business h3, div.footer div.werken h3, div.footer div.addresscontact h3, div.footer div.routesocial span
{
    color: #FFF;
    font-weight: bold;
    margin-top: 0px;
}
div.footer div.addresscontact address
{
    color: #FFF;
    font-style: normal;
}
div.footer div.routesocial div.social
{
    color: #FFF;
    padding-top: 6px;
}
div.footer div.routesocial div.social span
{
    line-height: 24px;
}
div.footer div.routesocial div.social ul li
{
    float: left;
    margin-right: 10px;
}
div.footer div.sharepoint2010
{
    border-right: 0;
    margin-right: 10px;
    padding-right: 0;
    text-align: right;
    width: 12%;
}
div.footer div.sharepoint2010 img
{
    margin-top: 15px;
}
div.footer A:link, div.footer A:active, div.footer A:visited
{
    color: #FFF;
    text-decoration: none;
}
div.footer A:hover
{
    color: #FFF;
    text-decoration: underline;
}

/*===============================
    DIALOG DIV ROUNDED CORNERS
===============================*/
.tl, .tr, .bl, .br
{
    background-color: transparent;
    background-repeat: no-repeat;
}
.tl
{
    background-image: url('/_layouts/images/winvision/box/tls.gif');
    background-position: 0% 0%;
}
.tr
{
    background-image: url('/_layouts/images/winvision/box/trs.gif');
    background-position: 100% 0%;
    padding-top: 13px;
    padding-bottom: 13px;
}
.bl
{
    background-image: url('/_layouts/images/winvision/box/bls.gif');
    background-position: 0% 100%;
}
.br
{
    background-image: url('/_layouts/images/winvision/box/brs.gif');
    background-position: 100% 100%;
}
.ml
{
    background-image: url('/_layouts/images/winvision/box/mls.gif');
    background-position: 0% 100%;
    background-repeat: repeat-y;
}
.mr
{
    background-image: url('/_layouts/images/winvision/box/mrs.gif');
    background-position: 100% 0%;
    background-repeat: repeat-y;
}


.tl2, .tr2, .bl2, .br2
{
    background-color: transparent;
    background-repeat: no-repeat;
}
.tl2
{
    background-image: url('/_layouts/images/winvision/box/tls.gif');
    background-position: 0% 0%;
}
.tr2
{
    background-image: url('/_layouts/images/winvision/box/trs.gif');
    background-position: 100% 0%;
    padding-top: 7px;
    padding-bottom: 7px;
}
.bl2
{
    background-image: url('/_layouts/images/winvision/box/bls.gif');
    background-position: 0% 100%;
}
.br2
{
    background-image: url('/_layouts/images/winvision/box/brs.gif');
    background-position: 100% 100%;
}
.ml2
{
    background-image: url('/_layouts/images/winvision/box/mls.gif');
    background-position: 0% 100%;
    background-repeat: repeat-y;
}
.mr2
{
    background-image: url('/_layouts/images/winvision/box/mrs.gif');
    background-position: 100% 0%;
    background-repeat: repeat-y;
}

div.relateditemcontrol .tl
{
    background-position: -4px -6px;
}
div.relateditemcontrol .tr
{
    background-position: 100% -6px;
}
div.relateditemcontrol .bl
{
    background-position: -4px 100%;
}
div.relateditemcontrol .ml
{
    background-position: -4px 100%;
}

/*===============================
    PAGE LAYOUTS
===============================*/
div.case, div.customer, div.event, div.news, div.partner, div.searchpage, div.solution, div.standard, div.subhomepage, div.techniqueproduct, div.vertical
{
    border-bottom: 1px transparent solid;
    padding: 30px 20px 30px 20px;
}
div.case div.webpartzone, div.customer div.webpartzone, div.event div.webpartzone, div.news div.webpartzone, div.partner div.webpartzone, div.searchpage div.webpartzone, div.solution div.webpartzone, div.standard div.webpartzone, div.subhomepage div.webpartzone, div.techniqueproduct div.webpartzone, div.vertical div.webpartzone
{
    padding: 0 !important;
}
div.case h1, div.customer h1, div.event h1, div.news h1, div.partner h1, div.solution h1, div.subhomepage h1, div.standard h1, div.techniqueproduct h1, div.vertical h1
{
    text-transform: uppercase;
}
div.case h2, div.customer h2, div.event h2, div.news h2, div.partner h2, div.solution h2, div.subhomepage h2, div.techniqueproduct h2, div.vertical h2
{
    font-size: 1em;
    font-weight: bold;
}
div.pagecontentcontainer
{
    margin-top: 10px;
    line-height: 18px;
}
div.pageimagecontainer
{
    float: right;
    margin-left: 20px;
    margin-bottom: 10px;
    margin-right: 0px;
    width: 240px;
}
div.pagecustomdescriptioncontainer
{
    margin-bottom: 10px;
}
div.pagerelateditem
{
    height: 120px;
}
div.eventdatelocationcontainer
{
    margin-bottom: 10px;
}
div.pagetextcontainer h1
{
    text-transform: uppercase;
}
div.pagetextcontainer h2
{
    font-size: 1em;
    font-weight: bold;
}
div.pagetextcontainer h3
{
    font-size: 1em;
    font-weight: bold;
}

/*===============================
    PL:HOMEPAGE
===============================*/
div.homepage
{
    padding: 0;
}
div.homepage div.webpartzone
{
    padding: 0 5px 0 5px !important;
}
div.homepage div.webpartzone div.webpart
{
    float: left;
    min-height: 300px;
    position: relative;
    width: 49.9%;
}
div.homepage div.webpartzone div.webpart_titleless
{
    padding-left: 5px;
    padding-right: 5px;
}
div.homepage div.sitesectioncontainer
{
    height: 250px;
    margin: 5px;
}
div.homepage div.sitesectioncontainer div.sitesectionbodycontainer
{
    height: 225px;
    padding-top: 10px;
    padding-bottom: 0;
    position: relative;
}
div.homepage div.sitesectioncontainer div.sitesectionbodycontainer h2
{
    margin: 10px 0px 2px 0px;
    text-transform: uppercase;
}
div.homepage div.sitesectioncontainer div.sitesectionbodycontainer h2 A
{
    font-size: 20px;
}
div.homepage div.sitesectioncontainer div.sitesectionbodycontainer h2 A .cufon-vml-canvas
{
    left: 0px;
}
div.homepage div.sitesectioncontainer div.sitesectionbodycontainer h2 A:hover
{
    text-decoration: none;
}
div.homepage div.sitesectioncontainer div.sitesectionbodycontainer h2 A:hover .cufon
{
    border-bottom: 2px solid transparent;
}
div.homepage div.sitesectioncontainer.zorg div.sitesectionbodycontainer h2 A
{
    color: #00A4E4; /* rood */
}
div.homepage div.sitesectioncontainer.algemeen div.sitesectionbodycontainer h2 A
{
    color: #ABADAF; /* licht grijs */
}
div.homepage div.sitesectioncontainer.onderwijs div.sitesectionbodycontainer h2 A
{
    color: #A40046; /* blauw */
}
div.homepage div.sitesectioncontainer.werkenbij div.sitesectionbodycontainer h2 A
{
    color: #E06900; /* oranje */
}
div.homepage div.sitesectioncontainer.geen div.sitesectionbodycontainer h2 A
{
    color: #8C8C8C; /* grijs */
}
div.homepage div.sitesectioncontainer div.sitesectionbodycontainer div.bgimage
{
    background-repeat: no-repeat;
    border: 1px solid #CCC;
    height: 99px;
    position: relative;
    cursor: hand;
    cursor: pointer;
}
div.homepage div.sitesectioncontainer div.sitesectionbodycontainer div.content
{
    margin-bottom: 15px;
}
div.homepage div.sitesectioncontainer div.sitesectionbodycontainer div.content p
{
    margin: 0px;
}
div.homepage div.sitesectioncontainer div.sitesectionbodycontainer div.content div.sectionlink
{
    font-weight: bold;
}
div.homepage div.sitesectionsplitter
{
    clear: left;
    line-height: 0;
    height: 0;
}
div.homepage div.sitesectioncontainer.onderwijs div.bgimage
{
    background: url('/sitecollectionimages/onderwijs.jpg') center center;
}
div.homepage div.sitesectioncontainer.zorg div.bgimage
{
    background: url('/sitecollectionimages/zorg.jpg') center center;
}
div.homepage div.sitesectioncontainer.algemeen div.bgimage
{
    background: url('/sitecollectionimages/algemeen.jpg') center center;
}
div.homepage div.sitesectioncontainer.werkenbij div.bgimage
{
    background: url('/sitecollectionimages/werkenbij.jpg') center center;
}

/*===============================
    PL:EVENT
===============================*/
div.event TD.startdatumlabel
{
    font-weight: bold;
    padding-right: 10px;
}
div.event TD.einddatumlabel
{
    font-weight: bold;
}
div.event TD.locatielabel
{
    font-weight: bold;
}

/*===============================
    PL:WERKEN BIJ - HOMEPAGE
===============================*/
div.werkenbijhomepage
{
    background: #CCC url('/_layouts/images/winvision/workat_bg.jpg') no-repeat 0 0;
    height: 100%;
    padding: 20px 0 40px 20px;
}
div.werkenbijhomepage H1
{
    color: #FFF;
    text-transform: uppercase;
}
div.werkenbijhomepage div.stretchbg
{
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    position: absolute;
    z-index: -1;
}
div.werkenbijhomepage div.webpart
{
    width: 30%;
    padding-right: 3%;
    float: left;
}
div.werkenbijhomepage div.webpart div.overlaycontainer
{
    position: relative;
    min-height: 450px;
    height: 100%;
    margin-top: 20px; /* space to title */
}
div.werkenbijhomepage div.webpart div.overlaycontainer div.overlay
{
    position: absolute;
    height: 100%;
    width: 100%;
    background-color: #F0F0F0; /*opacity:.4; /* other browsers */ /*filter:progid:DXImageTransform.Microsoft.Alpha(opacity=40); /* this works in IE6, IE7, and IE8 */ /*-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(opacity=40)"; /* this works in IE8 only */
}

div.werkenbijhomepage div.webpart div.overlaycontainer div.content
{
    position: absolute;
    width: 80%;
    padding: 8%;
    padding-right: 12%;
    text-align: center;
}
div.werkenbijhomepage div.webpart div.overlaycontainer div.content H2
{
    color: #333;
    font-weight: bold;
    margin-top: 30px;
    text-transform: uppercase;
}
div.werkenbijhomepage div.webpart div.overlaycontainer div.content P
{
    color: #333;
    font-weight: bold;
    line-height: 160%;
    padding-top: 40px;
}
div.werkenbijhomepage div.webpart div.overlaycontainer A.morelink, div.werkenbijhomepage div.webpart div.overlaycontainer A.morelink:link, div.werkenbijhomepage div.webpart div.overlaycontainer A.morelink:active, div.werkenbijhomepage div.webpart div.overlaycontainer A.morelink:visited, div.werkenbijhomepage div.webpart div.overlaycontainer A.morelink:hover
{
    color: #333;
    bottom: 0;
    font-weight: bold;
    padding: 8%;
    padding-right: 12%;
    position: absolute;
    right: 0;
    text-align: right;
    text-decoration: none;
    width: 80%;
}
div.werkenbijhomepage div.webpart div.overlaycontainer A.morelink:hover
{
    text-decoration: underline;
}

/*===============================
    PL:WERKEN BIJ - AUDIENCE
===============================*/
div.werkenbijaudience div.itemcontainer
{
    margin: 5px 8px 3px;
    padding: 0 8px;
}
div.werkenbijaudience div.itemcontainer TABLE.mostimportant TD.content
{
    color: #953735;
    font-weight: bold;
    padding-left: 40px;
}
div.werkenbijaudience div.itemcontainer TABLE.mostimportant TD.content UL
{
    margin: 0;
    padding: 20px 0 0 15px;
}
div.werkenbijaudience div.itemcontainer TABLE.mostimportant TD.content UL LI
{
    margin: 0;
    padding-bottom: 20px;
}

/*===============================
    PL:SEARCH
===============================*/
div.searchpage #SRST
{
    float: left;
    margin-top: 20px;
    margin-bottom: 20px;
}
div.searchpage #SRP
{
    float: right;
    margin-top: 20px;
    margin-bottom: 20px;
}

/*===============================
    CONTACT CONTROL
===============================*/
div.contactcontrol
{
    float: left;
}
div.contactcontrol DT
{
    clear: both;
    float: left;
    width: 175px;
}
div.contactcontrol DD
{
    float: left;
    padding: 2px;
}
div.contactcontrol div.label
{
    clear: both;
    float: left;
    display: block;
    line-height: 20px;
    width: 175px;
}
div.contactcontrol div.inputfield
{
    float: left;
    line-height: 20px;
}
div.contactcontrol div.inputfield INPUT
{
    text-align: center;
}
div.contactcontrol div.inputfield INPUT.formfield_text
{
    text-align: left;
    width: 300px;
}

/*===============================
    WEBPART: MESSAGES
===============================*/
div.messages ul
{
    list-style: none;
    margin: 5px 0 0;
    padding: 0;
}
div.messages ul li
{
    font-size: 14px;
    height: 28px;
    line-height: 28px;
    overflow: hidden;
}
div.messages ul li div.message-item
{
    width: 100%;
}
div.messages ul li div.message-item div.message-item-date
{
    color: #909090;
    float: left;
    font-size: 11px;
    margin-right: 15px;
}
div.messages ul li div.message-item div.message-item-link
{
    display: table;
    font-size: 12px;
    margin-left: 60px;
}
div.messages ul li a:link, div.messages ul li a:active, div.messages ul li a:visited
{
    color: #000;
    text-decoration: none;
}
div.messages ul li a:hover
{
    color: #F67C20;
    text-decoration: none;
}
div.messages div.readmore
{
    clear: both;
    color: #218AD4;
    margin-top: 20px;
    position: relative;
    text-transform: uppercase;
}
div.messages div.readmore a:link, div.messages div.readmore a:active, div.messages div.readmore a:visited
{
    color: #218AD4;
    text-decoration: none;
}
div.messages div.readmore a:hover
{
    color: #F67C20;
    text-decoration: none;
}
div.messages div.readmore span
{
    display: inline-block;
    height: 20px;
    line-height: 16px;
    vertical-align: middle;
}

/*===============================
    OVERVIEW CONTROL
===============================*/
div.overviewcontainer div.nodata
{
    height: 33px;
    margin-left: 12px;
    margin-top: 12px;
}
div.overviewcontainer ul
{
    list-style: none;
    margin: 0;
    padding: 0;
}
div.overviewcontainer ul li
{
    margin: 0 auto;
    margin-bottom: 5px;
    width: 100%;
}
div.overviewcontrol
{
    margin: 0 auto;
    margin-bottom: 5px;
    width: 100%;
}
div.overviewcontrol div.itemcontainer
{
    height: 100px;
    margin: 0 auto;
    position: relative;
    width: 100%;
}
div.overviewcontrol div.itemcontainer.eventitems,
div.overviewcontrol div.itemcontainer.newsitems
{
    height: 130px;
}
div.overviewcontrol div.itemcontainer.partneritems
{
    height: 115px;
}
div.overviewcontrol div.itemcontainer div.imagecontainer
{
    float: left;
    margin-left: 12px;
    margin-right: 10px;
    margin-top: -38px;
    max-height: 75px;
    max-width: 75px;
    overflow: hidden;
    position: absolute;
    top: 50%;
}
div.overviewcontrol div.itemcontainer.partneritems div.imagecontainer
{
    max-height: 94px;
    max-width: 125px;
    margin-top: -47px;
}
div.overviewcontrol div.itemcontainer div.imagecontainer .image
{
    display: table-cell;
    height: 75px;
    vertical-align: middle;
    width: 75px;
}
div.overviewcontrol div.itemcontainer div.datacontainer
{
    left: 97px;
    position: absolute;
    right: 10px;
}
div.overviewcontrol div.itemcontainer.eventitems div.datacontainer,
div.overviewcontrol div.itemcontainer.newsitems div.datacontainer
{
    height: 130px;
}
div.overviewcontrol div.itemcontainer.partneritems div.datacontainer
{
    height: 115px;
    left: 145px;
}
div.overviewcontrol div.itemcontainer.vacancyitems div.datacontainer
{
    height: 100px;
    left: 15px;
}
div.overviewcontrol div.itemcontainer div.datacontainer div.rollupcontainer
{
    clear: both;
    height: 60px;
}
div.overviewcontrol div.itemcontainer div.datacontainer div.titlecontainer
{
    float: left;
    margin-top: 5px;
    margin-bottom: 5px;
    width: 475px;
}
div.overviewcontrol div.itemcontainer div.datacontainer div.titlecontainer .title
{
    font-size: 18px;
    font-weight: bold;
}
div.overviewcontrol div.itemcontainer div.datacontainer div.datecontainer
{
    float: right;
}
div.overviewcontrol div.itemcontainer div.datacontainer div.datecontainer .date
{
    color: #A40046;
    position: absolute;
    right: 0;
    top: -5px;
}
div.overviewcontrol div.itemcontainer div.datacontainer .functiontitle
{
    color: #A40046;
    font-weight: bold;
}
div.overviewcontrol div.itemcontainer div.datacontainer .interest
{
    clear: both;
    float: left;
    margin-bottom: 5px;
}
div.overviewcontrol div.itemcontainer div.datacontainer .quote
{
    clear: both;
    float: left;
    font-style: italic;
}
div.overviewcontrol div.itemcontainer div.datacontainer div.linkcontainer .link
{
    bottom: -5px;
    color: #D31145;
    font-weight: bold;
    position: absolute;
    right: 0;
    text-decoration: none;
}
div.overviewcontrol div.itemcontainer div.datacontainer div.linkcontainer .link:hover
{
    text-decoration: underline;
}

div.overviewcontrol div.itemcontainer.events div.datacontainer div.linkcontainer .link
{
    bottom: -15px;
}

/*===============================
    CUSTOMER OVERVIEW CONTROL
===============================*/
div.customeroverviewcontainer
{
    margin-left: -5px;
    margin-right: -5px;
}
div.customeroverviewcontainer ul
{
    list-style: none;
    margin: 0;
    padding: 0;
}
div.customeroverviewcontainer ul li
{
    float: left;
    padding-bottom: 10px;
    padding-right: 0px;
}
div.customeroverviewcontrol
{
    text-align: center;
    width: 180px;
}
div.customeroverviewcontrol div.itemcontainer
{
    height: 113px;
    padding-bottom: 10px;
    padding-top: 10px;
    width: 180px;
}
div.customeroverviewcontrol div.itemcontainer IMG
{
    border: 0;
}

/*===============================
    CASE OVERVIEW CONTROL
===============================*/
div.caseoverviewcontainer
{
    margin-left: -5px;
    margin-right: -5px;
}
div.caseoverviewcontainer div.caseoverview-filter
{
    display: none;
    margin-right: 15px;
}
div.caseoverviewcontainer div.caseoverview-filter .tr
{
    padding-top: 20px;
    padding-bottom: 20px;
}
div.caseoverviewcontainer div.caseoverview-filter ul.filteroptions
{
    list-style: none;
    margin: 0;
    height: 75px;
    padding: 0;
}
div.caseoverviewcontainer div.caseoverview-filter ul.filteroptions li
{
    float: left;
}
div.caseoverviewcontainer div.caseoverview-filter ul.filteroptions li.filter-category
{
    padding-left: 20px;
    width: 500px;
}
div.caseoverviewcontainer div.caseoverview-filter ul.filteroptions li.filter-vertical
{
    width: 400px;
}
div.caseoverviewcontainer div.caseoverview-filter ul.filteroptions li.filter-category div,
div.caseoverviewcontainer div.caseoverview-filter ul.filteroptions li.filter-vertical div
{
    font-size: 14px;
    font-weight: bold;
    padding-bottom: 5px;
}
div.caseoverviewcontainer div.caseoverview-filter ul.filteroptions li ul
{
    list-style: none;
    padding: 0;
}
div.caseoverviewcontainer div.caseoverview-filter ul.filteroptions li.filter-category ul li
{
    float: left;
    margin-right: 30px;
}
div.caseoverviewcontainer div.caseoverview-filter ul.filteroptions li.filter-vertical ul li
{
    float: left;
    margin-right: 30px;
}
div.caseoverviewcontainer div.caseoverview-filter ul.filteroptions li ul li.selected
{
    font-weight: bold;
}
div.caseoverviewcontainer div.caseoverview-items
{
    clear: both;
}
div.caseoverviewcontainer div.caseoverview-items ul
{
    list-style: none;
    margin: 0;
    padding: 0;
}
div.caseoverviewcontainer div.caseoverview-items ul li
{
    float: left;
    padding-bottom: 9px;
    padding-right: 12px;
}
div.caseoverviewcontrol
{
    text-align: center;
    width: 230px;
}
div.caseoverviewcontrol div.itemcontainer
{
    height: 175px;
    padding-bottom: 10px;
    padding-top: 10px;
    width: 230px;
}
div.caseoverviewcontrol div.itemcontainer img
{
    border: 0;
}
div.caseoverviewcontrol div.itemcontainer div.imagecontainer
{
    border-bottom: 1px solid #D4D4D4;
    margin-left: 15px;
    margin-right: 15px;
}
div.caseoverviewcontrol div.itemcontainer div.linkcontainer
{
    font-size: 12px;
    line-height: 16px;
    margin-left: 20px;
    margin-right: 20px;
    padding-top: 7px;
    text-align: left;
    white-space: pre-line;
    width: 200px;
    word-wrap: break-word;
}
div.caseoverviewcontrol div.itemcontainer div.linkcontainer a:link, div.caseoverviewcontrol div.itemcontainer div.linkcontainer a:active, div.caseoverviewcontrol div.itemcontainer div.linkcontainer a:visited
{
    color: #333;
    text-decoration: none;
}

div.caseoverviewcontrol div.itemcontainer div.linkcontainer a:hover
{
    color: #D31145;
    text-decoration: none;
}

/*===============================
    EMPLOYEE OVERVIEW CONTROL
===============================*/
div.employeeoverviewcontainer
{
    margin-left: -5px;
    margin-right: -5px;
}
div.employeeoverviewcontainer ul
{
    list-style: none;
    margin: 0;
    padding: 0;
}
div.employeeoverviewcontainer ul li
{
    float: left;
    padding-bottom: 4px;
    padding-right: 4px;
}
div.employeeoverviewcontrol
{
    width: 235px;
}
div.employeeoverviewcontrol div.itemcontainer
{
    height: 130px;
    padding-bottom: 10px;
    padding-top: 10px;
    width: 235px;
}
div.employeeoverviewcontrol div.itemcontainer div.imagecontainer
{
    float: left;
    height: 75px;
    margin-left: 15px;
    margin-right: 15px;
    width: 75px;
}
div.employeeoverviewcontrol div.itemcontainer div.namecontainer
{
    float: left;
    font-weight: bold;
    width: 125px;
}
div.employeeoverviewcontrol div.itemcontainer div.namecontainer img
{
    margin-left: 5px;
    vertical-align: sub;
}
div.employeeoverviewcontrol div.itemcontainer div.functiontitlecontainer
{
    float: left;
    font-size: 11px;
    font-weight: bold;
    line-height: 14px;
    margin-top: 2px;
    width: 125px;
}

div.employeeoverviewcontrol div.itemcontainer div.functiontitlecontainer a:link, div.employeeoverviewcontrol div.itemcontainer div.functiontitlecontainer a:active, div.employeeoverviewcontrol div.itemcontainer div.functiontitlecontainer a:visited
{
    color: #333;
    text-decoration: none;
}
div.employeeoverviewcontrol div.itemcontainer div.functiontitlecontainer a:hover
{
    color: #D31145;
    text-decoration: underline;
}
div.employeeoverviewcontrol div.itemcontainer div.quotecontainer
{
    clear: both;
    font-style: italic;
    height: 50px;
    line-height: 16px;
    margin-left: 15px;
    padding-top: 10px;
    text-align: center;
    width: 210px;
    white-space: normal;
}

/*===============================
    ALPHABETIC NAVIGATION CONTROL
===============================*/
div.alphabeticnavigationcontrol div.alphabeticnavigation-alphabet .tr
{
    padding-bottom: 20px;
    padding-top: 20px;
}
div.alphabeticnavigationcontrol div.alphabeticnavigation-alphabet a.anchorlink,
div.alphabeticnavigationcontrol div.alphabeticnavigation-alphabet span.anchorlabel
{
    font-size: 13px;
    font-weight: bold;
    padding-left: 15px;
}
div.alphabeticnavigationcontrol div.alphabeticnavigation-alphabet span.anchorlabel
{
    color: #CCC;
}
div.alphabeticnavigationcontrol div.alphabeticnavigation-alphabet a.anchorlink
{
    text-decoration: none;
}
div.alphabeticnavigationcontrol div.alphabeticnavigation-alphabet a.anchorlink:hover
{
    text-decoration: underline;
}
div.alphabeticnavigationcontrol div.itemcontainer
{
    margin: 0 auto;
    margin-bottom: 5px;
    position: relative;
    width: 100%;
}
div.alphabeticnavigationcontrol div.backgroundletter
{
    line-height: 90px;
    margin-left: 5px;
    margin-top: 5px;
    overflow: hidden;
    position: absolute;
}
div.alphabeticnavigationcontrol div.backgroundletter h2
{
    color: #DFF3FB;
    font-size: 90px;
    left: -10px;
    margin: 0;
    padding: 0;
    position: relative;
    top: -15px;
}
div.alphabeticnavigationcontrol div.itemcontainer div.datacontainer
{
    height: auto;
    min-height: 80px;
    position: relative;
}
div.alphabeticnavigationcontrol div.itemcontainer div.datacontainer ul
{
    list-style: none;
    margin: 0;
    padding: 0;
}
div.alphabeticnavigationcontrol div.itemcontainer div.datacontainer ul li
{
    line-height: 20px;
    margin-left: 15px;
}
div.alphabeticnavigationcontrol div.itemcontainer div.datacontainer .itemlink
{
    color: #000;
    text-decoration: none;
}
div.alphabeticnavigationcontrol div.itemcontainer div.datacontainer .itemlink:hover
{
    text-decoration: underline;
}

/*===============================
    RICH IMAGE FIELD CONTROL
===============================*/
div.richimagefieldcontrol
{
    margin-right: 10px;
}
div.richimagefieldcontrol div.itemcontainer
{
    min-height: 150px;
    padding-bottom: 3px;
    padding-top: 7px;
    text-align: center;
}

/*===============================
    EMPLOYEE RICH IMAGE FIELD CONTROL
===============================*/
div.richimagefieldcontrol div.interestcontainer
{
    margin-left: 15px;
    margin-right: 15px;
    margin-top: 5px;
    text-align: left;
}

div.richimagefieldcontrol div.interestcontainer span
{
    font-weight: bold;
    margin-right: 3px;
}

/*===============================
    RELATED ITEM CONTROL
===============================*/
div.relateditemcontrol
{
    height: 120px;
    padding-top: 10px;
    padding-bottom: 30px;
}
div.relateditemcontrol div.links
{
    float: left;
    padding-right: 20px;
    width: 47%;
    height: 100px;
}
div.relateditemcontrol div.links.left
{
    padding-left: 0px;
}
div.relateditemcontrol div.links.right
{
    padding-right: 0px;
}
div.relateditemcontrol div.downloads
{
    float: left;
    padding-left: 20px;
    width: 47%;
    height: 100px;
}
div.relateditemcontrol div.downloads.left
{
    padding-left: 0px;
}
div.relateditemcontrol div.downloads.right
{
    padding-right: 0px;
}
div.relateditemcontrol div span.title
{
    color: #FFF;
    display: block;
    font-weight: bold;
    height: 22px;
    line-height: 22px;
    margin-right: 4px;
    padding-left: 10px;
    text-transform: uppercase;
}
div.relateditemcontrol div.overlay.zorg SPAN.title
{
    background-color: #7FD1F1; /* blauw */
}
div.relateditemcontrol div.overlay.algemeen SPAN.title
{
    background-color: #ABADAF; /* licht grijs */
}
div.relateditemcontrol div.overlay.onderwijs SPAN.title
{
    background-color: #D17FA2; /* rood */
}
div.relateditemcontrol div.overlay.werkenbij SPAN.title
{
    background-color: #EFB47F; /* oranje */
}
div.relateditemcontrol div SPAN.title
{
    background-color: #9B9B9B; /* grijs */
}
div.relateditemcontrol div.itemcontainer
{
    height: auto;
    min-height: 55px;
}
div.relateditemcontrol div.itemcontainer UL
{
    list-style: none;
    margin: 0;
    padding: 0;
}
div.relateditemcontrol div.itemcontainer UL LI
{
    clear: both;
    line-height: 18px;
    margin: 0;
    padding-left: 30px;
    width: 88%;
}
div.relateditemcontrol div.downloads div.itemcontainer UL LI
{
    background: url('/_layouts/images/winvision/icons/relateditem_downloads.gif') no-repeat 10px 5px;
}

div.relateditemcontrol div.links div.itemcontainer UL LI
{
    background: url('/_layouts/images/winvision/icons/relateditem_links.gif') no-repeat 10px 5px;
}
div.relateditemcontrol div.itemcontainer UL LI A:link, div.relateditemcontrol div.itemcontainer UL LI A:active, div.relateditemcontrol div.itemcontainer UL LI A:visited
{
    color: #333;
}

div.relateditemcontrol div.itemcontainer UL LI A:hover
{
    color: #D31145;
    text-decoration: underline;
}

/*===============================
    PAGE IMAGE
===============================*/
div#ctl00_PlaceHolderMain_PageImage__ControlWrapper_RichImageField IMG
{
    padding: 20px;
}

/*===============================
    SHAREPOINT SEARCH
===============================*/
.srch-WPBody
{
    color: #000;
    font-family: Arial,Helvetica,sans-serif;
}

.srch-Title2 a:link, .srch-Title2 a:visited, .srch-Title2 a:hover
{
    font-size: 1.1em;
}

.srch-stats
{
    color: #000;
    font-family: Arial,Helvetica,sans-serif !important;
    margin: 15px 0 0 0;
}

.srch-sort-right
{
    color: #000;
    font-family: Arial,Helvetica,sans-serif !important;
    font-weight: bold;
}

.srch-sort-right a:link, .srch-sort-right a:active, .srch-sort-right a:visited
{
    color: #D31145 !important;
    font-weight: normal;
}

/*===============================
    SHAREPOINT SEARCH:RESULTS
===============================*/
div.wvw-searchquery
{
    color: #000;
    font-size: 18px;
    margin-top: 10px;
}
div.wvw-searchquery span.wvw-searchkeyword
{
    color: #D31145;
}
div.wvw-searchresults
{
    border-top: 1px solid #E5E5E5;
    font-size: 12px;
    margin-top: 30px;
}
div.wvw-searchresults div.wvw-searchitem
{
    border-bottom: 1px solid #E5E5E5;
    clear: both;
    padding-bottom: 20px;
    padding-top: 20px;
}
div.wvw-searchresults div.wvw-searchitem wvw.pusher
{
    border: 0;
    clear: both;
    line-height: 1pt;
    font-size: 1pt;
}
div.wvw-searchresults div.wvw-searchitem img.wvw-searchitem-icon
{
    margin: 0 5px -3px 0;
}
div.wvw-searchresults div.wvw-searchitem a.wvw-searchitem-titlelink:link,
div.wvw-searchresults div.wvw-searchitem a.wvw-searchitem-titlelink:active,
div.wvw-searchresults div.wvw-searchitem a.wvw-searchitem-titlelink:visited
{
    font-size: 18px;
    font-weight: bold;
    text-decoration: none;
}
div.wvw-searchresults div.wvw-searchitem div.wvw-searchitem-description
{
    margin-top: 0.1em;
}
div.wvw-searchresults div.wvw-searchitem div.wvw-searchitem-meta
{
    margin-bottom: 0.1em;
}
div.wvw-searchresults div.wvw-searchitem div.wvw-searchitem-meta span
{
    width: 11em;
    display: block;
    float: left;
    color: #333;
    font-size: 0.96em;
}
div.wvw-searchresults div.wvw-searchitem a.wvw-searchitem-urllink:link, div.wvw-searchresults div.wvw-searchitem a.wvw-searchitem-urllink:active, div.wvw-searchresults div.wvw-searchitem a.wvw-searchitem-urllink:visited
{
    color: #A40046;
    text-decoration: none;
}
div.wvw-searchresults div.wvw-searchitem a.wvw-searchitem-urllink:hover
{
    text-decoration: underline;
}
div.wvw-searchresults div.wvw-searchitem a.wvw-searchitem-urllink strong
{
    font-weight: normal;
}

/*===============================
    SHAREPOINT SEARCH:PAGING
===============================*/
.srch-Page
{
    clear: none;
    color: #000000;
    float: right;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 1em;
    padding: 10px 0;
}
.srch-Page strong
{
    background: none #D31145;
    border: 0;
    color: #FFF;
    display: inline;
    float: left;
    font-size: 1em;
    font-weight: normal;
    margin: 0 3px;
    padding: 4px 8px 4px 8px;
    text-decoration: none;
}
.srch-Page span
{
    font-weight: bold;
    line-height: 1.8em;
    text-align: center;
    width: 1.8em;
}
.srch-Page a:link, .srch-Page a:active, .srch-Page a:visited
{
    border: 0;
    color: #333 !important;
    display: inline;
    float: left;
    font-size: 1em;
    font-weight: bold;
    margin: 0 3px;
    padding: 4px 8px 4px 8px;
    text-decoration: none;
}

.srch-Page a:hover
{
    border: 0;
    color: #D31145 !important;
    text-decoration: underline !important;
}

.srch-Page-img a:link, .srch-Page-img a:active, .srch-Page-img a:visited
{
    background: none transparent;
    border: 0;
    padding-left: 0;
    padding-right: 0;
}

.srch-Page-img a:hover
{
    color: #D31145 !important;
    padding-left: 0;
    padding-right: 0;
    text-decoration: underline;
}

span.srch-Page-img img
{
    visibility: hidden;
}

span.srch-Page-img a#SRP_PrevImg
{
    background: transparent url('/_layouts/images/winvision/pointers/pointer-double-black-left.gif') no-repeat 0 6px;
}

span.srch-Page-img a#SRP_PrevImg:hover
{
    background: transparent url('/_layouts/images/winvision/pointers/pointer-double-red-left.gif') no-repeat 0 6px;
}

span.srch-Page-img a#SRP_NextImg
{
    background: transparent url('/_layouts/images/winvision/pointers/pointer-double-black-right.gif') no-repeat 0 6px;
}

span.srch-Page-img a#SRP_NextImg:hover
{
    background: transparent url('/_layouts/images/winvision/pointers/pointer-double-red-right.gif') no-repeat 0 6px;
}

/*===============================
    SHAREPOINT SEARCH:REFINEMENT
===============================*/
.srch-refinearea
{
    min-height: 300px;
}

.ms-searchref-taxapply
{
    border: 1px solid gray;
}

.ms-searchref-main
{
    background: #FFF url('/_layouts/images/vertical_refinement_gradient.png') repeat-y right 50%;
    border: 1px solid #CCC;
    border-right: 0px solid #CCC;
    font-family: Arial,Helvetica,sans-serif;
    height: 100%;
    padding: 7px 0 5px;
    margin: 0;
    width: auto;
}

.ms-searchref-caption
{
    color: #000 !important;
    padding: 10px 0 8px 10px;
    vertical-align: middle;
}

ul.ms-searchref-filters
{
    height: 100%;
    list-style-type: none;
    margin: 0;
    padding-left: 0;
}

.ms-searchref-categoryname
{
    color: #333;
    font-size: 1.1em;
    font-weight: bold;
    height: 10px;
    padding: 1px 3px 7px 11px;
}

.ms-searchref-catseparator
{
    height: 25px;
}

li.ms-searchref-filter, li.ms-searchref-filtermsg
{
    margin: 1px 0 1px 6px;
    padding: 4px 20px 4px 5px;
}

li.ms-searchref-selected, li.ms-searchref-filtermsg
{
    background: #FFF;
    border-top: #DBDDDE 1px solid;
    border-bottom: #DBDDDE 1px solid;
    border-left: #DBDDDE 1px solid;
    font-weight: bold;
}

/*===============================
    SOCIAL CONTAINER
===============================*/
div.socialcontainer
{
    background-color: #FFF;
    position: absolute;
    bottom: 0;
    left: 0;
    height: 30px;
}
div.socialcontainer a:link, div.socialcontainer a:active, div.socialcontainer a:visited
{
    color: #333;
    text-decoration: none;
}
div.socialcontainer a:hover
{
    color: #D31145;
}

div.socialcontainer div.sharecontainer
{
    margin-left: 20px;
}

/*===============================
    CLICKDIMENSIONSCONTAINER
===============================*/
div.clickdimensionscontainer img
{
    display: none;
}

/*===============================
    OVERLAY POPUP
===============================*/
div.popupcontainer
{
    display: none;
    background-image: url('/_layouts/images/winvision/overlay/white.png');
    font-size: 12px;
    padding: 40px;
    width: 720px;
}
div.popupcontainer .close
{
    background-image: url('/_layouts/images/winvision/overlay/close.png');
    position: absolute;
    right: 5px;
    top: 5px;
    cursor: pointer;
    height: 35px;
    width: 35px;
}
div.popupcontainer h2
{
    font-size: 1.4em;
    margin: 10px 0 0 10px;
    text-transform: uppercase;
}
div.popupdescriptioncontainer
{
    height: 310px;
    float: left;
    margin-top: 20px;
    margin-left: 10px;
    overflow: hidden;
    width: 310px;
}
div.popupimagecontainer
{
    float: right;
    margin-top: 10px;
    margin-right: 20px;
}
div.popupimagecontainer div.itemcontainer
{
    height: 235px;
    text-align: center;
    padding-bottom: 10px;
    padding-top: 10px;
    width: 350px;
}
div.popupcustomercontainer
{
    margin-top: 10px;
}
div.popupcustomercontainer, div.popupcontactcontainer, div.popupexternallinkcontainer
{
    clear: both;
    height: 20px;
    margin-left: 10px;
}
div.popupcustomercontainer span, div.popupcontactcontainer span, div.popupexternallinkcontainer span
{
    float: left;
    font-weight: bold;
    margin-right: 5px;
}
div.popupcontactcontainer img
{
    margin-left: 5px;
    vertical-align: sub;
}
div.popupfullcaselinkcontainer
{
    bottom: 20px;
    clear: both;
    font-weight: bold;
    position: absolute;
    right: 50px;
}
