table.layout-table{
	empty-cells:show;
	border-spacing:0px;
	border-collapse:separate;
	border:none;
}

table.layout-table > tbody > tr > th,
table.layout-table > tbody > tr > td {
	padding: 0;
}

table.layout-table td,table.layout-table th {
	vertical-align: top;
	text-align: left;
}



/* Newsline Login */

#newslineLogin {
	font-size: 1em !important;
	left: 0;
	top: 0;
	position: fixed;
	width: 100%;
	height: 100%;
	background: url(1pic/50p.png);
	z-index: 999;
	color: #000;
	box-sizing: border-box;
}

#newslineLogin * {
	box-sizing: border-box;
}

#newslineLogin .newslineLoginClose {
	position: absolute;
	top: 0;
	right: 0;
	width: 15px;
	height: 15px;
}

#newslineLogin .loginError {
	font-weight: bold;
	padding: 0;
	margin: 0;
	margin-top: 20px;
	color: #e20030;
	font-size: 16px;
	text-align: left;
}

#newslineLogin > div {
	font-size: 12px;
	width: 600px !important;
	height: 260px !important;
	margin-left: -300px !important;
	margin-top: -130px !important;
	position: absolute !important;
	padding: 40px !important;
	left: 50% !important;
	top: 50% !important;
	background: #ffffff !important;
	border: none !important;
	color: #000 !important;
}


#newslineLogin a {
	color: #e20030 !important;
	font-weight: normal;
	font-size: 20px;
	display: block;
	top: 8px !important;
	left: auto !important;
	position: absolute;
	right: 8px;
	text-indent: -999px;
	width: 25px;
	height: 25px;
	background-image: url(1pic/nl-close.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 16px auto;
	z-index: 999;
	-webkit-transition: .25s;
	transition: .25s;
	cursor: pointer;
	overflow: hidden;
	behavior: url('js/backgroundsize.min.htc');
}

#newslineLogin a:hover,
#newslineLogin a:focus {
	background-image: url(1pic/nl-close-red.png);
	outline: none;
}

#newslineLogin table {
	width: 100%;
	margin: 0;
	padding: 0;
	margin-bottom: 5px;
	border: none;
	color: #000;
	border-spacing: 0;
	border-collapse: collapse;
}

#newslineLogin th {
	font-weight: normal;
	font-size: 18px;
	color: #555;
	margin: 0;
	padding: 0;
	padding-right: 10px;
	vertical-align: middle;
}

#newslineLogin td {
	position: relative;
	padding: 2px;
	vertical-align: middle;
}

#newslineLogin td input {
	padding: 0 10px !important;
	font-size: 16px;
	display: block;
	height: 27px !important;
	margin: 7px 0 !important;
	margin-left: 10px !important;
	box-shadow: 0 0 100px 20px rgb(255, 255, 255) inset;
	border: none !important;
	color: #555555 !important;
	width: 220px !important;
	-webkit-transition: .25s;
	transition: .25s;
	opacity: .7;
}

@-moz-document url-prefix() {
	#newslineLogin td input {
		opacity: 1;
	}
}

#newslineLogin td input:focus {
	outline: none !important;
	/*opacity: 1;*/
}

#newslineLogin input[type="password"] {
	font-size: 30px !important;
	line-height: 25px !important;
	font-weight: bold;
}

#newslineLogin input[type="password"]::-webkit-input-placeholder {
   font-size: 16px !important;
   font-weight: normal !important;
}

#newslineLogin input[type="password"]:-moz-placeholder { /* Firefox 18- */
	font-size: 16px !important;
	font-weight: normal !important;
}

#newslineLogin input[type="password"]::-moz-placeholder {  /* Firefox 19+ */
	font-size: 16px !important;
	font-weight: normal !important;
}

#newslineLogin input[type="password"]:-ms-input-placeholder {
	font-size: 16px !important;
	font-weight: normal !important;
}

#newslineLogin input[type="password"]:-webkit-autofill {
    color: red !important;
}
#newslineLogin input[type="password"]::-webkit-autofill {
    color: red !important;
}

#newslineLogin td .line {
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	bottom: 6px;
	height: 1px;
	background-color: rgb(98, 99, 86);
	width: 90%;
	-webkit-transition: .25s;
	transition: .25s;
	margin: 0 auto;
}

#newslineLogin td .line:before {
	left: 0;
	bottom: 0px;
	content: '';
	width: 1px;
	height: 50px;
	max-height: 0;
	display: block;
	position: absolute;
	background-color: #626356;
	-webkit-transition: .5s;
	transition: .5s;
}

#newslineLogin td .line:after {
	right: 0;
	bottom: 0px;
	content: '';
	width: 1px;
	height: 50px;
	max-height: 0;
	display: block;
	position: absolute;
	background-color: #626356;
	-webkit-transition: .5s;
	transition: .5s;
}


#newslineLogin td input:focus + .line {
	background-color: #e20030 !important;
	width: 94%;
	height: 1px;
}

#newslineLogin td input:focus + .line:before,
#newslineLogin td input:focus + .line:after {
	background-color: #e20030 !important;
	max-height: 6px;
}

#newslineLogin td input:focus,
#newslineLogin td input:active {
	outline: none;
}

#newslineLogin input[type=submit] {
	height: 35px !important;
	background-color: #e20030;
	border: none !important;
	color: #fff !important;
	font-size: 18px;
	position: absolute;
	left: 0 !important;
	width: 200px !important;
	-webkit-transition: .5s linear;
	transition: .5s linear;
	background-image: url(1pic/nl-login-white.png);
	background-repeat: no-repeat;
	background-position: right 10px center !important;
	background-position-x: right 10px;
	background-position-y: center;
	background-size: 25px auto !important;
	border: 1px solid #e20030 !important;
	padding: 0px 15px !important;
	text-align: left;
	margin: 0 auto !important;
	display: block;
	right: 0 !important;
	bottom: 50px !important;
}

#newslineLogin.hasError input[type=submit] {
	bottom: 30px !important;
}

#newslineLogin input[type=submit]:hover,
#newslineLogin input[type=submit]:focus {
	background-image: url(1pic/nl-login-red.png);
	background-color: #fff !important;
	border: 1px solid #e20030 !important;
	color: #e20030 !important;
	background-position: right 10px center !important;
	background-position-x: right 10px;
	background-position-y: center;
	outline: none;
}

#newslineLogin input[type=submit]:hover:-webkit-autofill {
	color: #e20030 !important;
}

#newslineLogin input[type=submit]:focus:-webkit-autofill {
	color: #e20030 !important;
}

.newslineEditLink img {
    width: 15px;
}
