/*" NXT.css "*/

@import "beschikbaarheid.css";
@import "NXTView.css";
@import "ppd.css";

/**
 * This stylesheet sets the global style definitions
 */

body {
	font-family: Arial, Verdana;
	font-size: 11px;
	color: #000000;
	background-color: #FFFFFF;
	text-align: left;
	margin-left: 15px;
	margin-top: 10px;
}

hr.msg_board {
	border: 0px;
	color: #ffffff;
	background-color: #ffffff;
	height: 1px;
	width: 85%;
}

/** hyperlinks **/

a {
	color: #333333; /* Dit is de kleur van een hyperlnk */
	text-decoration: none;
}
	
a:link {
	color: #333333; /* Dit is de kleur van een hyperlnk */
	text-decoration: none;
	}
	
a:visited {
	color: #333333; /* Dit is de kleur van een bezochte hyperlink */
	text-decoration: none;
	}

a:active {
	color: #336699; /* Dit is de kleur van een active link */
	text-decoration: underline;
}

a:hover {
	color: #336699; /* Dit is de kleur als je over een hyperlink gaat */
	text-decoration: underline;
}

/******* TABLE ******/
table {
	border-collapse: collapse;
}

/** donker en licht zijn precies omgedraait **/
.licht {
	background-color: #BBBBCC;
}

.donker {
	background-color: #DDDDDD;
}

tr.rood {
	background-color: #ff9999;
}

td.rood {
	background-color: #ff9999;
}

th {
	vertical-align: top;
	font-size: 12px;	
	text-align: left;
	font-weight: bold;
	background-color: #DDDDDD;
	color: #333333;
}

.groen{
	
	background-color: #99ff99;
}
.rood{
	background-color: #ff9999;
}
.orange{
	background-color: #ffcc33;
	text-align: center;
}

.geel {
	background-color: #ffff99;
}

td {
	font-size: 11px;
	text-align: left;
	vertical-align: top;
}
td.beschikOverZicht {
	text-align: center;
}

.txtRight {
	text-align: right;
}

td.submenu {
	padding-left: 5px;
	line-height: 17px;
	font-weight: bold;
	font-size: 11px;
	font-weight: bold;
	text-transform: lowercase;
}

td.wit {
	background-color: #FFFFFF;
}

/****** DIV ********/
div {
	spacing: 0px;
	margin: 0px;
}

/****** FORM *******/
form {
	display: inline;
}

.form {
}

input {
	font-family: Arial, Verdana;
	font-size: 10px;
	border: 1px solid;
	/*width: 100%;*/
}

select {
	font-family: Arial, Verdana;
	font-size: 10px;
	border: 1px solid;
}

textarea {
	font-size: 10px;
	font-family: Arial, Verdana;
	border: 1px solid;
	/*width: 100%;*/
	background-color: transparent;
}

.button {
	width: 150px;
	text-align: center;
}

/*" Image "*/
img {
	border: 0px;
}

img.menu {
	vertical-align: top;
	cursor: pointer;
}

img.link {
	cursor: pointer;
}

/*" The global indicator DIV. 
	This DIV is used for displaying global loadTime. 
	Eg Loading catalog
"*/
#indicator {
	position: absolute;
	z-index: 9;
	color: black;
	background-color: transparent;
	border: 0px solid;
	left: 20px;
	top: 20px;
}


/************************ TEXT ************************/
h1 {
	line-height: 20px;
	font-weight: bold;
	font-size: 16px;
	color: #666666;
}

h2 {
	line-height: 15px;
	font-weight: bold;
	font-size: 12px;
	color: #333366;
	margin-top: 10px;
}

p.msg_board {
	color: #666666;
	margin-left: 3px;
	letter-spacing: 1px;
	margin-top: 0px;
	margin-bottom: 0px;
	line-height: 13px;
}

p.message {
	font-weight: bold;
	font-size: 10px;
	line-height: 12px;
}

p.error {
	font-family: System, Terminal, Monaco;
	font-size: 11px;
	line-height: 16px;
	color: #ff6666;
	font-weight: bold;
}

/*" 
	IE Javascript execution DIV
"*/
div.ieJavascript {
	display: none;
	visibility: hidden;
	overflow: hidden;
	border: 0px solid;
	position:absolute;
}

/****************** Placeholders **********************/
#TPHeader {
	position: relative;
}

#sysinfo {
	position: relative;
}

#menubar {
	position: relative;
	margin-bottom: 0px;
}

#submenubar {
	position: relative;
}

/*
#TPContent {
	position: relative;
	border: 0px solid;
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	height: 450px;
	overflow: auto;
}*/

#TPContent {
	position: relative;
	border: 0px solid;
	/*margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;*/
	height: 450px;
	width: 945px;
	overflow: auto;
}

#customActions {
	position: relative;
}

#loguit {
	position: relative;
}

#msg_board {
	position: relative;
	overflow: auto;
	height: 515px;
}

#TPLocatieVoorkeur, #TPDeelnemerVoorkeur {
	border: 1px solid;
	border-color: #DDDDDD;
	height: 250px;
	width: 200px;
	overflow: auto;
}

#shiftsavemessage {
	font-size: 9px;
	line-height: 10px;
	color: #ff6666;
	font-weight: bold;
}

.verticaltext {
	writing-mode: tb-rl;
	filter: flipv fliph;
}

/*" #hoverInfo: Style for the feed hover DIV. 
	Or any other object that wants to use the hoverInfo DIV 
"*/
.hoverInfo {
	border:1px solid #BBBBCC;
	display:none;
	position:absolute;
	width:200px;
	padding:7px;
	z-index: 11;
	overflow: auto;
}

/** Credit nota **/
.creditfactuur {
	background-color: #ffffff;
	color: #000000;
	letter-spacing: 2px;
	font-size: 15pt;
	font-weight: bold;
}
.creditAdres {
	text-align: right;
	font-size:14pt;
}

.creditNota {
	font-size: 9pt;
}

.creditNotaBedrag {
	font-size: 9pt;
	text-align: right;
}
