/**************************************************************************/
/* Copyright 	ADL Software Engineering B.V. 2012  All Rights Reserved.  */
/*                                                                        */
/* Created by	June 2012	Allard Legger	ADL Software Engineering B.V. */
/**************************************************************************/

body {
/*	background: #aaa; */
/*	background-color:Tan; */
}

/* Table */
td {
	vertical-align:text-top;
}

/* header */
h1   {color:maroon;font-size:20pt;}
hr   {color:navy;}

/* paragraph */
p    {font-size:11pt;margin-left:15px;}

/* link */
a:link    {color:gray;}
a:visited {color:yellow;}
a:hover   {color:black;}
a:active  {color:White;}

/**************************************************************************/
/* OneUI LOTUS class Selectors */
.lotusUser {
	color:red;
	display:block;
}
/*
 <body class="lotusui tundra">
    <div class="lotusFrame">
        <div class="lotusBanner"></div>
        <div class="lotusTitleBar"></div>
        <div class="lotusPlaceBar"></div>
        <div class="lotusMain">
            <div class="lotusColLeft"></div>
            <div class="lotusColRight"></div>
            <div class="lotusContent"></div>
        </div>
        <div class="lotusFooter"></div>
        <div class="lotusLegal"></div>  
    </div>
</body> 
*/
.lotusui {}
.lotusForm {
/*	background-color:black; */ 
/*	background-color:DarkRed; */	
}
/*
.lotusFormButton {}
.lotusAction {}
.lotusFrame {}
.lotusBanner {}
.lotusTitleBar {}
.lotusPlaceBar {}
.lotusMain {}
.lotusColLeft {}
.lotusColRight {}
.lotusContent {}
.lotusRightCorner {}
.lotusBottomCorner {}
.lotusInner {}
.lotusAccess {}
*/
.lotusInlinelist {}
.lotusUtility {}
*/
.lotusFirst {}
.lotusInlinelist {} 
.lotusLinks {}
.lotusTabs {}
.lotusSelected {}
.lotusBtnContainer {}
.lotusBtn {}
.lotusAltText {}
.lotusMenu {}
.lotusMenuHeader {	
	border-color:#ccc;
	color:#008800; 
}
.lotusMenuSection {}
.lotusFooter {}
.lotusLast {}
.lotusLegal {}
.lotusLicense {}
*/

/*** T I T L E   B A R 	***/
/*the blue bar under the , that contains tabs and search UI*/
.lotusTitleBarContent ul.lotusTabs a {}
.lotusTitleBarContent ul.lotusTabs a:visited {}

/*** P L A C E   B A R   A C T I O N S   ***/
.buttonStyle{}
/**************************************************************************/

/* DOMINO class Selectors *
.domino-richtext {}
.domino-table {}
.domino-table--emptycell {}
*/

/* EXTENTION class Selectors *
.xsp {}
.xspInputFieldRichText{}
.tundra {}
*/

/**************************************************************************/
/* id Selectors */

/* Class Selectors */
/** Applicatie Layout **/
.applicatieLayoutPanel {
	margin-left:1.0%;
	margin-right:1.0%;
}
/** Site Header **/
.masterHeader {
	background-color:black;
}
.masterHeaderRT {
	/*background-color:black;*/
	background-color: #525252;
	background-image: -moz-linear-gradient(center top , #000000 0%, #525252 100%);
	padding: 0 10px;
	color:white;
	width: 98.5%;
}
.bannerApplicationLinks {}
/** Tab bar **/
/** Tab **/
/** Left Navigation **/

/******************************* Content **********************************/
/************************** View Content **********************************/
.columnHeaderTitle {
	font-size:16pt;
	color:rgb(255,128,64);
	font-weight:bold
}
.iconColumn {
	width:60px;
}
.notFoundText {
	font-size:12pt;
	color:rgb(255,228,164);
	font-weight:bold
}
/************************** Page Content **********************************/
.pageHeaderContent {
	font-size:16pt;color:rgb(255,128,64);font-weight:bold
}
h2.pageHeaderContent {
	font-size:16pt;color:rgb(255,128,64);font-weight:bold
}
h3.categoryHeader {
	background: #ccc;
	padding: 5px 10px;
}
td.titleColumn {
	font-size: 1em;
	color: #666;
	width:320px;
}
td.dateColumn {
	font-size: 1em;
	color: #666;
	width:100px;
}
td.labelColumn {}
td.statusColumn {
	font-size: 1em;
	color: #666;
	width:320px;
}
td.actionColumn {}
td.buttonColumn {}
td.stringColumn {
	text-align:center;
}
/** hidden fields **/
.hiddenField {
	color:red;
}

/** Right Navigation **/

/** Footer **/

/** Content List Page **/
td.column1Content {
	width: 50px;
}
td.column2Content {
	width: 100px;
}
td.column3Content {
	width: 300px;
}
td.column4Content {
	width: 200px;
}
td.column5Content {
	width: 100px;
}
							/* vb
							td.titleColumn {
								font-size: 1em;
								color: #666;
								width:120px;
							}
							td.descriptionColumn {
								width: 300px;	
							}
							td.unitColumn {
								width: 70px;	
							}
							*/
/** Content Quatro Page **/
table.contentQuatroTable {
	padding:0px 0px 0px 0px;
	margin:0px 0px 0px 0px;
	
}
td.contentQuatroTableCell {
	width:600px;
	height:150px;
	padding:0px 0px 0px 0px;
	margin:0px 0px 0px 0px;
	border-style:solid;
	border-width:15px;
	border-color:#FFFFFF;
}

/* ******** search page  ******** */
.searchResultsLabel{
	color: rgb(217,217,217);
}
td.columnHeaderTitle {}
td.columnExtraHeaderTitle {}
td.columnExtra0 {}
td.columnExtra1 {
	background-color:rgb(229,229,229);
	width: 500px;
}
td.columnExtra2 {
	background-color:rgb(206,213,242);
}
div.notFoundText {
	color: rgb(206,213,242);
}

/* ******** Configuration page  ******** */
.xspInputFieldEditBox.editBoxNormalSize {
	width: 340px;
}
.xspInputFieldEditBox.editBoxLargeSize {
	width: 685px;
}
