/* IMPORTANT */
/* css Metropole, http://www.metropole.cz/ */
/* css released under Creative Commons License - http://creativecommons.org/licenses/by-nc-sa/1.0/  */
/* All associated graphics copyright (c) 2006, Nantuko */
/* Created: Mar. 13th, 2006 */
/* BASIC SCREEN ELEMENTS */

@media all {

html {
	height: 100%;
	margin: 0;
	padding: 0;
	}

body { 
	margin: 0;
	padding: 0;
	color: black;
	font-size: small; 
	_font-size: x-small;
	line-height: 1.3em;
	background-color: white;
	}

hr {
	height: 1px;
	font-size: 1px;
	color: #ccc; 
	background-color: #ccc;
	border: 0px solid #ccc;
	}
	
p {
	margin: 0;
	padding: 0.2em 0 0.5em 0;
	text-align: justify;
	line-height: 1.4em;
	}

samp, code, kbd { 
	font-size: 90%;
	color: #666;
	} 

h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
	font-weight: bold;
	margin: 0.2em 0;
	}

h1 {
	font-size: 150%;
	line-height: 2em;
	}

h2 {
	font-size: 125%;
	}

h3 {
	font-size: 115%;
	}

a, a:link, a:visited {
	text-decoration: underline;
	}

a:hover {
	text-decoration: none;
	}

ul, ol {
	margin: 0 0 0 2em;
	padding: 0;
	}

ul li {
	margin: 0;
	padding: 0;
	list-style-position: outside;
	}

img, a img {
	border: 0;
	}
	
/* FORM BOXES */

form {
	margin: 0;
	padding: 0;
	}

input, select, button, textarea { 
	font-size: 100%;
	} 

input { 
	width: 8em;
	margin: 0;
	padding: 0;
	font-size: 100%;
	line-height: 1.3em;
        vertical-align: middle;
	}

label {
	width: 8em;
	line-height: 1.3em;
	display: block;
	float: left;
        vertical-align: middle;
	}

textarea {
	width: 16em;
	height: 5em;
	}

textarea.longtext {
	width: 21.5em;
	height: 8em;
	}

select {
	width: 10em;
	font-size: 100%;
	line-height: 1.3em;
        vertical-align: middle;
	}

.shortline {
	width: 4em;
	}
	
.halfline {
	width: 6em;
	}

.longline {
	width: 12em;
	}

select.longline {
	width: 13.2em;
	}

fieldset {
	margin: 0.5em 0;
	border: 0px solid #ccc;
	}

legend {
	font-weight: bold;
	}

/* TABLES */

table {
	margin: 0;
	padding: 0;
	border-collapse: collapse;
	font-size: 100%;
	}

table caption {
	text-align: left;
	font-weight: bold;
	font-size: 110%;
	}

thead, tbody, tfoot, tr, th, td {
	margin: 0;
	padding: 0.1em 0.3em;
	border: 0;
	empty-cells: show;
	vertical-align: top;
	}

th {
	text-align: left;
	}

/* PUBLIC DECLARATIONS */

.cleaner {
	clear: both;
	}

.redtext {
	color: red;
	}

.yellowtext {
	color: #fd0;
	}

.bluetext {
	color: #06c;
	}
	
.greentext {
	color: #6c0;
	}

.blacktext {
	color: black;
	}

.whitetext {
	color: white;
	}
	
.smalltext {
	font-size: 85%;
	}

.bigtext {
	font-size: 125%;
	}
	
.lefttext {
	text-align: left;
	}

.centertext {
	text-align: center;
	}

.righttext {
	text-align: right;
	}

.uptext {
	text-transform: uppercase;
	}

.boldtext {
	font-weight: bold;
	}

.autosize {
	width: auto !important;
	height: auto;
	}

.fullsize {
	width: 100%;
	}

.noscreen {
	display: none;
	}

hr.nodisplay {
	display: inline;
	height: 1px;
	margin: -1px 0 0 0;
	padding: 0;
	border: none;
	visibility: hidden;
	}

.alertmsg, .errormsg, .infomsg {
	padding: 0.8em 1.2em;
	margin-bottom: 0.5em;
	
	z-index:20;
	text-align:left;
	}

.alertmsg {
	border: 1px solid #ffa;
	background: #ffd url("../img/ico-alert.gif") no-repeat 5px 0.9em;
	}

.alertmsg strong {
	color: black;
	}

.errormsg {
	border: 1px solid #eee;
	background: #f8f8f8 url("../img/ico-error.gif") no-repeat 5px 0.9em;
	}

.errormsg strong {
	color: red;
	}

.infomsg {
	border: 1px solid #cfc;
	background: #efe url("../img/ico-check.gif") no-repeat 5px 0.9em;
	}

.infomsg strong{
	color: green;
	}

.col50 td {
	width: 50%;
	}

div.col50, p.col50 {
	float: left;
	width: 50%;
	}

/*div.col3, p.col3 {
	float: left;
	width: 33%;
	}
*/
div.col25, p.col25 {
	width: 25%;
	}

.leftbox {
	float: left;
	margin: 0 0.5em 0 0;
	}

.rightbox {
	float: right !important;
	margin: 0 0 0 0.5em;
	}

.leftspacer {
	padding-left: 1.5em;
	}

.rightspacer {
	padding-right: 1.5em;
	}

.leftborder {
	border-left: 1px solid #ccc;
	margin-left: 1.5em;
	}

.rightborder {
	border-right: 1px solid #ccc;
	margin-right: 1.5em;
	}

.leftimg {
	float: left;
	margin: 0 1em 0.5em 0;
	}

.rightimg {
	float: right;
	margin: 0 0 0.5em 1em;
	}
	
.padiv10 {width:560px;}

}

/* END BASIC ELEMENTS */

/* BASIC SCREEN ELEMENTS */

@media screen,projection {

body, textarea { 
	font-family: "Arial CE","Helvetica CE",Arial,sans-serif;
	}

abbr, acronym {
	_border-bottom: 1px dashed black;
	cursor: help;
	}

/* FORM BOXES */

input.button, button {
	width: auto;
	margin: 0 1em;
	font-weight: bold;
	}

}

/* END BASIC SCREEN ELEMENTS */

/* BASIC PRINT ELEMENTS */

@media print {

@page {
	width: 100%;
	margin: 2cm 1cm;
	}

body { 
	font-family: "Times New Roman CE", "Times New CE", "Times CE", "Times New Roman", Times, serif;	
	}

h1, h2, h3, h4, h5, h6 {
	page-break-after: avoid;
	}
	
/* FORM BOXES */

input { 
	border: 0;
	/*border-bottom: 1px solid dashed;*/
	}

input.button, button {
	display: none;
	}
	
}

/* END BASIC PRINT ELEMENTS */

/* BASIC HANDHELD ELEMENTS */

@media handheld {

}

/* END BASIC HANDHELD ELEMENTS */

/* BASIC AURAL ELEMENTS */

@media aural {

}

/* END BASIC AURAL ELEMENTS */
