html, body {
	font-family:verdana, sans-serif, "lucida console";
	margin:0;
	padding:0;
	height:100%;
	overflow:hidden;
	overflow-x:hidden;
}
* {
	margin:0;
	padding:0;
	-moz-outline-style:none;
}
ul { list-style: none; }
h2 {
	font-weight:bold;
	font: 1.35em 'QlassikBoldRegular', 'Gill Sans', Arial, sans-serif; letter-spacing: -1px; text-shadow: -2px 0 1px #60676a, 0 -2px 1px #60676a, 0 2px 1px #60676a, 2px 0 1px #60676a, 3px 2px 5px black, 3px 2px 3px black;
	font-weight: bold;
}
dl {
	clear:both;
	width:100%;
	font-weight:normal;
	font-family:Verdana;
}
dt {
	float:left;
	clear:both;
	width:147px;
	position:relative /*IEWin hack*/
}
dd {
	border-left:1px solid #999aa0;
	padding-left:2px;
	margin-left:147px;
	clear:right;
}
input {
	width:99%;
	padding:1px 0;
}
table {
	width: 100%;
	background: #ededed;
	text-align: left;
}
th { padding: 2px 4px; }
td { color: #111; }
#mask {
	position:absolute;
	z-index:2000;
	width:100%;
	height:100%;
	display:none;
}
/*resizing stuff*/
#menus {
	min-width:700px;
	width:auto;
	min-height:400px;
}
#menus > li.sortable {
	float:left;
}
.ui-draggable-dragging {
    opacity:0.4;filter:alpha(opacity=40)
}
.divider {
    width: 10px;
    margin-left: -5px;
    position: absolute;
    z-index: 8888;
    display: block;
}
.divider:hover {
    background: rgba(200, 240, 255, 0.5);
}
.droptarget {
    width: 40px;
    margin-left: -20px;
    position: absolute;
    z-index: 9999;
    display: block;
    background: rgba(200, 230, 255, 0.25);
}
.droptarget:hover {
    background: rgba(200, 230, 255, 0.5);
}
/*end resizing stuff*/
#center,#buddies,#chatters  {
	background:#60676a;
}
#buddies { background:#60676a url(http://rphaven.com/images/buddylist_shadow.png) repeat-y scroll top right; }
#chatters { background:#60676a url(http://rphaven.com/images/spr_solo_box_.png) repeat-y scroll -3220px 0; }
#center { padding: 3px 3px 0 3px; height:100% }
#buddies, #chatters {
	border-left:1px solid #202020; border-right:1px solid #202020; color: #29A9C9;
	margin-top: 5px;
}
.handle {
	cursor:move;
}
#center > * {
	display:block;
}
#center > a {
	float:right;
	background:#ededed;
	margin: 3px 3px 0 0;
	padding: 1px;
	font-size: 12px;
}
.chatBox  {
	border:1px solid #202020;
	background:#ededed url(http://rphaven.com/images/spr_tile_x.png) repeat-x scroll 0 -63px;
	min-height:100px;
	line-height:1;
	word-wrap:break-word;
	overflow-y:auto;
	position: relative;
	vertical-align:bottom;
}
* .blackbg {
	background:#393939!important;
}
.chatBox img {
	vertical-align: middle;
	line-height: 0;
	position:absolute;
	right:0;
}
.chatBox dl {
	font-size: 13px;
}
.chatBox dt {
	padding-bottom:2px;
	color:#999aa0;
	letter-spacing: -1px;
}
.chatBox dd {
	border-left:1px solid #999aa0;
	padding-left:2px;
	padding-bottom:2px;
}
.chatBox dt span {
	background: #ededed;
	color:#000;
	position:absolute;
	right:0px;
	z-index:5;
	max-width: 144px;
	height:15px;
	overflow:hidden;
	white-space:nowrap;
	cursor: pointer;
	padding-right:3px;
}

#notMainChat {
	margin-right:2px;
}
textarea {
	word-wrap: break-word;
	background:#ededed url(http://rphaven.com/images/spr_tile_x.png) repeat-x scroll 0 -63px;
	min-height:30px;
	max-height: 120px;
	border: 0px;
	resize:none;
}
#center textarea {
	border:1px solid #202020;
	clear:both;
	width:100%;
	overflow:auto;
	overflow:hidden;
}

