#im-list-wrapper {
     /* border: solid 1px #000000; */
     margin-left: 450px;
}

#chatDiv {
    float:left;
    font-size:larger;
    font-weight:bold;
    margin-left:45px;
    margin-top:8px;     
}

#im-list {
     width: 360px;
     background-color: #081C3E;
     border-top: solid 1px #888888;
     border-left: solid 1px #888888;
     border-right: solid 1px #888888;
}

#im-list-heading {
     width: auto;
     height: auto; 
     background-image: url(../images/ui/fade_steel.png);
     background-repeat: repeat-x;
     border-bottom: solid 1px #888888;
     padding-left: 10px;
     padding-top: 7px;
     padding-bottom: 7px;
     margin-bottom: 10px;
     font-size:larger;
     font-weight:bold;
}

.im-link-act {
     color: #ff2300;
     cursor: pointer;
}
.im-link-inact {
     color: #aaa;
     cursor: pointer;
}

.slide {
     position: relative;
}
.slide .inner {
     position: absolute;
     left: 0px;
     bottom: 0px;
     z-index: 9;
}

#im-requests {
     width: 100%;
     margin-bottom: 20px;
}
#im-requests td {
     border-bottom: solid 1px #081C3E;
     padding: 5px;
     background-color: #4c5870;
}

#im-requests td.im-time {
     color: #888888;
     font-size: .7em;
     padding-left: 10px;
}

#im-requests td.im-name {
     color: #ff9900;
     font-weight: bold;
}

#im-requests td.im-name a, #im-requests td.im-name span {
     color: #ff9900;
     font-weight: bold;
     text-decoration: none;
     font-size: larger;
     width: 170px;
     display:block;
     overflow: hidden;
}
#im-requests td.im-name a:hover {
	color:yellow;	
}

#im-requests td.im-actions {
     text-align: right;
}

#im-requests td.im-actions img {
     margin-left: 5px;
     margin-right: 5px;
     cursor: pointer;
}

.chtAccLnk {
	color:Chartreuse;
	font-size:133%;
	font-weight:bold;
	margin-right:6px;
}
.chtDecLnk {
	font-size:133%;
	font-weight:bold;
}
#chatNotParts, #defBtnTxt {
	display:none;
}
#chatDisplCloseBtn {
	float:right;
	margin-right:6px;
	cursor:pointer;
}