@charset "utf-8";
/* CSS Document */

body {
	width: 326px;
	height: 116px;
	margin:0;
	padding:0;
	/* background:#01111b url(../images/gro_iframe_login.png) no-repeat; */
	background:#01111b url(../images/grp_iframe_login.png) no-repeat;
	font-family:DINMittelEF-Regular, Arial, Helvetica, sans-serif;
        font-size: 14px;
	color:#bcdeee;
	line-height:1.0;
	}

p, ul, li {
	margin:0;
	padding:0;
	}
img {
	border:0px;
	}
.profile-widget {
	padding:12px 16px;
	position:relative;
	z-index:1;
	}

img.profile-widget-avatar {
	display:block;
	float:left;
	vertical-align:top;
	margin-right: 10px;
	}

.profile-widget-content {
	position:absolute;
	left:74px;
	top:0px;
	margin:0 0 0 0;
	padding: 1px 0 0 0;
	width:216px;
	line-height:20px;
	}

.profile-avatar {
	position:absolute;
	left:0px;
	top:0px;
	margin:0 10px 0 0;
	width:74px;
	height: 64px;
	}
.teal-upper {
	color:#36b8d1;
	font-size:18px;
	text-transform:uppercase;
	text-decoration:none;
	}
.teal-normal {
	color:#bcdeee;
	font-size:18px;
	text-decoration:none;
	}
.p-name {
	font-size:20px;
	}
.maintenance-message {
	color:#ce1800;
	font-size:12px;
	font-weight: bold;
	padding:1px 0 0 0;
	}
.profile-widget-status {
	width:142px;
	height:16px;
	position:absolute;
	right: 15px;
	top: 86px;
	z-index:2;
	cursor:default;
	}
a.p-profile {
	display:block;
	color:#00ffff;
	text-decoration:none;
	text-transform:none;
	line-height:40px;
	}

.credit {
	width:100px;
	height:22px;
	position:absolute;
	top:54px;
	right:19px;
	z-index:3;
	}
.credit ul {
	display:block;
	}
.credit ul li {
	display:block;
	list-style-type:none;
	float:right;
	text-align:right;
	font-size:18px;
	color:#fff000;
	margin:0 0 0 6px;
	}
.credit ul li a{
	font-size:21px;
	color:#fff000;
	text-decoration: none;
	}
.credit ul li img {
	display:block;
	padding:2px 0 0 0;
	}

.profile-widget-status ul {
	display:block;
	}
.profile-widget-status ul li {
	display:block;
	float:left;
	list-style-type:none;
	font-size:10px;
	text-transform:uppercase;
	line-height:16px;
	text-align:right;
	}
.profile-widget-status ul li.led-light {
	float:right;
	}
.srv-on {
	color:#bcdeee;
	}
.srv-off {
	color:#ea1b00;
	}