﻿* {
	margin: 0;
	padding: 0;
}
a {
	color: #ef802a;
	text-decoration: none;
}
a:hover
{
	text-decoration: underline;
}
body
{
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	background: url(../images/bg.main.jpg) repeat-x #959698;
}
/* TinyMCE specific rules */
body.mceContentBody {
   background: #FFF;
}

h1, h2, h3, h4, h5, h6
{
	color: #ef802a;
	font: bold 20px Myriad, Arial, Helvetica, sans-serif;
	letter-spacing: 1px;
	padding-bottom: 10px;
}
h1 img
{
	float: left;
	text-align: left;
}
h2
{
	font-size: 17px;
}
h3
{
	font-size: 15px;
}
h4
{
	font-size: 14px;
}
h5
{
	font-size: 13px;
}
h6
{
	font-size: 12px;
}

hr
{
	height: 1px;
	color: #ef802a;
	background-color: #ef802a;
	border: 0;
	margin: 5px 0;
}

ul { list-style: none; }

.ContentItemForm {
    overflow: hidden;
}
.ContentItemForm th {
    text-align: left;
}

.frameMain
{
	width: 900px;
	margin: 10px auto;
	background-color: #fff;
	position: relative;
}
.frameTabNav
{
	width: 890px;
	padding-left: 10px;
	list-style: none;
	height: 70px;
	overflow: hidden;
	background-image: url(../images/frame.tab.bg.gif);
}
.frameTabNav li {
    float: left;
    margin-left: 5px;
	width: 110px;
    height: 33px;
}
.frameTabNav a
{
	display: block;
	margin: 40px 0px 0px 0px;
	padding: 7px 0 0 0;
	height: 33px;
	width: 110px;
	text-align: center;
	text-decoration: none;
	background-image: url(../images/bg.tab.white.gif);
	background-repeat: no-repeat;
	color: #959698;
	font-weight: bold;
}
.frameTabNav a:hover
{
	background-image: url(../images/bg.tab.pink.gif);
	color: #fff;
}
.frameTabNav li.lastChild a:hover
{
	background-image: url(../images/bg.tab.blue.gif);
	color: #fff;
}
.frameTabNav li.activeTab a, .frameTabNav li.activeTab a:hover
{
	background-image: url(../images/bg.tab.orange.gif);
	color: #fff;
}
.frameHeader
{
	height: 160px;
	width: 870px;
	margin: 40px 0 0 15px;
	color: #fff;
}
.frameHeader .header {
    position: relative;
}
.frameHeader input, 
.frameHeader button
{
	border: none;
	background: #fff;
	width: 90px;
	height: 15px;
	border-top: 2px solid #ef802a;
	border-right: 2px solid #ef802a;
	font-size: 9px;
}

.frameHeader .searchInputDiv .textbox
{
    display: block;
    float: left;
}

.frameHeader button
{
    display: block;
    float: left;
    /*margin-left: 8px;*/
}

.frameHeader .btn:hover
{
    background: #FFFFFF !important;
}

.frameHeaderLogin .frameHeaderLoginBtn:hover
{
    background: none !important;
}

.frameHeaderLogin, .frameHeaderSearch
{
	height: 65px;
	width: 177px;
	padding: 10px 10px 10px 7px;
	background: no-repeat;
	position: absolute;
	left: 670px;
	top: 10px;
	font-size: 11px;
	font-weight: bold;
	overflow: hidden;
	z-index: 1;
}
.frameHeaderLogin {
    background-image: url(../images/bg.login.orange.png);
}
.frameHeaderSearch {
	height: 28px;
	background: no-repeat;
    background-image: url(../images/bg.search.orange.png);
    top: 95px;
	padding-top: 7px;
}
.frameHeaderSearch .btn
{
	border: none;
	width: 70px;
	margin-top: 2px;
	padding-bottom: 4px;
	font: bold 11px Verdana, Arial, Helvetica, sans-serif;
	color: #ef802a;
	margin-right: 15px;
}
input.frameHeaderLoginBtn
{
	background-color: #EC6F11;
	border: none;
	width: 80px;
	height: auto;
	margin: 9px 2px 2px 12px;
	color: #fff;
	font: bold 11px Verdana, Arial, Helvetica, sans-serif;
}
.frameHeaderAddress {
    position: absolute;
    top: 250px;
    left: 15px;
    width: 870px;
}
.frameHeaderAddress, .frameHeaderAddress a
{
	text-align: center;
	font: bold 12px Verdana, Arial, Helvetica, sans-serif;
	color: #fff;
}
.frameColorBar
{
	width: 870px;
	margin-left: 15px;
	height: 5px;
	border-top: solid 5px #ef802a;
	background-color: #E64487;
	border-bottom: solid 5px #0096CC;
	overflow: hidden;
}
.frameNav
{
	width: 870px;
	height: 40px;
	background-image: url(../images/bg.navigation.orange.gif);
	position: absolute;
	top: 70px;
	z-index: 2;
}
/* --------------------		START DROPDOWN NAVIGATIE	-------------------- */
.frameNav ul
{
	padding: 0;
	list-style: none;
	height: 25px;
	z-index: 1000;
}
.frameNav li
{
	float: left;
	position: relative;
	display: inline;
}
.frameNav li ul
{
	display: none;
	position: absolute;
	border-top: 5px solid #ef802a;
}
.Opdrachtgever .frameNav li ul
{
 border-top: 5px solid #e64487;
}
.frameNav li ul li
{
	display: block;
	width: 160px;
	overflow: hidden;
	clear: left;
}
.frameNav li ul li.lastChild {
    background: transparent url(../images/bg.dropdown.png) no-repeat left bottom;
    padding-bottom: 7px;
}
.frameNav ul li ul a
{
	color: #ef802a;
	border: 0;
	margin: 0;
	background-color: #fff;
}

