/* Standard formatting */
body * {margin: 0px; padding: 0px; }

body  {
	margin: 0px; 
	padding: 0px; 
	font-size: small;
}

/* Text styles */
p, select, textarea, input, table {
	font-size: small;
}

h1 {
	padding-bottom: 2px;
	margin-bottom: 10px;
	clear: both;
}

h2 {
	margin-top: 12px;
	margin-bottom: 6px;
	clear: both;
}

/* List styles */
ul,ol {
	margin-left: 10px;
}

ul li, ol li {
	margin-left: 20px;
}

/* Table styles */
table {
	border-collapse: collapse;
	margin: 10px;
	width: 650px;
	clear: both;
}

th {
	white-space: nowrap;
}

th, td {
	border: none;
	padding: 4px;
	text-align: left;
}

td.button {
	padding: 2px;
	width: 30px;
}

th, th.button {
	font-size: 85%;
}

/* Misc */
img {
	border: 0px;
}

div.clear {
	clear: both;
}

p.text {
	margin: 10px;
}

/* Popup images */
div#image-popup {
	position: absolute;
	border: solid 1px black;
	cursor: pointer;
	z-index: 300;
}

div#image-popup-title {
	font-size: 80%;
	background-color: rgb(50,50,50);
	color: white;
	padding: 2px;
}

div#image-popup-nav {
	font-size: 120%;
	background-color: rgb(50,50,50);
	color: white;
	padding: 2px;
	text-align:center;
}

div#image-popup-nav a {
	color:white;
	margin:2px;
	text-decoration:none;
}

div#image-popup-nav a.current {
	font-weight:bold;
	cursor: default;
}

div#image-popup-nav a:hover {
	color: rgb(68,158,197);
}

div#image-popup {
	z-index: 101;
}

iframe#image-popup-iframe {
	position: absolute;
	z-index: 0;
	filter: progid:DXImageTransform.Microsoft.Alpha(style=0,opacity=0);
}

/* Accessibility */
ul#skip-links {
	display: none;
}