/* Image button */
img.image_button { border: 1px dotted white; }
img.image_button:hover { border: 1px solid black; }

/* Photobook */
.photobookscroll {
	overflow: auto;
	position: static;
	height: 400px;
	width: 140px;
	text-align: center;
}

.shadow_l_t {
	background-image: url(/themes/wim/images/shadow_left_top.gif);
	background-repeat: no-repeat;
	height: 7px;
	width: 7px;
}

.shadow_t {
	background-image: url(/themes/wim/images/shadow_top.gif);
	background-repeat: repeat-x;
	height: 7px;
}

.shadow_r_t {
	background-image: url(/themes/wim/images/shadow_right_top.gif);
	background-repeat: no-repeat;
	height: 7px;
	width: 7px;
}

.shadow_l {
	background-image: url(/themes/wim/images/shadow_left.gif);
	background-repeat: repeat-y;
	width: 7px;
}

.shadow_r {
	background-image: url(/themes/wim/images/shadow_right.gif);
	background-repeat: repeat-y;
	width: 7px;
}

.shadow_l_b {
	background-image: url(/themes/wim/images/shadow_left_bottom.gif);
	background-repeat: no-repeat;
	height: 7px;
	width: 7px;
}

.shadow_b {
	background-image: url(/themes/wim/images/shadow_bottom.gif);
	background-repeat: repeat-x;
	height: 7px;
}

.shadow_r_b {
	background-image: url(/themes/wim/images/shadow_right_bottom.gif);
	background-repeat: no-repeat;
	height: 7px;
	width: 7px;
}

/* Chat module */
#chatwindow {
	height: 400px;
	margin: 0px;
}
#chat_msgwindow {
	border: 1px dotted black;
	margin-right: 155px;
	height: 405px;
}
#chat_msgs {
	border: 1px solid black;
	margin-left: 5px;
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 10px;
	overflow: auto;
	height: 350px;
}
div.smileychoice {
	float: left;
	width: 20px;
	height: 20px;
	border: 1px solid gray;
	margin: 1px;
}
div.smileychoice:hover {
	border: 1px solid black;
	cursor: hand;
	cursor: pointer;
}
img.smiley:hover {
	cursor: hand;
	cursor: pointer;
}
div.chat_right {
	border: 1px dotted black;
	width: 150px;
	height: 200px;
	padding: 0px;
	float: right;
	clear: right;
	margin-bottom: 3px;
	overflow: auto;
}
#chat_inputfield {
	margin-bottom: 5px;
	margin-left: 5px;
	width: 95%;
}
ul.chat_userlist {
	list-style-type: none;
	border: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 5px;
	padding-left: 5px;
	padding-right: 0px;
	width: 140px;
}
li.chat_userself {
	border: 1px solid #5b5fff;
	background: #c0c1ff;
	height: 20px;
	width: 125px;
	margin-top: 2px;
	margin-bottom: 1px;
	margin-left: 0px;
	margin-right: 0px;
}
li.chat_user {
	border: 1px solid #ff9000;
	background: #fff6ab;
	height: 20px;
	width: 125px;
	margin-top: 2px;
	margin-bottom: 1px;
	margin-left: 0px;
	margin-right: 0px;
}

/* Misc */
.simpletable {
	border-left: 1px black solid;
	border-top: 1px black solid;
}

.simpletd {
	border-right: 1px black solid;
	border-bottom: 1px black solid;
}

.blackline {
	border: 1px solid black;
}
.black_div {
	background: #000000;
	position: absolute;
	left: 40px;
}

