﻿.LinkButton:hover, .LinkButton:link, .LinkButton:selected, .LinkButton span
{
    text-decoration: none;
    font-size:12px;
    color:Red;
}

.LinkButtonSelected:hover, .LinkButtonSelected:link, .LinkButtonSelected:selected, .LinkButtonSelected span
{
    text-decoration: none;
    font-size:12px;
    color:Aqua;
}

.GridViewRowStyle td, .GridViewAlternatingRowStyle td
{
    /* style for the td*/
    border: none;    
}


.GridViewStyle
{
    /* 	border-right: 2px solid #A7A6AA; 	border-bottom: 2px solid #A7A6AA; 	border-left: 2px solid white; 	border-top: 2px solid white; 	padding: 4px; */
    border: none;
}

.GridViewStyle a
{
    color: #FFFFFF;
    border: none;
}

.GridViewHeaderStyle th
{
    /* 	border-left: 1px solid #EBE9ED; 	border-right: 1px solid #EBE9ED; */
    border: none; /* text-align: left; */
}

.GridViewHeaderStyle
{
    /*height: 35px; 	background-image: url(../images/gridView/headCommon.gif); 	background-position: center; 	background-repeat: repeat-x; 	padding-left: 8px; 	padding-right: 8px;*/
    background-position: #FFFFCC;
    padding-left: 0px;
    padding-right: 0px;
    background-image: none;
    border-top: solid 1px #474747;
    border-bottom: solid 1px #474747;
    background: #f0f0f0;
    height: 12px;
    background: #FFFFFF; /* #004C93; */
    color: #000000;
    font-weight: bold; /* text-align: left; */
}

.GridViewFooterStyle
{
    background-color: #5D7B9D;
    font-weight: bold;
    color: White;
}

/* Rij stijl in een grid */
.GridViewRowStyle
{
    padding: 7px 5px 3px 5px;
    border: none;
    font-family: Verdana;
    font-size: 11px;
    font-weight: normal;
    height: 20px;
}

.GridViewAlternatingRowStyle
{
    background-position: #CCFFFF;
    padding: 7px 5px 3px 5px;
    background: #F0F8FF;
    border: none;
    font-family: Verdana;
    font-size: 11px;
    font-weight: normal;
    height: 20px;
}

.GridViewRowStyle td, .GridViewAlternatingRowStyle td
{
    /* border: 1px none #EBE9ED; */
    border: none;
}

.GridViewSelectedRowStyle
{
    background-color: #FFFF99;
    font-family: Verdana;
    font-size: 11px;
    font-weight: normal;
    height: 20px;
}

.GridViewPagerStyle
{
    background-color: #284775;
    color: #FFFFFF;
}

.GridViewPagerStyle table /* to center the paging links*/
{
    margin: 0 auto 0 auto;
}

table.stats
{
    text-align: center; /*font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;*/
    color: #333333;
    font-size: 10pt;
    width: 100%;
    background-color: #F7F6F3;
    border: 0px solid #000000;
    border-collapse: collapse;
    border-spacing: 0px; /* 	text-align: center; 	color: #333333; 	font-size: 10pt; 	width: 100%; 	background-color: #F7F6F3; 	border: 0px; 	border-collapse: collapse; 	border-spacing: 0px; 	*/
}

.collapsePanel
{
    width: 640px;
    height: 0px;
    background-color: white;
    overflow: hidden;
}

.collapsePanelHeader
{
    width: 640px;
    height: 20px;
    color: #004C93;
    font-weight: normal;
    font-size: medium;
    float: none;
    padding: 5px;
    cursor: pointer;
    vertical-align: middle;
}

.accordionHeader
{
    border: 1px solid #2F4F4F;
    color: white;
    background-color: #2E4d7B;
    font-family: Verdana;
    font-size: 12px;
    font-weight: normal;
    font-weight: bold;
    padding: 5px;
    margin-top: 5px;
    cursor: pointer;
}

.accordionContent
{
    background-color: #D3DEEF;
    border: 1px dashed #2F4F4F;
    border-top: none;
    padding: 5px;
    padding-top: 10px;
}

.accordionLink
{
    background-color: #D3DEEF;
    color: white;
}

.watermark
{
    background: #FFAAFF;
}