ul.horiBtns li {
	padding:2px;
	float:left;
	cursor:pointer;
	display:inline-block;
	text-align:center;
}
ul.horiBtns li  { display:inline; }
html > /**/ body ul.horiBtns li  { display:inline-block; }
ul.horiBtns li:hover {
	color:#f9a300;
}
ul.horiBtns:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
#fontOptions.horiBtns {
	border: 1px #000 solid;
	background:#303030;
	margin:2px 0 3px 0;
	color:#f9a300;
}
#pmHeader.horiBtns li {
	font-size:13px;
	margin:0px 1px;
	padding:1px 2px;
	text-shadow:0 -1px 1px rgba(000, 000, 000, 0.8), 0 1px 1px rgba(245, 250, 255, 0.9);
}
#pmHeader.horiBtns li:hover {
	text-shadow:0 1px 1px rgba(000, 000, 000, 0.8), 0 -1px 1px rgba(245, 250, 255, 0.9);
}
#pmHeader.horiBtns {
	background: #29A9C9 url(http://rphaven.com/images/btn-bar.jpg) top right;
	color: #000;
	margin: 0;
	overflow:hidden;
}
#pmTabs {
	background:#303030;
	border: 1px #000 solid;
	padding:1px;
	margin:0 0 -2px 0;
	-moz-border-radius-bottomleft: 4px; -webkit-border-bottom-left-radius: 4px; -moz-border-radius-bottomright: 4px; -webkit-border-bottom-right-radius: 4px;
}
#pmTabs div a {
	color:#a9aab0;
}
#pmTabs a {
	text-decoration:none;
}
#pmTabs .newMessage a {
	color:#f9a300;
	font-weight:bold;
	letter-spacing:-1px;
}
#pmTabs .ui-state-focus {
	letter-spacing:-1px;
}
#pmTabs .ui-state-focus a {
	color:#f2f2f2;
}
#pmTabs .offline a {
	color:#60676a ;
	font-weight:normal!important;
	letter-spacing:0!important;
}
#pmChat {
	color: #111;
	font-size: 12px;
}
#pmChat p {
	padding: 2px 0;
}
.pmTab {
	display:inline-block;
	padding:3px 4px;
	border:1px solid #303030;
}
.pmTab { display:inline; }
html > /**/ body .pmTab { display:inline-block; }

.share-thumbs {
	display:inline-block;
    white-space:nowrap;
    height:88px;
    overflow-y:hidden;
    overflow-x:auto;
	vertical-align:top;
}
.share-thumbs li {
	display:inline-block;
	margin:2px 1px;
	padding:2px;
	background:#4a4b4f;
	cursor:pointer;
}
.share-thumbs button {
	position:absolute;
	top:0;
	right:0;
}
.share-thumbs img {
	width:60px;
	height:60px;
}
.share-thumbs div {
	display:inline-block;
	position:relative;
}
.share-imgs {
	
}
.share-imgs div {
	height:100%;
	overflow:hidden;
	text-align:center;
	overflow:auto;
}
.current-image {
	display:inline-block;
	width:82px;
	height:80px;
	padding:3px;
	border:1px solid #5FB2E3;
	background:#2F666A;
	text-align:center;
	cursor:pointer;
}

#userlist, #buddylist {
	clear:both;
	border-top:1px solid #202020;
	min-height:100px;
	word-wrap:none;
	overflow:hidden;
	overflow-y:auto;
}
#userlist { background:#ededed url(http://rphaven.com/images/spr_solo_box_.png) repeat-y scroll -3220px 0; }
#buddylist { background:#ededed url(http://rphaven.com/images/buddylist_shadow.png) repeat-y scroll top right; }
#buddylist { -moz-border-radius-topright: 5px; -webkit-border-top-right-radius: 5px; }
#userlist { -moz-border-radius-topleft: 5px; -webkit-border-top-left-radius: 5px; }
#buddies input { background:#ededed url(http://rphaven.com/images/buddylist_shadow.png) repeat-y scroll top right; border: 0; width: 100%; }
#chatters input { background:#ededed url(http://rphaven.com/images/spr_solo_box_.png) repeat-y scroll -3220px 0; border: 0; width: 100%; }
#userlist .headItem, #buddylist .headItem { color: #f9a300; cursor:default; cursor:pointer; background:transparent url(http://rphaven.com/images/spr_tile_x.png) repeat-x scroll 0 -42px;}
#userlist .headText, #buddylist .headText{ display:block; padding:1px 0 1px 2px; display:block; border: 1px solid; border-top-color: #707a85; border-bottom-color: #464f56; border-left-color: #6a6f75; border-right-color: #6a6f75; height:17px; overflow-y:hidden; }
#userlist .headText { background:#60676a; border-left: 0;
-webkit-border-bottom-right-radius: 7px; -webkit-border-top-right-radius: 7px;
-moz-border-radius-bottomright: 7px; -moz-border-radius-topright: 7px; }
#buddylist .headText { background:#60676a url(http://rphaven.com/images/buddylist_shadow.png) repeat-y scroll top right; border-right: 0;
-webkit-border-bottom-left-radius: 7px; -webkit-border-top-left-radius: 7px;
-moz-border-radius-bottomleft: 7px; -moz-border-radius-topleft: 7px; }
.userListContainer { color: #111; cursor:pointer; font-weight: normal; min-height: 17px; font-size: 12px; line-height:11px; }
.userListContainer > li { padding: 0 0 1px 2px; position:relative; height: 12px; white-space: nowrap; z-index: 5; }
.userListContainer > li:hover { background: rgba(0, 0, 0, 0.15); }
#userlist ul li ul .ui-selecting, #buddylist ul li ul .ui-selecting { background:#FECF50; }
#userlist ul li ul .ui-selected, #buddylist ul li ul .ui-selected { background:#F39814; }
#userlist ul li ul .ui-selected:hover, #buddylist ul li ul .ui-selected:hover { background:#FEAC34; }
#userMenu { display:none; }
#cloneUserMenu {
	padding:3px 3px 3px 2px;
	width:130px;
	position:absolute;
	top: 13px;
	z-index: 3000;
}
#ignoredMenu { display:none; }
#cloneIgnoredMenu {
	padding:3px 3px 3px 2px;
	width:130px;
	position:absolute;
	top: 13px;
	z-index: 3000;
}
#roomlist-container {
	background: #ededed;
	color: #111;
}
#roomList dt {
	white-space: nowrap;
	overflow: hidden;
}
#roomList dd {
	overflow:hidden;
	height:13px;
}
#roomList dt span {
	display: inline-block;
	border-right:1px solid #999aa0;
	min-width:17px;
	padding-right: 2px;
	margin-right: 2px;
	cursor: pointer;
}

