* {
	margin: 0px;
	padding: 0px;
}

body {
	background: #181818;
	color: #eeeeee;
	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 1.3;
}

a {
	color: #7EFF1F;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}

.clear {
	clear: both;
}

.left {
	float: left;
}
.right {
	float: right;
}
.center {
	text-align: center;
}

ul, ol {
	list-style: circle;
	padding-left: 20px;
}

/* TYPOGRAPHY */
h1, h2 {
	font-size: 23px;
	font-weight: normal;
	margin-bottom: 14px;
	color: #ffffff;
}

p {
	text-align: justify;
}

/* LAYOUT */
#header {
	height: 158px;
	line-height: 158px;
	background: url('../images/header-bg.gif') repeat-x top;
	text-align: center;
	margin-top: 30px;
}
#header img {
	margin-top: 45px;
}

.powered {
	padding: 20px;
	text-align: center;
	margin-top: 30px;
}

#footer {
	height: 59px;
	line-height: 59px;
	padding-top: 34px;
	background: url('../images/footer-bg.gif') repeat-x;
	text-align: center;
	color: #666666;
}

#wrapper {
	width: 680px;
	margin: auto;
	padding-top: 10px;
}

.column-a, .column-b {
	width: 180px;
	float: left;
	margin-top: 30px;
}
.column-a {
	width: 240px;
	margin-right: 60px;
	margin-left: 100px;
}
.column-c {
	width: 300px;
	text-align: center;
	margin: auto;
	margin-top: 30px;
}
.column-d {
	width: 660px;
	text-align: center;
	margin: auto;
	margin-top: 0px;
	padding: 10px;
}

#navigation {
	border-bottom: 1px solid #666666;
	padding: 10px;
}

#navigation p, #navigation form {
	display: inline-block;
	float: left;
	line-height: 26px;
}
#navigation form {
	float: right;
}

#navigation form select {
	margin-left: 4px;
	background: #ffffff;
	border: 0px none;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	padding: 2px;
	min-width: 120px;
}

/* ADMIN */
table {
	width: 100%;
	margin-bottom: 16px;
}
table th, table td {
	background: #333333;
	padding: 8px;
}
table th {
	text-align: left;
}
table th.left {
	text-align: right;
}
table td {
	text-align: left;
}

table.overview th, table.overview td {
	background: none;
	padding: 0px;
}
table.overview th {
	font-size: 10px;
	color: #999999;
	font-weight: normal;
}
table.overview tr {
	margin-bottom: 10px;
}
table.overview td small {
	font-size: 13px;
	color: #cccccc;
}
table.overview tr.first td {
	font-size: 29px;
	font-weight: bold;
}
table.overview tr.second td {
	font-size: 24px;
	font-weight: bold;
}
table.overview tr.third td {
	font-size: 21px;
	font-weight: bold;
}

table.overview tr.fourth th {
	padding-top: 14px;
}
table.overview tr.fourth td {
	font-size: 19px;
	font-weight: bold;
}

.button-large, .button-medium {
	display: block;
	text-decoration: none;
	padding: 10px;
	text-align: center;
	background: #333333;
	color: #ffffff;
	margin-bottom: 10px;
	font-weight: bold;
	font-size: 11px;
	
	/*border: 1px solid #444444;*/

	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
}
.button-large {
	background: #ff7800;
	font-size: 12px;
	border: 0px none;
	padding: 16px 10px;
	text-shadow:0 0px 4px rgba(0,0,0,0.8);
}
.button-large:hover, .button-medium:hover {
	background: #ffffff;
	color: #000000;
	border: 0px none;
	text-shadow: none;
}

.userinfo small {
	display: block;
	margin-bottom: 6px;
	font-size: 11px;
}
.userinfo strong {
	display: block;
	text-align: center;
	padding: 10px;
	font-size: 20px;
	color: #000000;
	background: #ffffff;
	margin-bottom: 18px;
	
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
}

/* OTHERS */
.grid-icon {
	display: inline-block;
	width: 16px;
	height: 16px;
	margin: 0px 3px;
}

.icon-large {
	display: inline-block;
	line-height: 32px;
	font-size: 14px;
	color: #000000;
	padding-left: 44px;
}

.icon-medium {
	display: inline-block;
	line-height: 20px;
	font-size: 14px;
	color: #000000;
	padding-left: 26px;
}

.innered {
	padding: 10px;
}

p.title {
	font-size: 11px;
	color: #666666;
}
p.text {
	margin-bottom: 10px;
}
p.description {
	text-align: justify;
}
p.price {
	font-size: 14px;
	font-weight: bold;
}

/* GRID */
.flashes {
	color: #FF9900;
	font-weight: bold;
	background: #333333;
	border: 1px dashed #FF9900;
	padding: 16px;
	text-align: center;
	
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	
	margin-bottom: 20px;
	margin-top: 10px;
}

/* FORMS */
form.default {
	margin-bottom: 10px;
}
form.default label {
	display: block;
	font-size: 12px;
	color: #999999;
	margin-bottom: 3px;
}
form.default input, form.default select {
	display: block;
	margin-bottom: 10px;
	
	background: #ffffff;
	padding: 5px;
	width: 160px;
	font-size: 12px;
	color: #333333;
	border: 1px solid #000000;
	
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}

