/* GreenStudio Ltd. 07/2006 author: Zoran Balkic 
version: 1.0
revision: 207
*/
a, a:active {
	outline: none;
}

body {
	margin: 15px auto 0 15px;
	padding: 0;
	font: 0.7em Verdana, Tahoma, "Adobe Helvetica", "Sans Serif", sans-serif;
	color: #000;
	background-color: #FFF;
	line-height: 1.5em;
	background-image: url("/cms/docroot/fizos/imgs/background.png");
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: right center;
	
}

div,p {
	margin: 0px;
}

.headerNavigation {
	height: 2em;
	text-align: right;
	padding-right: 200px;
}

.paragraphContainerLine {
  clear: both;
}

#contentDivMainColumnTotalWidth {
	text-align: justify;
	color: inherit;
	background-color: inherit;
	margin: 0;
}

#contentDivMainColumnTotalWidth a {
	font-weight: normal;
	text-decoration: none;
	color: #006;
	background-color: inherit;
}

#contentDivMainColumnTotalWidth a:hover {
	background-color: transparent;
	text-decoration: underline;
}
#contentDivMainColumn {
	text-align: justify;
	color: inherit;
	background-color: inherit;
	margin: 0;
}

#contentDivMainColumn ol li {
	margin: 2px 0 2px 0;

	text-align: left;
}

#contentDivMainColumn ul li {
	text-align: left;
	margin: 0;
}

#contentDivMainColumn a {
	font-weight: normal;
	text-decoration: none;
	background-color: inherit;
	color: #777;
}

#contentDivMainColumn a:hover {
	background-color: transparent;
color: #777;
/*	text-decoration: underline;*/
}
#contentDivLeftColumn ul li {
	margin: 0;
	padding: 0;
	text-align: left;
}

#contentDivLeftColumn ol li {
	margin: 0;
	text-align: left;
}

#contentDivLeftColumn a {
	font-weight: normal;
	text-decoration: none;
	background-color: inherit;
	color: #777;
}

#contentDivLeftColumn a:hover {
	/*text-decoration: underline;*/
}

#contentDivLeftColumn {
	width: 90%;
	padding: 0px 20px 0 1px;
	margin: 0 0 0 0px;
}
#contentDivRightColumn {
	padding: 0;
}

#contentDivRightColumn li {
	margin: 0;
	text-align: left;

}

#contentDivRightColumn ul {
	margin: .5em 0 0 1em;
	padding: 0 0 0 1em;
}

#contentDivRightColumn a {
	font-weight: normal;
	text-decoration: none;
	background-color: inherit;
	color: #777;
}

.rightColumnTitle {
	width: auto;
	color: #000;
	font-weight: bold;
	padding: 0;
	margin: 0 0 .5em 0;
	border-bottom: 1px solid #DDD;
	background-color: transparent;
}
.extensionicon{
	border: 0;
}
#footer {
	border-top: 1px dotted #DDD;
}

#footer a {
	font-weight: normal;
	text-decoration: none;
	background-color: inherit;
	color: #000;
}

.contentImage_left { /*position: relative;*/
	float: left;
	margin: 0 2em 2em 0;
	padding: 1px;
	/*border: 1px solid #BBBBBB;*/
	z-index: 0;
}

img.border {
	padding: 2px;
	border: 1px solid #CCC;
}

.thumbnail {
	padding: 7px;
	border: 1px solid #ddd;
	float: left;
	margin-right: 10px;
	margin-bottom: 15px;
}

.thumbnail img {
	border: none;
}

.contentImage_right { /*position: relative;*/
	float: right;
	margin: 0 0em 1em 2em;
	padding: 1px;
	border: 0;
	z-index: 0;
	/*border: 1px solid #BBBBBB;*/
}

.centered{
text-align: center;

}
.contentImage_center { /*	position: relative;*/
	margin: 0 0 1em 0;
	border: 0;
}

.textTitle {
	margin: 0 0 1em 0;
}

.old {
text-decoration: line-through;
color: #aa0000;

}

.left-element {
   float: left;
   text-align: left;
   width: 49%;
   }

.right-element {
   float: right;
   width: 49%;
   text-align: right; /* depends on element width */
}
.reused{

border: 1px dotted #dc1301;
clear:both;
}

address {
	font-style: normal;
}
	color: red;
text-decoration:none;
}

.right-element {
	float: right;
	width: 49%;
	text-align: right; /* depends on element width */
}

table,td {
	/*border-bottom: 1px solid #ccc;*/
	border-collapse: collapse;
}

table {
	border: none;
	/* border-bottom: 8px solid #ccc; */
}

table img {
	border: none;
	display: block;
    margin-left: auto;
    margin-right: auto;
	/* border-bottom: 8px solid #ccc; */
}

thead th {
	background: #ccc;
	color: #000;
	line-height: 2em;
	border-left: 1px solid #fff;
	padding-left: 1em;
}

tbody th {
	line-height: 2em;
	background: #eee;
	border-top: 1px solid #ccc;
	text-align: left;
	padding-left: 1em;
	font-weight: normal;
}

tbody tr td {
	padding-left: 1em;
	color: #666;
}

tbody tr:hover {
	background: #eee;

}

tbody tr:hover td {
	color: #454545;
}

tfoot td,tfoot th {
	border-left: none;
	border-top: 1px solid #CCC;
	padding: 4px;
	background: #ccc;
	color: #666;
}

caption {
	text-align: left;
	font-size: 1em;
	font-weight: bold;
	margin-bottom: 1em;
	padding: 0 0 1px .5em;
	border-bottom: 1px solid #ddd;
	border-left: 7px solid #173185;
}

table a:link {
	color: #666;
}

table a:visited {
	color: #666;
}

table a:hover {
	color: #003366;
	text-decoration: none;
}

table a:active {
	color: #003366;
}

#searchcontrol {
/*display: none;*/
}