/* general styles for the resulting site */
body {
	font-family: verdana;
	color: black;
	padding: 0;
	margin: 0;
	background-color: rgb(200,164,112);
}
p,ul {
  font-family: verdana;
	margin: 5 0 5 0;
	font-size: 14px;
}
br {
	width: 0;
}
a {
	color: rgb(199,103,56);
	text-decoration: none;
	border-bottom: 1px dotted black;
}
a:hover {
	color: rgb(221,87,184);
	border-bottom: 1px solid red;
}
a.icon {
	border-bottom: 0px;
	color: rgb(51,0,153);
}
a.icon:hover {
	color: red;
}
img {
	border: 0;
	padding: 0;
	margin: 0;
	vertical-align: bottom;
}
img[align=left] {
	margin: 10 10 5 0;
}
img[align=right] {
	margin: 0 10 5 10;
}
h1 {
  font-family: verdana;
	font-size: 22px;
	margin: 8 0;
	padding: 2;
}
h2 {
  font-family: verdana;
	font-size: 16px;
	margin: 8 0 8 0;
	padding: 2;
}
h3 {
  font-family: verdana;
  font-size: 17px;
  font-weight: 500;
  margin: 12 0 0 5;
}
h4 {
  font-family: verdana;
	font-size: 16px;
	font-variant: small-caps;
	background-color: rgb(90,40,0);
	color: white;
	margin: 0 0 8 0;
	padding: 3 5;
}
span.highlight {
  font-weight: 700;
	color: blue;
}
tt {
	font-size: 15px;
}
input,select,textarea,file {
	font-size: 14px;
  border: 1px inset #000000;
	padding: 1 1 1 1;
}
input.button {
	font-size: 14px;
  background-color: #CCCCCC;
	border: 1px solid black;
}
div.locked-input {
  border: 1px inset #000000;
	background-color: rgb(218,218,218);
	padding: 1;
}
	
/* styles for the layout setup */
table.formater {
  border: 0;
	border-collapse: collapse;
}
table.maincontainer {
	height: 100%;
	width: 100%;
	background-color: rgb(47,27,8);
	border-collapse: collapse;
	margin: 0;
	border: 0;
	text-align: center;
}
table.layout {
	margin: 10 auto;
	border-collapse: collapse;
}
table.layout td {
	padding: 0;
}
td.r1 {
	height: 191;
	vertical-align: bottom;
}
td.r2 {
	height: 23;
	margin: 0;
	padding: 0;
}
td.r3 {
	height: 42;
	vertical-align: bottom;
}
td.main_r4 {
	padding: 0;
	margin: 0;
	height: 437;
	width: 945;
	vertical-align: top;
	background-image: url(kali/background.jpg);
}
td.menu1 {
	padding: 0;
	color: rgb(255,130,47);
}
td.menu1 a {
	color: rgb(255,130,47);
	font-size: 16px;
}
td.menu2 {
  padding: 0;
	color: rgb(255,130,47);
	width: 234;
}
td.menu2 a {
	color: rgb(255,130,47);
	font-size: 16px;
}
table.content {
	margin: 0 100;
}
td.r5 {
  vertical-align: top;
  font-size: 0px;
}
td.poweredby {
	color: rgb(255,130,47);
	font-size: 11px;
}
table.menu td {
	padding: 0 8;
}
/* styles rather for administrative part */
table.form {
	width: 100%;
	padding: 2;
	font-size: 14px;
}
form {
	margin: 0;
}
span.structure ul {
	list-style: none;
	padding: 0;
	margin: 0;
}
span.structure ul li {
	margin: 0;
}
span.structure ul ul {
	padding: 0;
	margin: 0 0 0 20;
}
span.structure ul ul ul {
	
}

