/* CSS Document ------------------------------------------------------------------------------------------------------------------------------- */

body {
	margin: 0px auto;
	padding: 0px;
	background-color: white;
	font-family: Arial, Verdana, Helvetica, Sans-serif;
	font-size: 10px;
	line-height: 13px;
	color: #666666;
}

img {
	border: 0;
}


/* LAYOUT -------------------------------------------------------------------------------------------------------------------------------*/

#center {
	background-image: url(/dclf.nsf/icontel_logo.png);
	background-repeat: no-repeat;
	background-position: center top;
	border: 0px solid #666;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #333;
	position: absolute;
	width: 329px;
	height: 380px;
	top: 50%;
	left: 50%;
	margin-top: -170px;
	margin-left: -164px;
	font-size: 10px;
}


#field {
	background-image: url(/dclf.nsf/background_normal.jpg);
	background-repeat: no-repeat;
	width: 329px;
	height: 256px;
	margin-top: 90px;
	font-size: 10px;
}


#username {
	color: #666666;
	position: relative;
	top: 70px;
	left: 30px;
	width: 90px;
	height: 20px;
	font-size: 10px;
}

#password {
	color: #666666;
	position: relative;
	top: 90px;
	left: 30px;
	width: 90px;
	height: 20px;
	font-size: 10px;
}

#login{
	color: #666666;
	position: relative;
	top: 110px;
	left: 199px;
	width: 100px;
	height: 26px;
	text-align: center;
	background-image: url(/dclf.nsf/background_button.gif);
	background-repeat: no-repeat;
	background-position: center right;
	line-height: 26px;
	font-size: 10px;

}

#access_denied {
	background-image: url(/dclf.nsf/background_access_denied.jpg);
	background-repeat: no-repeat;
	width: 329px;
	height: 55px;
	margin-top: 108px;
	position: relative;
	font-size: 10px;
}

#text_pos_access_denied{
	font-size: 10px;
	position: absolute;
	top: 18px;
	left: 65px;
}

#footer {
	color: #8e8e8e;

}

/* FORMS -------------------------------------------------------------------------------------------------------------------------------*/

input.inputtext {
	color:#000000;
	border: 1px solid #c7c7c7;
	background-color:white;
	color: #333333;
	height:22px;
	width:269px;
	padding:4px;
	font-size: 10px;
}


/* LINKS -------------------------------------------------------------------------------------------------------------------------------*/



a.login_link:link { 
	text-decoration: none;
	color: #333333;
	padding-left: 14px;
	font-size: 10px;
	}
	
a.login_link:visited { 	
	text-decoration: none;
	color: #333333;
	padding-left: 14px;
	}
	
a.login_link:hover  { 
	color: #1e53a1;
	padding-left: 14px;
	}
	
a.login_link:active  { 
	color: #333333;
	padding-left: 14px;
	}
	
	
	
a:link {text-decoration: none; color: #8e8e8e;}
a:visited {text-decoration: none; color: #8e8e8e;}
a:hover {text-decoration: none; color: #333333;}
a:active {text-decoration: none; color: #8e8e8e;}

