img {
	border:0px solid black;
	vertical-align:middle;
}

body {
	background: #0A0A0A;
	background-image: url(../images/bg.jpg);
	color: #FFFFFF;
	margin:0px;
	padding:0px;
}

a{
	color: white;
	text-decoration: none;
	font-weight: bold;
}

a:hover{
	color: gold;
}

input, textarea, select, button {
	background-color: #222;
	color: #FFFFFF;
	border: 2px ridge white;
	border-radius: 5px;
	vertical-align: middle;
}

input[type="checkbox"]{
	background-color: white;
	border: 1px inset white;
	border-radius: 0px;
}

table {
	border-collapse: collapse;
}

.progress, .progress div {
	border-radius: 5px;
}

.progress {
	position:relative; border:2px solid black; text-shadow: black 0px 0px 1px; color:white;text-align:right; font-weight:bold; font-size: 10px;
}

.progress div {
	position:absolute; top:0px; left:0px; z-index:2; border-right:2px outset black; color:black; text-shadow: white 0px 0px 2px;
}

#wrapper {
	margin-left: auto;
	margin-right: auto;
	padding-right: 25px;
	padding-left: 25px;
	/*max-width: 96%;*/
	max-width: 1000px;
	min-width:400px;
	position:relative;
}

#advertise {
	position:absolute;
	top:0px;
	right:0px;
	width:170px;
}

/*.vanishing {
	color: white;
	opacity: 0.3;
}

.vanishing:hover{
	opacity: 1;
}*/

#header {
	position:fixed;
	width: 100%;
	top:0px;
	left:0px;
	background-color:#292922;
	border-bottom:2px double gray;
	height:36px;
}

#footer {
	position:fixed;
	width: 100%;
	bottom:0px;
	left:0px;
	background-color:#292922;
	border-top:2px double gray;
	margin-top:10px;
	height:20px;
	font-size: 14px;
}

#header:hover~.vanishing, #footer:hover~.vanishing{
	opacity:1;
}

#myfriends, #roomlist, #mynotifies {
	z-index:40;
	padding:6px;
	font-size: 12px;
	position:fixed;
	right:0px;
	top: 36px;
	width: 25%;
	border: 2px double gray;
	background-image:url(../../../files/bgd.png);
	border-top:0px solid #292922;
	display:none;
}

#notifies {
	width:100%;
}

#mynotifies{
	left:0%;
	width: 400px;
	min-height: 60px;
	height: 450px;
	border-bottom-right-radius: 16px;
	border-left:0px solid #292922;
}

#myfriends, #roomlist {
	right:0px;
	width: 180px;
	height: 500px;
	border-bottom-left-radius: 16px;
	border-right:0px solid #292922;
}

#friendlist ul, #roomlist ul{
	list-style: none;
	padding-left: 15px;

}

#header img{
	height: 24px;
	width: 24px;
	vertical-align: middle;
}

#header:hover {
	background-color:#292922;
	opacity: 1;
}

.header-rightoption:hover {
	color:#FFFFAA;
	text-shadow: #FFFFAA 0px 0px 2px;
}

body, #messagetext, input, button, select {font-family:"segoe ui",arial,sans-serif;}

#leftwrapper, #roomnoticetext {
	float:left;
	width:74%;
	min-width: 600px;
}

#messagetext{
	background-color:transparent;
	background-image:url(../../../files/bg.png);
	width:100%;
	overflow:hidden;
	border:1px ridge #666666;
}


#chatwrapper {
	position:relative;
	background-image: url(../../../files/bg.png);
	border:1px ridge #666666;
	width:100%;
	height:340px;
	border-radius: 10px;
	border-bottom-left-radius: 0px;
	border-bottom-right-radius: 5px;
	overflow:hidden;
}

#chatstatusbar {
	height: 32px;
	text-align:center;
}

#chatstatusbar img {
	height: 32px;
	width: 32px;
}

#chatcommands {
	margin-top:16px;
	border:1px ridge #666666;
	border-radius: 10px;
	background-image: url(../../../files/bg.png);
}

#chatsubwrapper {
	width:100%;
	height:100%;
	overflow:auto;
}

#rightwrapper{
	width: 24%;
	min-width: 200px;
	margin-left: 75%;
}

#contactlist {
	background-image: url(../../../files/bg.png);
	text-align: left;
	font-size: 13px;
	border: 1px ridge #666666;
	border-radius: 10px;
	border-bottom-left-radius: 30px;
	overflow:auto;
	height: 340px;
}

#contactlist  .userdiv{
	min-height: 36px;
}

.useroptdiv  img{
	height: 20px;
	width: 20px;
	vertical-align:middle;
}

#contactlist  .avatar{
	max-width: 36px;
	max-height: 36px;
	float:left;
	vertical-align:middle;
}

