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

@import url(fam.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: #666;
	background: #eee url(../images/bg.jpg) repeat-x 0 0;
}
ol, ul {
	list-style: none;
}

caption, th, td {
	text-align: left;
	font-weight: normal;
}


a {
	color: inherit;
	text-decoration: none;
}

body.working {
	cursor: wait;
}

/***
 * @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;
	clear: both;
}
legend {
	padding: .2em 1em .2em .5em;
}
dl {
	display: block;
}
dt {
	display: block;
	padding: .3em 0;
}
dd {
	display: block;
	padding: 0 1em 1em 2em;
}

input,
textarea,
select,
option,
button {
	font-family: Arial,sans-serif;
	font-size: .9em;
}

input.error,
button.error,
textarea.error,
select.error {
	border: 1px solid #CC0000;
	padding: 2px;
}

span.requirestar {
	color: #CC0000;
	font-weight: bold;
	padding-left: 2px;
}

button {
	height: auto;
	padding: 1px 0;
	border: 1px solid #333;
	cursor: pointer;
	background: #fafafa;
}

input.error,
button.error,
textarea.error,
select.error {
	border: 1px solid #c00;
}
label.error {
	background: url(../images/icons/exclamation.png) no-repeat 0 0;
	color: #c00;
	margin-left: 5px;
	padding-left: 20px;
	padding-top: 2px;
}
label.valid {
	color: #000;
	background: url(../images/icons/accept.png) no-repeat 0 0;
}

img.showhelp {
	vertical-align: middle;
	padding: 0 0 2px 5px;
	cursor: pointer;
}

.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;
}
/* end */

