﻿/* ---------------------------------------------------------------------- */
/* ARTC DOCMAN CSS */
/* LAST MODIFIED: 10/07 */
/* ---------------------------------------------------------------------- */
body {
	background: url(images/bg-body.gif);
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 70%;
}

/* LINK COLOURS, GENERAL FORMATTING */
/* ---------------------------------------------------------------------- */
a, a:link {
	color: #003366;
}
a:visited {
	color: #7E5B97;
}
a:focus, 
a:hover, 
a:active {
	color: #CC0000;
}
h1, h2 {
	margin: 0;
	padding: 0;
	text-align: right;
}
h1 {
	top: 5px;
	position: absolute;
	right: 0;
	font-size: 40px;
}
h2 {
	font-size: 11px;
	font-weight: normal;
	display: block;
	width: 100%;
	top: 50px;
	right: 0;
	position: absolute;
}
h3 {
	font-size: 11px;
	color: #D89D10;
	margin: 0;
}
h3, p {
	margin-left: 7px;
}

/* PAGE STRUCTURES */
/* ---------------------------------------------------------------------- */
#container {
	background: #FFFFFF;
	width: 750px;
	margin: 20px auto;
	padding: 0 15px 15px 15px;
}
#header {
	border-bottom: 1px solid #CCCCCC;
	padding-bottom: 15px;
	height: 60px;
	position: relative;
}
#header img {
	float: left;
	margin-top: 15px;
}
#header a img {
	border: none;
	text-decoration: none;
}
#filter td {
	white-space: nowrap;
}
#footer {
	clear: both;
}
.info {
	font-size: 100%;
	border-top: 1px solid #CCCCCC;
	padding: 20px 0 0 10px;
	margin: 0 0 10px 0;
}
.error {
	margin-left: 10px;
	color: #C00000;
}
.alert-1 {
	color: #FF0000;
}

/* TABLES */
/* ---------------------------------------------------------------------- */
table {
	width: 100%;
	margin: 0;
	border: 2px solid #FFFFFF;
	border-collapse: collapse;
	font-size: 100%;
}
table table {
	width: auto;
	border: none;
	margin: 10px 0;
	font-size: 100%;
}
table table span, table table a {
	background-image: url(images/dots.gif);
	background-repeat: no-repeat;
	height: 24px;
	width: 24px;
	display: block;
	line-height: 24px;
	*/
	line-height: 22px;
	text-align: center;
	color: #000000;
}
table table span {
	background-position: left;
}
table table a,
table table a:link,
table table a:visited {
	background-position: right;
	text-decoration: none;
}
table table a:focus,
table table a:hover,
table table a:active {
	background-position: left;
}
td td {
	padding: 0 5px 0 0;
	border: none;
}
td, th {
	padding: 6px 7px;
	text-align: left;
	border-color: #CCCCCC;
	border-bottom: 1px solid #999999;
	border-left: 1px solid #CCCCCC;
}
th {
	border-top: 2px solid #999999;
	border-bottom: 2px solid #999999;
}
.nowrap {
	white-space: nowrap;
}
.hiddencol {
	display: none;
}
#filter td {
	border-bottom: 1px solid #CCCCCC;
}
#filter table {
	border-top: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	margin-bottom: 1px;
}
input, option, select {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
}
.button {
	width: auto;
}
