/******************************************************************************/
/*
    © 2005-2008 Grafikstudio
    All rights reserved

    Making *ANY* changes in this document will cause loss of 
    12-month warranty for faultless site functioning and
    free of charge service during warranty period will be no 
    longer available!
    Any changes shoud be first consulted with and accepted by
    Grafikstudio representative.

    Stylesheet for ProCMS visitor-side pages.
    Version 3.0 or greater only.

    * File encoding: UTF-8
	* Predefined objects and template classes can be found in general.css
    * Default text classes definitions can be found in text.css
    * Menu elements classes definitions can be found in menus.css
    * Additional stylesheet for MS Internet Explorer versions lower 
      than 7.0, that overrides following definitions can be found 
      in overrideie.css
*/
/******************************************************************************/
body {
	/*this element is only used in TinyMCE editor and is similar to user-edited 
	content background. text.css is loaded firstly, so selector's value should 
	be overwriten with proper definitions in general.css.*/
	margin: 1cm;
	padding: 0px;
	background-color: white !important;
	font-size: 9pt;
	color: black !important;
	font-family: cambria, times new roman, georgia, serif;
}
/******************************************************************************/
form {
	margin: 0px;
	padding: 0px;
}
h1,h2,h3,h4,h5,h6 {
	font-weight: bold;
	font-family: arial, helvetica, sans-serif;
	color: black !important;
	margin-bottom: 5px;
	margin-top: 5px;
	text-align: left;
}
h1 { font-size: 20pt; }
h2 { font-size: 17pt; }
h3 { font-size: 14pt; }
h4 { font-size: 12pt; }
h5 { font-size: 10pt; }
h6 { font-size: 9pt; } 

p {
	text-align: justify;
	margin: 0.5em 0px;
	color: black !important;
}

span { color: black !important; }

li {
	text-align: left;
	color: black !important;
	margin: 0px;
}

ul {
	list-style-type: square;
}
a {
	color: blue !important;
	text-decoration: underline !important;
}
/******************************************************************************
*	Predefined classes (for use in user-edited text and TinyMCE)
******************************************************************************/
.importantblock { 
	display: block;
	background-color: white; 
	background-attachment: scroll; 
	background-image: url('img/important32x36.gif'); 
	background-position: 10px center; 
	background-repeat: no-repeat; 
	border: 1px solid black; 
	color: black; 
	font-size: 9pt; 
	font-family: tahoma, arial, sans-serif; 
	font-weight: bold;
	padding: 20px 10px 20px 50px;
	margin: 1em;
}
/******************************************************************************/

div.fixedImagesBox {
	float: left;
	text-align: center;
	border: none;
	margin: 0px 0.5em;
}
div.block_picture_view_page {
	margin: 0px;
	padding: 0px;
	background-color: #ffffff;
	color: #808080;
	font: 11px tahoma;
	text-align: center;
	width: 100%;
}
img.displayImage {
	margin: 2pt;
	padding: 0.5em;
	border: 1px solid #d9d9d9;
	cursor: pointer;
}