.frameNav li ul li a:hover
{
	color: #7E5845;
}
.frameNav li:hover ul, li.over ul
{
	display: block;
}
.frameNav a
{
	padding: 5px 10px 4px 10px;
	border-right: 1px solid #ef802a;
	margin: 10px 0 0 0;
	display: block;
	text-decoration: none;
	color: #fff;
	font-weight: bold;
	font-size: 13px;
}
.frameNav a:hover, .frameNav li.activeMenu a
{
	background-color: #fff;
	color: #ef802a;
}
.Opdrachtgever .frameNav a:hover, .Opdrachtgever .frameNav li.activeMenu a
{
	background-color: #fff;
    color: #e64487;
}
.Opdrachtgever .frameNav a
{
	border-right: 1px solid #F6ADCD;
	color: #fff;
}	
/* --------------------		EINDE DROPDOWN NAVIGATIE		-------------------- */

.frameContent
{
	margin: 10px 15px;
	padding: 0 0 10px 0;
}
.frameContent img
{
	margin: 0 0 10px 0;
}
.frameContentLeft
{
	width: 200px;
	float: left;
}
.frameContentLeft div.image {
    background-repeat: no-repeat;
    width: 200px;
    height: 200px;
    margin: 0 0 10px 0;
}
.Onderwijs .frameContentLeft div.image1 {
    background-image: url(../images/home05.jpg);
}
.Onderwijs .frameContentLeft div.image2 {
    background-image: url(../images/medeling_orange_projectaanb.gif);
}
.Onderwijs .frameContentLeft div.image3 {
    background-image: url(../images/schoen-brommer.jpg);
}

.Opdrachtgever .frameContentLeft div.image1 {
    background-image: url(../images/meisje-blond_roze.jpg);
}
.Opdrachtgever .frameContentLeft div.image2 {
    background-image: url(../images/mededeling_wk_44_roze.jpg);
}
.Opdrachtgever .frameContentLeft div.image3 {
    background-image: url(../images/mp3-bont.jpg);
}
.Opdrachtgever .frameNav ul li ul a
{
	color:  #e64487;
}

.frameContentCenter
{
	width: 420px;
	float: left;
	margin: 0 25px;
}
.frameContentRight
{
	width: 200px;
	float: left;
	padding-bottom: 10px;
}
.frameContentRight .btn
{
	border: none !important;
	display: block;
	height: 18px;
	width: 180px;
	background-image: url(../images/bg.btn.orange.gif);
	margin-bottom: 10px;
	padding: 7px 10px 5px 10px;
	font-weight: bold;
	color: #DB6015;
}
.frameContentRight .btn:hover
{
	color: #9B440F;
}
.frameContentRight .btnMovie
{
	display: block;
	height: 18px;
	width: 180px;
	background-image: url(../images/bg.btn.movie.orange.gif);
	margin-bottom: 10px;
	padding: 7px 10px 5px 10px;
	font-weight: bold;
	color: #DB6015;
}
.frameContentRight .btnYoutube
{
	display: block;
	height: 18px;
	width: 180px;
	background-image: url(../images/bg.btn.youtube.orange.gif);
	margin-bottom: 10px;
	padding: 7px 10px 5px 10px;
	font-weight: bold;
	color: #DB6015;
}
.frameContentRight .mediatheek
{
	display: block;
	height: 18px;
	width: 180px;
	padding: 7px 10px 5px 10px;
	font-weight: bold;
	
	background-color: #facb99;
	background-image: url(../images/btn.media.sound.png);
	background-repeat: no-repeat;
}



