html, body { width: 100%; height: 100%; }
body {
	margin: 0;
	padding: 0;
	font-family: Arial, Verdana, Helvetica;
	font-size: 12px;
	background: url(resources/images/frontendBgr.png) repeat-x bottom #dce4e7;
}

* {
	padding: 0px;
	margin: 0px;
}
img { border: 0; }
ul { list-style: none; margin: 0; padding: 0; } 

#wrapper { width: 800px; margin: 0 auto 0 auto; height: 100%; }
#logo { background: url(resources/images/logo.png) no-repeat; } 
.holder {
	position: relative;
	height: 100%;
}
.login {
	background: url(resources/images/frontendContentBgr.png) top center no-repeat;
	height: 100%;
	width: 100%;
	position: absolute;
}
.ie6 .login { background: url(resources/images/frontendContentBgr_ie.gif) top center no-repeat; }

.logo {
	display: block;
	width: 218px;
	height: 75px;
	background: url(resources/images/logo.png) top center no-repeat;
	margin: auto;
}

.loginBox {
	width: 492px;
	height: 189px;
	background: url(resources/images/loginBox.png) top center no-repeat;
	margin: auto;
	margin-top: 240px;
	position: relative;
}

.loginBox table {
	width: 100%;
	font-size: 22px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	padding: 20px 0 0 0;
}
.ie7 .loginBox table { margin: 20px 0 0 0;  }
.ie6 .loginBox table { margin: 20px 0 0 0;  }
.loginBox td {
	height: 42px;
	vertical-align: middle;
}
.loginBox .c_1 {
	width: 156px;
	padding-right: 16px;
	text-align: right;
	color: #c0f000;
}

.loginBox .c_2 {
	padding-left: 20px;
	padding-right: 30px;
	text-align: right;
}

.loginBox .c_3 {
	text-align: right;
	padding-right: 32px;
}

.loginBox .c_2 input {
	width: 250px;
	padding-top: 6px;
	padding-bottom: 6px;
	padding-left: 6px;
	font-size: 16px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #333;
	border: 1px solid #798c93
}

.loginBox .remember {
	font-size: 16px;
	color: #fff;
}
tr.r_3 td.c_1 {  }
tr.r_3 td.c_2 { float: left; margin: 0 0 0 10px; }
tr.r_3 td.c_2 input { width: auto; border: none; }
tr.r_3 td.c_2 { text-align: left; padding: 0 0 0 20px; }

div.loginBox .c_3 input {
	background: url(resources/images/loginButtonR.gif) top right no-repeat;
	height: 39px;
	margin: 0;
	font-size: 20px; 
	font-weight: bold;
	color: #c0f000;
	border: 0;
	padding: 0 30px 0 10px;
}

.loginBox .c_3 .submit { float: right; width: auto; background: url(resources/images/loginButtonL.gif) top left no-repeat; padding: 0 0 0 0px; }

.loginBox .forgot {
	font-size:12px;
	padding-left:15px;
	padding-top:3px;
	vertical-align:top;
	text-align:right;
	text-transform:uppercase;
	padding: 10px 30px 0 0;
}
.loginBox .forgot a {
	text-decoration:none;
	border-bottom:1px dotted #666;
	color:#666;
	
	}
	
.loginBox .forgot a:hover{
	border-bottom:1px dotted #333;
	color:#333;
	
	}
	
.login .forgot .c_1 {
	font-size:20px;
	
	}

.newUser {
	display: block;
	width: 168px;
	height: 173px;
	background: url(resources/images/firsttimeBgr.png) top left no-repeat;
	position: absolute;
	top: 126px;
	right: 80px;
	text-align: center;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}
.ie6 .newUser { background: url(resources/images/firsttimeBgr.gif) top center no-repeat; }


.newUser p {
	margin: 30px;
	margin-top: 40px;
	margin-bottom: 1px;
	color: #c0f000;
	font-size: 13px;
}

.newUser a {
	font-size: 16px;
	display: block;
	width: 150px;
	color: #FFF;
	margin: auto;
	text-transform: uppercase;
	text-decoration: underline;
	font-weight: bold;
}











/*
FRONTPAGE language iconlist
==================================*/
.langBar {
	width: 300px;
	float: right;
	margin: 10px 150px 50px 0;
}

ul.languages {
	margin: 5px;
	float: right;
}

ul.languages li {
	list-style: none;
	display: inline;
	margin: 0 10px 0 0;
}

ul.languages li img {
	width: 15px;
}
/*
==================================*/



#notificationsPopup {
	position: relative;
	z-index: 1000;

	margin: 0;

	border: 2px dashed #F44;
	background-color: #FDD;
	text-align: center;
	
	padding: 10px;
}
#notificationsPopup li { list-style: none; }

.notification .odd{
	border-bottom: 1px solid #fff;
	padding: 0 0 5px 0;
	margin: 0 0 5px 0;
}
.notification .even{
	border-bottom: 1px solid #fff;
	padding: 0 0 5px 0;
	margin: 0 0 5px 0;
}







