 /**
 * @history: fkamos - css for apiary modular toolbox  2004
 */


 /**
  * first some definitions for the overall document, make footer stay on bottom
  */

html, body {
	height: 100%;
	color: #000000;
	background-color: #FFFFFF0;
	font-family: Verdana,Arial,Helvetiva,sans-serif;
	font-size: 12px;

}
body {
	margin: 0;
	padding: 0;
	margin-left: auto;
	margin-right: auto;
	text-color: #000000;
	

}
#container {
	position: relative;
	min-height: 100%;
	height: 100%;
	height: auto;
	text-align: left;
}

html>body #container {
	height: auto;
}

#content {
	padding: 0px;
	padding-bottom: 48px;
	margin-left: auto;
	margin-right: auto;
	width:90%;
}

.header {
	color: #000000;
	background : #efefef;
	font-weight:bold;
	padding: 0px;
	margin: 0px;
	margin-top: 10px;
	font-size: 14px;
	font-family: "courier new",courier;

}

.login {
	color: #000000;
	background : #ffffff;
	font-weight:bold;
	font-size: 14px;
	font-family: "courier new",courier;
	border: 0px;
}


selected,.selected {
	color: #cc0000;
}



navi,.navi {
	padding: 3px;
	//padding-top: 5px;
	padding-bottom: 5px;
	text-align: left;
	margin-top: 0px;
	margin-bottom: 10px;
	background : #e0e0e0;
	font-weight: bold;
}

inline_navi,.inline_navi {
	background : #e0e0e0;
	font-weight: bold;
	font-size: 8pt;
	//padding-top: 10px;
	//padding-bottom: 10px;
	//display: inline; // if used: no margin, no padding
	text-align: right;
	margin-top: 0px;
	margin-bottom: 10px;
}

#footer {
	width: 90%;
	min-width: 90%;
	position: absolute;
	bottom: 25px;
	left: 0px;
	text-align: center;
      font-size : 7px;
}


b {
	font-size: -1;
	font-weight: bold;
}

small,.small {
	font-size: 8px;
	font-weight:bold;
}



 /***********************************************
 * tables
 **********************************************/

table {
	text-align: left;
	cellspacing: 0;
	cellpadding: 2;
	empty-cells: show;
	width: 100%;
	margin-top: 10px;
	margin-bottom: 10px;

}


.tableheader {
	background : #e0e0ef;
	font-weight: bold;
	font-size: 10pt;
}

.highlightedrow {
	background : #e0e0e0;
}

.lowlightedrow {
	background : #f0f0f0;
}

.highlightedrowdeadline {
	background : #e0e0e0;
	color : #ff0000;
}

.lowlightedrowdeadline {
	background : #f0f0f0;
	color : #ff0000;
}

/*** define styles for data types in table cells **/
td {
	text-align: left; // default
}

td.decimal, th.decimal {
	text-align: right;
}



 /*********************************************
 * links decoration, color
 **********************************************/
a:hover{
	text-decoration: underline;
}
a {
	text-decoration: none;
	color : #0000b4;
}
a:link {
	 color: #444444;	/* unvisited link */
}

a:visited {
	 color: #777777;	/* visited links */
}
a:active {
	 color: #3300FF;	/* active links */
}


 /******************************************************************
 * stuff used in modules - first dbwidget, dbadmin
 ******************************************************************/


pager,.pager {
	background : #e0e0ef;
	//display: inline;
	text-align : center;
	padding: 3px;
	margin-top: 5px;
	margin-bottom: 5px;
	font-weight: bold;
	font-size: 10pt;
}

button,.button {
    background : #e0e0ef;
	font-weight: bold;
	font-size: 10pt;
	color: #000000;
	border-style: solid;
	border-color: #e0e0f0
}

//input,test,.test,#test {
	//background-color: #e0e0e0;
	//color: #000000;
	//border-style: solid;
	//border-color: #e0e0f0
//}