﻿html
{
    font: 11px Arial,Helvetica,sans-serif;
    line-height: 14px;
    height: 100%;
    max-height: 100%;
    background-repeat: repeat-x;
    scrollbar-3dlight-color: #F5F5F5;
    scrollbar-arrow-color: #7D543B;
    scrollbar-base-color: #F5F5F5;
    scrollbar-track-color: #F5F5F5;
    scrollbar-darkshadow-color: #F5F5F5;
    scrollbar-face-color: #F5F5F5;
    scrollbar-highlight-color: #7D543B;
    scrollbar-shadow-color: #7D543B;
}
body
{
    margin: 0;
    padding: 0;
    background-repeat: repeat-x;
    overflow-y: scroll;
}
a
{
    font: 11px Arial,Helvetica,sans-serif;
    text-decoration: none;
	font-weight:bold;
}
a:hover 
{
	text-decoration: none;
	font-weight:bold;
}

a.PaginalinkIWP
{
    background-repeat:no-repeat;
    text-decoration:none;
    padding-left:25px;
    padding-top:6px;
    font-weight:bold;
    font-size:13px;
    margin-left:-15px;
    display:block;
    height: 24px;
    width: 195px;    
    background-position:15px 6px;
}
a.PaginalinkIWP:hover
{
	background-repeat:no-repeat;
	text-decoration:none;
	padding-left:25px;
	padding-top:6px;
	font-weight:bold;
	font-size:13px;
	margin-left:-15px;
	display:block;
	height: 24px;
	width: 195px;    
    background-position:15px 6px;
}
a.PaginalinkIWPImg
{
	display:block;
	padding-left:0px;
	margin-left:-15px;
	margin-bottom:-10px;
}
h1
{
    font: 13px Arial,Helvetica,sans-serif;
    font-weight: bold;
    text-transform: uppercase;
    margin-top: 4px;
    padding-left: 8px;
    padding-top: 6px;
    display: block;
    width: 415px;
    height: 24px;
    left: -15px;
    vertical-align: middle;
}
h2
{
    font: 13px Arial,Helvetica,sans-serif;
    font-weight: bold;
    text-transform: uppercase;
}
h3
{
    text-transform: uppercase;
}

ul, li
{
    margin: 0px;
    padding: 0px;
}

div
{
    padding: 0px;
    margin: 0px;
}

.DefaulText
{
}
.DefaultTextReadonly
{
}

.Button
{
    display: inline-block;
    height: 18px;
    width: 80px;
    padding:3px 5px 0 5px;
    margin-top: 5px;
    margin-right: 10px;
    text-align: center;
    vertical-align: middle;
    text-transform: uppercase;
	font-size: 11px;
	background-color:#7D543B;
	color:#fff;
	border:1px #7D543B solid;
}
.Button:hover
{
	background-color:#fff;
	color:#7D543B;
	border:1px #7D543B solid;
}

.Checkbox
{
}

.Link
{
}
.DeleteLink
{
	display: inline-block;
	width: 16px;
	height: 16px;
	background-image: url(../../../Images/Icons/Delete.gif);
}


/* CMS Form */
table.Form
{
}
table.Form td.Title
{
}
table.Form td.Label
{
}
table.Form td.Field
{
}
table.Form td.Failure
{
}
table.Form td.Succes
{
}
table.Form .Instruction
{
}

.RequiredIndicator
{
    color: #ff0000;
}
/* end CMS Form */


/* My Profile page */
.MyProfile
{
}
.MyProfile ul
{
	margin-top:5px;
	margin-bottom:10px;
}
.MyProfile ul li
{
}
.MyProfile ul li a
{
	display: block;
}
.MyProfile ul li a:hover
{
}
.MyProfile .UserInfoText
{
	font-size: 12px;
	font-weight: bold;
	margin-bottom: 5px;
}

.MyProfile .Newsletters
{
	margin-top: 15px;	
}
.MyProfile .Newsletters .NewsletterText
{
	font-size: 12px;
	font-weight: bold;
}


.MyFilledForms
{
}
.MyFilledForms .MyFilledFormsText
{
	display: block;
	margin-top: 20px;
	font-weight: bold;
	font-size: 12px;
}
.MyFilledForms .DocumentTitle
{
    display: block;
    margin-top: 8px;
    margin-bottom:8px;
    font-weight: bold;
    font-size:12px;
}
.MyFilledForms table
{
	width: 100%;
}
.MyFilledForms table tr.Header
{
}
.MyFilledForms table tr.Header th
{
	text-align: left;
}
.MyFilledForms table tr.Header th.Index0 /* Index classes will automatically be generated */
{
}
.MyFilledForms table tr.Item
{
	height: 20px;
}
.MyFilledForms table tr.Item:hover
{
	background-color: #eeeeee;
}
.MyFilledForms table tr.Item td.Index0 /* Index classes will automatically be generated */
{
}
.MyFilledForms table tr.Item .DeleteLink
{
	float: right;
}
/* end My Profile page */


div.ContainerFrame
{
    position: relative;
    width: 1009px;
    margin: 0px auto 0px auto;
}
div.ContainerFrame:after
{
    content: "";
    clear: both;
    height: 0;
    visibility: hidden;
    display: block;
}
div.TopMenu
{
    position: absolute;
    font-size: 12px;
    left: 40px;
}
div.TopMenu ul
{
    margin-top: 3px;
}
div.TopMenu ul li
{
    list-style-type: none;
    display: inline;
    margin-left: 8px;
}
div.OverKunstbalie
{
    position:absolute;
    width:288px;
    top:24px;
    left:0px;
    z-index:100;
}              
div.OverKunstbalie ul li
{
    list-style-type: none;
    margin-left: 43px;
    display:block;
    margin-bottom:4px;
}                                                 
div.OverKunstbalie a
{
    background-repeat:no-repeat;
    text-decoration:none;
    padding-left:10px;
    margin-left:5px;
    font-weight:bold;
}
div.OverKunstbalie a:hover
{
    background-repeat:no-repeat;
    text-decoration:none;
    padding-left:10px;
    margin-left:5px;
    font-weight:bold;
}
div.MijnKunstbalie
{
    position:absolute;
    width:288px;
    top:24px;
    left:0px;
    z-index:100;
}              
div.MijnKunstbalie ul li
{
    list-style-type: none;
    margin-left: 33px;
    display:block;
    margin-bottom:4px
}                                           
div.MijnKunstbalie a
{
    background-repeat:no-repeat;
    text-decoration:none;
    padding-left:10px;
    margin-left:15px;
    font-weight:bold;
}
div.MijnKunstbalie a:hover
{
    background-repeat:no-repeat;
    text-decoration:none;
    padding-left:10px;
    margin-left:15px;
    font-weight:bold;
}

