/* ---------------------------------------------------------------------- */
/* ARTC ATMS CSS */
/* ---------------------------------------------------------------------- */

*, html, ul, li {
	margin: 0;
	padding: 0;
	text-indent: 0;
	list-style: none;
}

/* page structure */
/* ---------------------------------------------------------------------- */
body {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000;
	margin: 50px;
}
#artcbar,
#intro,
#nav,
#submenu {
	display: none;
}
#footer {
	border-top: 1px solid #000;
	padding-top: 1.5em;
}
#print-logo,
#nav, 
#companies {
	margin-bottom: 1.5em;
}

/* text formatting */
/* ---------------------------------------------------------------------- */
a {
	text-decoration: none;
}
p, img {
	margin-bottom: 1.5em;
}
#main img {
	border: 30px solid #000;
}
h1 {
	font-family: Calibri, Tahoma, Arial, Helvetica, sans-serif;
	font-size: 25px;
	margin-bottom: .5em;
	padding-top: .5em;
	border-top: 1px solid #000;
}
h2, h3 {
	font-size: 11px;
	margin-bottom: 1.5em;
	font-weight: bold;
	padding: 1.5em 0 0 0;
	border-top: 1px solid #666;
	color: #000;
}
h3 {
	border-top-style: dashed;
}
img {
}
#main ul, #main ol {
	margin: 0 0 1.5em 2em;
}
#main ul li {
	list-style: disc;
}
#main ol li {
	list-style: decimal;
}

/* mootools slides */
/* ---------------------------------------------------------------------- */
#main h2.toggle a {
	text-decoration: none;
	border-bottom: none;
	color: #000;
}
.answer {
	display: block !important;
	height: auto !important;
	overflow: visible !important;
	line-height: 1.4em !important;
	visibility: visible !important;
	filter:alpha(opacity=1) !important;
	-moz-opacity: 1 !important; 
	opacity: 1 !important;
}

/* new items */
/* ---------------------------------------------------------------------- */
.news-item h2 {
	border: none;
	margin: 0 0 1.5em 0;
	padding: 0;
}
.news-date {
	margin: 0;
}

/* tables */
/* ---------------------------------------------------------------------- */
.data {
	width: 100%;
	margin-bottom: 2em;
}
.data caption {
	font-weight: bold;
	text-align: left;
	padding: 0 0 0.8em 0;
	color: #06c;
}
.data th {
	border-bottom: 1px solid #ccc;
	font-weight: bold;
	padding: 2px 0;
	text-align: left;
}
.data td {
	border-bottom: 1px solid #ccc;
	padding: 2px 5px 2px 0;
	vertical-align: top;
}
.data .number {
	width: 90px;
}
.data .size {
	width: 90px;
}
.data .date {
	width: 90px;
}
.data ul {
	margin-left: 1.5em;
	xborder: 1px solid #f00;
}
.data li {
	list-style: disc;
}

/* page forms - stand alone & inline forms */
/* ---------------------------------------------------------------------- */
.pageform {
	font-size: 11px;
	width: 100%;
	border-collapse: collapse;
	margin: 20px 0 3em 0;
	border-top: 3px solid #fff;
}
.pageform td, .pageform th {
	text-align: left;
	vertical-align: top;
	padding: 7px 0 7px 0;
	border-bottom: 1px solid #ccc;
	empty-cells: show;
}
.pageform th {
	width: 120px;
}
.pageform td input,
.pageform td textarea {
	width: 430px;
}
.pageform td select {
	width: 434px;
}
.pageform td .button {
	width: auto;
	padding: 0 10px;
}
/* style for radio button group produced by messy .net code! */
.pageform .radiogroup td input, .radiogroup td input {
	width: auto;
	margin-right: 15px;
	background: none;
	border: none;	
}
.pageform .radiogroup td, .radiogroup td {
	border:none;
	padding:2px;
}
.pageform .radiogroup input, .radiogroup input {
	width: auto;
	margin-right: 15px;
	background: none;
	border: none;	
}
.pageform .radiogroup, .radiogroup {
	line-height:30px;
	
}
#ToRadioButtonList input {
	background: none;
	width: auto;
	margin: 0 10px 0 0;
}
#ToRadioButtonList td {
	border: none;
	padding: 0;
}
#EmailValidationSummary {
	height: 0;
	width: 0
}

/* forms - general */
/* ---------------------------------------------------------------------- */
form {
	margin-bottom: 1em;
}
input, select, textarea, .button {
	font-family: Tahoma, Helvetica, sans-serif;
	font-size: 11px;
	background: #333;
	color: #fff;
	border: none;
	padding: 2px;
	margin-right: 2px;
	vertical-align: middle;
}
select {
	padding: 1px;
}
.button {
	width: auto;
	height: 19px;
	font-weight: bold;
	background: #fff;
	color: #000;
	text-align: left;
}

/* gallery index on front page */
/* ---------------------------------------------------------------------- */
#myGallery img,
#gallery-index {
	display: none;
}