.popupControl
{
    background-color: #AAD4FF;
    position: absolute;
    visibility: hidden;
    border-style: solid;
    border-color: Black;
    border-width: 2px;
}

.modalBackground
{
    background-color: Gray;
    filter: alpha(opacity=70);
    opacity: 0.7;
}

.modalPopup
{
    background-color: #ffffdd;
    border-width: 3px;
    border-style: solid;
    border-color: Gray;
    padding: 3px;
    width: 250px;
}

.sampleStyleA
{
    background-color: #FFF;
}

.sampleStyleB
{
    background-color: #FFF;
    font-family: monospace;
    font-size: 10pt;
    font-weight: bold;
}

.sampleStyleC
{
    background-color: #ddffdd;
    font-family: sans-serif;
    font-size: 10pt;
    font-style: italic;
}

.sampleStyleD
{
    background-color: Blue;
    color: White;
    font-family: Arial;
    font-size: 10pt;
}

#master_content .dropShadowPanel span
{
    color: white;
    text-decoration: underline;
}
#master_content .dropShadowPanel span:hover
{
    text-decoration: none;
}


.dropShadowPanel
{
    /*width:300px;*/
    background-color: #5377A9;
    color: white;
    font-weight: bold;
}

/*Textbox Watermark*/

.unwatermarked
{
    height: 18px;
    width: 148px;
}

.watermarked
{
    height: 20px;
    width: 150px;
    padding: 2px 0 0 2px;
    border: 1px solid #BEBEBE;
    background-color: #F0F8FF;
    color: gray;
}

.validatorCalloutHighlight
{
    background-color: Orange;
}

table.stats
{
    background-color: Transparent;
}


table.stats td
{
    font-family: Verdana;
    font-size: 11px;
    font-weight: normal;
    text-align: left;
    height: 30px;
}

table.stats td.right
{
    font-family: Verdana;
    font-size: 11px;
    font-weight: normal;
    text-align: right; /*border: 1px #fff solid;*/
}

table.stats td.nothing
{
    border-style: none; /*border: 2px solid #000000;*/
}

table.stats td.hed
{
    font-family: Verdana;
    font-size: 11px;
    font-weight: bold;
}


table.formulier
{
    width: 100%;
}


table.formulier td
{
}

table.formulier td.right
{
    font-family: Verdana;
    font-size: 11px;
    font-weight: normal;
    text-align: right; /*border: 1px #fff solid;*/
}

table.formulier td.nothing
{
    border-style: none; /*border: 2px solid #000000;*/
}

table.formulier td.hed
{
    font-family: Verdana;
    font-size: 11px;
    font-weight: normal;
}



.textinput
{
    background-color: #F7F6F3;
    color: #000;
    padding: 0px;
    text-align: left; /* border: 1px #fff solid;*/ /*border: 2px solid #000000;*/
    border-style: solid;
    border-width: thin;
}

.textinputsmall
{
    background-color: #F7F6F3;
    color: #000;
    padding: 0px;
    text-align: left; /* border: 1px #fff solid;*/ /*border: 2px solid #000000;*/
    border-style: solid;
    border-width: thin;
}

.textboxreadonly
{
    border-style: none;
    font-size: 9pt;
    color: #C0C0C0;
    width: 75;
}

.nvInvisible
{
    visibility: hidden;
    width: 0px;
}

.nvTransparent
{
    margin: inherit;
    background-color: transparent;
    border-style: none;
}

.nvTransparentLeft
{
    margin: inherit;
    background-color: transparent;
    text-align: left;
    border-style: none;
}

.nvTransparentLeftBold
{
    margin: inherit;
    background-color: transparent;
    color: #FF0000;
    text-align: left;
    font-weight: bold;
    border-style: none;
}

.nvTransparentRightBold
{
    margin: inherit;
    background-color: transparent;
    color: #FF0000;
    text-align: right;
    font-weight: bold;
    border-style: none;
}

.nvTransparentRight
{
    margin: inherit;
    background-color: transparent;
    text-align: right;
    border-style: none;
}

/***********/
/***********/
/***********/
/***********/

/*Modal Popup*/
.modalBackground
{
    background-color: Gray;
    filter: alpha(opacity=70);
    opacity: 0.7;
}