div.LogoFrame
{
    position: absolute;
    top: 36px;
    width: 1009px;
    margin: 0px;
    padding: 0px;
    background-repeat: no-repeat;
	z-index:1;
}
div.LogoFrame .Logo
{
    position: absolute;
    margin-left: 48px;
    height: 90px;
    width: 450px;
    background-repeat: no-repeat;
}
div.TopContent
{
    position: absolute;
    top: 156px;
    height: 24px;
    width: 1009px;
    z-index: 5;
    margin: 0px;
	padding: 4px;
    background-repeat: no-repeat;
}
div.TopContent Ul
{
    float: right;
    margin-right: 320px;
}
.ContentFrame
{
    position: absolute;
    width: 1009px;
    z-index: 4;
    top: 180px;
    background-repeat: repeat-y;
}
.ContentFrame .Content
{              
    float:left;
    top: 0px;
    margin-top: 11px;
    margin-left: 32px;
    padding-right: 9px;
    z-index: 4;
    margin-bottom: 6px;
    width: 397px;
}
a.Paginalink
{
	background-repeat:no-repeat;
	text-decoration:none;
	padding-left:10px;
	margin-left:14px;
	font-weight:bold;
	font-size:13px;
}
a.Paginalink:hover
{
	background-repeat:no-repeat;
	text-decoration:none;
	padding-left:10px;
	margin-left:14px;
	font-weight:bold;
	font-size:13px;
}

.ContentFrame .Content Ul 
{
    padding-left: 15px;
}
div.Menu
{
	float:left;
    width: 250px;
    padding-left: 30px;
    top: 0px;
    z-index: 4;
    margin: 0px;
    text-transform: uppercase;
    font-weight: bold;

}
div.Menu ul
{
    list-style: none;
}
div.Menu ul li
{
}
div.Menu ul li ul
{
}
div.Menu ul li ul li
{
}
div.Menu ul li ul li ul
{
}
div.Menu ul li ul li ul li
{
}

div.Menu a
{
    width: 230px;
    height: 15px;
    display: block;
    background-repeat: no-repeat;
    font: 11px Arial,Helvetica,sans-serif;
    font-weight: bold;
}

a.Nav1, a.Nav2, a.Nav3, a.Nav4, a.Nav5, a.Nav6, a.Nav7, a.Nav1Active, a.Nav2Active, a.Nav3Active, a.Nav4Active, a.Nav5Active, a.Nav6Active, a.Nav7Active
{
    margin-top: 20px;
}
a.Nav1 
{
	Background-repeat: no-repeat;
}
a.Nav1:hover, a.Nav1Active 
{
	Background-repeat: no-repeat;
}
a.Nav2 
{
	Background-repeat: no-repeat;
}
a.Nav2:hover, a.Nav2Active 
{
	Background-repeat: no-repeat;
}
a.Nav3 
{
	Background-repeat: no-repeat;
}
a.Nav3:hover, a.Nav3Active 
{
	Background-repeat: no-repeat;
}
a.Nav4 
{
	Background-repeat: no-repeat;
}
a.Nav4:hover, a.Nav4Active 
{
	Background-repeat: no-repeat;
}
a.Nav5 
{
	Background-repeat: no-repeat;
}
a.Nav5:hover, a.Nav5Active 
{
	Background-repeat: no-repeat;
}
a.Nav6 
{
	Background-repeat: no-repeat;
}
a.Nav6:hover, a.Nav6Active 
{
	Background-repeat: no-repeat;
}
a.Nav7 
{
	Background-repeat: no-repeat;
}
a.Nav7:hover, a.Nav7Active 
{
	Background-repeat: no-repeat;
}

a.SubNav
{
    margin-top: 10px;
    text-decoration: none;
    padding-left: 19px;
	width: 225px !important;
}
a.SubNav:hover, a.SubNavActive, a.SubNavActive:hover
{
    margin-top: 10px;
    padding-left: 19px;
    text-decoration: none;
	width: 225px !important;
}
a.SubSubNav
{
    margin-top: 10px;
    margin-left: 30px;
    padding-left: 10px;
	width: 200px !important;
    text-decoration: none;
}
a.SubSubNav:hover, a.SubSubNavActive, a.SubSubNavActive:hover
{
    font-weight: bold;
    margin-top: 10px;
    margin-left: 30px;
    padding-left: 10px;
    text-decoration: none;
	width: 180px !important;
}
a.SubSubSubNav
{
    margin-top: 10px;
    margin-left: 40px;
    padding-left: 10px;
	width: 180px !important;
    text-decoration: none;
}

a.SubSubSubNav:hover, a.SubSubSubNavActive, a.SubSubSubNavActive:hover
{
    font-weight: bold;
    margin-top: 10px;
    margin-left: 40px;
    padding-left: 10px;
    text-decoration: none;
	width: 180px !important;
}

div.ZoekInAanbod 
{
	position:relative;
	width: 250px;
	top: 60px;
	margin: 0px;
}
a.NavZoekInAanbod:hover
{
	background-repeat:no-repeat;
}

