/* CSS for LIFE Exchange Document Management */

/* overrides from /css/style.css */
h2 {
	padding: 0;
	font-size: 1.3em;
	margin: 0 0 5px 0;
}

input { padding: 2px; }
option { padding: 0 3px 0 0; }

#main h2 { margin: 0 0 10px 0; }
#content { padding: 10px 0 20px 0; }
#content p { margin: 0; }
#content a { color: #365595; }
#content a:hover { text-decoration: none; }

/* new styles */
h4 {
	color: #88A6DD;
	margin: 3px 0;
}

.line {
	
	border-top: solid 1px #88A6DD;
}

.e { background: #ffffff; }
.o { background: #f6f6f6; }

.result {
	font-weight: bold;
	color: #88A6DD;
}

/* job listing */

table.jobs {
	width: 100%;
	margin: 0 0 0 0;
}
table.jobs td,th {
	padding: 5px;
	text-align: center;
}
table.jobs td.title {
	padding: 5px;
	text-align: center;
}
table.jobs td.details {
	padding: 5px 10px 10px 10px;
}
table.jobs .details-content {
	text-align: left;
	background: #ffffff;
	padding: 5px 10px 10px 10px;
	border: solid 1px #cccccc;
}
table.jobs td.actions input { margin: 2px 0; padding: 0; }
table.jobs th {
	color: #365595;
	text-decoration: underline;
	/*background: #f6f6f6;
	border: solid 1px #cccccc;*/
}

img.view-sort {
	border: 0;
	margin: 0 2px;
}

div.close {
	float: right;
	border: solid 1px #4b88be;
	background: #ffffff;
	padding: 2px;
	text-decoration: none;
	line-height: 11px;
	color: #4b88be;
	cursor: pointer;
}

