body {
	margin:0px;
	font-family:Arial;
	background-color: #fff; /* Old browsers */
	*background: -moz-linear-gradient(top, #ffffff 0%, #f6f6f6 81%, #ededed 100%); /* FF3.6-15 */
	*background: -webkit-linear-gradient(top, #ffffff 0%,#f6f6f6 81%,#ededed 100%); /* Chrome10-25,Safari5.1-6 */
	*background: linear-gradient(bottom, #ffffff 0%,#f6f6f6 81%,#ededed 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ededed',GradientType=0 ); /* IE6-9 */
	*-webkit-background-size: cover;
	*-moz-background-size: cover;
	*-o-background-size: cover;
	*background-size: 100%;
	*height:100%;
}

h1, h2, h3, h4, h5, h6, a {
	margin:0; padding:0;
}
.login {
	margin:0 auto;
	height:100%;
}
.login-header {
	text-align:center;
	margin-top:3%;
}
.login-header img {
	max-width:200px;
}

.login-form h3 {
	text-align:left;
	color:#737373;
	line-height:9px;
}
.login-form {
	box-sizing:border-box;
	*padding-top:43px;
	margin:26px auto;
	text-align:center;
	margin-bottom:60px;
	width:500px;
}
.login select,
.login input[type="text"],
.login input[type="password"] {
	width: 100%;
	height:47px;
	margin:10px 0;
	border-radius:4px;
	border:1px solid #d6d6d6;
	outline:none;
	padding-left:10px;
	font-size:1.3em;
	font-weight:lighter;
}
.login-form input[type="submit"] {
	xheight:40px;
	xwidth:186px;
	xborder:1px solid #999;
	xborder-radius:6px;
	xcursor:pointer;
	xfont-size:1em;
	xbackground-color:#930000;
	xmargin-top:8px;
	xcolor:#fff;
	xfont-weight:lighter;
}

.login-form .desc {
	font-size: .9em;
	line-height:1.4em;
	margin-bottom:20px;
}

.no-access {
	margin-top:14px;
	text-decoration:none;
	font-size:.8em;
	font-weight:lighter;
}
.no-access a {
	text-decoration:none;
	color: #006193;
}

.signUp {
	*margin: 0 auto;
	*padding-top: 20px;
	padding-bottom: 14px;
}
.signUpTxt {
	text-align:center;
	font-weight:lighter;
}
.signUpTxt a{
	text-decoration:none;
	color: #006193;
}

#login_page_footer {
	width:100%; text-align:center; position:relative; bottom:4px; color:#333333;
	font-size:.8em;
}
#login_page_footer a {
	text-decoration: none;
	color: #006193;
}

.t-container {}
.clock {text-align:center; font-family:'Verdana'; color:#6e0000;}

#digitalclock ul { padding:0px; list-style:none; text-align:center;margin-bottom:0px; }
#digitalclock ul li { display:inline; font-size:4em; text-align:center;letter-spacing:-3px;font-weight:lighter }

@-webkit-keyframes mymove {
	0% {opacity:1.0; text-shadow:0 0 20px #00c6ff;}
	50% {opacity:0; text-shadow:none; }
	100% {opacity:1.0; text-shadow:0 0 20px #00c6ff; }
}

@-moz-keyframes mymove {
	0% {opacity:1.0; text-shadow:0 0 20px #00c6ff;}
	50% {opacity:0; text-shadow:none; }
	100% {opacity:1.0; text-shadow:0 0 20px #00c6ff; }
}

/* Large Devices, Wide Screens */
@media only screen and (max-width: 2200px) {
	.login-header img {
		width:20%;
	}
}

/* Large Devices, Wide Screens */
@media only screen and (max-width: 1200px) {
  .login {
    width: 600px;
    *font-size: 2em;
  }
  .login-header img {
	width:40%;
  }
}
@media only screen and (max-width: 1100px) {
  .login {
    margin-top: 2%;
    width: 600px;
    *font-size: 1.7em;
  }
  .login-header img {
	width:40%;
  }
}
/* Medium Devices, Desktops */
@media only screen and (max-width: 992px) {
  .login {
    margin-top: 1%;
    width: 550px;
    *font-size: 1.7em;
    min-height: 0;
  }
  .login-header img {
	width:40%;
  }
}
/* Small Devices, Tablets */
@media only screen and (max-width: 768px) {
  .login {
    margin-top: 0;
    width: 500px;
    *font-size: 1.3em;
    min-height: 0;
  }
  .login-form {
	width:450px;
  }
  .login-header img {
	width:60%;
  }
}

/* Small Devices, Tablets */
@media only screen and (max-width: 550px) {
  .login {
    margin-top: 0;
    width: 450px;
    *font-size: 1.3em;
    min-height: 0;
  }
  .login-form {
	width:400px;
  }
  .login-header img {
	width:60%;
  }
}

/* Extra Small Devices, Phones */
@media only screen and (max-width: 480px) {
  .login {
    margin-top: 6%;
    width: 400px;
    min-height: 0;
  }
  .login h2 {
    margin-top: 0;
  }
  .login-form {
	width:350px;
  }
  .login-header img {
	width:60%;
  }
  #digitalclock ul li { font-size:3em;}
}
/* Custom, iPhone Retina */
@media only screen and (max-width: 375px) {
  .login {
    margin-top: 6%;
    width: 300px;
    min-height: 0;
  }
  .login-form {
	width:290px;
  }
}

@media only screen and (max-width: 320px) {
  .login {
    margin-top: 6%;
    width: 290px;
    min-height: 0;
  }
  .login-form {
	width:270px;
  }
  #digitalclock ul li { font-size:2.5em;}
}

@media only screen and (max-width: 240px) {
  .login {
    margin-top: 1%;
    width: 220px;
    min-height: 0;
  }
  .login-form {
	width:200px;
  }
  #digitalclock ul li { font-size:2em;}
}








.clear {
	display: block;
	clear: both;
	width: 100%;
	height: 1px;
	margin: 0 0 -1px;
	font-size: 1px;
	line-height: 1px;
}

.descriptionBox{
	background-color:#E2E2E2;
	border-bottom:1px solid #C5C5C5;
	border-top:1px solid #C5C5C5;
}
.descriptionText{
	padding:12px 18px 14px 18px;
	color:#454545;
	font-size:.9em;
	*line-height:16px;
}

.loginButton {
	margin:0px;
	border:0px;
}
.loginForgot {
	text-align:right;
	font-size:11px;
	font-style:italic;
	float:right;
}

.buttonStyle {
	border: 1px solid #7D7D7D;
	background-color: #DADBDA;
	font-size: 11px;
	display:block;
	color: #444;
	text-decoration:none;
	text-align:center;
	font-weight: normal;
	padding:1px 6px 1px 6px;
	background-repeat: repeat-x;
	cursor:pointer;
	font-family:Arial;
}
a.buttonStyle, a.buttonStyle:link, a.buttonStyle:visited {
	text-decoration:none;
	color: #444;
	background-color: #DADBDA;
	text-align:center;
}
.listTitleText2 {
	font-size:15px;
	color:#314459;
	font-weight:bolder;
}

#footerArea {
	margin: 0 auto;
	padding: 0px;
	margin-top: 10px;
	margin-bottom: 20px;
	text-align: center;
}

.footerNav{
	color:#999;
	font-size:11px;
}
.footerNav a:link, .footerNav a:visited {
	color:#999;
	font-size:11px;
	text-decoration:none;
}

#footerText {
	margin: 0px;
	margin-top: 15px;
	color: #7c7c7c;
	font-size: 11px;
}

#gradient {
	background: url('/images_v2/gradient_bg.jpg') repeat-x 0 4px;
}
.pagewrapper {
	*width: 905px;
	margin: 0 auto;
}

.reqTxt {
	font-size:9px;
	color:#808080;
	font-weight:normal;
	font-style:italic;
}
.formElems {
	text-align:left;
}
.formElems td {
	padding:4px;
	border-spacing:2px;
}
.formTxt {
	font-size:13px;
	font-weight:bolder;
	line-height:13px;
}
.button {
	font-size:12px;
	border-color: #bd9494;
	background-color: #f0f0f0;
	color: #000;
	background-image: url('/themes/TimeMD/images/bgBtnGray.gif');
	vertical-align: middle;
}

.buttonStyleRed {
	display: inline-block;
	margin: 0 0 0 0;
	padding: 6px 14px;
	font-size: 11px;
	line-height: 1.1em;
	vertical-align: bottom;
	appearance: none;
	box-shadow: none;
	border-radius: 0;
	outline: none;
	text-align: center;
	cursor:pointer;
}

.buttonStyleRed,
a.buttonStyleRed,
a.buttonStyleRed:link,
a.buttonStyleRed:visited {
	color: #fff;
	text-decoration: none;
	background-color: #c74545;
	border: none;
	border-radius: 10px;
}

.button2 {
	border: 1px solid #999;
	border-radius: 6px;
	cursor: pointer;
	font-size: 1em;
	background-color: #930000;
	margin-top: 8px;
	color: #fff;
	font-weight: lighter;
	align-items: flex-start;
	text-align: center;
	box-sizing: border-box;
	padding: 5px 14px 6px;
	text-decoration:none;
}
.button2 a{
	text-decoration:none;
}

.notice, .success, .errors {padding:.8em;margin-bottom:1em;border:2px solid #ddd;font-size:1.0em;}
.notice {background:#ffd27b;color:#514721;border-color:#c66b00;}
.success {background:#E6EFC2;color:#264409;border-color:#C6D880;}
.notice a {color:#514721;}
.success a {color:#264409;}

.errors {
	padding: .5em;
	margin:10px;
	margin-bottom: 1em;
	border: 1px solid #ddd;
	font-size: 1em;
	background: #CC0000;
	color: #FFF;
	border-radius:12px;
	text-align:center;
}
.errors a {
	color: #8a1f11;
}
.errors ul {
	margin: 0px;
	padding: 0px;
	padding-left: 26px;
	list-style:none;
}

.errors ul li {
	font-weight: bolder;
}

.errors a:link,
.errors a:visited {
	color: #cc0000;
}



.quickclock ol li {
	margin-top:20px;
}

.gpserror {
	padding-top:20px;
	padding-bottom:30px;
	color:#cc0000;
}