a.TopNav 
{
	display:inline-block;
	font-size: 12px;
	background-repeat: no-repeat;
	padding-left: 10px;
	text-decoration: none;
	padding-top:-3px;
}
a.TopNav:hover 
{
	text-decoration: none;
}

.Ribbon 
{
    background-repeat: no-repeat;
    width: 423px;
    height: 9px;
    display: block;
    margin-bottom: -4px; 
    #margin-bottom:0px;
}
div.ContentDetail
{
    position: relative;
    width: 423px;
    z-index: 5;
    background-position: right;
    background-repeat: repeat-y;
    height: 100%;
}
div.Right
{
    float:left;
    margin-left: 50px;
    margin-top: 11px;
    width: 215px;
    line-height: 14px;
    z-index:4;
}
div.Right a 
{
    text-decoration:none;
    font-weight:bold;
}
div.Right a:hover
{
    text-decoration:none;
    font-weight:bold;
}
div.Right img
{
	margin-bottom:9px;
}

div.FooterFrame
{ 
    float:left;
    bottom: 0px;
    height: 53px;
    width: 1009px;
    z-index: 4;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: bold;
    line-height: 25px;
    text-decoration: none;
    background-repeat: no-repeat;
}
div.FooterMenu
{
    font-size: 12px;
    position: absolute;
    color: #ffffff;
    left: 30px;
    bottom: 0px;
}
div.FooterMenu ul.Menu1
{
    display: inline;
    margin-left: 141px;
}
div.FooterMenu ul.Menu2
{
    display: inline;
    margin-left: 295px;
}
div.FooterMenu ul li
{
    display: inline;
    margin-left: 8px;
}

.filler
{
	float:left;
	z-index:4;
	width:1px;
}

.Streep1
{
    background-repeat: no-repeat;
    top: 0px;
    width: 24px;
    height: 90px;
    display: block;
    left: 0px;
    text-align: right;
    position: absolute;
}
.Streep2
{
    background-repeat: no-repeat;
    top: 0px;
    width: 24px;
    height: 90px;
    display: block;
    left: 264px;
    text-align: right;
    position: absolute;
}
.Streep3
{
    background-repeat: no-repeat;
    top: 0px;
    width: 24px;
    height: 90px;
    display: block;
    left: 720px;
    text-align: right;
    position: absolute;
}
.Streep4
{
    background-repeat: no-repeat;
    top: 0px;
    width: 24px;
    height: 90px;
    display: block;
    margin-left: 984px;
    #margin-left:-25px;
    text-align: right;
    position: absolute;
}

.Scheiding
{
    display: block;
    background-repeat: no-repeat;
    height: 30px;
    width: 423px;
}
.ImageRightBorder
{
    border-bottom-style: solid;
    border-bottom-width: 9px;
}


/* Viewing Elements */
h1.Header
{
    font: 13px Arial,Helvetica,sans-serif;
    font-weight: bold;
    text-transform: uppercase;
    margin-top: 0px;
    padding-left: 15px;
    padding-top: 6px;
    display: block;
    width: 400px;
    height: 24px;
    margin-left: -15px;
    vertical-align: middle;
}
.Right .Header 
{
	width: 207px;
}

.SubHeader
{
    font-weight: bold;
    font-size: 13px;
    text-transform: uppercase;
    margin-top: 4px;
    margin-bottom: 2px;
}
div.Right .SubHeader 
{
    margin-top:11px;
}

.Text
{
}

.HorizontalRule
{
}

.ImageElement
{
    position: relative;
    left: -15px;
}
.Right .ImageElement
{
	position: relative;
	left: 0px;
    border-width:0px;
    margin-bottom: 13px;
}

.LinkElement
{
}

.MediaElement_Video
{
}
.MediaElement_Flash
{
}

.DocumentList, .ProductDocumentList
{
    position: relative;
    top: 0px;
}
.DocumentList .Item, .ProductDocumentList .Item
{
    background-image: url(../Images/ribbon.jpg);
    background-repeat: no-repeat;
    width: 423px;
    margin-left: -15px;
    padding-top: 9px;
    padding-right: -9px;
    display: block; 
    margin-bottom:9px;
}
.DocumentList .Item .Title, .ProductDocumentList .Item .Title, .ProductDocumentList .Item .SubTitle
{
    width: 414px;
    padding-left: 15px;
    height: 24px;
    font: 13px Arial,Helvetica,sans-serif;
    font-weight: bold;
    text-transform: uppercase;
}
.ProductDocumentList .Item .Title
{
    height: auto;
    padding-top: 3px;
}
.ProductDocumentList .Item .SubTitle
{
    font-weight: normal;
    text-transform: none;
    height: auto;
    padding-bottom: 3px;
}
.DocumentList .Item table, .ProductDocumentList .Item table
{
    width: 414px;
    height: 164px;
}
.DocumentList .Item table, .ProductDocumentListElement .Item table
{
    height: auto !important;
}
.DocumentList .Item .Date, .ProductDocumentList .Item .Date
{
    
}
.DocumentList .Item .Description, .ProductDocumentList .Item .Description
{
    width: 191px;
    padding-right: 9px;
    vertical-align: top;
    padding-left: 9px;
}
.DocumentList .Item .Image, .ProductDocumentList .Item .Image
{
}
.DocumentList .Item .Image img, .ProductDocumentList .Item .Image img
{
	border-right: 9px white solid;
	border-top:0px;
	border-left:0px;
	border-bottom:0px;
	width: 205px;
	height: 140px;
}
.DocumentList .Item td.ReadMoreLink, .ProductDocumentList .Item td.ReadMoreLink
{
	vertical-align:bottom;
	height:15px;
	padding-left: 9px;
}
.DocumentList .Item a.ReadMore, .ProductDocumentList .Item a.ReadMore
{
    font-weight: bold;
    text-transform: uppercase;
    text-decoration: none;
    width: 191px;
}
.ProductDocumentList .Item td.Info
{
    padding: 3px;
    padding-left: 9px;
    padding-right: 9px;
    font-weight: bold;
}
.ProductDocumentList .Item td.Info .Info1
{
    float: left;
}
.ProductDocumentList .Item td.Info .Info2
{
    float: right;
}
.ProductDocumentListCount
{
    font-style: italic;
}
.ProductDocumentList
{
}
.ProductDocumentList .Label
{
}
.ProductDocumentList .Sep
{
}
.ProductDocumentList a
{
}
.ProductDocumentList a:hover
{
}