form.default input[type=submit], form.default input[type=button] {
	width: auto;
	background: #333333;
	color: #ffffff;
	font-weight: bold;
	border-color: #666666;
	padding: 5px 18px;
	cursor: pointer;
}

form.generate-form {
	margin-bottom: 20px;
}
form.generate-form label {
	display: inline-block;
	font-size: 11px;
}
form.generate-form input[type=text], form.generate-form select {
	width: auto;
	display: inline-block;
	padding: 3px 2px;
}
form.generate-form input[type=button] {
	display: inline-block;
	font-size: 10px;
	padding: 4px 6px;
}
form.generate-form input[type=submit] {
	display: inline-block;
}

.myform table {
	margin-bottom: 10px;
}
.myform h2 {
	padding: 10px 4px 5px 4px;
	color: #999999;
}
.myform .underlined {
	margin-bottom: 6px;
	border-bottom: 1px solid #CCCCCC;
}
.myform table tr th, .myform table tr td {
	padding: 2px;
}
.myform table tr th {
	vertical-align: top;
	text-align: left;
	padding-top: 4px;
	width: 110px;
}
.myform input.submit {
	padding: 7px 10px 6px 32px;
	border: 1px solid #CCCCCC;
	background-color: #f6f6f6;
	background-position: 4px 4px;
	border-radius: 4px;
	font-size: 11px;
	font-weight: bold;
}
.myform input.checkbox {
	margin-right: 5px;
}
.align-right {
	text-align: right;
}

span.column {
	display: inline-block;
	width: 90px;
	text-align: center;
	padding: 4px;
}
span.head {
	display: inline-block;
	font-weight: bold;
	background: #e0e0e0;
	padding-top: 2px;
	padding-bottom: 2px;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}
span.title-column {
	width: 120px;
}
span.head-offset {
	padding-left: 18px;
}
span.row-offset {
	display: inline-block;
	margin-left: 4px;
}
span.highlighted {
	display: inline-block;
	background: #FFFF99;
}
span.free {
	display: inline-block;
	background: #D1FFA4;
}
tr.top td {
	background: #FFFF99;
}
tr.free td {
	background: #D1FFA4;
}

a.icon-large {
	display: inline-block;
	line-height: 32px;
	padding-left: 40px;
	font-size: 13px;
}

.hidden {
	display: none;
}

.break {
	page-break-before: always;
}

#browser-notice {
	padding: 8px;
	background: #000000;
	color: #dddddd;
}
#browser-notice a {
	color: #ff9600;
}

/* Credentials table */
#credentials {
	margin-bottom: 20px;
}

#credentials article {
	width: 49.5%;
	box-sizing: border-box;
	float: left;
	background: #ffffff;
	border-radius: 5px;
	margin-bottom: 1%;
	text-align: center;
	padding: 20px;
}

#credentials > article:nth-child(odd) {
	clear: left;
	margin-right: 1%;
}

#credentials h2,
#credentials .info {
	display: none;
}

#credentials .login p {
	font-size: 15px;
	color: #000000;
	text-align: right;
	line-height: 1.5;
	font-weight: bold;
}

#credentials .login p strong {
	display: inline-block;
	float: left;
	font-weight: normal;
	color: #999999;
}

/* heading */
h1 {
	font-size: 25px;
	font-weight: normal;
	margin-bottom: 28px;
	padding-top: 5px;
	text-align: left;
}

h1.center {
	text-align: center;
}

/* tabs */
#tabs {
	list-style: none;
	border-bottom: 1px solid #666666;
	margin-bottom: 16px;
	text-align: left;
	padding-left: 0px;
}

#tabs li {
	display: inline-block;
}

#tabs li a {
	display: inline-block;
	padding: 10px 10px 8px 10px;
	color: #ffffff;
	font-size: 13px;
	text-decoration: none;
	border-radius: 2px 2px 0px 0px;
}

#tabs li a:hover {
	background: #333333;
}

#tabs li a.active,
#tabs li a.active:hover {
	background: #666666;
}

/* filter */
form#filter {
	margin-bottom: 10px;
}

/* list table */
table#list td {
	line-height: 1.5;
	vertical-align: top;
}
table#list th.first {
	width: 30px;
}
table#list th.last {
	width: 16px;
}
table#list tr th.price, table#list tr td.price {
	text-align: right;
	width: 60px;
}

table#list tr th.date, table#list tr td.date {
	text-align: center;
	width: 120px;
}
table#list td .list-detail {
	margin-top: 10px;
}
table#list td span.key {
	display: inline-block;
	width: 140px;
	font-weight: bold;
}
table#list td p.list-note {
	float: right;
}

.paginator {
	margin-bottom: 10px;
}
.paginator a {
	display: inline-block;
	margin: 0px 3px;
	padding: 4px 6px;
	background: #000000;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}

/* sms widget */
.mpPromoWidget {
	text-align: left;
	padding: 10px!important;
	margin: auto;
}
.mpPromoWidget a {
	color: #000000;
}
.mpPromoWidget b {
	font-size: 16px;
}
/* COLORS */
.black {
	color: #000000;
}
.orange {
	color: #ff7800;
}
a.disabled {
	text-decoration: none;
}