@import url("header.css");
@import url("center.css");
@import url("form.css");
@import url("moduli.css");
@import url("right.css");
@import url("home.css");
@import url("left.css");
@import url("footer.css");
/*@import url("print.css") print;*/
/* COMMON_STYLES */

body {
	color: black;
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: white;
	padding: 0;
	margin: 0;
}
img {
	border-style: none;
}
p {
	margin: 0px;
	padding: 0px;
	text-align: justify;
}
ul {
	margin: 0;
	padding: 0;
}
a {
	color: #000;
	text-decoration: none;
}
a:link {
	color: #a00000;
	text-decoration: none;
}
a:visited {
	color: #a00000;
	text-decoration: none;
}
a:hover {
	color: #666666;
}
.selected {
	font-weight: bold;
}
.cleaner {
	font-size: 0px;
	line-height: 0px;
	height: 0px;
	clear: both;
}
.cleanbottom {
	background-color: #FFFFFF;
	height: 100%;
	margin-bottom: auto;
	clear: right;
}
.spacer {
	width: 18%;
	float: left;
}
.hide {
	visibility: hidden;
	height: 0px;
	width: 0px;
	display: none;
}
.left {
	float: left;
}
.right {
	float: right;
}
.top img {
	vertical-align: top;
}
.bottom img {
	vertical-align: bottom;
}
.corner_container_top {
	width: 100%;
	margin: 0px;
	padding: 0px;
	position: absolute;
	top: 0px;
}
.corner_container_bottom {
	width: 100%;
	margin: 0px;
	padding: 0px;
	height: 8px;
}
.corner_container img {
	height: 8px;
	width: 8px;
	margin: 0px;
	padding: 0px;
}
#vertical_shadow_top {
	width: 83.1em;
	height: 17px;
	background-image: url(top_shadow_middle.png);
	background-repeat: repeat-x;
	background-position: center 1px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	z-index: 10;
	padding: 0px;
	margin-top: 0px;
	position: absolute;
	top: -6px;
	left: 6px;
}
#vertical_shadow_left {
	background-image: url(top_shadow_left.png);
	background-repeat: no-repeat;
	background-position: left top;
	width: 16px;
	height: 17px;
	float: left;
}
#vertical_shadow_right {
	background-image: url(top_shadow_right.png);
	background-repeat: no-repeat;
	background-position: right top;
	width: 16px;
	height: 17px;
	float: right;
}
#maincontainer {
	background-image: url(shadow_sx.png);
	background-repeat: repeat-y;
	background-position: left top;
	width: 83em;
	padding-left: 16px;
	clear: both;
	min-height: 550px;
	position: relative;
	padding-top: 0px;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
}
#rightshadow {
	background-image: url(shadow_dx.png);
	background-repeat: repeat-y;
	background-position: right top;
	padding-right: 16px;
	min-height: inherit;
}
#middlecolumn {
	margin: auto;
	padding: 0;
}
#main {
	padding: 0px;
	float: left;
	margin: 0px;
	width: 65em;
}
#tooltip1 {
	color: #000000;
	font-size: 0.9em;
	background-color: #f0f0f0;
	padding-top: 0.4em;
	padding-bottom: 0.2em;
	height: 1.4em;
	float: left;
	width: 100%;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0.8em;
	margin-left: 0px;
	font-weight: bold;
}
.top_page {
	font-size: 0.8em;
	padding-right: 0.3em;
}
.top_page_arrow a {
	color: white;
	font-weight: bold;
	background-color: #888;
	float: left;
	margin-right: 3px;
	font-size: 0.9em;
	padding-bottom: 1px;
}
#top_page_container {
	border: 1px solid #ABABAB;
	margin: 0px;
	padding: 0px;
	width: 8em;
	float: right;
}
#print {
	list-style-image: url(../images/graphics/printer.gif);
	top: 1.3em;
	right: 0px;
	margin: 0px;
	list-style-position: inside;
	position: absolute;
	font-size: 0.9em;
	padding-top: 0px;
	padding-right: 2px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#print li {
	list-style-position: inside;
	list-style-type: square;
	text-indent: -2em;
	font-size: 0.9em;
	text-align: left;
	list-style-image: url(../images/graphics/printer.gif);
}
#print a {
	color: #424242;
	font-weight: normal;
}
#print a:hover {
	color: #000;
}
#image_container {
	width: 100%;
}

input, select, textarea {
	border: 1px solid #C4C4C4;
	font-size: 0.9em;
	margin-top: 3px;
	margin-bottom: 3px;
	padding-left: 2px;
	vertical-align: middle;
}
.accesstext {
	display: none;
	visibility: hidden;
}

/* DEBUG */
#debug {
	float:left;
	background-color: #F0F0F0;
	border: 1px solid #ccc;
	padding: 10px;
	margin: 6px;
	font-size: 0.9em;
	width: 950px;
}