.NewsElement
{
    position: relative;
    top: 0px;
}
.NewsElement
{
    background-image: url(../Images/ribbon.jpg);
    background-repeat: no-repeat;
    width: 423px;
    margin-left: -15px;
    padding-top: 9px;
    padding-right: -9px;
    display: block; 
    margin-bottom:9px;
}
.NewsElement .Title
{
    width: 414px;
    padding-left: 15px;
    height: 24px;
    font: 13px Arial,Helvetica,sans-serif;
    font-weight: bold;
    text-transform: uppercase;
}
.NewsElement table
{
    width: 414px;
    height: 164px;
}
.NewsElement .Description
{
    width: 191px;
    padding-right: 9px;
    vertical-align: top;
    padding-left: 9px;
}
.NewsElement .Image
{
}
.NewsElement .Image img
{
	border-right: 9px white solid;
	border-top:0px;
	border-left:0px;
	border-bottom:0px;
	width: 205px;
	height: 140px;
}
.NewsElement td.ReadMoreLink
{
	vertical-align:bottom;
	height:15px;
	padding-left: 9px;
}
.NewsElement a.ReadMore
{
    font-weight: bold;
    text-transform: uppercase;
    text-decoration: none;
    width: 191px;
}


/* Agenda elements */
/* Right Agenda */
.Right .Agenda
{
    position: relative;
    line-height: 14px;
    width: 230px;
}
.Right .Agenda .AgendaImage
{
	margin-left:-15px;
}
.Right .Agenda .Month
{
    position: relative;
    height: 45px;
    left: -15px;
    padding-left: 15px;
    margin-top: 5px;
    background-image: url(../Images/RibbonAgenda.jpg);
    background-repeat: no-repeat;
    font-weight: bold;
    font-size: 13px;
    text-transform: uppercase;
}
.Right .Agenda .Item
{
    position: relative;
    font-weight: normal;
    font-size: 11px;
    text-transform: none;
    padding-left: 0px;
    margin-right: 25px;
    margin-bottom: 17px;
}
.Right .Agenda .Subject
{
    position: relative;
    font-weight: bold;
    text-transform: uppercase;
    margin-top: -2px;
}
.Right .Agenda .StartDate
{
    margin-top: 2px;
    width: 42px;
    margin-right: 10px;
    float: left;
}
.Right .Agenda .EndDate
{
}
.Right .Agenda .Description
{
    position: relative;
    margin-left: 52px;
}
.Right .Agenda .Location
{
    position: relative;
    margin-left: 52px;
}
.Right .Agenda .Category
{
    position: relative;
}
.Right .Agenda .ReadMore
{
    position: relative;
    font-weight: bold;
    text-transform: uppercase;
}
.Right .Agenda img 
{
	margin-bottom: 0px;
}
.Right .Agenda .NoResult
{
}
/* End Right Agenda */
/* Content Agenda */
.Content .Agenda
{
    position: relative;
    font-weight: normal;
    font-size: 11px;
    text-transform: none;
    padding-left: 0px;
    margin-right: 25px;
    margin-bottom: 45px;
    }
.Content .Agenda table 
{
    width:423px;
    margin-left:-15px;
    margin-top:15px;
}    

.Content .Agenda .AgendaImage
{
	display:none;
}
.Content .Agenda .Month 
{
    background-image: url(../Images/Ribbon2.jpg);
    background-position:0px -9px;
    background-repeat: no-repeat;
    height:35px;
}
.Content .Agenda .Month span
{
    display:block;
    height: 22px;
    left: -15px;
    padding-left: 15px;
    padding-top:5px;
    margin-top:9px;
    margin-bottom:9px;
    font-size: 13px;
    text-transform: uppercase;
    font-weight: bold;
    width:399px;
}
.Content .Agenda .Title span
{
    display:block;
    height: 22px;
    left: -15px;
    padding-left: 15px;
    padding-top:6px;
    font-size: 13px;
    text-transform: uppercase;
    font-weight: bold;
    width:399px;
    margin-bottom:9px;
}
.Content .Agenda .Date
{
    margin-bottom:15px;
    height: 65px;
    vertical-align:top;
    width:57px;
}
.Content .Agenda .Info
{ 
    vertical-align:top;
    width:171px;
    padding-left:9px;
}
.Content .Agenda .Info .Label
{ 
    font-weight:bold;
    text-transform:uppercase;
}
.Content .Agenda .Description
{
	vertical-align:top;
	width:171px;
	padding-right:9px;
}
.Content .Agenda .Location
{
}
.Content .Agenda .Category
{
}
.Content .Agenda .ReadMore
{
    font-weight: bold;
    text-transform: uppercase;
}
.Content .Agenda img 
{
	margin-left:15px;
}
.Content .Agenda .NoResult
{
}
/* End Content Agenda */
/* End Agenda Elements */



.SubscribeNewsletter
{
}
.SubscribeNewsletter .Label
{
}
.SubscribeNewsletter .EmailText
{
}
.SubscribeNewsletter .Submit
{
}
.SubscribeNewsletter .NewsletterList
{
}
.SubscribeNewsletter .NewsletterList td
{
}
.SubscribeNewsletter .NewsletterList label
{
}
.SubscribeNewsletter .NewsletterList input
{
}

