BODY {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	line-height: 14px;
	
	background-color: #fff;
	
	margin: 0px;
}

A {
	color: #000;
	text-decoration: none;
	border-bottom: 1px solid;
}

A:hover {

}

UL {
	padding: 0px;
	margin: 0px;
	margin-bottom: 14px;
}

LI {
	list-style: none;
}

P {
	margin: 0px;
	margin-bottom: 14px;
}

H1 {
	margin: 0px;
	font-size: 24px;
	line-height: 24px;
	margin-bottom: 24px;
}

LABEL {
	display: inline-block;
	width: 100px;
}

INPUT, TEXTAREA {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	line-height: 14px;
}

FIELDSET {
	border: 0px;
}

#main_container {
	position: absolute;
	width: 100%;
	z-index: 10;
}

#bar {
	margin-top: 10px;
	margin-left: 50px;
	margin-right: 50px;
	background-color: #ff0;
	margin-bottom: 14px;
	padding-bottom: 2px;
}

#bar .column {
	vertical-align: top;
}

#index {
	margin: 50px;
	margin-top: 0px;
}

#info {
	margin: 50px;
	margin-top: 0px;
	background-color: #ff0;
	padding: 8px;

}

#info TEXTAREA {
	width: 100%;
	height: 360px;
}

#index_filter {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	line-height: 14px;
	width: 100%;
}

#project_details {
	padding: 2px;
	padding-right: 0px;
}

#project_counter {
	
}

#attachments {
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 1;
}

#file_upload {
	background-color: #fff;
}

.helper {
	color: #666;
}

#notice {
	color: #0c0;
}

.info_block {
	width: 48%;
	margin-right: 2%;
	float: left;
}

.file_downloads {
	margin-bottom: 0px;
}

.c1, .c2, .c3, .c4, .c5 {
/*	display: inline-block;*/
}

/* laborator info */
.c1 {
	float: left;
	width: 10%;
}

/* index */
.c2 {
	float: left;
	width: 10%;
}

/* navigation */
.c3 {
/*	text-align: center;*/
	float: left;
	width: 15%;
}

/* project info */
.c4 {
	float: left;
	width: 45%;
}

/* admin info */
.c5 {
	float: left;
	width: 15%;
}

/* navigation buttons */
.button {
	border: 0px;
	display: block;
	width: 40px;
	padding: 2px;
	padding-right: 0px;
	padding-bottom: 0px;
}

.button:hover {
	border: 0px;
	background-color: #000;
	color: #ff0;
}

.toggled {
	border: 0px;
	background-color: #000;
	color: #ff0;
}

.dummy {
	float: left;
}

.dummy:hover {
	background-color: #ff0;
}

/* left button style */
.d-1 {
	text-align: right;
	float: left;
	padding-right: 2px;
}

.counter {
	padding: 2px;
	display: block;
	float: left;
}

/* next button style*/
.d1 {
	float: left;
	text-align: left;
}

.index_row {
	background-color: #ff0;
}

.index_row_search {
	background-color: #ff0;
}

.index_project {
	padding: 2px;
	display: block;
	width: 100%;
	border: 0px;
	text-decoration: none;
}

.index_project.selected {
	background-color: #000;
	color: #ff0;
	font-weight: bold;
	text-decoration: none;
}

.index_project.no_attachment {
	color: #f00;
}

.index_project.not_visible {
	color: #666;
}

.index_project.selected:visited {
	text-decoration: none;
}

.index_project:hover {
	border: 0px;
	background-color: #000;
	color: #ff0;
}

.index_project:visited {
	text-decoration: line-through;
}

.video {
	margin-top: 14px;
	margin-bottom: 14px;
}

/* scaffolds */
.admin_action {
	color: #f00;
	border: 0px;
	margin-right: 5px;
}

.admin_action:hover {
	border-bottom: 1px solid;

}

.scaffold LI {
	margin-bottom: 12px;
	border-top: 1px solid black;
	padding-top: 4px;
}


