@charset "windows-1250";
html,body {
	-moz-box-sizing: border-box;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background: url(images/background.png);
	height: 100%;
}
body,td,th {
	-moz-box-sizing: border-box;
	position: relative;
	font-family: trebuchet MS, Tahoma, Verdana;
	font-size: 11px;
}
div {
	-moz-box-sizing: border-box;
}
#bodyTable {
	border: none;
	width: 100%;
	height: 100%;
}
#tdHeader {
	height: 61px;
	background: url(images/header_background.png);
}
#tdFooter {
	height: 45px;
	background: url(images/footer_background.png);
	vertical-align: top;
	text-align: right;
	padding-right: 5px;
	padding-left: 5px;
	padding-top: 2px;
}
#headerTitle {
	position: absolute;
	left: 0px;
	top: 0px;
}
#headerLoginFrame {
	display: none;
	position: absolute;
	top: 0px;
	width: 246px;
	height: 61px;	
	right: 50px;
	padding-left: 5px;
	padding-right: 5px;
	background: url(images/header_frame.png);
}
#headerLoginContent {
	width: 236px;
	height: 47px;
}
#headerLoginContent .info {
	font-weight: bold;
	color:#FFFFFF;
}
#headerLoginContent .title {
	font-weight: bold;
	font-size: 12px;
	color: #CCCCCC;
}
#tdContent {
	text-align: center;
}
.login_form {
	padding-left: 35%;
}
#loginFrame {
    #position: absolute; 
	#top: 35%;
	#left: 38%;
	overflow: hidden;
	vertical-align: middle;
	height: 171px;
	width: 302px;
}
#loginFrameBottom {
	position: relative;
	left: 0px;
	top: 0px;
	height: 32px;
	width: 302px;
}
#loginFrameBottomLeft {
	float: left;
	height: 32px;
	width: 160px;
	background: url(images/login_bottom_left.png);
}
#loginFrameBottomRight {
	float: left;
	height: 32px;
	width: 30px;
	background: url(images/login_bottom_right.png);
}
#loginFrameBottomButton {
	float: left;
	height: 32px;
	width: 112px;
}
#loginFrameContent {
	position: relative;
	left: 0px;
	top: 0px;
	width: 302px;
	height: 139px;
	background: url(images/login_background.png);
}
#loginFrameContentIE {
	position: relative;
	left: 0px;
	top: 0px;
	width: 302px;
	height: 139px;
	background: url(images/login_background_ie.png);
}
#loginFrameUser {
	position: absolute;
	top: 44px;
	left: 112px;
	width: 163px;
}
#loginFramePass {
	position: absolute;
	top: 87px;
	left: 112px;
	width: 163px;
}
#loginFrameContent input {
	width: 163px;
	height: 32px;
	border: none;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	padding-top: 9px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 5px;
	position: relative;
	background: url(images/login_input_background.png);
}
#loginFrameContentIE input {
	width: 150px;
	height: 32px;
	border: none;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	padding-top: 9px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 5px;
	position: relative;
	background: url(images/login_input_background_ie.png);
}
.asLink {
	cursor: pointer;
}
#dataLoader {
	position: absolute;
	left: 0px;
	z-index: 999;
	display: none;
}
h1 {
	font-size: 18px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #9e9e9e;
	color: #CC0000;
}
h2 {
	clear: both;
	text-align: left;
	font-size: 14px;
	color: #CC0000;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #9e9e9e;
	padding: 10 0 5 0;
	margin: 10 0 5 0;
}
#emailFrame input {
	padding-top: 10px;
	width: 100px;
	background: url(images/input_background.png);
	border: none;
	height: 26px;
	font-size: 12px;
	text-align: center;
	padding-top: 6px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

#emailFrame input.button {
	background: none;
	width: 133px;
	height: 26px;
	padding: 0;
}

#emailFrame .inputEnd {
	height: 26px; 
	float: left; 
}