/* SiteMap */
ul.SiteMap
{
}
ul.SiteMap li
{ 
}
ul.SiteMap li a
{
}
ul.SiteMap li.Li0
{
	border-top: 1px #7D543B solid;
	margin-top:15px;
}
ul.SiteMap li.Li1
{
	margin-left:15px;
}
ul.SiteMap li.Li2
{
	margin-left:30px;
	list-style:none;
}
ul.SiteMap li.LiExtra
{
	margin-top: 9px;
}
/* End SiteMap */


/* CmsSearch */
.CmsSearch
{
}
.CmsSearch table.SearchForm
{
                margin-bottom:15px;
}
.CmsSearch table.SearchForm td
{
    vertical-align: top;
    
}
.CmsSearch table.SearchForm td.Label
{
    padding: 3px 1px 0px 3px;
    width: 120px;
    height: 20px;
}
.CmsSearch table.SearchForm td.Field
{
    padding: 0px 0px 1px 1px;
     
}
.CmsSearch table.SearchForm td.Field input
{
    height:19px; 
}

.CmsSearch table.SearchForm td.Field .DefaultText
{
    width: 190px;
}
.CmsSearch table.SearchForm td.Field .Button
{
    display: block;
    width: 90px;
    height: 18px;
    text-align:center;
                vertical-align:top;
    text-transform:uppercase;
    padding-top:3px;
    font-size:12px;
    margin-top:0px;
}
.CmsSearch table.SearchForm td.Field a.Button:hover
{
}
.CmsSearch table.SearchForm td.Field .Checkbox
{
    width: 150px;
}
.CmsSearch .PageSizerCell
{ padding-bottom:9px;
}
.CmsSearch .PageSizerCell select
{
}
.CmsSearch table.SearchList
{
    width: 404px;
}
.CmsSearch table.SearchList th
{
    text-align: left;
   
}
.CmsSearch table.SearchList td
{
}
.CmsSearch table.SearchList tr.Header
{
    font-size:11px;
    padding-left:4px;
    height:20px;
  
}
.CmsSearch table.SearchList tr.Item
{              
    padding-left:4px;
    vertical-align:top;
    height:15px;
    
}
.CmsSearch table.SearchList tr.Item td
{ 
   padding-bottom:6px;
   }

.CmsSearch table.SearchList tr.Item:hover
{
   
}
.CmsSearch table.SearchList tr.AlternatingItem
{
    padding-left:4px;
    vertical-align:top;
    height:15px;
                padding-bottom:6px;
}
.CmsSearch table.SearchList tr.AlternatingItem td
{ 
   padding-bottom:6px;
   }

.CmsSearch table.SearchList tr.AlternatingItem:hover
{
    background-color: #eeeeee;
}
.CmsSearch table.SearchList a
{
}
.CmsSearch table.SearchList a:hover
{
}
.CmsSearch span.SearchListNoData
{
}
.CmsSearch .SearchPager
{
    width: 100%;
    text-align: center; 
    #padding-top:18px;
}
.CmsSearch .SearchPager table.Pager
{
}
.CmsSearch .SearchPager table.Pager td
{
    width: 26px;
    text-align: center;
}
.CmsSearch .SearchPager table.Pager td.OtherPage
{
}
.CmsSearch .SearchPager table.Pager td.CurrentPage
{
}
.CmsSearch .SearchPager table.Pager td.CurrentPage span
{
    border: solid 1px #cccccc;
    color: #000000;
    background-image: url(../Images/Gradient.gif);
    background-position: 0px -20px;
    padding: 5px;
    text-decoration: none;
    font-size: 11px;
    font-weight: bold;
    cursor: default;
}
.CmsSearch .SearchPager table.Pager a
{
    border: solid 1px #cccccc;
    color: #000000;
    background-image: url(../Images/Gradient.gif);
    background-position: 0px -20px;
    padding: 5px;
    text-decoration: none;
    font-size: 11px;
}
.CmsSearch .SearchPager table.Pager a:hover
{
    background-image: url(../Images/GradientCurrent.gif);
    background-position: 0px -20px;
}
/* End CmsSearch */


/* Google Search */
/* Search Form */
table.gsc-search-box
{
}
table.gsc-search-box td.gsc-input
{
    width: 200px;
}
table.gsc-search-box td.gsc-input input
{
    width: 99%;
    height: 15px;
    border: 1px #A8BB24 solid;
    background-repeat: repeat-x;
}

table.gsc-search-box td.gsc-search-button
{
}
table.gsc-search-box td.gsc-search-button input
{
    display: inline-block;
    width: 80px;
    height: 19px;
    margin-left: 3px; 
    #margin-top:1px;
    #margin-left:5px;
    padding-bottom:1px;
    border:none;
    text-align:center;
    text-decoration:none;
    background-color:#e8191e;
    font-size:11px;
    font-weight:bold;
    color:#ffffff;
    cursor:hand;
    cursor:pointer;
}

table.gsc-search-box td.gsc-clear-button
{
}
table.gsc-search-box td.gsc-clear-button div
{
    margin-top: 2px;
    margin-left: 4px;
    display: block;
    width: 16px;
    height: 16px;
    background: url(../images/icons/cancel.gif) no-repeat;
    text-decoration: none;
    cursor: hand;
    cursor: pointer;
}
/* end Search Form */
/* Product Search */
.ProdSearchTable {
	width:200px;
}
.ProdSearchFormDropdown
{
}

.Right .ProdSearchFormDropdown
{
    width: 190px;
    margin-left:5px;
    
}
.ProdSearchFormTextbox
{
}
.Right input.ProdSearchFormTextbox
{
    width: 182px;
    margin-left:5px;
}
.ProdSearchLabel
{

	padding-left:5px;
	padding-bottom:5px;
	padding-top:5px;
	font-weight:bold;
}


a.ProdSearchSubmit {
 display:block;
 width:80px;
 padding: 5px 10px 5px 10px;
 font-size:14px;
 font-weight:bold;
 text-align:center;
 float:right;
}

td.ProdSearchButtons {
	text-align:right;
	padding-right:5px;
	height: 40px;
}
/* end Product Search */

