BODY {
	/*height: 100%;*/
}

.loginform {
	background-color: #909090;
}

.logintable {
	outline: 1 px #d7d7d7;
	background-color: #ffffff;
	border: 9px solid #ffffff;
	border-radius: 6px;
	box-shadow: 0px 5px 10px #666666;
	margin-top: 5%;
	margin-left: 6px;
	margin-right: 6px;
}

.text-default {
	font: 14px arial, sans-serif;
}

.text-remember {
	font: 14px arial, sans-serif;
	color: #666666;
	padding: 4px;
	vertical-align: bottom;
}

.msgfield {
	font: 14px arial, sans-serif;
	color: #669900;
	width: 266px;
	padding: 0px;
	border-style: solid;
	border-color: #ffffff;
	border-top-width: 10px;
	border-bottom-width: 10px;
	margin: 0px;
	height: 32px;
	border-radius: 2px;
}

.msgerror {
	font: 14px arial, sans-serif;
	color: #ff6600;
	width: 266px;
	padding: 0px;
	border-style: solid;
	border-color: #ffffff;
	border-top-width: 10px;
	border-bottom-width: 10px;
	margin: 0px;
	height: 32px;
	border-radius: 2px;
}

.text-label {
	font: 14px arial, sans-serif;
	color: #cdcdcd;
	font-weight: bold;
}

.entryfield {
	font: 14px arial, sans-serif;
	width: 266px;
	padding: 4px;
	border: 1px solid #d7d7d7;
	margin: 0px;
	height: 32px;
	border-radius: 2px;
}

.passwordreq {
	font: 12px arial, sans-serif;
	height: 14px;
	padding: 0px;
	background: #ffffff;
	color: #666a6d;
	text-decoration: none;
}

.passwordreq:hover {
	color: #005595;
	text-decoration: underline;
}

#TDPasswordReq {
	text-align: center;
}

.link {
	color: #ffffff;
	text-decoration: none;
}

.link:hover {
	color: #005595;
	text-decoration: underline;
}

button,
button a,
.button {
	position: relative;
	/* style|variant|weight|size/line-height|family */
	
	font: 500 14px Arial;
	letter-spacing: 0.5px;
	color: #fff !important;
	text-shadow: 0px -1px 0px #333333;
	border: 0;
	border-radius: 4px;
	cursor: pointer;
	text-decoration: none;
}

button,
.button {
	min-width: 267px;
	height: 38px;
	margin: 0px 0px;
	padding: 2px 10px;
	background-color: #909090;
	/* for non linear-gradient browsers */
	
	background: linear-gradient(to bottom, #909090 5%, #666666 100%);
}

.button {
	display: inline-block;
	min-width: 80px;
	text-align: center;
	white-space: nowrap;
}

button:hover {
	background: linear-gradient(to bottom, #666666 5%, #909090 100%);
}

button:active {
	top: 1px;
}

.spacer {
	width: 270px;
	padding: 0px;
	border: 1px solid gray;
	margin: 0px;
	height: 32px;
	border-radius: 2px;
}

.spacer1 {
	width: 270px;
	padding: 0px;
	margin: 0px;
	height: 8px;
	border-radius: 2px;
}

.spacer2 {
	width: 270px;
	padding: 0px;
	margin: 0px;
	height: 32px;
	border-radius: 2px;
}

.spacer3 {
	width: 270px;
	padding: 0px;
	margin: 0px;
	height: 20px;
	border-radius: 2px;
}

.spacer4 {
	width: 20px;
	padding: 0px;
	margin: 0px;
	height: 32px;
	border-radius: 2px;
}

.spacer5 {
	width: 20px;
	padding: 0px;
	margin: 0px;
	height: 20px;
	border-radius: 2px;
}

.spacer6 {
	width: 20px;
	padding: 0px;
	margin: 0px;
	height: 12px;
	border-radius: 2px;
}

.spacer7 {
	width: 20px;
	padding: 0px;
	margin: 0px;
	height: 44px;
	border-radius: 2px;
}

#LoginImage {
	width: 490px;
	height: 400px;
	min-width: 490px;
	min-height: 400px;
	max-width: 490px;
	max-height: 400px;
	
}

@media screen and (max-width: 1024px) {
	#LoginImage,
	#TDLoginImage {
		display: none;
	}
}
#LoginImage {
	display: none;
}
ol.navdots {
	list-style:none;
/*	width: 100%;*/
}
ol li.navdots {
	list-style:none;
	background: #888;
	border-radius: 50%;
	display: inline-block;
	width: 10px;
	height: 10px;
	cursor: pointer;
	margin:4px;
}
ol li.navdots:hover {
		background: #005595;
}
