/**
 * maxon base.css
 * @author vince
 * @project maxon
 * @since 2008-11-30 11:00 $REV: 11
 * @CHARSET "UTF-8";
 */

@import "jScrollPane.css";

/**
 * @start CSS Reset
 */
/**
 * CSS Reset from http://meyerweb.com/eric/thoughts/2007/05/01/reset-reloaded/
 */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}

caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, q:before,
blockquote:after, q:after {
	content: '';
}
blockquote, q {
	quotes: '' '';
}

a {
	color: inherit;
}

/***
 * @end CSS Reset
 */
table {
	border-collapse: collapse;
	border: solid #000;
	border-width: 1px 2px 2px 1px;
	width: 100%;
	color: #000;
}
thead {
	border-bottom: 2px solid #000;
}
th, td {
	padding: .5em .3em;
	border: 1px solid #000;
}

fieldset {
	border: 1px solid #999;
	padding: .7em;
	margin: .5em 0 1em;
}
legend {
	padding: .2em 1em .2em .5em;
}
dl {
	display: block;
}
dt {
	display: block;
	padding: .3em 0;
}
dd {
	display: block;
	padding: 0 1em 1em 2em;
}

input {
	padding: 2px;
	width: 95%;
	border: 1px solid #999;
	background: #fff;
}
button {
	height: auto;
	padding: 1px 0;
	border: 1px solid #333;
	cursor: pointer;
	background: #fafafa;
}
textarea {
	padding: 1px;
	border: 1px solid #333;
	background: #fafafa;
}
input:hover, input:active,
button:hover, active:active,
textarea:hover, textarea:active 
{
	background: #fff;
	color: #333;
}

select.selector {
	width: 40%;
}

.center strong, b {
	font-weight: bold;
}
.center sub {
	font-size:smaller;
	line-height:normal;
	vertical-align:sub;
}
.center sup {
	font-size:smaller;
	line-height:normal;
	vertical-align:super;
}

.center ul,
.center ol {
	padding-left:40px;
	display:block;
	margin:1em 0;
				
}
.center ol {
	list-style-type:decimal;
}
.center ul {
	list-style-type:disc;
}
.center ol ul, .center ul ul {
	list-style-type:circle;
}

.center ol ol ul, .center ol ul ul, .center ul ol ul, .center ul ul ul {
	list-style-type:square;
}

.center ul ul, .center ul ol, .center ul dl, .center ol ul, .center ol ol, .center ol dl,
.center dl ul, .center dl ol, .center dl dl {
	margin-bottom:0;
	margin-top:0;
}
.center p {
	padding: .5em;
}

.center i, .center cite, .center em, .center var, .center dfn {
	font-style:italic;
}

.center .lang {
	padding-left: 20px;
	background-repeat: no-repeat;
	background-position: left center;
	line-height: 15px;
}
.center .lang-hu {
	background-image: url(../images/flags/hu.png);
}
.center .lang-en {
	background-image: url(../images/flags/gb.png);
}
.center .lang-ru {
	background-image: url(../images/flags/ru.png);
}
/**
 * @start Base Classes
 */
.hidden {
	display: none;
}
.small {
	font-size: .5em;
}
.clear {
	clear: both;
}
.nowrap {
	white-space:nowrap;
}
abbr, .abbr {
	border-bottom: 1px dotted #000;
	cursor: help;
}

fieldset.closable > legend {
	cursor: pointer;
}

/**
 * @end Base Classes
 */

/**
 * @start Table Classes
 */
.col-id,
.col-bool {
	width: 2em;
}
.col-user,
.col-date {
	width: 10em;
}
.col-action {
	width: 6em;
}
/**
 * @end Table Classes
 */

.message {
	background: #262f5a;
	color: #fff;
	border-top: #fff solid 1px;
	font-size: 1em;
	padding: .5em 2.2em;
}
.error-message {
	background: #c00;
}

.jScrollPaneTrack { background: #fff }
.jScrollPaneDrag { background: #ee0066 }

/* end */