/* Results */
div.gsc-resultsbox-visible
{
}

table.gsc-resultsHeader /*Tabs width Search types*/
{
    display: none;
}

div.gsc-results
{
    margin-top: 10px;
    width: 97%;
}

div.gs-result /*Result item*/
{
    padding-top: 10px;
    padding-bottom: 20px;
    border-top: 1px #E8191E solid;
}
div.gs-result:hover
{
    background-color: #eeeeee;
}
div.gs-result div.gs-title
{
}
div.gs-result div.gs-title a
{
    font-size: 14px;
}
div.gs-result div.gs-title a:hover
{
    color: #E8191E;
    text-decoration: none;
}
div.gs-result div.gs-snippet
{
}
div.gs-result div.gs-visibleUrl
{
}
div.gs-result div.gs-visibleUrl-short
{
    display: none;
}
div.gs-result div.gs-visibleUrl-long
{
}
div.gs-result div.gs-watermark
{
    display: none;
}
div.gs-result div.gs-watermark a
{
}
/* end Results */

/* Paging */
div.gsc-cursor-box
{
    border-top: 1px #E8191E solid;
    padding-top: 20px;
    text-align: center;
}
div.gsc-cursor-box div.gsc-cursor-page
{
    border: solid 1px #E81B20;
    color: #000000;
    background-image: url(../Images/Gradient.gif);
    background-position: 0px -20px;
    padding: 5px;
    width: 12px;
    height: 12px;
    margin-right: 5px;
    display: inline;
    text-decoration: none;
    font-size: 11px;
    cursor: hand;
    cursor: pointer;
}
div.gsc-cursor-box div.gsc-cursor-page:hover
{
    background-image: url(../Images/GradientCurrent.gif);
}
div.gsc-cursor-box div.gsc-cursor-current-page
{
    cursor: default;
    text-decoration: none;
    font-weight: bold;
    background-image: url(../Images/GradientCurrent.gif);
}
div.gsc-cursor-box div.gsc-trailing-more-results
{
    display: block;
    margin-top: 8px;
}
div.gsc-cursor-box div.gsc-trailing-more-results a
{
}
/* end Paging */
/* end Google Search */


/* DocumentSubmittedFormOverview */
.DocumentSubmittedFormOverview
{
}
.DocumentSubmittedFormOverview .PageSizerCell
{
	padding-bottom: 5px;
}
.DocumentSubmittedFormOverview .PageSizerCell select
{
}
.DocumentSubmittedFormOverview table.List
{
	width: 100%;
}
.DocumentSubmittedFormOverview table.List th
{
    text-align: left;
}
.DocumentSubmittedFormOverview table.List td
{
}
.DocumentSubmittedFormOverview table.List tr.Header
{              
	height:20px;
	font-size:12px;
}
.DocumentSubmittedFormOverview table.List tr.Item
{
    cursor: pointer;
    cursor: hand;
}
.DocumentSubmittedFormOverview .Item 
{
	margin-top:6px;
}
.DocumentSubmittedFormOverview .Item .ReadMore
{
	text-transform:uppercase;
}
.DocumentSubmittedFormOverview .Item .SubItem0
{
	font: 13px Arial,Helvetica,sans-serif;
    font-weight: bold;
    text-transform: uppercase;
    padding-left: 15px;
    padding-top: 6px;
    display: block;
    width: 399px;
    height: 24px;
    margin-left: -15px;
    vertical-align: middle;
	margin-bottom:9px;
}
.DocumentSubmittedFormOverview .Item .SubItem1
{
}
.DocumentSubmittedFormOverview .Item .SubItem2
{
}
.DocumentSubmittedFormOverview .Item .SubItem3
{
}
.DocumentSubmittedFormOverview table.List tr.Item:hover
{
    background-color: #eeeeee;
}
.DocumentSubmittedFormOverview table.List tr.AlternatingItem
{
    cursor: pointer;
    cursor: hand;
    width: 399px;
}
.DocumentSubmittedFormOverview table.List tr.AlternatingItem:hover
{
    background-color: #eeeeee;
}
.DocumentSubmittedFormOverview table.List a
{
}
.DocumentSubmittedFormOverview table.List a:hover
{
}
.DocumentSubmittedFormOverview span.ListNoData
{
}
.DocumentSubmittedFormOverview .ListPager
{
    text-align: center; 
    #padding-top:18px;
}
.DocumentSubmittedFormOverview .ListPager table.Pager
{
}
.DocumentSubmittedFormOverview .ListPager table.Pager td
{
    width: 26px;
    text-align: center;
}
.DocumentSubmittedFormOverview .ListPager table.Pager td.OtherPage
{
}
.DocumentSubmittedFormOverview .ListPager table.Pager td.CurrentPage
{
}
.DocumentSubmittedFormOverview .ListPager table.Pager td.CurrentPage span
{
    border: solid 1px #cccccc;
    color: #000000;
    background-image: url(../Images/Gradient.gif);
    background-position: 0px -20px;
    padding: 5px;
    text-decoration: none;
    font-size: 11px;
    font-weight: bold;
    cursor: default;
}
.DocumentSubmittedFormOverview .ListPager table.Pager a
{
    border: solid 1px #cccccc;
    color: #000000;
    background-image: url(../Images/Gradient.gif);
    background-position: 0px -20px;
    padding: 5px;
    text-decoration: none;
    font-size: 11px;
}
.DocumentSubmittedFormOverview .ListPager table.Pager a:hover
{
    background-image: url(../Images/GradientCurrent.gif);
    background-position: 0px -20px;
}
/* End DocumentSubmittedFormOverview */