.frameContentRight .mediatheek a
{
    margin-left: 45px;
    color: #fff;
}
.frameContentRight #MediatheekMenu .first
{
   
    background-image: url(../images/btn.media.video.png);
}
.frameContentRight #MediatheekMenu .lastChild
{
   
    background-image: url(../images/btn.media.photo.png);
}
.frameContentRight .mediatheek:hover
{
      background-color:  #ef802a;
}   
.frameContentRight .btnMovie:hover 
{
	color: #9B440F;
}

.frameContentRight .medewerker
{
	padding-right: 5px;
}
.frameContentRight .mediaBtn
{
	display: block;
	width: 145px;
	height: 18px;
	padding: 7px 5px 5px 50px;
	background-color: #facb99;
	color: #fff;
	font-weight: bold;
}
.frameContentRight .mediaSub
{
	display: block;
	width: 145px;
	height: 18px;
	padding: 7px 5px 5px 50px;
	background-color: #f39f61;
	font-weight: bold;
	color: #fff;
}
.frameContentRight .mediaBtn:hover, .frameContentRight .mediaSub:hover
{
	background-color: #ef802a;
	color: #fff;
}
.frameContentRight .mediaActive
{
	background-color: #ef802a;
	color: #fff;
}
.frameContentRight .mediaTitle
{
	display: block;
	width: 145px;
	height: 30px;
	padding: 15px 5px 5px 50px;
	background: url(../images/title.mediatheek.orange.gif) no-repeat;
	color: #ef802a;
	font: bold 16px Myriad, Arial, Helvetica, sans-serif;
	vertical-align: bottom;
}
.frameFooter
{
	width: 900px;
	height: 35px;
	background-image: url(../images/bg.footer.orange.gif);
	display: block;
}
.frameFooter a
{
	float: right;
	margin: 8px 20px;
	color: #FACB99;
}

/* STYLES ADDED BY OCTAVALENT */
.twitterHeader {
	color: #EF802A;
	font-size: 12px;
	font-weight: bold;
}
.tweets {
	padding: 0px 10px 16px 10px;
	list-style: none outside none;
}
.tweet p.text {
	margin-top: 0px;
	margin-bottom: 0px;
	padding-bottom: 0px;
}
.tweet p.date {
	margin-bottom: 10px;
	margin-top: 0px;
	padding-top: 0px;
}
/* Contact form */
table.contact
{
	border: none;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	width: 100%;
}

