﻿body {
	font-family: Verdana, Arial, sans-serif;
	font-size: 11px;
	margin: auto;
	vertical-align: top;
	width: 762px;
}

a, a[hover], a[visited] {
	color: Teal;
	font-weight: 700;
	text-decoration: none;
}

select {
	font-family: inherit;
	font-size: 11px;
}

select, table {
	border: solid 1px black;
}

table {
	margin: 0px;
	padding: 0px;
}

td, th {
	vertical-align: top;
}

th {
	font-weight: bold;
}

/*
 * Master Page Layout
 *
 */

.topBorder, .leftRightBorder, .bottomBorder {
	margin: 0;
	padding-left: 10px;
	padding-right: 10px;
	width: 762px;
}

.topBorder {
	background-image: url('images/bg-gradtop.jpg');
	background-repeat: no-repeat;
	height: 12px;
}

.leftRightBorder {
	background-image: url('images/bg-grad.jpg');
	background-repeat: repeat-y;
}

.bottomBorder {
	background-image: url('images/bg-gradbot.jpg');
	background-repeat: no-repeat;
	height: 30px;
}

.container {
	min-width: 600px;
}

.footer {
	background-color: #004c37;
	border-color: #004c37;
	clear: both;
	color: White;
	font-size: 10px;
	padding: 5px;
}

.header {
	background-image: url('Images/uj_consortium_logo.gif');
	background-position: right top;
	background-repeat: no-repeat;
	min-height: 88px;
	width: 755px;
}

.header h1, .header h2 {
	font-family: inherit;
	margin: 0;
	margin-left: 10px;
}

.header .datetime {
	color: #aaaaaa;
	margin-left: 10px;
	padding-top: 5px;
}

.header h1 {
	font-size: 18px;
	padding-top: 15px;
}

.header h2 {
	border-bottom-color: Black;
	border-bottom-style: dotted;
	border-bottom-width: 1px;
	color: #6a6a6a;
	font-size: 14px;
	padding-bottom: 5px;
	margin-bottom: 10px;
}

.errorMessage {
	color: Red;
	font-weight: bold;
}

.leftColumn {
	width: 200px;
	float: left;
}

.leftColumn ul, .leftColumn li {
	padding: 0;
	margin: 0;
}

.leftColumn ul {
	list-style-type: none;
	margin-left: 10px;
}

.pageContent {
	float: left;
	min-height: 700px;
	width: 555px;
}

.topNavigation {
}

/*
 * Individual component styles
 *
 */

.cableList {
	border-collapse: collapse;
	float: left;
	text-align: left;
	width: 60%;
}

.cableList .selected {
	background-color: Highlight;
	color: White;
}

.collapsiblePanel {
	margin: 1px;
}

.group {
	/* See http://www.quirksmode.org/css/clearing.html for reasoning behind overflow and width */
	clear: both;
	overflow: auto;
	padding-bottom: 10px;
	width: 100%;
}

.kitList {
	clear: both;
	padding-top: 5px;
	width: 100%;
}

.pageContent select {
	width: 30%;
}

.parameterList {
	float: left;
	margin-left: 5px;
	width: 30%;
}

.twoColumn {
	float: left;
	width: 49%;
}

.watermark {
	color: Gray;
}

/*
 * "Busy, please wait..." popup...
 *
 */

.busy {
	background-color: White;
	background-image: url("images/busy.gif");
	background-repeat: no-repeat;
	background-position: center center;
	border-style: solid;
	border-width: 1px;
	font-family: Trebuchet MS;
	font-size: small;
	height: 50px;
	margin-top: 13px;
	position: absolute;
	text-align: center;
	vertical-align: bottom;
	width: 200px;
}

.busyBackground {
	/* background-image: url(images/modalBackground.gif); */
}