/* DocumentSubmittedFormDetail */
.DocumentSubmittedFormDetail
{
}
.DocumentSubmittedFormDetail .Label
{
}
.DocumentSubmittedFormDetail .Field
{
    vertical-align:top;
}
.DocumentSubmittedFormDetail .OnlyLabel
{
    font-weight:bold;
	vertical-align:top;
	display:none;            
}
.DocumentSubmittedFormDetail .OnlyField
{
    vertical-align:top;
    padding-left:10px;
	padding-bottom: 15px;
}
.DocumentSubmittedFormDetail .Item0
{
    font: 13px Arial,Helvetica,sans-serif;
    font-weight: bold;
    text-transform: uppercase;
    margin-top: 0px;
    padding-left: 15px;
    padding-top: 6px;
    display: block;
    width: 400px;
    height: 24px;
    margin-left: -15px;
    vertical-align: middle;
}
.DocumentSubmittedFormDetail .Item0 .Label
{
     display:none;
     width:0px;
}
.DocumentSubmittedFormDetail .Item0 .Field
{
	text-indent:15px;
}
.DocumentSubmittedFormDetail .Item1
{
	margin-top:6px;              
}
.DocumentSubmittedFormDetail .Item1 .Label
{
    display:none;
    width:0px;
}
.DocumentSubmittedFormDetail .Item1 .Field
{
}
.DocumentSubmittedFormDetail .Item2
{
    margin-top:15px;
}
.DocumentSubmittedFormDetail .Item2 .Label
{
    font-weight:bold;
    text-transform:uppercase;
    display:block;
}
.DocumentSubmittedFormDetail .Item2 .Field
{
}
.DocumentSubmittedFormDetail .Item3
{ 
    margin-top:15px;
}
.DocumentSubmittedFormDetail .Item3 .Label
{
    font-weight:bold;
    text-transform:uppercase;
    display:block;            
}
.DocumentSubmittedFormDetail .Item3 .Field
{
}
.DocumentSubmittedFormDetail .Item4
{
    margin-top:15px;
}
.DocumentSubmittedFormDetail .Item4 .Label
{
	font-weight:bold;
    text-transform:uppercase;
    display:block;
}
.DocumentSubmittedFormDetail .Item4 .Field
{
}
.DocumentSubmittedFormDetail .Item5
{
    margin-top:15px;
}
.DocumentSubmittedFormDetail .Item5 .Label
{
    font-weight:bold;
    text-transform:uppercase;
    display:block;
}

.DocumentSubmittedFormDetail .Item5 .Field
{
}
.DocumentSubmittedFormDetail .Item5 .Field .UploadImage
{
    margin-left:-15px;
}

.DocumentSubmittedFormDetail .Item6
{ 
    margin-top:15px;
}
.DocumentSubmittedFormDetail .Item6 .Label
{
	font-weight:bold;
    text-transform:uppercase;
    display:block;
}
.DocumentSubmittedFormDetail .Item6 .Field
{
}
.DocumentSubmittedFormDetail .Item7
{ 
    margin-top:15px;
}
.DocumentSubmittedFormDetail .Item7 .Label
{
	font-weight:bold;
    text-transform:uppercase;
    display:block;
}
.DocumentSubmittedFormDetail .Item7 .Field
{
}
.DocumentSubmittedFormDetail .Item8
{ 
    margin-top:15px;
}
.DocumentSubmittedFormDetail .Item8 .Label
{
	font-weight:bold;
    text-transform:uppercase;
    display:block;
}
.DocumentSubmittedFormDetail .Item8 .Field
{                
}
.DocumentSubmittedFormDetail .Item9
{ 
    margin-top:15px;
}
.DocumentSubmittedFormDetail .Item9 .Label
{
}
.DocumentSubmittedFormDetail .Item9 .Field
{              
}
.DocumentSubmittedFormDetail .Item10
{ 
    margin-top:15px;
}
.DocumentSubmittedFormDetail .Item10 .Label
{
}
.DocumentSubmittedFormDetail .Item10 .Field
{       
}
.DocumentSubmittedFormDetail .Item11
{ 
    margin-top:15px;
}
.DocumentSubmittedFormDetail .Item11 .Label
{
}
.DocumentSubmittedFormDetail .Item11 .Field
{
                
}
.DocumentSubmittedFormDetail .Item12
{ 
    margin-top:15px;
    margin-bottom:15px;
}
.DocumentSubmittedFormDetail .Item12 .Label
{
}
.DocumentSubmittedFormDetail .Item12 .Field
{
                
}
.DocumentSubmittedFormDetail .Item13
{ 
    margin-top:15px;
}
.DocumentSubmittedFormDetail .Item13 .Label
{
}
.DocumentSubmittedFormDetail .Item13 .Field
{
               
}
/* End DocumentSubmittedFormDetail */


/* FeedbackElement */
.Feedback
{
}

.Feedback .ListTitle
{
	font: 13px Arial,Helvetica,sans-serif;
    font-weight: bold;
    text-transform: uppercase;
    margin-top: 0px;
    margin-bottom:15px;
    padding-left: 15px;
    padding-top: 6px;
    display: block;
    width: 400px;
    height: 24px;
    margin-left: -15px;
    vertical-align: middle;
}
.Feedback .List
{
	margin-bottom:15px;
	margin-left:-15px;
}
.Feedback .List .Item
{
    width:414px;
}
.Feedback .List .Item .Name
{
    padding-right:15px;
    font-weight:bold;
    width:50px;
    vertical-align:top;
    margin-left:-15px;
    padding-left: 15px;
}
.Feedback .List .Item .Value
{
	width:450px;
}
.Feedback .List .NoResult
{
}