.modalPopup
{
    background-color: #ffffdd;
    border-width: 3px;
    border-style: solid;
    border-color: Gray;
    padding: 3px;
    width: 250px;
}


.required
{
    border-style: none;
    background-color: #FFFF00;
}

.notrequired
{
    border-right: #000000 thin;
    border-top: #000000 thin;
    border-left: #000000 thin;
    border-bottom: #000000 thin;
    visibility: hidden;
}

.categorie
{
    border-right: #000000 thin;
    border-top: #000000 thin;
    border-left: #000000 thin;
    border-bottom: #000000 thin;
    background-color: #FFCCFF;
}

.requiredreadonly
{
    border-right: #000000 thin;
    border-top: #000000 thin;
    border-left: #000000 thin;
    border-bottom: #000000 thin;
    background-color: transparent;
    text-align: left;
}

.transparentright
{
    border-right: #000000 thin;
    border-top: #000000 thin;
    border-left: #000000 thin;
    border-bottom: #000000 thin;
    background-color: transparent;
    text-align: right;
    width: 40px;
}

.dropdownlist
{
    border: thin solid #333333;
    color: #333333;
    font-size: xx-small;
}

.dropdownlistrequired
{
    border: thin solid #333333;
    color: #333333;
    font-size: xx-small;
    background-color: #FFFF00;
}

label
{
    border-style: none;
    text-align: left;
    color: #333333;
    font-size: 10pt;
}

.radiobuttionlist
{
    border-width: thick;
    border-style: solid;
    text-align: right;
    color: #333333;
    font-size: 10pt;
}

a.nvButtonYUI:link, a.nvButtonYUI:visited, a.nvButtonYUI:active, a.nvButtonYUI
{
    text-decoration: none;
    width: 125px;
    height: 20px;
    font-family: Tahoma;
	font-size: 11px;
	font-weight: normal;
	color: #000;
	background: url(images/yui/sprite.png) #d8d8d8 repeat-x;
    padding: 0.35em 0.75em;
    margin-right: 0.01em;
    vertical-align: bottom;
    border: solid 1px #a3a3a3;
}

a.nvButtonYUI_selected:link, a.nvButtonYUI_selected:hover, a.nvButtonYUI_selected:visited, a.nvButtonYUI_selected:active, a.nvButtonYUI_selected
{
    text-decoration: none;
    width: 125px;
    height: 20px;
    font-family: Tahoma;
	font-size: 11px;
	font-weight: normal;
	color: #fff;
	background: url(images/yui/sprite.png) #2647a0 repeat-x left -1400px;
    padding: 0.35em 0.75em;
    margin-right: 0.01em;
    vertical-align: bottom;
    border: solid 1px #a3a3a3;
}

a.nvButtonYUI:hover
{
    text-decoration: none;
    background: url(images/yui/sprite.png) #bfdaff repeat-x left -1300px;
}


/************************************************************/
/* ajax__tab_nv-theme theme */
.ajax__tab_nv-theme .ajax__tab_header
{
    /*
    font-family: arial,helvetica,clean,sans-serif;
    font-size: small;
    border-bottom: solid 5px #2647a0;
    */
    font-family: Tahoma;
	font-size: 11px;
	font-weight: normal;
	color: #FFFFFF;
}
.ajax__tab_nv-theme .ajax__tab_header .ajax__tab_outer
{
    background: url(images/yui/sprite.png) #d8d8d8 repeat-x;
    
    margin: 0px 0.16em 0px 0px;
    padding: 1px 0px 1px 0px;
    
    vertical-align: bottom;
    border: solid 1px #a3a3a3;
    border-bottom-width: 0px;
}
.ajax__tab_nv-theme .ajax__tab_header .ajax__tab_tab
{
    color: #000;
    
    padding: 0.35em 0.75em;
    margin-right: 0.01em;
    
}
.ajax__tab_nv-theme .ajax__tab_hover .ajax__tab_outer 
{
    background: url(images/yui/sprite.png) #bfdaff repeat-x left -1300px;
}
.ajax__tab_nv-theme .ajax__tab_active .ajax__tab_tab
{
    color: #fff;
}
.ajax__tab_nv-theme .ajax__tab_active .ajax__tab_outer
{
    background: url(images/yui/sprite.png) #2647a0 repeat-x left -1400px;
}
.ajax__tab_nv-theme .ajax__tab_body
{
    /*
    font-family: verdana,tahoma,helvetica;
    font-size: 10pt;
    */
    /*
    padding: 0.25em 0.5em;
    */
    background-color: #edf5ff;
    border: solid 1px #808080;
    border-top-width: 0px;
}