#contactlist .separator {
	width: 2px;
	margin: 0px 2px;
}

.userdiv {
	border: 1px outset #666;
	border-radius: 8px;
	margin:2px;
}

.useroptdiv img{
	cursor:pointer;
}

#chatbox {
	font-size: 10pt;
	overflow: auto;
	height:98%;
}

#chatbox, #chatoptionstab, #chatmaptab, #chateventstab {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	margin: 6px;
}

#chatoptionstab, #chatmaptab, #chateventstab {
	visibility:hidden;
}

#chatbox img{
	height: 20px;
	width: 20px;
	vertical-align:middle;
}

#chatevents img {
	height: 24px;
	width: 24px;
	vertical-align:middle;
}

#actionlist {
	font-size: 13px;
	margin-left: 810px;
	border: 1px ridge #666666;
	border-radius: 10px;
	border-bottom-left-radius: 30px;
	width: 200px;
	height: 100px;
}

#contacts {
	width: 100%;
}

fieldset {
	border-left: 0px solid black;
	border-right: 0px solid black;
	border-bottom: 0px solid black;
}

legend {
	font-weight: bold;
}

h4 {
	border-bottom:1px solid white;
	color: #FFFF99;
	text-shadow: #FFFF99 0px 0px 1px;
	margin: 9px 2px 6px 0px;
}

h3 {
	border-bottom:1px solid white;
	color: #FFFF99;
	text-shadow: #FFFF99 0px 0px 1px;
}

h1 {
	color: #FFFF99;
	text-shadow: #FFFF99 1px 1px 8px;
	text-shadow: #FFFF99 -1px -1px 8px;
	text-shadow: #FFFF99 1px -1px 8px;
	text-shadow: #FFFF99 -1px 1px 8px;
	text-align: center;
}

#chatbox div {
	margin-bottom:1px;
	padding-bottom: 2px;
	padding-top: 2px;
}

.sender {font-weight:bold; color:#EEEEEE; width:100%; margin-top:3px; margin-bottom:1px;}
.says{margin-left:25px ; border-left: 3px solid #333; padding-left:2px; position:relative;}
.says:hover {background-color:#333; border-left-color:gold}
.says:hover  .delete{display:inline;}
.says .delete{height:12px; width:12px; position:absolute; top:0px; right:0px; display:none;}

.isdoing {font-size:10px; text-indent:2px;}

.acts {font-style:italic; height: 20px; background: #000033; color:white;}
.error {font-style:italic; height: 20px; background: #330000; color:white;}
.system, .sound {font-style:italic; font-weight:bold; background: #333333; color:white;}
.system:hover, .sound:hover {background-color:#555;}
.msgprivacy0 { border-left-style:dotted;}

#chattitle {
	color: #888888;
	font-size:12px;
	border-bottom: 1px dashed gray;
	padding: 2px;
}

#chateventscontrol {
	text-align:center;
	font-size: 20px;
}

.table_header, th{
	font-weight: bold;
	text-shadow: #FFFFFF 0px 0px 1px;
	background: #111;
}

.online {
	color: #00CC00;
	font-weight: bold;
}

.typing {
	color: #CCCC00;
	font-weight: bold;
	text-shadow: #CCCC00 0px 0px 2px;
}

.offline {
	color: #999999;
	font-style: italic;
}

.pending {
	color: #CCCCFF;
	font-weight:normal;
}

.realname{
	font-size:75%;
	padding-left: 25px;
	color: #DDDDDD;
}

.input {
	text-align:left;
}

.prompt, .toright {
	text-align: right;
}

#helper_div, #action_div, .miniWindow  {
		color: white;
		min-height:25px;
		min-width:200px; 
		max-width:400px; 
		border:2px ridge #444444;
		z-index:600; 
		display:none; 
		position:absolute;
		background-color: black;
		border-radius:8px;
}

#helper_div ul {
	margin:0px;
}

.miniWindow {
	display:block;
	max-width:none;
}

.miniWindow .hideinMW {
	display:none;
}
	
#preview_img {
		max-height:600px;
		max-width:950px; 
		border:3px ridge gold;
		cursor:pointer;
}
	
#preview_div {
		width:100%;
		height:100%;
		position:fixed;
		text-align:center;
		margin-left: auto;
		margin-right: auto;
		z-index:6; 
		display:none; 
		border-collapse:collapse;
		background-color: transparent;
	}
	
#helper_div_title, .miniWindow  {
	font-weight: bold;
}

#helper_div_body, .miniWindow_body{
	font-size: 13px;
	clear:both;
	border-top:1px ridge gray;
}

#helper_div_body
{
	display: none;
}

 .miniWindow_action{
	text-align:center;
	cursor: pointer;
	float:right;
	width:16px;
 }
 
 .miniWindow_action:hover{
	background: gray;
	color:black;
 }