.Feedback .Editor
{             
	width:423px;
}
.Feedback .Editor .EditorTitle
{
    font: 13px Arial,Helvetica,sans-serif;
    font-weight: bold;
    text-transform: uppercase;
    margin-top: 0px;
    margin-bottom:15px;
    padding-left: 15px;
    padding-top: 06px;
    display: block;
    width: 400px;
    height: 24px;
    margin-left: -15px;
    vertical-align: middle;
}
.Feedback .Editor table
{              
	width:400px;
	margin-bottom:15px;
}
.Feedback .Editor table .Label
{
	font-weight:bold;
	width:60px;
	vertical-align:top;
	height:24px;
}
.Feedback .Editor table .Field
{
}
.Feedback .Editor table .Field input
{
    border:0px;
}
.Feedback .Editor table .OnlyLabel
{
    padding-right:15px;
    font-weight:bold;
    width:40px;
    vertical-align:top;
}
.Feedback .Editor table .OnlyField
{
}
.Feedback .Editor table .OnlyField textarea
{
	border:0px;
}
.Feedback .Editor table .Captcha
{
}
.Feedback .Editor table .Captcha .Instruction
{
}
.Feedback .Editor table .Captcha img
{
	position: relative;
	top: 4px;
}
.Feedback .Editor table .Captcha input
{
	margin-top:9px;
	border: 0px;
	margin-left: 10px;
}
.Feedback .Editor .Text
{
	width:330px;
}
.Feedback .Editor .LargeText
{
	width:330px;
	margin-left:60px;
	height:100px;
}
.Feedback .Editor .Rating
{
}
.Feedback .Editor .Rating td.Label
{
}
.Feedback .Editor .Rating td.Field
{
}

.Feedback .Editor .RequiredIndicator
{
	color: #ff0000;
}
.Feedback .Editor .Save
{
	display: inline-block;
    width: 90px;
    height: 18px;
    text-align:center;
    vertical-align:middle;
    text-transform:uppercase;
    padding-top:3px;
    font-size:12px;
}
.Feedback .Editor .Login
{
}
/* end FeedbackElement */

/* Icon images */
.UploadIcon
{
    display: inline-block;
	width: 43px;
	height:48px;
}
.Icon_PDF
{
}
.Icon_XLS
{
}
.Icon_DOC
{
}
.Icon_DOCX
{
}
/* end Icon images */


/* Form elements */
table.ElementForm
{
}
table.ElementForm td
{
    vertical-align: top;
    height:15px;
}
table.ElementForm td.Label
{
    padding: 10px 1px 0px 3px;
    width: 200px;
    height: 15px;
    font-weight:bold;   
}
table.ElementForm td.Field
{
    padding: 0px 1px 1px 1px;
}
table.ElementForm td.FieldBelow
{
}
table.ElementForm td.Buttons
{
    text-align:center;
    vertical-align:middle;
    text-transform:uppercase;
    margin-left: 10px;
	margin-top:5px;
}

.FormTextbox
{
}
.Right .FormTextbox
{
    width: 196px;
}
.FormTextboxReadonly
{
}

.FormDropdown
{
}
.Right .FormDropdown
{
    width: 196px;
}
.FormDropdownReadonly
{
}

.FormCheckboxList
{
}
.FormCheckboxList .DefaultText
{
}
.FormCheckboxListReadonly
{
}

.FormRadiobuttonList
{
}
.FormRadiobuttonListReadonly
{
}
.FormRadiobuttonList .DefaultText
{
}

.FormNumericTextbox
{
}

.FormDatetimeTextbox_Date .DefaultText
{
    text-align: center;
    width: 90px;
}
.FormDatetimeTextbox_Time
{
    text-align: center;
    width: 60px;
    margin-top: 2px;
}
.FormSubmit_Submit
{
    float:left;
    display: inline;
    height: 18px;
    padding:3px 5px 0 5px;
    margin-top: 15px;
    margin-right:10px;
    text-align: center;
    vertical-align: middle;
    text-transform: uppercase;
	font-size: 11px;
}
.FromSubmit_Submit:hover
{
}
.FormSubmit_Reset
{
    float:left;
    display: inline;
    height: 18px;
    padding:3px 5px 0 5px;
    margin-top: 15px;
    margin-right:10px;
	text-transform: uppercase;
	font-size: 11px;
}
.FormSubmit_ResultMessage
{
}
/* end Form elements */
/* end Viewing Elements */


/* CoolTip */
.CoolTip
{
    padding: 5px;
    z-index: 100000000;
    font-size: 9px;
    color: #000000;
    background-color: #FFFFC0;
    border: #000000 solid 1px;
}
.CoolTip td
{
    white-space: nowrap;
}
/* end CoolTip */


/* Speech Control */
.SpeechLinkContainer
{
	display: inline;
}
.SpeechLinkContainer a
{
	display: inline-block;
	width: 16px;
	height: 16px;
}
.SpeechLinkContainer a:hover
{
	background-image: url(../Images/SpeechOn.gif);
}
.SpeechLinkContainer .Loading
{
	display: inline-block;
	width: 16px;
	height: 16px;
	background-image: url(../Images/Loading.gif);
	background-repeat: no-repeat;
}

.SpeechPlayerContainer
{
	display: inline;
	position:relative; 
	top:-2px;
}
.SpeechPlayerContainer a
{
	margin-left: 1px;
	display: inline-block;
	width: 16px;
	height: 12px;
	background-image: url(../Images/DeleteSpeechPlayer.gif);
	background-repeat: no-repeat;
}
.SpeechPlayerContainer a:hover
{
}
/* end Speech Control */

/* iDeal */
.iDealForm
{
    margin-top: 10px;
}
.iDealForm .Message
{
    display:block;
    margin-top: 15px;
    margin-bottom: 5px;
}
.iDealForm .Label
{
    padding-top: 0px !important;
    width: 120px !important;
}
.iDealForm .LabelBefore
{
}
.iDealForm a.Payment
{
    margin-top: 5px;
    display: block;
    width: 59px;
    height: 53px;
    border: #ffffff solid 2px;
    background-image: url(../../../Images/iDEALsmall.gif);
    background-repeat: no-repeat;
    background-position: center center;
}
.iDealForm a:hover.Payment
{
    border-color: #cccccc;
}

.iDealResult
{
    margin-top: 10px;
}

.iDealError
{
    margin-top: 10px;
    color: Red;
}
/* end iDeal */
