/* Thema 1 */
/* bruin */

/* common items */

#dialogWindow
{
	border:1px solid #1D405A;
	font-family:Verdana;
	display:none;
	position:absolute;
	width:450px;
	background:#efefef;
}

#treeContainer
{
	padding:10px;
	margin:0px;
	width:850px;
	height:500px;
	overflow:auto;
	color:#ababab;
	background:#fefefe;
	border:1px solid #1D405A;
}

#div_ajax_loading2
{
	text-align:center;
	vertical-align:middle;
	position:absolute;
	left:0px;
	top:0px;
	width:100%;
	height:100%;
	z-index:0;
}

#div_ajax_loading
{
	text-align:center;
	vertical-align:middle;
	position:absolute;
	left:0px;
	top:0px;
	width:100%;
	height:100%;
	background-png2:url(images/overlay.png);
	z-index:0;
}

#tooltip
{
	display:none;
	background:#ffffff;
	position:absolute;
	border:1px solid #000000;
	padding:10px;
	
	z-index: 20;
	-moz-border-radius-bottomleft: 10px;
	-moz-border-radius-bottomright: 10px;
	-moz-border-radius-topleft: 0px;
	-moz-border-radius-topright: 10px;
	-moz-opacity: .87;

}

body
{
	color:#10304d;
}

/* menuitems */

td.menu
{
	background-color: #99bCDd;
	border-bottom:1px solid #1d4061;
}

td.submenu
{
	background-color: #1d4061;
	border-bottom:1px solid #ffffff;
	color:#ffffff;
	font-size:8px;
}

a.folder
{
	color: #381101;
}

a.folder:hover
{
	color: #DFC284;
}
::-moz-selection{
	background:#FFBFBD;
	color:#EA2720;
}
a.menu
{
	color : #1d4061;
	font-style : normal;
	font-family : Verdana;
	font-size : xx-large;
	padding:0px;
	margin:0px;
}
a.menu:hover
{
	color: #1d4061;
}
a.menu:visited
{
	color: #1d4061;
}

a.submenu
{
	color : black;
	font-style : normal;
	font-family : Verdana;
	font-size : medium;
	text-decoration : none;
}

a.submenu:hover
{
	color: #99bCDd;
	text-decoration : none;
}

a.menu1
{
	color : White;
	text-decoration : none;
}

a.menu1:hover
{
	color : #ffffff;
	text-decoration : none;
}

a.menu2
{
	color : #ffffff;
	text-decoration : none;
}

a.menu2:hover
{
	color : #ffffff;
	text-decoration:none;
}

a
{
	color : #FF56BD;
	text-decoration : underline;
}

a:visited
{
	color : #B300C4;
	text-decoration : underline;
}


a:hover
{
	color : #AC4DAB;
	text-decoration : underline;
}


/* end common items */

/* topSite items */

td.banner
{
 background:#B98A50
}

div.topbarTitle
{}

td.topbar
{
 background: #B5DC10;
}

td.logo
{
 background: #381101;
}

/* end topSite items */

tr.usertable1
{
	background-color:#FFEFED;
	color:#000000;
}

tr.usertable2
{
	background-color:#BE34A7;
	color:#000000;
}

tr.usertableActive
{
	background-color:#DAD9C9;
	cursor:pointer;
	color:#000000;
}


/* mainSite Items */
.mainTitle
{
 color: #1d4061;
}

td.main
{}

/* end mainSite Items */

/* leftSite Items */
td.leftBox
{
	background:#467097;

}

/* end leftSite Items */

/* rightSite Items */

td.rightBox
{
	background-image:url(images/blokjes-raster-oranje.jpg);
	border-left: 1px solid #c8c8c8;
}

.rightTitle
{
	color: #FF7F00;
}

.righttext
{}

/* search */
.search
{
	background:#ffffff;
	color: #381101;
	border-bottom:1px solid #381101;
}
/* end search *

* login */

input
{
	border:1px solid #7F9DB9;
}

select
{
	border:1px solid #7F9DB9;
}

textarea
{
	border:1px solid #7F9DB9;
}

input.login
{}


/* end login */

td.menu1
{
 color:#ffffff;
}

tr.menu2
{
	background:#AF443A;
}
td.menu2
{
	 color:#ffffff;
}

/* news items */
div.newsHeader
{
	background-png:url(images/nieuwsblokje-bruin.png);
}

table.newsitems
{
 background:#FAEFCA;
}

td.newsitem
{
	border-bottom: 1px solid #F3D9BA;
}

td.date
{
	color: #FF7F00;
}

/* end news items */

/* end rightSite Items */