.draggable{
    position: absolute;
	padding: 0px 2px;
}
			
.handler{
			position: absolute;
			top:0px;
			left:-25px;
			width: 100%;
			height: 100%;
			padding:0px 36px 0px 0px;
			z-index:15;
			min-height:16px;
			color: gold;
			background-color: transparent;
			border: 1px ridge gold;
			cursor: move;
			font-size:85%;
			border-radius: 10px;
 }

.handler:hover{
		background-image:url(../../../files/bgg.png);
		color:black;
		font-weight: bold;
		text-shadow: white 0px 0px 2px;
}
 
 .aright {
	position:absolute;
	top:0px;
	right:0px;
	height: 12px;
	width:12px;
 }

.selected{
		background-image:url(../../../files/bggr.png);
		border:1px solid lime;
		font-weight: bold;
		color:black;
		text-shadow: gold 0px 0px 2px;
}
		
.dragger {
		position:absolute;
		width:8px; 
		height:100%; 
		background-color:black;
		}
		
.content {
		margin-left:0px;
		float:left;
}

#user_sheet_container {
	background-image:url(../../../files/bg.png);
}

#user_sheet_container textarea, #user_sheet_container input {
	background-color: transparent;
	background-image:url(../../../files/bg.png);
	border:1px solid white;
	font-family:monospace;
}

legend {
	color: gold;
}

.topic {
	cursor: pointer;
	font-weight: bold;
}

.topic:hover{
	color:gold;
}

.improve {
	cursor: pointer;
	font-weight: bold;
	border-color: gold;
}

.improve:hover{
	color:gold;
}

.delete {
	cursor: pointer;
	font-weight: bold;
	border-color: red;
}

.delete:hover{
	color:red;
}

.enter{
	cursor: pointer;
	font-weight: bold;
	border-color: lime;
}

.enter:hover{
	color:lime;
}

.exit{
	cursor: pointer;
	font-weight: bold;
	border-color: turquoise;
}

.exit:hover{
	color:turquoise;
}

.leave{
	cursor: pointer;
	font-weight: bold;
	border-color: orange;
}

.leave:hover{
	color:orange;
}

.icon8{
	width:8px;
	height:8px;
}

.icon16{
	width:16px;
	height:16px;
}

.icon24{
	width:24px;
	height:24px;
}

.icon32{
	width:32px;
	height:32px;
}

.icon64{
	width:64px;
	height:64px;
}

.buticon {
	height: 32px;
	width: 32px;
	cursor: pointer;
	vertical-align:middle;
}

.buticon:hover {
	height: 42px;
	width: 42px;
}

.options{
	cursor: pointer;
	font-weight: bold;
	border-color: pink;
}

.options:hover{
	color: pink;
}

.bottomContactLine {
	border-bottom:1px solid gray;
}

#chatmessage img, #historypane img{
	height:16px;
	width:16px;
}

.removed{
	display:none;
}

.nohandlers .handler{
	display:none;
}

.centertable {
	margin-left: auto;
	margin-right: auto;
}

#version {
	position:absolute;
	right:6px;
	top:3px;
	text-align:right;
}

.vanishing h3{
	color:white;
}

.golden, .prompt, .debit {
	color: gold
}

.success {
	color: lime;
}

.fail {
	color: red;
}

.diceresult, .cardresult{
	color: gold;
	font-size: 130%;
}

.playerevent {
	color: #25AFFF;
	font-size: 130%;
}

.randomoptions {
	color:#CCC;
	font-size: 70%;
}

.modifier {
	color: cyan;
}

.galleryleft {
	width:200px; height:300px; float:left; border:1px solid white; border-radius:5px; padding:2px; font-size:80%; overflow:auto; color:white;
	text-align:left;
}

#historypane {
	width: 100%;
	height: 310px;
	overflow:auto;
}

.galleryright {
	margin-left:220px; border:1px solid white; border-radius:5px; padding:2px; font-family:monospace; font-size:10pt; height:300px; overflow:auto; color:white; max-width:800px;
	text-align:left;
}

.obscure {
		background-image: url(../../../files/bg.png);
		color: white;
}

.obscure h3{
		color: white;
}

#ping {
	font-size: 75%;
	color: gray;
}

#menuControlsTable
{
	width:100%;
}

#menuControlsTable tr td:first-child
{
	font-weight:bold;
	text-align:right;
}

.chat_tab {
	color:white;
	padding: 0px 2px 5px 2px;
	margin: 0px 1px;
	border:1px outset gray; 
	border-radius:10px;
	border-top-left-radius:0px;
	border-top-right-radius:0px;
	background-image: url(../../../files/bg.png);
	cursor:pointer;
}

.chat_tab.selected {
	background: #444;
}

.chat_tab img{
	margin-right: 5px;
	height: 24px;
	width: 24px;
	vertical-align:middle;
}