table.contact td.form
{
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

table.contact td.form span.errorMessage
{
	color: #ED8429;
}

table.contact td.form td
{
	margin: 0px 0px 0px 0px;
	padding: 0px 20px 0px 0px;
	vertical-align: top;
	white-space: nowrap;
}

table.contact td.form select.cbo
{
	border-top: solid 1px #FACB99;
	border-right: solid 1px #FACB99;
	border-bottom: solid 1px #ED8429;
	border-left: solid 1px #ED8429;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	width: 257px;
}

table.contact td.form input.textbox
{
	border-top: solid 1px #FACB99;
	border-right: solid 1px #FACB99;
	border-bottom: solid 1px #ED8429;
	border-left: solid 1px #ED8429;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 5px;
	width: 250px;
}

table.contact td.form button.btnCancel
{
	border: solid 1px #ED8429;
	background-color: #FFFFFF;
	color: #ED8429;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

table.contact td.form input.btnSave
{
	border: solid 1px #ED8429;
	background-color: #ED8429;
	color: #FFFFFF;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

table.contact td.form textarea.textarea
{
	border-top: solid 1px #FACB99;
	border-right: solid 1px #FACB99;
	border-bottom: solid 1px #ED8429;
	border-left: solid 1px #ED8429;
	font-family: Myriad, Arial, Helvetica, sans-serif;
	font-size: 12px;
	height: 100px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 5px;
	width: 250px;
}
/* Gallery */
div.galleryMenu
{
	text-align: right;
}
/* Search */
a.more
{
	float: right;
}
span.highlight
{
	background-color: #FACB99;
}
/******** Home **************************************************************/

.Home #nav, .Home #menu li {visibility:hidden;}
.Home .frameHeaderAddress 
{
    top: 85px;
    color: black;
    z-index:100;
    color: #fff;
}
.Home .frameNav { background-image: url(../images/bg.navigation.grey.gif); }
.Home .frameHeader input { border-color: #333333 }
.Home .frameHeader button { border-color: #333333 }
.Home .frameHeaderLogin { background-image: url(../images/bg.login.grey.png); z-index: 200;}
.Home input.frameHeaderLoginBtn { background-color: #76787B; }
.Home .frameHeaderSearch { background-image: url(../images/bg.search.grey.png); z-index: 200; }
.Home .frameHeaderSearch .btn { color: #7C7E81 !important; background-image: none !important; }
.Home .frameFooter { background-image: url(../images/bg.footer.grey.gif); }
.Home .frameFooter a {color:#ccc;}

/******** Onderwijs **************************************************************/

.Onderwijs table.people{width: 419px; border-collapse: collapse; height: 162px}
.Onderwijs table.people th{width: 200px; text-align:left; color:#DB6015; height:20px;}
.Onderwijs img.employeePhoto, img.gallerythumbnail, #PhotoGallery img{ border:none;}
/******** OPDRACHTGEVER **************************************************************/

.Opdrachtgever a { color: #e64487; }
.Opdrachtgever .frameHeaderAddress a { color: #fff; }
.Opdrachtgever h1, .Opdrachtgever h2, .Opdrachtgever h3, .Opdrachtgever h4, .Opdrachtgever h5, .Opdrachtgever h6 { color: #e64487; }
.Opdrachtgever hr { color: #e64487; background-color: #e64487; }
.Opdrachtgever .frameTabNav a:hover { background-image: url(../images/bg.tab.orange.gif); }
.Opdrachtgever .frameTabNav li.activeTab a, .Opdrachtgever .frameTabNav li.activeTab a:hover { background-image: url(../images/bg.tab.pink.gif); }
.Opdrachtgever .frameNav { background-image: url(../images/bg.navigation.pink.gif); }
.Opdrachtgever .frameHeader input { border-color: #e64687; }
.Opdrachtgever .frameHeaderLogin { background-image: url(../images/bg.login.pink.png); }
.Opdrachtgever input.frameHeaderLoginBtn { background-color: #E33270; }
.Opdrachtgever .frameHeaderSearch { background-image: url(../images/bg.search.pink.png); }
.Opdrachtgever .frameHeaderSearch .btn { color: #e33270; }

.Opdrachtgever .frameContentRight .btn { background-image: url(../images/bg.btn.pink.gif); }
.Opdrachtgever .frameContentRight .btn:hover { color: #851243; }
.Opdrachtgever .frameContentRight .btnMovie { background-image: url(../images/bg.btn.movie.pink.gif); }
.Opdrachtgever .frameContentRight .btnMovie:hover { color: #851243; }
.Opdrachtgever .frameContentRight .btnYoutube { background-image: url(../images/bg.btn.youtube.pink.gif); }
.Opdrachtgever .frameContentRight .mediatheek {background-color: #F6ADCD;}
.Opdrachtgever .frameContentRight .mediatheek:hover {background-color: #e64487;}
.Opdrachtgever .frameContentRight .mediaBtn{ background-color: #e64487; }
.Opdrachtgever .frameContentRight .mediaBtn:hover, .Opdrachtgever .frameContentRight .mediaSub:hover
{
	background-color: #e33270;
	color: #fff;
}
.Opdrachtgever .frameContentRight .mediaTitle
{
	
	background: url(../images/title.mediatheek.pink.gif) no-repeat;
	color: #e64487;
}

.Opdrachtgever .frameFooter { background-image: url(../images/bg.footer.pink.gif); }
.Opdrachtgever .frameFooter a { color: #F6ADCD; }

.Opdrachtgever span.highlight { background-color: #F6ADCD; }



/******** PROPERTYGRID **************************************************************/
table.PropertyGrid{
    float: left;
    margin: 0 0 10px 0;
}
table.PropertyGrid th{
    background-color: #FFFFFF;
    color: #880000;
    font-weight: bold;
    vertical-align: top;
}
table.PropertyGrid tr.rowEven th { background-color: #f0f0f0; }
table.PropertyGrid tr.rowOdd th { background-color: #FFFFFF; }
table.PropertyGrid tbody th, table.PropertyGrid .Body th {
    width: 135px;
}

.th-smaller table.PropertyGrid tbody th.nowrap, .th-smaller table.PropertyGrid tr.Body th.nowrap
table.th-smaller tbody th, table.th-smaller .Body th {
    width: 100px;
}
table.PropertyGrid tbody th.nowrap, table.PropertyGrid tr.Body th.nowrap {
    width: auto;
}
table.PropertyGrid tbody td, table.PropertyGrid .Body td{
    color: #000000;
}
table.PropertyGrid tfoot td{
    background-color: #FFFFFF;
}
table.PropertyGrid tbody select, table.PropertyGrid .Body select, 
table.PropertyGrid tbody textarea, table.PropertyGrid .Body textarea{
    border: 1px solid #CCCCCC;
    width: 95%;
}
table.PropertyGrid input.textbox, table.PropertyGrid input.password,
table.PropertyGrid input[type=text], table.PropertyGrid input[type=password]{
    border: 1px solid #CCCCCC;
    padding: 2px 1px;
    width: 95%;
}
table.PropertyGrid input[type=checkbox], table.PropertyGrid input[type=radio]{
   margin: 0 5px 0 0;
   vertical-align:text-bottom;
}

table.PropertyGrid td div{
    position: relative;
}
table.PropertyGrid div span.warning{
    display: block;
    position: absolute;
    top: 0;
    right: -9px;
}

/* runtime */
.TableRunTime thead th, .TableRunTime tr.Header th{
    border-top: 3px solid #CCCCCC;
    font-weight: bold;
    width: auto;
}
.SectionRunTime thead th, .SectionRunTime tr.Header th{
    border-top: 1px solid #CCCCCC;
    width: auto;
}
/*.RunTime tbody th,*/
.RunTime .Body th, .RunTime tbody th{
    font-weight: normal;
}
.RunTime .Body th.text { font-weight: bold; }
.RunTime .Body td.header { color: #880000; }
.RunTime textarea{
    border: 1px solid #CCCCCC;
    padding: 2px 0;
}

.RunTime .Body .description  {
    color: #808080; 
}

/* designtime */
.DesignTime{
    width: 400px;
}
.TableDesignTime thead tr, .TableDesignTime tr.Header{
    background-color: #888888;
}
.SectionDesignTime thead tr, .SectionDesignTime tr.Header{
    background-color: #c6c6c6;
}
.DesignTime tbody th, .DesignTime .Body th{
    background-color: #c6c6c6;
}
.DesignTime td{
    background-color: #e6e6e6;
}
.DesignTime tbody td input[type=text], .DesignTime .Body td input[type=text]{
    width: 40px;
}
.DesignTime tbody th input[type=text], .DesignTime .Body th input[type=text]{
    font-weight: bold;
    text-align: right;
    width: 129px;
}

table.PropertyGrid tbody textarea.orderInformation, table.PropertyGrid .Body textarea.orderInformation {
    height: 100px;
}

#contactForm table
{
    width: 410px;
}

/******** MESSAGES *******************************************************************/
/* general */
div.displayMessage{
    background-repeat: no-repeat;
    background-position: 6px 6px;
    font-size: 100%;
    font-weight: bold;
    margin: 11px 0px 5px 15px;
    padding: 5px 20px 20px 56px;
    width: 794px;
}

div.displayMessage p {
    margin: 12px 0 0 0;
}

div.displayMessage code {
    color: #A31515;
    display: block;
    margin: 0 0 6px 0;
}

div.displayMessage ul {
    margin: 12px 0 0 12px;
}

div.displayMessage h3 {
    display: block;
    font-weight: bold;
    font-size: 120%;
    margin: 12px 0 0 0;
}

/* hint */
div.hint {
    color: #666666;
    background-color: #f8f8f8;
    border-top: 1px dotted #cccccc;
    border-bottom: 1px dotted #cccccc;
    background-image: url(../../../Content/icons/32x32/lightbulb.png);
    display:none;
    font-weight: normal;
}

div.hint a{
    text-decoration: underline;
}

/* success */
div.success{
    color: #006600;
    background-color: #e6f8dd;
    background-image: url(../../../../ValentNet/Content/icons/32x32/ok.png);
}

/* information */
div.information{
    color: #0f436c;
    background-color: #e4edf4;
    background-image: url(../../../../ValentNet/Content/icons/32x32/information.png);
}

/* warning */
div.warning{
    color: #e1a506;
    background-color: #FFFEDF;
    background-image: url(../../../../ValentNet/Content/icons/32x32/sign_warning.png);
}

/* error */
div.error{
    color: #9c0000;
    background-color: #FBE6F2;
    background-image: url(../../../../ValentNet/Content/icons/32x32/error.png);
}

.rightlink {float:right;}

#headerImage {
   z-index: 0;
}

.RandomImage {
   width: 870px;
   height: 160px;
}

