﻿body 
{
    /*height: 					90%;*/
}

/*===tbv Uitklappen submenu=================*/
ul.subnav-false {
	display:                none;
}

ul.mainnav a.item, ul.mainnav a.item:visited {
	line-height: 			24px;
	padding:					0 32px;
	height:					24px;
	text-decoration: 		none;
	color:					#50470d;
	display:					block;
	
}

ul.mainnav a.item:hover {
	color:					#50470d;
	text-decoration:		underline;
}

ul.mainnav a.item.true, ul.mainnav a.item.true:visited {
	line-height: 			24px;
	padding:					0 32px;
	height:					24px;
	text-decoration:		none;
	color:					#50470d;
	display:					block;
}

/* -----contextmenu-----------------------------------------------------------------*/
.ContextMenu
{
    text-align:left;
    display:none;
    cursor:hand;
}

.ContextMenuHover
{
    display:block;
    cursor:hand;
}

.AdminContextmenuDiv
{
   border            : 0px solid black; 
   display           : none;
}


/* -----uitklap gesorteerd-----------------------------------------------------------------*/
table.table1 th a, table.table1 th a:visited {
	font-weight:            bold;
    text-decoration:        none;
    padding:				0 18px 0 0;
}

table.table1 th.sorted-up a {
	background:				transparent url("../images/pijltje_omhoog.gif") no-repeat scroll right center;
	color:					#000000;
	font-weight:			bold;
	display:				table;
	zoom:                   1;	
}
      
table.table1 th.sorted-down a {
	background:				transparent url("../images/pijltje_omlaag.gif") no-repeat scroll right center;
	color:					#000000;
	font-weight:			bold;
	display:				table;
	zoom:                   1;	
}  
/* --------------------------------------------------------------------------------------------------------
popup
---------------------------------------------------------------------------------------------------------*/

div.popup{
   border            : 1px solid #6D6D6D; 
   display           : block; 
   z-index           : 100; 
   position          : absolute;
}
div.contextmenu 
{
   text-align:left;
   border:			solid 1px #000000;
   background-color : #FDFAFF;
   border            : solid 1px #7C7C94; 
   margin: 0;
   padding: 1px;
}

.row-false
{
    background        : #FDFAFF url('../images/bg_contextmenu.gif') repeat-y scroll 0px 0px;
    padding: 4px 5px 4px 5px;
    background-color: Transparent;
}
.row-true
{
    background        : #FDFAFF url('../images/bg_contextmenu.gif') repeat-y scroll 0px 0px;
    padding: 3px 4px 3px 4px;
    border: solid 1px #000;    
}
div.contextmenu a
{
   padding-left:23px;
   text-decoration   : none;
   color             : #000;
}
a.cm_add 
{
	background: 			transparent url("../images/ic_add.gif") no-repeat 0 center;
}
a.cm_edit
{
	background: transparent url("../images/ic_bewerken.gif") no-repeat 0 center;
}
a.cm_delete 
{
	background: 			transparent url("../images/ic_verwijder.gif") no-repeat 0 center;
}
a.cm_properties 
{
	background: 			transparent url("../images/intro_globale.gif") no-repeat 0 center;
}
a.cm_enabled 
{
	background: 			transparent url("../images/icons/tick_border.gif") no-repeat 0 center;
}
a.cm_active 
{
	background: 			transparent url("../images/icons/tick.gif") no-repeat 0 center;
}
a.cm_cross
{
    background: 			transparent url("../images/icons/cross.gif") no-repeat 0 center;
}
a.cm_disabled 
{
    
}

a.cm_preview
{
    background: 			transparent url("../images/icons/eye.gif") no-repeat 0 center;
}

a.cm_up
{
    background: 			transparent url("../images/icons/tv_icon_arrow_up.gif") no-repeat 0 center;
}

a.cm_down
{
    background: 			transparent url("../images/icons/tv_icon_arrow_down.gif") no-repeat 0 center;
}

a.back {
	background: 			transparent url("../images/pijltje_links.gif") no-repeat 0 0;
	padding:		 			0 0 0 12px;
	margin:					0 10px 0 0;
}

.header .help_top {
	background: 			transparent url("../images/ic_hulp.gif") no-repeat 0 0;
	padding:		 		0 5px 0 20px;
}
.indent
{
    margin-left:25px;
    line-height:25px;
}
.tv_item_disabled, .tv_item_disabled:hover, .tv_item_disabled:active, .tv_item_disabled:visited
{
    color: #D0CCBE;
    text-decoration: line-through;
}
.tv_item_enabled
{
    color: #000;
    text-decoration: none;
}

.SiteSelector
{
    
}

span.error {
	background: 			transparent url("../images/error.gif") no-repeat 2px 0;
	padding-left: 			20px;
	padding: 1px 3px 0px 24px;
	text-decoration:		none;
	margin:					0px;
	height: 12px;
	color: #ff0000;
}

input.error {
	border: solid 1px #FF0000;
}

div.selecterror 
{
	border: 1px solid #ff0000; 
	padding: 1px;
	float:left;
}


a.remove {
	background: 			transparent url("../images/ic_verwijder.gif") no-repeat 0 center;
	padding:		 			0 0 0 18px;
	margin-right: 			20px;
	float: 					right;
}
a.news-add {
	background: 			transparent url("../images/newspaper_add.gif") no-repeat 0 0;
	padding:		 			0 0 0 20px;
}
a.formpage-add {
	background: 			transparent url("../images/newspaper_add.gif") no-repeat 0 0;
	padding:		 			0 0 0 20px;
}

a.formpage-edit {
	background: 			transparent url("../images/icons/newspaper.gif") no-repeat 0 0;
	padding:		 			0 0 0 20px;
}

a.property-add {
	background: 			transparent url("../images/ic_add.gif") no-repeat 0 0;
	padding:		 			0 0 0 20px;
}
a.category-add {
	background: 			transparent url("../images/ic_add.gif") no-repeat 0 0;
	padding:		 			0 0 0 20px;
}

select.homepage
{
    width:200px;
}
