/** general defaults **/
body {
	font-family: times new roman;
	font-size: 15px;
	border: 0px;
	margin: 0 0 0 0;
	spacing: 0 0 0 0;
	text-align: left;
}

table, tr, td, img, a img {
	border: 0px;
	margin: 0px;
	padding: 0px;
	spacing: 0px;
	vertical-align: top;
}
/*table, tr, td { border: 1px black solid; }*/
/*td { background-color: #bbbbbb; }*/

a {
	text-decoration: underline;
	color: #888888;
}
a:hover {
	text-decoration: none;
}

.astyle {
	color: #888888;
}

img.smiley {
	alignment: absmiddle;
	margin: 1px;
}

p {
	margin-top: 6px;
	margin-bottom: 0px;
}
h1, h2, h3, h4 {
	margin-bottom: 5px;
}
p.right {
	text-align: right;
	spacing-top: 10px;
}

/** main components **/

#d_body {
	position: absolute;
	top: 160px;
	left: 135px;
	width: 530px;
}

#copyright {
	text-align: center;
	font-size: 9px;
	margin-top: 30px;
	margin-bottom: 10px;
}

#d_controls {
	position: absolute;
	top: 8px;
	left: 600px;
	width: 350px;
	text-align: right;
}

#actionpane {
	width: 200px;
}


/** menu components **/

#d_button_menu {
	position: absolute;
	top: 390px;
	left: 7px;
	width: 140;
	height: 80;
}

#button_menu_active {
	display: none;
}

.d_menu_item {
	position: absolute;
	z-index: 10;
}

#s_menu {
	display: none;
}


/** background components **/

#t_main {}

#tr_top, #tr_top img {
	height: 87px;
}
#td_title, #td_title img {
	width: 544px;
}

#tr_subtop, #tr_subtop img {
	height: 72px;
}
#td_subtitle, #td_subtitle img {
	width: 544px;
}

#tr_main {
	height: 112px;
}

#td_left, #td_left img {
	width: 149px;
}

#td_body_left, #td_body_left img {
	text-align: left;
	width: 103px;
	height: 112px;
}

#td_body_mid {
	width: 299px;
}

/** form components **/
form {
	margin: 0px;
}
table.formtable {
	margin-bottom: 10px;
}
td.formright, td.formleft {
	padding-top: 4px;
}
td.formleft {
	width: 150px;
	padding-top: 6px;
	padding-right: 7px;
	text-align: right;
}
.bgrformels, .minibgrformels {
	background-color: transparent;
	border: 0px;
}
.minibgrformels {
	width: 11px;
	vertical-align: middle;
}
.sizedformels {
	width: 350px;
}
.formtable p.info {
	padding-top: 0px;
	margin-top: 0px;
	font-size: 10px;
}
.previewpane {
	padding: 3px;
	margin-bottom: 3px;
	width: 350px;
}
input, textarea, select {
	border: 1px solid #888888888888;
}
input, textarea {
	background-color: #DDDDDD;
}
input.submit {
	font-size: 12px;
}
.textareabuttons a {
	text-decoration: none;
}


/** boxes **/

div.floatbox {
	position: absolute;
	display: none;
}

table.floatbox {
	border: 1px solid #888888;
	width: 160px;
}

td.floatbox_corner {
	width: 8px;
	vertical-align: center;
}

td.floatbox_title {
	width: 144px;
	text-align: center;
	font-weight: bold;
}
tr.floatbox_head td {
	background-color: #DDDDDD;
}

td.floatbox_content {
	padding: 3px;
	background-color: #FFFFFF;
}

table.floatbox input {
	width: 90px;
}

/* table.floatbox td { border: 1px solid; } */



#s_logbox {
	top: 50px;
	left: 650px;
}


/** worksheet components **/

blockquote.worklistdesc {
	margin-top: 10px;
	margin-bottom: 15px;
}

table.worksheet {
	width: 100%;
	font-weight: bold;
	border: 1px solid;
	margin-bottom: 5px;
}
tr.worksheet_data td {
	border-bottom: 1px solid;
}
tr.worksheet_data2 td {
	border-top: 1px solid;
	padding-top: 2px;
	font-weight: normal;
}
table.worksheet_graph {
	height: 12px;
}
table.worksheet_graph td {
	padding: 1px;
}
img.worksheet_graph_slot {
	width: 18px;
}
td.worksheet_comments {
	padding-left: 40px;
	font-weight: normal;
	font-size: 10px;
}
td.worksheet_workers, td.worksheet_workers *, td.worksheet_edit {
	font-weight: normal;
	font-size: 12px;
}
td.worksheet_graph_fullslot {
	background-color: green;
}
td.worksheet_graph_emptyslot {
	background-color: red;
}

table.gallery {
}
table.gallery tr {
	height: 110px;
}
table.gallery td {
	width: 110px;
	text-align: center;
	vertical-align: middle;
}

table.albumgallery {
}
table.albumgallery tr {
	height: 150px;
}
table.albumgallery td {
	width: 160px;
	text-align: center;
	vertical-align: middle;
}