/* ajax__tab_xp-theme theme */
.ajax__tab_xp-theme .ajax__tab_header
{
    font-family: verdana,tahoma,helvetica;
    font-size: 11px;
    background: url(images/xp/tab-line.gif) repeat-x bottom;
}
.ajax__tab_xp-theme .ajax__tab_header .ajax__tab_outer
{
    padding-right: 4px;
    background: url(images/xp/tab-right.gif) no-repeat right;
    height: 21px;
}
.ajax__tab_xp-theme .ajax__tab_header .ajax__tab_inner
{
    padding-left: 3px;
    background: url(images/xp/tab-left.gif) no-repeat;
}
.ajax__tab_xp-theme .ajax__tab_header .ajax__tab_tab
{
    height: 13px;
    padding: 4px;
    margin: 0;
    background: url(images/xp/tab.gif) repeat-x;
}
.ajax__tab_xp-theme .ajax__tab_hover .ajax__tab_outer
{
    background: url(images/xp/tab-hover-right.gif) no-repeat right;
}
.ajax__tab_xp-theme .ajax__tab_hover .ajax__tab_inner
{
    background: url(images/xp/tab-hover-left.gif) no-repeat;
}
.ajax__tab_xp-theme .ajax__tab_hover .ajax__tab_tab
{
    background: url(images/xp/tab-hover.gif) repeat-x;
}
.ajax__tab_xp-theme .ajax__tab_active .ajax__tab_outer
{
    background: url(images/xp/tab-active-right.gif) no-repeat right;
}
.ajax__tab_xp-theme .ajax__tab_active .ajax__tab_inner
{
    background: url(images/xp/tab-active-left.gif) no-repeat;
}
.ajax__tab_xp-theme .ajax__tab_active .ajax__tab_tab
{
    background: url(images/xp/tab-active.gif) repeat-x;
}
.ajax__tab_xp-theme .ajax__tab_body
{
    font-family: verdana,tahoma,helvetica;
    font-size: 10pt;
    border: 1px solid #999999;
    border-top: 0;
    padding: 8px;
    background-color: #ffffff;
}

/* ajax__tab_yuitabview-theme theme (img/yui/sprite.png) */
.ajax__tab_yuitabview-theme .ajax__tab_header
{
    font-family: arial,helvetica,clean,sans-serif;
    font-size: small;
    border-bottom: solid 5px #2647a0;
}
.ajax__tab_yuitabview-theme .ajax__tab_header .ajax__tab_outer
{
    background: url(images/yui/sprite.png) #d8d8d8 repeat-x;
    margin: 0px 0.16em 0px 0px;
    padding: 1px 0px 1px 0px;
    vertical-align: bottom;
    border: solid 1px #a3a3a3;
    border-bottom-width: 0px;
}
.ajax__tab_yuitabview-theme .ajax__tab_header .ajax__tab_tab
{
    color: #000;
    padding: 0.35em 0.75em;
    margin-right: 0.01em;
}
.ajax__tab_yuitabview-theme .ajax__tab_hover .ajax__tab_outer
{
    background: url(images/yui/sprite.png) #bfdaff repeat-x left -1300px;
}
.ajax__tab_yuitabview-theme .ajax__tab_active .ajax__tab_tab
{
    color: #fff;
}
.ajax__tab_yuitabview-theme .ajax__tab_active .ajax__tab_outer
{
    background: url(images/yui/sprite.png) #2647a0 repeat-x left -1400px;
}
.ajax__tab_yuitabview-theme .ajax__tab_body
{
    font-family: verdana,tahoma,helvetica;
    font-size: 10pt;
    padding: 0.25em 0.5em;
    background-color: #edf5ff;
    border: solid 1px #808080;
    border-top-width: 0px;
}

