﻿html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
#Container {
	height: 100%;
}
#Container #Header {
	height: 200px;
}
#Container #HeaderCaption {
	position: absolute;
	top: 5px;
	left: 10px;
	width: 500px;
}
#Container #HeaderCaption #lblHeaderCaption {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 24px;
	color: white;
	font-weight: bold;
	line-height: 30px;
	width: 500px;
}
#Container #LoginScreen {
	background-image: url(../images/LoginBack.jpg);
	height: 305px;
	background-repeat: no-repeat;
	
}
#Container #LoginScreen #LoginDIV {
    left: 32%;
    position: absolute;
    z-index:2;
	width: 428px;
	background-color: #999999;
	height: 289px;
	background-image: url(../images/LoginScreen_withCaptcha.jpg);
}
#LoginScreen #LoginDIV #UserName {
	position: relative;
	top: 40px;
	left: 155px;
	width: 185px;
	color: #165F81;
}
#LoginScreen #LoginDIV #Password {
	position: relative;
	left: -38px;
	top: 90px;
	width: 185px;
	color: #165F81;
}
#LoginScreen #LoginDIV #captchaText {
	position: relative;
	left: 155px;
	top: 105px;
	width: 185px;
	color: #165F81;
}
#LoginScreen #LoginDIV #captchaImg {
	position: relative;
	left: 155px;
	top: 110px;
	width: 185px;
	color: #165F81;
}
#LoginScreen #LoginDIV #BtnLogin {
	background-image: url(../images/LoginButton.gif);
	height: 40px;
	position: relative;
	top: 110px;
	left: 154px;
	width: 192px;
}
#LoginScreen #LoginDIV input {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	border: 1px solid #CCCCCC;
	height: 25px;
}
#Footer {
	position:absolute;
	height:13em;
	overflow:hidden;
	right: 0px;
	z-index:1;
	bottom:0px;
}
#Message {
	z-index: 3;
	position: absolute;
	width: 60%;
	height: 10%;
	left: 20%;
	top: 35%;
	background-color: #A60000;
	color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	display: none;
}