
#popup {
	background-color: #bbb;
	color: black;
	font-family: verdana;
}

#popup input, #popup textarea {
	width: 98%;
	color: black;
	font-size: 13px;
	font-family: verdana;
	padding: 2px;
	margin: 0;
}

#popup input.check {
	width: 20px;
}

#popup select {
	width: 200px;
	color: black;
	font-size: 13px;
	font-family: verdana;
	padding: 2px;
	margin: 0;
	margin-bottom: 2px;
}

#popup input.short {
	width: 150px;
	margin-right: 8px;
	margin-left: 5px;
}

#popup textarea {
	height: 90px;
}

#popup textarea#revtxt {
	height: 210px;
}

#popup input.dice {
	width: 15px;
	margin-left: 15px;
}

#popup .sub {
	margin-right: 10px;
	width: 100px;
	color: #000;
	background-color: #ddd;
	font-size: 12px;
	border: 1px solid #888;
	border-right: 1px solid #000;
	border-bottom: 1px solid #000;
}

#popup .sub:hover, #popup .sub:active {
	background-color: #ccc;
	border: 1px solid #000;
	border-right: 1px solid #888;
	border-bottom: 1px solid #888;
}

#popup h1 {
	color: #fff;
	padding: 3px;
	padding-left: 3px;
	font-size: 16px;
	background: #666 url(../images/box_bg.gif) repeat-y top left;
	margin-bottom: 5px;
}

#popup span {
	font-size: 13px;
}

#popup span img {
	vertical-align: middle;
}





















#popup #editKomMod {
	font-size: 12px;
}

#popup #editKomMod div.kom0, #popup #editKomMod div.kom1, #popup #editKomMod div.kom2, #popup #editKomMod div.kom3, #popup #editKomMod div.kom4 {
	float: left;
	background-color: #ddd;
	margin-bottom: 2px;
	margin-right: 2px;
	padding: 2px;
	width: 90px;
	height: 15px;
}


#popup #editKomMod div.kom0 p, #popup #editKomMod div.kom1 p, #popup #editKomMod div.kom2 p, #popup #editKomMod div.kom3 p, #popup #editKomMod div.kom4 p {
	margin: 0px !important;
	padding: 0px !important;
}

#popup #editKomMod div.kom0 {
	width: 20px;
}

#popup #editKomMod .kom0 .cb{
	width: 12px !important;
}


#popup #editKomMod div.kom2 {
	width: 110px;
}

#popup #editKomMod div.kom3 {
	width: 180px;
}

#popup #editKomMod div.kom4 {
	width: 465px;
	margin-right: 0px;
}





div.chkgame {
	float: left;
	width: 185px;
	background-color: #ddd;
	margin: 1px;
	margin-bottom: 0px;
}

div.chkgame span {
}



















/****************** AJAX DRAG&DROP ****************/

#items {
	float: left;
	width: 531px;
	background-color: #ccc;
	border: 1px solid #222;
	padding-bottom: 20px;
}
 
#cart {
	float: right;
	width: 156px;
	background-color: #ccc;
	border: 1px solid #222;
	padding-bottom: 20px;
}
 
#cart .info {
	color: #444;
	font-size: 0.9em;
	text-align: center;
	font-weight: bold;
}
 
#items .info {
	color: #444;
	font-size: 0.9em;
	text-align: center;
	font-weight: bold;
}
 
.item {
	float: left;
	position: relative;
	width: 40px;
	height: 40px;
	border: 1px solid #eee;
	margin: 5px 5px 5px 5px;
	border-right: 2px solid #ddd;
	border-bottom: 2px solid #ddd;
	background-color: #222;
	background-position: left top;
	background-repeat: no-repeat;
	cursor: move;
}

#cart .item {
	width: 40px;
	height: 40px;
	margin: 5px;
	/* background-position: -40px -22px; */
	border-width: 1px;
	cursor: default;
}
 
.item span {
	position: absolute;
	bottom: 0;
	left: 0;
	font-size: 0.8em;
	font-weight: bold;
	width: 100%;
}

#items span.gametitle {
	font-size: 10px;
}














#login {
	float: left;
}

#popup2 {
	font-family: tahoma;
	font-size: 11px;
	color: #000;
	float: left;
}


#header {
	background: black url(../images/menubg_trans.gif) repeat-x scroll center top;
	border-left: 1px solid black;
	border-right: 1px solid black;
	float:left;
	height: 28px;
	width: 100%;
}


#header h2 {
	margin: 0;
	padding: 4px 0px 0px 3px ;
	color: #fff;
	font-size: 14px;
}

#content {
	margin: 0;
	padding: 0px 0px 0px 0px ;
	border-bottom: 1px solid black;
	border-left: 1px solid black;
	border-right: 1px solid black;
	width: 100%;
	background-color: #222;
	float:left;
}


		#content .inside {
			padding: 4px ;
		}

		#content input {
			font-size: 11px;
			margin: 0;
			padding: 2px ;
			width: 100px;
			background-color: #eee;
			border: 1px solid #aaa;
			margin-top: 3px;
			margin-right: 10px;
		}

		#content .w50 {
			padding: 0px 0px 0px 0px ;
			float: left;
			width: 50%;
		}

		#content .w40 {
			padding: 0px 0px 0px 0px ;
			float: left;
			width: 40%;
		}

		#content .sub {
			width: 106px;
		}


span.lbl {
	color: #fff;
}

#log {
	margin-top: 10px;
	height: 30px;
	float: left;
	width: 100%;
	text-align: center;
}

#log span {
	padding: 2px 0px 3px 21px;
	color: #eee;
	line-height: 25px;
}

#log span.ok {
	background: url(../images/ok.gif) no-repeat top left;
}

#log span.fail {
	background: url(../images/fail.gif) no-repeat top left;
}

 
#log.ajax-loading {
	background: url(../images/spinner_dark.gif) no-repeat center;
	margin-top: 10px;
	height: 30px;
	float: left;
	width: 191px;
	text-align: center;
}






