@charset "UTF-8";
/* CSS Document */
body {
	background-image: url(images/sitestructure/background.jpg);
	background-repeat: repeat-x;
	margin-top: 0px;
}
body,td,th {
	font-family: Calibri, "Trebuchet MS", Arial;
	color: #333;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #09F;
}
a:hover {
	text-decoration: underline;
	color: #FFF;
}
a:active {
	text-decoration: none;
}
.NETWORKSTATUSBACKGROUP {
	background-image: url(images/sitestructure/Network_back.jpg);
	background-repeat: no-repeat;
	background-position: center center;
}
.LOGINBACKGROUP {
	background-image: url(images/sitestructure/login_back.jpg);
	background-repeat: no-repeat;
	background-position: top +30px center;
}
.BK1 {
	background:#209BFC;
	color:#FFF;
	
	background-repeat: no-repeat;
	background-position: center center;
	-moz-border-radius-topleft:25px;
	-moz-border-radius-bottomright:25px;
	-webkit-border-top-left-radius:20px;
	-webkit-border-bottom-right-radius:20px;	
}