#top {
	height:35px;
	color:#ddd;
}
#top div {
	float:left;
	background:url(images/logo.png) no-repeat 0 0;
	height:100%;
	padding-left:165px;
	line-height:30px;
}
#top p {
	float:right;
	height:100%;
	padding-right:4px;
	line-height:30px;
}
#top a {
	text-decoration:none;
	cursor:pointer;
	padding:0 4px 0 20px;
}
#top > span {
	padding:0 4px 0 20px;
	text-decoration:none;
}
#top a:hover {
	color:#f9a300;
}
#top .divider {
	border-left:1px #a9aab0 solid;
}
#top .settings {
	background:url(images/cog.gif) no-repeat 0 0;
	background-position:3px 1px
}
#footer {
	background:#303030;
	height:30px;
	color:#ddd;
}

#wrapper{
	background:transparent url(http://rphaven.com/images/spr_tile_x.png) repeat-x scroll 0 -15px;
	padding:0;
	min-width:700px;
}
#wrapper select{
	font-family:sans-serif, arial, "lucida console";
	margin-bottom:10px;
}

.listBtn {
	padding:5px 15px 5px 5px;
	border: 1px solid rgb(48, 48, 48);
	font-size: 11px;
}
.listBtn:hover {
	letter-spacing:-1px;
	border: 1px solid rgb(95, 178, 227);
}
.innerbg {
	background:#303030;
	padding:5px;
	margin:0;
}
.smallBorders {
	-moz-border-radius: 3px; -webkit-border-radius: 3px;
}
.smallBtn span {
	padding: 0 3px;
}
.largeBtn { padding: .2em .6em .3em .6em; margin: 2px 2px 2px 5px; }
.iconBtn {
	padding: 1px 2px 1px 1px!important;
	margin: 0!important;
}
.iconBtn:hover {
	padding: 0 1px 0 0!important;
	margin: 0!important;
}
.subAlert {
	background:#ddd;
	border:2px solid #f9a300;
	padding:8px;
}
.dull {
	color: #999aa0;
}
.sys {
	color: #d21!important;
	padding: 3px;
	background: #ddd;
	border-top: 1px #fff solid;
	border-bottom: 1px #bbb solid;
}
.em {
	font-family: Georgia,Times,serif;
	font-style: italic;
}
.bold {
	font-weight: bold;
}
.clickable { cursor: pointer; }
.user-status {
	font-size:11px;
	color:#000000;
	letter-spacing:-1px;
	line-height:75%;
	margin-left:3px;
	font-weight:normal;
}
.hidden { display:none;}
.clear {
	clear:both!important;
	font-size:1px;
	line-height:18px;
	padding-right:0!important;
	padding-left:0!important;
	margin-right:0!important;
	margin-left:0!important;
	float:none!important;
	font-size:1px!important;
}
.highlight {
	background: #f9a300;
}
.emboss-lgrey {
	text-shadow:0 -1px 1px rgba(000, 000, 000, 0.8), 0 1px 1px rgba(255, 255, 255, 0.5);
}
.emboss-lgrey a:hover {
	text-shadow:0 1px 1px rgba(000, 000, 000, 0.8), 0 -1px 1px rgba(255, 255, 255, 0.5);
	margin: 0;
}
.emboss-lgrey a {
	display:block;
	margin: -1px 0 1px 0;
}
li.owner, li.op {
	font-weight: bold;
}
span.owner, span.op {
	padding: 0 8px;
	background:url(images/icons.png) no-repeat 0 -16px;
}
span.op {
	background:url(images/icons.png) no-repeat 0 0;
}

/* color picker ui slider */
#colorPicker,#bgcolorPicker {
	position:absolute;
	bottom:20px;
	left:-10px;
	z-index:999999;
	display:none;
}
#red, #green, #blue {
	float:left;
	clear:left;
	width:255px;
	margin:10px;
}
#swatch {
	width:100px;
	height:75px;
	margin-top:3px;
	margin-bottom:3px;
	margin-left:275px;
	background-image:none;
}
#red .ui-slider-range { background: #ef2929; }
#red .ui-slider-handle { border-color: #ef2929; }
#green .ui-slider-range { background: #8ae234; }
#green .ui-slider-handle { border-color: #8ae234; }
#blue .ui-slider-range { background: #729fcf; }
#blue .ui-slider-handle { border-color: #729fcf; }