body {
	background: #fff;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

a { 
	color: #900; 
	text-decoration: none; 
}

a:hover { 
	text-decoration: none; 
	background: #900;
	color: #fff; 
}

#full {
	margin: 0 auto;
	width: 850px;
}

#header { 
	background: url("../img/smob-logo.png") no-repeat left;
	padding-left: 220px;
	padding-top: 8px;
	height: 100px;
	border-bottom: 1px dashed #666;
	color: #000;
}

#main {
	padding: 10px;
}

.smob {
	color: #900;
}

.post {
	border: 1px solid #666;;
	margin-bottom: 10px;
	padding: 5px;
}

.internal {
	background: #ccc;
}

.external {
	background: #eee ;
}

.infos {
	font-style: italic;
	margin: 0px;
	padding-top: 5px;
	font-size: 10px;
}

content {
	font-size: 15px;
}

.left {
	width: 600px;
	float: left;
}

.right {
	width: 150px;
	float: right;
	padding: 10px;
	border-left: 1px dashed #666;
}

.right h2 {
	color: #666;
	line-height: 30px;
	font-weight: 100;
}

.right ul {
	list-style-type: square;
	padding: 5px 0px 5px 25px;
}

#footer {
	border-top: 1px dashed #666;
	text-align: center;
	color: #333;
	font-style: italic;
	font-size: 10px;
	padding: 10px;
}

textarea, input, button, fieldset {
	border: 1px solid #900;	
}

textarea {
	width: 600px;
}

button {
	margin-top: 10px;
}

.depiction {
	height: 45px;
	float: right;
	margin-top: 5px;
}

/* Box for AJAXy new items */
#news {
	border: 1px solid #900;	
	font-weight: bold;
	margin-bottom: 5px;
	padding: 5px;
	display: none;
	background: #ccc;
}

/* Intaller */

.note {
	font-size: 12px;
	font-style: italic;
}

#server-pane, #server-pane-out, #create-db-pane, #create-db-pane-out, #smob-config-pane, #smob-config-pane-out, #done-pane, #skip, #restart {
	display: none;
}

#console {
	position: fixed; 
	padding: 10px; 
	bottom: 20px;
	right: 100px;
	left: 100px;	 
	background: #f0f0f0; 
	border: 1px solid #e0e0e0;
	font-size: 12px;
}

#status {
	position: fixed; 
	padding: 10px; 
	bottom: 10px;
	right: 100px;	 
	font-size: 6px;	
}

.autocomplete-w1 { 
	position:absolute; 
	border: 1px solid;
	/* IE6 fix: */ 
	_background: #f00; 
	_margin:1px 0 0 0; 
}

.autocomplete { 
	width: 400px;
	cursor:default; 
	text-align:left; 
}

.autocomplete .selected { 
	background:#ddd;
}
	
.autocomplete div { 
	padding:2px 5px; 
	width: 400px;
	white-space:nowrap; 
	overflow:hidden; 
	background:#fff;
}

.autocomplete strong { 
	font-weight:normal; 
	color:#900; 
}

