body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}
.content {
	background-color: #FFFFFF;
	/*background-image: url(https://images.theginsystem.com/otherimages/grey_pixel.gif);
	background-repeat: repeat-y;*/
	/*padding: 5px;*/
}
.side {
	background-color: #FFFFFF;
	padding: 5px;
	border: 1px solid #EEEEEE;
}
.loginBox {
}
.text {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}
.highlight {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #000066;
	/*color: #67C557;*/
}


#menu A {
	BORDER-TOP: #f2f2f2 1px solid; WIDTH: 100%; BORDER-BOTTOM: #f2f2f2 1px solid
}
#menu A:hover {
	BORDER-TOP: #ccc 1px solid; BACKGROUND: #fff; BORDER-BOTTOM: #ccc 1px solid; TEXT-DECORATION: none
}
.tbl {
  width: 100%;
  border: 1px solid #000;
  border-collapse: collapse;
  font-family: arial, sans-serif;
  font-size: small;
}
.tbl td, .tbl th {
  text-align: center;
  border: 1px solid #000;
}
.tbl th {
  background-color: #aaf;
}
.tbl .on {
  background-color: #ddd;
}
.tbl .off {
  background-color: #fff;
}
.tbl .hover {
  background-color: #99f;
}
.tbl .click {
  background-color: #66f;
  font-weight: bold;
}

/**********************************************/
/* Start Sidebar/Properties_small/Stats */
.properties_small {
	float: right;
	background-image: url(https://images.theginsystem.com/otherimages/sb_br000.gif);
	background-color: #F2F5FA;
	background-repeat: no-repeat;
	background-position: right bottom;
	margin: 0px;
	margin-bottom: 8px;
	width: 100%;
}
/* Hide for IE5/6 WIN */
html>body .properties_small {width: auto;}
/* End Hide */

.properties_small table {
	width: 180px;
}

.stats {
	background-image: url(https://images.theginsystem.com/otherimages/sb_br000.gif);
	background-color: #F2F5FA;
	background-repeat: no-repeat;
	background-position: right bottom;
	margin: 0px;
	margin-bottom: 5px;
	width: 200px;
}

.sidebar {
	background-image: url(https://images.theginsystem.com/otherimages/sb_br000.gif);
	background-color: #F2F5FA;
	background-repeat: no-repeat;
	background-position: right bottom;
	margin: 0px;
	margin-bottom: 5px;
	width: 100%;
}

.sb_header {
	background-image: url(https://images.theginsystem.com/otherimages/sb_tr000.gif);
	background-repeat: no-repeat;
	background-position: right top;
	margin: 0px;
	
}

.sb_title {
	background-image: url(https://images.theginsystem.com/otherimages/sb_tl000.gif);
	background-repeat: no-repeat;
	background-position: left top;
	margin: 0px;
	padding-top: 2px;
	padding-right: 5px;
	padding-left: 5px;
}

.sb_title h5 {
	font-size:12px;
	font-weight : bold;
	color : #003060;
	border-bottom : 1px solid #A8B2BB;
	margin: 0px;
	padding-bottom : 2px;
}

.sb_content {
	/* border: 1px dotted #FF0000; */
	border-left: 1px solid #A3B3C0;
	border-right: 1px solid #A3B3C0;
	height: auto;
	padding: 3px 3px 0px 3px;
	margin: 0px;
}

.sb_content .clsPrompt {
	clear: right;
}

.sb_content .text {
	float: left;
}

.sb_content .knop {
	float: left;
}

.sb_content form {
	margin: 0px;
}

.sb_content ul {
	padding-left: 8px;
	margin-top: 0px;
	margin-left: 8px;
	margin-bottom: 0px;
}

.sb_content li {
	font-size : 75%;
	color : #053462;
	list-style-type : disc;
	margin: 0px;
	margin-top : 2px;
}

.sb_content a {
	color: #003060;
}

.sb_content a:active {
	color: #003060;
}

.sb_content a:visited {
	color: #003060;
}

.sb_content a:hover {
	color: #003366;
}

.sb_footer {
	border-left: 1px solid #A3B3C0;
	height: 5px;
	margin: 0px;
}

/* Hide for IE Mac \*/
* html .sb_content {height: 1%;}
/* End Hide */

/* End Sidebar */