* {
  margin: 0;
  padding: 0;
  font-family: Arial, Verdana, Helvetica, Geneva, Sans-serif;
  font-size: 24px;
  font-weight: bold;
}

html {
  border: 0; /* @ IE/Win, hide the viewport's border */
}

body {
  color: #222;
  text-align: left;
  margin: 20px 20px 0px 20px;
  background-color: #FFF;
  overflow-y: scroll;
}

table, td {
	padding: 0px;
	margin: 0px;
	border-spacing: 0px;
}

table.works {
	margin-right: 20px;
}

img {
	border: 0px;
}

div.header, td.header {
  	padding-left: 25px;
  	padding-right: 25px;
	background-color: #222;
	color: #FFF;
	cursor: pointer;
  	font-size: 60px;
}

div.menu_item {
	position: relative;
	cursor: pointer;
  	padding-left: 25px;
  	padding-right: 25px;
  	font-size: 60px;
	color: #888;
}
div.menu_item:hover {
  	color: #222;
  	padding-left: 25px;
}

div.submenu_item_container {
	position: relative;
}

div.submenu_item {
	position: relative;
	cursor: pointer;
  	padding-left: 45px;
  	padding-right: 25px;
  	font-size: 40px;
  	color: #666;
}
div.submenu_item:hover {
  	color: #222;
}

div.menu_button {
	position: absolute;
	bottom: 4px;
	right: 15px;
	text-align: right;
	z-index: 99;
}
div.menu_button a {
  	font-size: 18px;
}
div.menu_button a.small {
  	font-size: 14px;
}

div.element {
	visibility: hidden;
}

div.content_container {
  	margin-top: 20px;
  	margin-left: 48px;
  	margin-bottom: 50px;
	width: 700px;
	font-size: 40px;
  	color: #666;
}

div.footer {
	position: fixed;
	bottom: 5px;
	right: 5px;
	font-size: 10px;
	color: #000;
	font-weight: normal;
}
td.footer {
	font-size: 10px;
	color: #000;
	font-weight: normal;
	text-align: right;
	padding-right: 5px;
	height: 10px;
}

div.message_container {
	position: fixed;
	top: 3px;
	right: 20px;
	width: 100%;
	font-size: 12px;
	text-align: right;
}

div.arrow_back {
	background: transparent url('../images/back.gif') no-repeat top left;
	position: absolute;
	width: 72px;
	height: 32px;
	left: 45px;
	top: 40px;
	cursor: pointer;
}
div.arrow_back:hover {
	background: transparent url('../images/back_over.gif') no-repeat top left;
}
div.arrow_back_right {
	background: transparent url('../images/back.gif') no-repeat top left;
	width: 72px;
	height: 32px;
	cursor: pointer;
    float: right;
}
div.arrow_back_right:hover {
	background: transparent url('../images/back_over.gif') no-repeat top left;
}

.small {
	font-size:18px;
}
.red {
	color: red;
}
.bold {
	font-weight: bold;
}
.success {
	color: green;
	font-size: 12px;
}
.error {
	color: red;
	font-size: 12px;
}
input.submit {
	cursor:pointer;
	width: 150px;
}

/* links */
a,a:link,a:active {
  color: #222;
  text-decoration: underline;
  cursor: pointer;
}

div.content_container a {
    font-size: 40px;
}

a.header {
	background-color: #222;
	color: #FFF;
  	font-size: 60px;
	text-decoration: none;
}
a.header:hover {
	background-color: #222;
	color: #666;
  	font-size: 60px;
	text-decoration: none;
}

a.small {
	color: #666;
	font-size: 12px;
}

a.footer {
	color: #000;
	font-size: 10px;
	font-weight: normal;
}