/* ajax__tab_technorati-theme theme */
.ajax__tab_technorati-theme .ajax__tab_header
{
    font-family: "Helvetica Neue" , Arial, Sans-Serif;
    background: url(images/technorati/tab-line.png) repeat-x bottom;
    font-size: 12px;
    display: block;
}
.ajax__tab_technorati-theme .ajax__tab_header .ajax__tab_outer
{
    background: url(images/technorati/tab.png) no-repeat left top;
    border-color: #222;
    color: #222;
    padding-left: 10px;
    margin-right: 3px;
}
.ajax__tab_technorati-theme .ajax__tab_header .ajax__tab_inner
{
    background: url(images/technorati/tab.png) no-repeat right top;
    border-color: #666;
    color: #666;
    padding: 3px 10px 2px 0px;
}
.ajax__tab_technorati-theme .ajax__tab_hover .ajax__tab_inner
{
    color: #000000;
}
.ajax__tab_technorati-theme .ajax__tab_active .ajax__tab_outer
{
    background: url(images/technorati/tab.png) no-repeat 0pt -40px;
    border-bottom-color: #ffffff;
}
.ajax__tab_technorati-theme .ajax__tab_active .ajax__tab_inner
{
    background: url(images/technorati/tab.png) no-repeat right -40px;
    color: #000000;
    border-color: #333;
}
.ajax__tab_technorati-theme .ajax__tab_body
{
    font-family: verdana,tahoma,helvetica;
    font-size: 10pt;
    padding: 8px;
    background-color: #ffffff;
    border: solid 1px #d7d7d7;
    border-top-width: 0;
}

/* ajax__tab_msngallery-theme theme */
.ajax__tab_msngallery-theme .ajax__tab_header
{
    background: url(images/msngallery/tab-line.png) repeat-x bottom;
    font-size: 12px;
    display: block;
}
.ajax__tab_msngallery-theme .ajax__tab_header .ajax__tab_outer
{
    border: solid 1px #D7DCE1;
    padding: 1px 1px 0px 1px;
    border-bottom: solid 2px #A8D4D9;
    background-color: #edf2fb;
}
.ajax__tab_msngallery-theme .ajax__tab_header .ajax__tab_tab
{
    padding: 6px 10px 6px 10px;
    color: #444444;
    width: 117px;
    display: block;
    text-align: center;
}
.ajax__tab_msngallery-theme .ajax__tab_header .ajax__tab_tab img
{
    height: 24px;
    width: 24px;
}
.ajax__tab_msngallery-theme .ajax__tab_header .ajax__tab_tab div
{
    font-family: Verdana, Arial, Sans-Serif;
    font-weight: bold;
    white-space: nowrap;
    line-height: 145%;
    font-size: 92%;
}
.ajax__tab_msngallery-theme .ajax__tab_active .ajax__tab_outer
{
    padding: 0px 0px 0px 0px;
    border: solid 2px #A8D4D9;
    border-bottom-color: #ffffff;
    background-color: #ffffff;
}
.ajax__tab_msngallery-theme .ajax__tab_body
{
    font-family: verdana,tahoma,helvetica;
    font-size: 10pt;
    padding: 8px;
    background-color: #ffffff;
    border: solid 2px #A8D4D9;
    border-top-width: 0;
}

/* ajax__tab_ie-theme theme */
.ajax__tab_ie-theme .ajax__tab_header
{
    padding-left: 5px;
}
.ajax__tab_ie-theme .ajax__tab_header .ajax__tab_tab
{
    margin-right: 0px;
    background: url(images/ie/tab_unselected.gif);
    width: 116px;
    padding: 9px 0px 3px 0px;
    text-align: center;
    color: #006699;
    font-family: verdana;
    font-size: 13px;
    display: block;
}
.ajax__tab_ie-theme .ajax__tab_active .ajax__tab_tab
{
    padding: 6px 0px 3px 0px;
    background: url(images/ie/tab_selected.gif);
}
.ajax__tab_ie-theme .ajax__tab_body
{
    background: url(images/ie/ie_tabbacker_720x296.jpg) no-repeat;
    font-size: 13px;
    font-family: verdana;
    height: 296px;
    width: 716px;
}
.ajax__tab_ie-theme .ajax__tab_body div
{
    padding: 8px;
}

