.spec {
	position: absolute;
	left: -1000px;
	top: 0px;
}

.logo {
	background: url(images/onemotion.gif); 
	padding-left: 551px; 
	width: 0;
	height: 77px; 
	color: transparent; 
	overflow: hidden;
}

body {
	background-color: black;
	/*background-image: url(/images/stone.jpg);*/
	/*background: url(/images/flowers.png);*/
	margin: 0px; 
	padding: 0px;
}

html, body { 
	height: 100%;
}

body, td { 
	font-family: Arial; font-size: 11px;
}

.sep {
	padding: 0px 5px;
	color: gray;
}

a { 
	color: darkblue;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

.leftBar {
	background-image: url(/images/left_bar.gif);
}

.topBar { 
	/*border-top: solid 1px black;
	border-bottom: solid 1px black;
	background: url(/images/panel_bg.gif);*/
	background: white;
	font-family: Verdana;
	font-size: 13px; 
	position: absolute; 
	left: 0px; 
	top: 0px; 
	width: 100%;
	padding: 1px 0;
}

.topBar div {
	overflow: visible;
}

.topBar a:first-child {
	background: url(/images/onemotion.gif) no-repeat center center;
	background-size: contain;
	width: 144px;
	color: transparent;
	border: solid 1px transparent;
}

.topBar a, .topBar b {
	line-height: 18px;
	height: 20px;
	padding: 0 10px;
	text-align: center;
	display: inline-block;
	/*width: 105px;*/
	/*background: url(/images/button.gif);*/
	color: black;
	text-decoration: none;
	cursor: default;
	border: solid 1px #e0e0e0;
	border-radius: 20px;
	margin-right: 5px;
}

.topBar b {
	font-weight: normal;
	background: #e0e0e0;
	border-radius: 20px;
	/*background: url(/images/button_on.gif);*/
}

.topBar a:hover {
	/*background: url(/images/button_on.gif);*/
	cursor: pointer;
	text-decoration: none;
	border: solid 1px gray;
}

.leftCol {
	top: 20px; 
	position: absolute;
	height: 100%; 
	overflow: hidden; 
	width: 160px; 
	margin: 18px 10px;
}

.mainCol {
	padding-left: 180px; 
	height: 100%;
}

.infoBox {
	line-height: 12px;
	background-color: #DADADA; 
	padding: 4px; 
	margin-bottom: 10px;
}

.startImage {
	width: 80px;
	height: 80px;
	border: solid 1px gray;
	margin-right: 10px;
}

.round {
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webikit-border-radius: 5px;
}

a:hover .startImage {
	border: solid 1px black;
}

.header {
	color: black;
	font-family: 'Chewy';
	font-size: 20px;
	margin-bottom: 10px;
	border-bottom: solid 3px #E0E0E0;
}

.inputsubmit {
	background-color: silver !important;
}
