<?php header("Content-type: text/css; charset: UTF-8"); ?>

@CHARSET "UTF-8";

#deBugger {
	background: #330;
	color: #fff;
	padding: 10px 20px;
	font-family: "Lucida Console", Monaco, monospace;
	font-size: 10px;
}

.error {
	color: #e00;
}

.msg {
	display: block;
	float: right;
	color: #e00;
}

.ofnie {
	display: none;
}

/* LISTS */

.listheader {
	text-transform: uppercase;
	background: #ddd;
	border: none;
	padding:0 5px;
}

ul.newslist {
	font-size: 1.2em;
	list-style: none;
}
ul.newslist li {
	border-bottom: 1px dashed #ddd;
	padding:0 5px;
}
ul.newslist .date {
	display: inline-block;
	width: 100px;
}

/* ICONS */

.icon {
	background-color: transparent;
	background-image: url(../images/sprites.png);
	background-repeat: no-repeat;
	border: none;
	text-indent: -9999px;
	display: inline-block;
	vertical-align: middle;
	width: 12px;
	height: 12px;
	margin: 0;
	padding: 0;
}

/* PAYMENT STATUS */
.Processing {
	background-position: -180px -80px;
}

.Pending {
	background-position: -80px -100px;
}

.Success {
	background-position: -180px -40px;
}

.Expired {
	background-position: -120px -100px;
}

.Cancelled {
	background-position: -160px -40px;
}

.Failure {
	background-position: -100px -100px;
}

/* FORMS */

input.error {
	background: #f00;
}

/* POP UP */
#blanket {
	background-color: #505052;
	opacity: 0.65;
	position: fixed;
	z-index: 9001;
	top: 0px;
	left: 0px;
	width: 100%;
}

.popUpDiv {
	position: fixed;
	background: #fff;
	border: 1px solid #ccc;
	min-width: 400px;
	padding: 15px;
	z-index: 9002;
}

.popUpDiv a {
	
}

/* BLOG NAVI */

.contentnavi {
	text-align: center;
	margin: 2em 0;
	font-size: 1.1em;
}

.prev {
	position: absolute;
	left: 0;
}

.next {
	position: absolute;
	right: 0;
}