
.normal {
	color: #000000;
	font-size: 12px;
	font-family: verdana,arial,sans-serif;
}

body {
  color: #000000;
  font-size: 12px;
  font-family: verdana,arial,sans-serif;
  width: 100%;
}


label {
	color: #000000;
	font-weight: bold;
	font-size: 12px;
	font-family: verdana,arial,sans-serif;
}



.attributetable {
	width: 80%;
}

.small {
  font-size: 10px;
}


.main-table {
	position: absolute;
	top: 61px;
	left: 0px;
  width: 50%;
}

div.topmenulogo {
	position:absolute;
	left:0;
	top:0;
}


.toolbars {
	padding-left: 0px;
	padding-right: 0px;
	width: 80%;
}


.toolbarheading {
	background-color: #DCDCDC;
	color: #000000;
	font-weight: bold;
	font-size: 16px;
	font-family: verdana,arial,sans-serif;
	vertical-align: middle;
}

.maincontentheader {
	color: #000000;
	font-weight: bold;
	font-size: 16px;
	font-family: verdana,arial,sans-serif;
	vertical-align: middle;
}

.objectheader {
	color: #000000;
	font-weight: bold;
	font-size: 18px;
	font-family: verdana,arial,sans-serif;
	vertical-align: middle;
}

.toolbarpath {
	background-color: #e0e0e0;
}

.toolbarbuttons {
	background-color: #EDEDED;
}

.list	{
	border-bottom: 1px solid #BDBDBD;
	border-right: 1px solid #BDBDBD;
}


.generaltable	{
	border-bottom: 1px solid #BDBDBD;
	border-right: 1px solid #BDBDBD;
}
.darkrowpadding {
	background-color: #EDEDED;
	border-top: 1px solid #BDBDBD;
	border-left: 1px solid #BDBDBD;
	padding: 5px;
}
.brightrowpadding {
	background-color: #FFFFFF;
	border-top: 1px solid #BDBDBD;
	border-left: 1px solid #BDBDBD;
	padding: 5px;
}




.childrentable	{
	border-bottom: 1px solid #BDBDBD;
	border-right: 1px solid #BDBDBD;
}
.darkrow {
	background-color: #EDEDED;
	border-top: 1px solid #BDBDBD;
	border-left: 1px solid #BDBDBD;
	padding-left: 1px;
	padding-right: 1px;
}
.brightrow {
	background-color: #FFFFFF;
	border-top: 1px solid #BDBDBD;
	border-left: 1px solid #BDBDBD;
	padding-left: 1px;
	padding-right: 1px;
}

.blackchildrentable	{
	border-bottom: 1px solid #BDBDBD;
	border-right: 1px solid #BDBDBD;
}
.blackdarkrow {
	background-color: #EDEDED;
	border-top: 1px solid #BDBDBD;
	border-left: 1px solid #BDBDBD;
}
.blackbrightrow {
	background-color: #FFFFFF;
	border-top: 1px solid #BDBDBD;
	border-left: 1px solid #BDBDBD;
}









.mainarea {
	position: absolute;
	left: 180px;
	top: 61px;
	/*border: solid 1px;*/

	padding-left: 10px;
	padding-right: 10px;
	padding-top: 0px;

	/* Scrolling content:
	width: 600px;
	height: 500px;
	overflow: scroll;
*/
}

.debug {
	position: absolute;
	left: 0px;
	top: 1800px;
	/*border: solid 1px;*/

	padding-left: 10px;
	padding-right: 10px;
	padding-top: 0px;

	/* Scrolling content:*/
	width: 600px;
	height: 500px;
	overflow: scroll;

}


.hidden { visibility: hidden; }

.button {
	border: #CDCDCD 1px solid;
	font-size: 12px;
	font-weight: bold;
	font-family: verdana,arial,sans-serif;
	background-color: #EDEDED;
	color: #2C88B5;
}

.defaultbutton {
	border: #909090 1px solid;
	font-size: 12px;
	font-weight: bold;
	font-family: verdana,arial,sans-serif;
	background-color: #EDEDED;
	color: #2C88B5;
}


