
.dbx-handle a {
	border-bottom: 1px solid #d3a100;
	color: #00019b;
	text-decoration: none;
}

#ajax-response {
	padding: .5em;
}


/* Box stuff */
.dbx-clone {
	position: absolute;
	visibility: hidden;
}
.dbx-clone, .dbx-clone .dbx-handle-cursor {
	cursor: move !important;
}
/* handle cursors */
.dbx-handle-cursor {
	cursor: move;
}

.dbx-group, .dbx-box, .dbx-handle {
	position: relative;
	display: block;
}

#grabit {
	width:165px;
	margin:-5	
}


/****************************************************************
avoid padding, margins or borders on dbx-box,
to reduce visual discrepancies between it and the clone.
overall, dbx-box is best left as visually unstyled as possible
*****************************************************************/
.dbx-box {
	margin: 0;
	padding: 0;
	border: none;
}

/* Can change this */
#moremeta fieldset, #advancedstuff fieldset {
	margin-bottom: 1em;
}
#moremeta fieldset div {
	margin: 2px 0 0 0;
	padding: 0;
}
#moremeta {
	line-height: 130%;
	position: relative;
	right: 0;
	padding: 0;
	width: 165px;
}
#moremeta select {
	width: 100%;
}

.dbx-box-open .dbx-content {
	display: block;
}
.dbx-box-closed .dbx-content {
	display: none;
}

/* handles */
.dbx-handle {
	background: #d3a100;
	padding: 6px 0 2px;
	font-size: 12px;
	margin: 0;
	color: #E3EFF5;
	width:165px;
}






a.dbx-toggle, a.dbx-toggle:visited {
	display: block;
	overflow: hidden;
	background-image: url( ../data/layout/toggle.gif );
	position: absolute;
	top: 0;
	right: 0;
	background-repeat: no-repeat;
	border: 0;
	margin: 0;
	padding: 0;
}

#moremeta a.dbx-toggle, #moremeta a.dbx-toggle-open:visited {
	height: 25px;
	width: 27px;
	background-position: 0 0;
}

#moremeta a.dbx-toggle-open, #moremeta a.dbx-toggle-open:visited {
	height: 25px;
	width: 27px;
	background-position: 0 -25px;
}

/* additional clone styles */
.dbx-clone {
	opacity: 0.8;
	-moz-opacity: 0.8;
	-khtml-opacity: 0.8;
	filter: alpha(opacity=80);
}

/*"""""""""""""""""""""""""""""""""""""""""""""
 MID COLUMN
"""""""""""""""""""""""""""""""""""""""""""""*/


.MID_heure {
	width: 10px;
	font-weight: normal;
	font-size: 11px;
	color: #FFEFB9;
}
.MID_clan {
	font-weight: bold;
}
.MID_game {
}

.MID_MODULE_content {
}
.MID_MODULE_content a img {
	text-decoration: none;
	border: 1px solid #000000;
}
.MID_MODULE_top {
	margin-bottom: 5px;
}
.MID_MODULE a:link {
	text-decoration: none;
	color: #D19C02;
}
.MID_shoutbox_text {
}
.MID_shoutbox_shout {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #ffffff;
	padding-top: 2px;
	padding-right: 2px;
	padding-bottom: 6px;
	padding-left: 2px;
}
.MID_shoutbox_write {
	width: 155px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	height: 40px;
	margin-top: 10px;
	padding: 5px;
	overflow: auto;
	background-image: url(../data/layout/shoutbox_textarea.jpg);
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}
.MID_shoutbox_post {
	background-color: #F2BC00;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	margin-top: 5px;
	padding: 2px;
	border: 1px solid #000000;
}
.MID_shoutbox_postadmin {
	background-color: #990000;
	color:#FFFFFF;
	float:right;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	border: 1px solid #000000;
}

.potw_thumbnail {
	border: 3px solid #000000;
}
.MID_shoutbox_date {
	color: #FCD069;
}

.CONTAINER_MID ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
#CONTAINER_MID_narrow {
	padding-right: 8px;
	padding-left: 8px;
	position: relative;
}
#hotspots {
	margin-top: 35px;
	margin-bottom: 10px;
}