* {
	padding: 0;
	margin: 0;
}

html, textarea {
	font-size: 12px;
	font-family: Verdana;
	height: 100%;
}

a, a:hover {
	color: gray;
}

a:hover {
	text-decoration: none;
}

select, input, textarea, button {
	border: 1px solid;
}

textarea {
	height: 100px;
}

th {
	text-align: left;
	padding-right: 10px;
	vertical-align: top;
}

hr {
	border: 0;
	border-top: 1px solid black;
	height: 0px;
}

/**************
 * Headings
 **************/
 
h1 {
	font-size: 24px;
	color: white;
}

h1 a, h1 a:hover {
	color: white;
	text-decoration: none;
}

h2 {
}

h3 {
	margin-bottom: 5px;
}

/**************
 * message
 ***************/

table.message {
	margin-left: auto;
	margin-right: auto;
	border: 0px;
	border-collapse: collapse;
}

table.message td {
	border: 0px;
	font-weight: bold;
}

table.notice {
	background-color: #FAD163;
}

table.error {
	background-color: #FF7777;
}

/************
 * text zut
 ***********/

span.bold {
	font-weight: bold;
}

img.icon {
	vertical-align: bottom;
	cursor: pointer;
}

.input {
	width: 200px;
}


/*********** 
 * content zut 
 ************/

div#header {
	position: relative;
	background: #C0C0C0 url(img/header_back.png) repeat-y left top; 
	border-bottom: 1px solid black;
	padding: 10px;
}

div#header div {
	position: absolute;
	right: 10px;
	top: 20px;
	height: 15px;
	width: 100px;
	text-align: right;
}

table#main {
	width: 100%;
	border-collapse: collapse;
	overflow: visible;
}

td#menu {
	border-right: 1px solid black;
	width: 270px;
}

td#menu, td#content {
	vertical-align: top;
	padding: 20px;
}

div#logindiv {
	margin-top: 60px;
	width: 350px;
	margin-left: auto;
	margin-right: auto;
}