a						{ font-family: verdana,arial,sans-serif;  text-decoration:none; }
a:link			{ color: #5B8AD6; }
a:active		{ color: #000000; }
a:visited		{ color: #5B8AD6; }
a:hover			{ color: #000000; }

a.menu         { font-family: verdana,arial,sans-serif;  text-decoration: none; }
a.menu:link    { color: #5B8AD6; }
a.menu:active  { color: #000000; }
a.menu:visited { color: #5B8AD6; }
a.menu:hover   { color: #000000; }

a.black         { font-family: verdana,arial,sans-serif;  text-decoration: none; }
a.black:link    { color: #000000; }
a.black:active  { color: #000000; }
a.black:visited { color: #000000; }
a.black:hover   { color: #505050; }

table.menuboxright {
  border-left: solid 1px #DCDCDC;
  padding-left: 12px;
}


.lmenutest {
	width: 20px;
}


/* Table borders */
td.ul {
	border-top: solid black 1px;
	border-left: solid black 1px;
}

td.lr {

}


/* TDs */
td.black-bottom-right {
        border-right: 1px black solid;
        border-bottom: 1px black solid;
        background-color: white;
        color: #000000;   
        font-size: 12px;
        font-family: verdana,arial,sans-serif;
}
        
td.black-box{
        border: 1px black solid;
        background-color: white;
        color: #000000; 
        font-size: 12px;
        font-family: verdana,arial,sans-serif;
}

td.black-top-left-right {
        border-top: 1px black solid;   
        border-left: 1px black solid;
        border-right: 1px black solid;
        background-color: white;
        color: #000000;
        font-size: 12px;
        font-family: verdana,arial,sans-serif;
}
        
td.black-top-right {
        border-top: 1px black solid;
        border-right: 1px black solid;
        background-color: white;
        color: #000000;
        font-size: 12px;
        font-family: verdana,arial,sans-serif;
}       

td.black-top-bottom-right {
        border-top: 1px black solid;
        border-bottom: 1px black solid;
        border-right: 1px black solid;
        background-color: white;
        color: #000000;
        font-size: 12px;
        font-family: verdana,arial,sans-serif;
}

td.black-top-bottom-left {
        border-top: 1px black solid;
        border-bottom: 1px black solid;
        border-left: 1px black solid;
        background-color: white;
        color: #000000;
        font-size: 12px;
        font-family: verdana,arial,sans-serif;
}

td.black-bottom {
        border-bottom: 1px black solid;
        background-color: white;
        color: #000000;
        font-size: 12px;
        font-family: verdana,arial,sans-serif;
}
 
td.black-right {
        border-right: 1px black solid;
        background-color: white;
        color: #000000;
        font-size: 12px;
        font-family: verdana,arial,sans-serif;
}
 
/* Liste TDs */
td.gray-left-top {
        border-left: 1px #bdbdbd solid;
        border-top: 1px #bdbdbd solid;
        background-color: #ededed;
        color: #000000;
        font-size: 12px;
        font-family: verdana,arial,sans-serif;
}

td.gray-top {
        border-top: 1px #bdbdbd solid;
        background-color: #ededed;
        color: #000000;
        font-size: 12px;
        font-family: verdana,arial,sans-serif;
}

td.gray-right-top {
        border-right: 1px #bdbdbd solid;
        border-top: 1px #bdbdbd solid;
        background-color: #ededed;
        color: #000000;
        font-size: 12px;
        font-family: verdana,arial,sans-serif;
}

td.gray-left-top-right {
        border-left: 1px #bdbdbd solid;
        border-top: 1px #bdbdbd solid;
        border-right: 1px #bdbdbd solid;
        background-color: #ededed;
        color: #000000;
        font-size: 12px;
        font-family: verdana,arial,sans-serif;
}

td.gray-left-top-bottom {
        border-left: 1px #bdbdbd solid;
        border-top: 1px #bdbdbd solid;
        border-bottom: 1px #bdbdbd solid;
        background-color: #ededed;
        color: #000000;
        font-size: 12px;
        font-family: verdana,arial,sans-serif;
}

td.gray-top-bottom {
        border-top: 1px #bdbdbd solid;
        border-bottom: 1px #bdbdbd solid;
        background-color: #ededed;
        color: #000000;
        font-size: 12px;
        font-family: verdana,arial,sans-serif;
}

td.gray-right-top-bottom {
        border-right: 1px #bdbdbd solid;
        border-top: 1px #bdbdbd solid;
        border-bottom: 1px #bdbdbd solid;
        background-color: #ededed;
        color: #000000;
        font-size: 12px;
        font-family: verdana,arial,sans-serif;
}

td.gray-left-top-right-bottom {
        border-left: 1px #bdbdbd solid;
        border-top: 1px #bdbdbd solid;
        border-right: 1px #bdbdbd solid;
        border-bottom: 1px #bdbdbd solid;
        background-color: #ededed;
        color: #000000;
        font-size: 12px;
        font-family: verdana,arial,sans-serif;
}


td.white-left-top {
        border-left: 1px #bdbdbd solid;
        border-top: 1px #bdbdbd solid;
        background-color: #ffffff;
        color: #000000;
        font-size: 12px;
        font-family: verdana,arial,sans-serif;
}

td.white-top {
        border-top: 1px #bdbdbd solid;
        background-color: #ffffff;
        color: #000000;
        font-size: 12px;
        font-family: verdana,arial,sans-serif;
}

td.white-left {
        border-left: 1px #bdbdbd solid;
        background-color: #ffffff;
        color: #000000;
        font-size: 12px;
        font-family: verdana,arial,sans-serif;
}

td.white-right-top {
        border-right: 1px #bdbdbd solid;
        border-top: 1px #bdbdbd solid;
        background-color: #ffffff;
        color: #000000;
        font-size: 12px;
        font-family: verdana,arial,sans-serif;
}

td.white-left-top-right {
        border-left: 1px #bdbdbd solid;
        border-top: 1px #bdbdbd solid;
        border-right: 1px #bdbdbd solid;
        background-color: #ffffff;
        color: #000000;
        font-size: 12px;
        font-family: verdana,arial,sans-serif;
}

td.white-left-top-bottom {
        border-left: 1px #bdbdbd solid;
        border-top: 1px #bdbdbd solid;
        border-bottom: 1px #bdbdbd solid;
        background-color: #ffffff;
        color: #000000;
        font-size: 12px;
        font-family: verdana,arial,sans-serif;
}

td.white-top-bottom {
        border-top: 1px #bdbdbd solid;
        border-bottom: 1px #bdbdbd solid;
        background-color: #ffffff;
        color: #000000;
        font-size: 12px;
        font-family: verdana,arial,sans-serif;
}

td.white-right-top-bottom {
        border-right: 1px #bdbdbd solid;
        border-top: 1px #bdbdbd solid;
        border-bottom: 1px #bdbdbd solid;
        background-color: #ffffff;
        color: #000000;
        font-size: 12px;
        font-family: verdana,arial,sans-serif;
}

td.white-left-top-right-bottom {
        border: 1px #bdbdbd solid;
        background-color: #ffffff;
        color: #000000;
        font-size: 12px;
        font-family: verdana,arial,sans-serif;
}


.bglight
{
	background-color: #f4faff;
}

.bgdark
{
	background-color: #ebf2f8;
}
