.free {
	background:#CCFF99;
}
.busy {
	background: #FF4D4D;
}
.pause {
	background: #ff7f50;
}
.notregistered {
	background: #9B9B9B;
	opacity: .50;
	filter: alpha(opacity=50);
	-khtml-opacity: 0.5;
	-moz-opacity: 0.5;
}
.dnd {
	background: #FFD700;
}
.notregistered {
	background: #A9A9A9;
	/*opacity: .50;
	filter: alpha(opacity=50);
	-khtml-opacity: 0.5;
	-moz-opacity: 0.5;*/
}
.boxNew {
        float: left;
        height: 50px;
        width: 275px;
        position: relative;
        margin-left: -10px;
        margin-bottom: 10px;
}
.imgNew {
        position: absolute;
        height: 70px;
        top: 2px;
        margin-left: 8px;
        width: 70px;
        background-color: transparent;
}
.labelnameNew {
        position: absolute;
        height: 38px;
        font-size: 15px;
        line-height: 18px;
        top: 20;
        left: 76px;
        width: 265px;
        overflow: hidden;
}
.extenbutton {
	width:12em;
	height:3em;
	font-size:85%;
	color:#fff;
	float:left;
	border:2px solid #AAA;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
	-moz-box-shadow:2px 2px 3px #999;
	-webkit-box-shadow:2px 2px 3px #999;
	box-shadow:2px 2px 3px #999;
	margin:3px;
	padding:2px;
}
.presenceNormal {
	background: url(sprites02.png);
	background-position: 0 -25px;
	background-repeat: no-repeat;
	width: 30px;
	height: 30px;
	margin-right: 2px;
	float: left;
}
.presenceDnd {
        background: url(sprites02.png);
        background-position: 0 -50px;
        background-repeat: no-repeat;
        width: 30px;
        height: 30px;
        margin-right: 2px;
        float: left;
}
.presenceBusy {
	background: url(sprites02.png);
	background-position: 0 0;
	width: 30px;
	height: 30px;
	margin-right: 2px;
	float: left;
}
.presenceNo {
        background: url(sprites02.png);
        background-position: 0 0;
        width: 30px;
        height: 30px;
        margin-right: 2px;
        float: left;
}
.labelname {
	color: #000;
	height: 1.6em;
	float: left;
	//width: 65%;
}
.selected {
	border: 2px solid #808080;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	-moz-box-shadow: 2px 2px 3px #09f;
	-webkit-box-shadow: 2px 2px 3px #09f;
	box-shadow: 2px 2px 3px #09f;
}
.copyright {
        clear:both
}

@viewport {
width: 640px;
}

@viewport {
    width: 980px;
    min-zoom: 0.25;
    max-zoom: 5;
    orientation: landscape;
}

p.normal {
    font-weight: normal;
}

p.thick {
    font-weight: bold;
}

p.thicker {
    font-weight: 900;
}