.chat_tab .htext {
	display:none;
}

.chat_tab:hover {
	background: #9F7700;
}

.chat_tab:hover .htext {
	display:inline;
}


#chatdice, #chatrandomize, #generalchatinternal {
	position:absolute;
	color:white;
	bottom:0px;
	right:0px;
	width:100%;
	background-image: url(../../../files/bg.png);
	overflow:hidden;
	border-radius:10px;
	border-bottom-left-radius:0px;
	border-bottom-right-radius:30px;
	text-align: center;
	border-top:2px outset gray;
	z-index:3;
}

#generalchatinternal{
	display:none;
}

.chatdice  input, .chatrandomize input{
	height: 32px;
	width: 48px;
	font-size: 150%;
}

.chatdice  img {
	margin: 0px -4px;
}

#musicplayer {
	display:inline;
}

#historypane .history_text {
	text-align:left;
}

.separator {
	width: 2px;
	margin: 0px 2px;
}

.debit {
	font-weight: bold;
}

.debit img {
	vertical-align: middle;
	height: 20px;
	width: 20px;
}

.time {
	font-size: 60%;
}

.header_expansive_but {
	padding:2px;
}

.game_card, .game_card_no, .game_card_l, .game_card_t , .game_card_mini, .card_header, .card_header_no {
	overflow:hidden;
	text-align:center;
	display: inline-block;
	width:310px;
	height:130px;
	margin:3px;
	padding:2px;
	border:2px solid lime;
	border-radius: 8px;
	font-size:90%;
	background:#1A1A1A;
}

.card_header, .card_header_no {
	width:100%;
}

.game_card input, .game_card_no input, .game_card_l input, .game_card_mini input, .game_card_t  input{
	display:none;
}

.game_card:hover input, .game_card_no:hover input, .game_card_l:hover input, .game_card_mini:hover input, .game_card_t:hover input{
	display:inline;
}

.game_card_mini {
	font-size:80%;
	width:200px;
	height:80px;
	margin:0px;
	padding:0px;
}

.game_card_no, .no  {
	border-color:red;
}

.game_card_l, .l {
	border-color:yellow;
}

.game_card_t, .t{
	border-color:turquoise;
}

.game_card_s{
	height:100%;
	width:100%;
}

.game_card .game_card_s{
	background: #225522;
}

.game_card_no .game_card_s{
	background: #552222;
}

.game_card_l .game_card_s{
	background: #555522;
}

.game_card:hover, .game_card_mini:hover, .card_header:hover {
	background: #114411;	
}

.game_card_no:hover,.game_card_mini_no:hover, .card_header_no:hover {
	background: #441111;	
}

.game_card_l:hover, .game_card_mini_l:hover {
	background: #444411;	
}

.game_card_t:hover, .game_card_mini_t:hover {
	background:#104030;
}

.menulv1, .menulv2  {
	font-weight: bold;
	margin: 20px auto 0px auto;
}

.menulv1 {
	width:400px;
	font-size: 20px;
	border-radius:16px;
	border: 2px outset gray;
	text-align:center;
	cursor:pointer;
}

.menulv2 {
	max-width:400px;
	margin-top: 6px;
	border-radius:8px;
	border-left: 1px solid gray;
	border-right: 1px solid gray;
	border-bottom: 1px solid gray;
	display:none;
}

.menulv1:hover
{
	border: 2px inset gray;
}

#chatmaptab {
	height:100%;
	overflow:auto;
	width: 98%;
}

#chatmapimg {
	max-width: 100%;
}

.mapelm{
	position:absolute;
}

.optionlist {
	width:100%;
	margin:0px auto;
}

.optionlist tr td{
	padding:3px 3px;
}

.small {
	font-size: 80%;
}

.bigavatar {
	max-height: 240px;
	max-width: 240px;
	vertical-align: middle;
	border: 2px ridge gold;
	margin-right:8px;
	margin-bottom:8px;
}

.smallavatar {
	max-height: 32px;
	max-width: 32px;
	vertical-align: middle;
	border: 1px ridge gold;
}

 .graycover {
	border: 2px solid gray;
	border-radius: 8px;
 }
 
 .od td{
	background: #222;
 }
 
 .ev td{
	background: #333;
 }
 
  .od:hover td, .ev:hover td{
	background: #464;
 }

#chatresize div{
	display: none;
}

#chatresize:hover div{
	display: inline-block;
}
 
#chatresize {
	text-align: right;
	position:absolute;
	bottom:0px;
	left:0px;
	width:100%;
}

.tinyround {
	width:26px;
	height:26px;
	border-radius: 13px;
}

.autocalcr {
	color: gold;
	font-weight:bold;
	background: #222;
}

.autocalc {
	color: #AAA;
	background: #222;
}
