body {
	margin-top: 10px;
	margin-left: 10px ;
	margin-right: 10px ;
	margin-bottom: 10px ;
	background-color: #000000;
		
	scrollbar-face-color: #BB66CC;
    scrollbar-shadow-color: #FFFFFF;
	scrollbar-highlight-color:#FFFFFF;
	scrollbar-3dlight-color: #BB66CC;
	scrollbar-darkshadow-color: #BB66CC;
	scrollbar-track-color:#FFFFFF;
	scrollbar-arrow-color: #FFFFFF;

	FONT-FAMILY: verdana,helvetica,arial,sans-serif;
	font-size : 75%;
	background-image: url('matrix-background-purple.jpg');
}

A:text {
	COLOR: #ffffff; TEXT-DECORATION: none;
	font-size : 75%;
}
A:link {
	COLOR: #ffffff; TEXT-DECORATION: none;
	font-size : 75%;
}
A:visited {
	COLOR: #ffffff; TEXT-DECORATION: none
}
A:active {
	COLOR: #ffffff; TEXT-DECORATION: none
}
A:hover {
	COLOR: #BB66CC; TEXT-DECORATION: none
}

h2 {
margin-top: 20px;
margin-right: 20px;
margin-left: 20px; 
margin-bottom: 20px;
font-size : 24px; 
text-align : center;
font-family : Verdana; 
font-weight : normal;
color : #000000; 
line-height : 20px;
border-radius: 10px;
background: #BB66CC;
padding: 10px;
width: 220px;
height: 20px;
}

h3 {
margin-top: 20px;
margin-right: 23px;
margin-left: 23px; 
margin-bottom: 10px;
font-size : 18px; 
text-align : center;
font-family : Verdana; 
font-weight : normal;
color : #000000; 
line-height : 20px;
border-radius: 10px;
background: #BB66CC;
padding: 10px;
width: 460px;
height: 20px;
}

p {
margin-top: 20px;
margin-right: 23px;
margin-left: 23px; 
margin-bottom: 10px;
font-size : 10px; 
text-align : center;
font-family : Verdana; 
font-weight : normal;
color : #000000; 
line-height : 20px;
border-radius: 10px;
background: #BB66CC;
padding: 10px;
width: 460px;
height: 40px;
}

img#theme {
border-radius: 5px;
background: #ffffff;
padding: 3px;
}


div#table {
float:left;
}

table#gen {
	border: 0px;
	background-color:rgba(0, 0, 0, 0);
}

td#gen {
	border: 0px;
	background-color:rgba(0, 0, 0, 0);
}

th {
	border-style: solid;
	border-width: 1px;
	border-color: #BB66CC;
	background-color: #BB66CC;
	text-align: left;
	font-family : Verdana; 
	font-size : 75%;
	font-weight : bold;
	color : #000000; 
	padding-right: 5px;
	padding-left: 5px;
	padding-bottom: 5px;
	padding-top: 5px;
}

td {
	border-style: solid;
	border-width: 1px;
	border-color: #BB66CC;
	background-color: #000000;
	text-align: left;
	font-family : Verdana; 
	font-weight : normal;
	color : #ffffff; 
	padding-right: 5px;
	padding-left: 5px;
	padding-bottom: 5px;
	padding-top: 5px;
}

table.sortable th:not(.sorttable_sorted):not(.sorttable_sorted_reverse):not(.sorttable_nosort):after { 
    content: " \25B4\25BE"
}

.controlstyle a{ /*links inside DIV sizecontroldiv*/
outline:none;
}

.controlstyle a img{ /*image links inside DIV sizecontroldiv*/
border-width:0;
}

.controlstyle a.selectedcontrol img{ /*selected control's image*/
border-bottom:4px solid darkred;
}