@charset "iso-8859-2";
/* CSS Document */

	body{
		background-image:url(../stylesheets/eyeofnature/body_bg.png);
		background-repeat:repeat-y;
		background-position:center;
		background-color:#000000;
		font-size:12px;
		color:#252525;
		font-family:Arial, Helvetica, sans-serif;
		margin:0 0 0 0;
		padding:0 0 0 0;}
	
	object, img{
		display:inline-block;
		vertical-align:bottom; 
		padding:0 0 0 0;
		margin:0 0 0 0;
		border:none;}
		
	a{
		color:#4c4c4c;
		text-decoration:none;}
	a:hover{ 
		color:#648632;
		text-decoration:none;}
	
	
	b{
		font-weight:bold;}
	i{
		font-style:italic;}
	h1{
		font-size:14px;
		color:#252525;
		font-weight:bold;
		margin-top:0px;
		margin-bottom:0px;
		text-align:center;}
	h2{
		font-size:12px;
		color:#252525;
		font-weight:bold;
		margin-top:0px;
		margin-bottom:0px;
		text-align:center;}
	h3{
		font-size:12px;
		color:#252525;
		font-weight:normal;
		margin-top:0px;
		margin-bottom:0px;
		text-decoration:underline;}
	h4{
		font-size:14px;
		color:#4c4c4c;
		font-weight:normal;
		margin-top:0px;
		margin-bottom:0px;}
	h5{
		font-size:14px;
		color:#f9f9f9;
		font-weight:normal;
		margin-top:0px;
		margin-bottom:0px;}
	h6{
		font-size:12px;
		color:#648632;
		font-weight:bold;
		margin-top:0px;
		margin-bottom:0px;}


	blockquote {
		border:1px solid #999999;
		margin:0px 20px;
		padding:0px 10px;}
		
	blockquote .small {
		background:#999999;
		margin-left:-10px; padding:1px 2px;}
		
	blockquote hr {
		visibility:hidden;
		height:1px;}
		
	blockquote br {
		font-size:1px;}
	
	select {   
		background-color:#d2d2d2;
		border:#a3a097 solid 1px;
		padding:1px;
		padding-left:1px;}
	
	input[type="text"], input[type="password"]{
		background-color:#d2d2d2;
		border:#a3a097 solid 1px;
		height:17px;}
	input[type="file"]{
		background-color:#d2d2d2;
		border:#a3a097 solid 1px;}
	input[type="image"]{
		display:inline-block;
		margin:0 0 0 0;
		padding:0 0 0 0;
		vertical-align:bottom;}
	
	input[type="submit"]{
		font-weight:normal;}
	
	textarea{
		background-color:#d2d2d2;
		border:#a3a097 solid 1px;}
	
	.bginput{
		font-weight:bold;}
	
	table{
		background-color:#d2d2d2;
		color:#333333;
		border-collapse:collapse;}
	
	td, th{
		white-space:normal;}
		
	td{
	/*	border-bottom:1px solid #e5eff8;
		border-left:1px solid #e5eff8;*/
	}
	
	caption{
		background: url(../stylesheets/eyeofnature/caption_bg.png) no-repeat top left;
		margin-left:-6px;
		margin-top:0px;
		margin-bottom:0px;
		padding-left:15px;
		padding-top:10px;
		padding-bottom:11px;
		text-align:left;
		font-weight:bold;
		text-transform:uppercase;
		color:#f9f9f9;
		text-shadow:#333333 1px 1px;}
		
	caption.nostyle{
		background: url(../stylesheets/eyeofnature/caption_nostyle.png) repeat-x top left;
		margin-left:-1px;
		margin-top:0px;
		margin-bottom:0px;
		padding-left:4px;
		padding-top:10px;
		padding-bottom:11px;
		text-align:left;
		font-weight:bold;
		text-transform:uppercase;
		color:#f9f9f9;
		text-shadow:#333333 1px 1px;}
	
	caption.dinamic{
		padding:0px 0px 0px 15px;
		height:37px;}
	
	caption.dinamic b{
		float:left;
		display:inline-block;
		background:url(../stylesheets/eyeofnature/caption_b.png);
		background-repeat:repeat-x;
		height:27px;
		color:#f9f9f9;
		padding-top:10px;
		padding-right:60px;}
		
	caption.dinamic i{
		float:left;
		display:inline-block;
		background:url(../stylesheets/eyeofnature/caption_i.png);
		background-repeat:no-repeat;
		width:48px;
		height:37px;}
		
	caption a{
		color:#f9f9f9;
		text-decoration:none;}
	caption a:hover{
		color:#CCCCCC;
		text-decoration:none;}
	
	
	thead th, tfoot th, tfoot td {
		background-color:#828282;
		color:#fff}
	
	tfoot td {
		text-align:right;}
	
	
	tbody th, tbody td {
		/*background-color:#e4e2de;*/
		/*	border-bottom: dotted 1px #333; */
	}
	
	tbody th {
		white-space: nowrap;}
	
	tbody th a {
	}
	
	
	tbody tr:hover {
	}
	
	form{
		display:inline;
		margin-bottom:0;}
	
	pre{
		font-size: ;
		font-family: ;}
		
	
	a.button, a.buttonaccept, a.buttonreply{
		display:inline-block;
		white-space:nowrap;
		background-color:#54643a;
		margin:2px 0px 2px 0px;
		padding:4px 5px 4px 5px;
		text-transform:uppercase;
		text-decoration:none;
		color:#f9f9f9;
		font-size:10px;
		font-weight:bold;
		border:1px solid #4c4c4c;}
	a.button:hover, a.buttonaccept:hover, a.buttonreply:hover{
		text-decoration:none;
		color:#f9f9f9;
		border:1px solid #648632;}
		
	a.buttonaccept{
		background-color:#788ec2;
		border:1px solid #78a0c1;}
	a.buttonaccept:hover{
		border:1px solid #78a0c1;}
	
	a.buttonreply{
		background-color:#7da163;
		border:1px solid #989675;}
	a.buttonreply:hover{
		border:1px solid #989675;}
		
	a.imgbuttonreport{
		display:inline-block;
		vertical-align:bottom;
		white-space:nowrap;
		background-color:#d7a81e;
		margin:2px 0px 2px 0px;
		padding:0px 0px 0px 0px;
		text-decoration:none;
		border:1px solid #b08d2f;}
	a.imgbuttonreport:hover{
		text-decoration:none;
		border:1px solid #b08d2f;}	
		
	a.imgbutton{
		display:inline-block;
		vertical-align:bottom;
		white-space:nowrap;
		background-color:#54643a;
		margin:2px 0px 2px 0px;
		padding:0px 0px 0px 0px;
		text-decoration:none;
		border:1px solid #4c4c4c;}
	a.imgbutton:hover{
		text-decoration:none;
		border:1px solid #648632;}
		
		
	a.bigimgbutton{
		display:inline-block;
		vertical-align:bottom;
		white-space:nowrap;
		background-color:#54643a;
		margin:0px 0px 0px 0px;
		padding:64px 0px 0px 0px;
		height:84px;
		text-decoration:none;
		border:1px solid #4c4c4c;}
	a.bigimgbutton:hover{
		text-decoration:none;
		border:1px solid #648632;}
		
	a.bigbutton{
		display:block;
		background-color:#54643a;
		height:13px;
		padding:4px 5px 4px 5px;
		text-transform:uppercase;
		text-decoration:none;
		color:#f9f9f9;
		font-weight:bold;}
	a.bigbutton:hover{
		text-decoration:none;
		color:#f9f9f9;}
	
	
	.bodytable{
		background-color:#d2d2d2;}
	
	.topmenu{
		background-image:url(../stylesheets/eyeofnature/topmenu_bg.png);
		background-position:0px -5px;
		background-repeat:repeat-x;
		height:40px;
		text-transform:uppercase;
		font-size:12px;
		font-weight:bolder;
		margin:0 0 0 0;
		padding:0 0 0 0;}
		
	.topmenu a, .topmenu a.current{
		float:left;
		display:block;
		padding:12px 10px 0px 10px;
		height:28px;
		color:#CCCCCC;
		text-decoration:none;
		border-left:#3c3835 1px solid;
		margin:0 0 0 0;}
		
	.topmenu a.current{
		background-image:url(../stylesheets/eyeofnature/topmenu_sel.png);
		background-position:0px -5px;
		color:#f9f9f9;}	
		
	.topmenu a:hover{
		color:#f9f9f9;
		text-decoration:none;}
		
	.topmenu span.lang{
		display:block;
		float:right;
		background-image:url(../stylesheets/eyeofnature/topmenu_lang_bg.png);
		background-repeat:no-repeat;
		background-position:0px 3px;
		height:32px;
		padding-top:6px;
		padding-right:10px;}
		
	.topmenu span.lang a{
		float:left;
		background-image:url(../stylesheets/eyeofnature/lang_bg_a.png);
		background-repeat:no-repeat;
		background-position:right top;
		display:block;
		float:left;
		text-decoration:none;
		height:24px;
		padding:0px 12px 0px 0px;
		margin-left:4px;
		color:#CCCCCC;
		border:none;}
	.topmenu span.lang a.current{
		background-image:url(../stylesheets/eyeofnature/lang_bg_a_sel.png);
		background-repeat:no-repeat;
		background-position:right top;
		color:#f9f9f9;}
	.topmenu span.lang a:hover{
		color:#f9f9f9;
		text-decoration:none;}
		
	.topmenu span.lang a b{
		float:left;
		background-image:url(../stylesheets/eyeofnature/lang_bg_a_b.png);
		background-repeat:no-repeat;
		background-position:left top;
		display:block;
		height:20px;
		padding:4px 0px 0px 12px;
		color:#CCCCCC;
		font-size:12px;
		font-weight:bolder;
		text-transform:lowercase;}
	.topmenu span.lang a b.current{
		background-image:url(../stylesheets/eyeofnature/lang_bg_a_b_sel.png);
		background-repeat:no-repeat;
		background-position:left top;
		color:#f9f9f9;}
	.topmenu span.lang a b:hover{
		color:#f9f9f9;}
		
	.bottommenu{
		text-transform:uppercase;
		font-size:12px;
		font-weight:bolder;
		padding-top:50px;}
		
	.bottommenu a{
		float:left;
		display:block;
		padding-left:5px;
		padding-right:5px;
		padding-top:5px;
		color:#CCCCCC;
		text-decoration:none;
		margin:0px;}
		
	.bottommenu a:hover{
		color:#f9f9f9;
		text-decoration:none;}
		
	
	.team{
		font-size:12px;
		padding-top:35px;
		color:#f9f9f9;}
		
	.team a{
		color:#f9f9f9;
		text-decoration:none;}
		
	.team a:hover{
		color:#CCCCC;
		text-decoration:none;}
	
	.tableborders {
		border:1px solid #a3a097;
		margin:1px;
		padding:0 0 0 0;
		background-color:#F7F7F7;}
	
	.tddetails{
		background-color:#e3e2de;
		border-bottom:1px solid #a3a097;}
		
	.tdcontent{
		background-color:#e3e2de;
		border-bottom:1px solid #a3a097;}
	.tdcontent b{
		color:#648632;
		font-weight:bolder;}
	.tdcontent i{
		color:#252525;
		font-style:normal;
		font-weight:bolder;
		text-decoration:underline;}
	
	.tdbackground{
		background-color:#dedede;
		border-bottom:1px solid #a3a097;}
	
	.tdnothumbs{
		color:#000000;
		background:#DEDEDE;}
	
	.thumbbackground{
		background-color:#252525;
		color:#f9f9f9;}
		
	.thumbbar{
		background-color:#151515;
		margin:0 0 0 0;
		padding:1px 4px 1px 4px;
		font-weight:bold;
		color:#DDDDDD;}
	.thumbbar b{
		color:#f9f9f9;}
	.thumbbar a{
		color:#d2d2d2;
		text-decoration:none;}
	.thumbbar a:hover{
		color:#f9f9f9;
		text-decoration:none;}
		
	.randbar{
		background-color:#3a3633;
		color:#f9f9f9;
		font-size:10px;
		text-transform:uppercase;
		padding:4px 0px 4px 0px;}
	.randbar a{
		color:#f9f9f9;
		text-decoration:none;}
	.randbar a:hover{
		color:#f9f9f9;
		text-decoration:none;}
	
	.menubar{
		background-image:url(../stylesheets/eyeofnature/menubar_bg.png);
		background-repeat:repeat-x;
		background-color:#434343;
		margin:0 0 0 0;
		padding:3px 5px 0px 5px;
		height:24px;
		font-weight:bold;
		color:#f9f9f9;
		text-align:left;
		vertical-align:top;}
	
	.menubar b{
		font-weight:bold;}
	.menubar i{
		font-size:10px;}
		
	.menubar a{
		color:#f9f9f9;}
	  
	.menubar a:hover{
		color:#707070;}
		
	
	.bigmenubar{
		background-image:url(../stylesheets/eyeofnature/bigmenubar_bg.png);
		background-repeat:repeat-x;
		background-color:#434343;
		margin:0 0 0 0;
		padding:7px 5px 0px 5px;
		height:30px;
		font-weight:bold;
		color:#f9f9f9;
		text-align:left;
		vertical-align:top;}
	
	.bigmenubar b{
		font-weight:bold;}
	.bigmenubar i{
		font-size:10px;}
		
	.bigmenubar a{
		color:#f9f9f9;}
	  
	.bigmenubar a:hover{
		color:#707070;}
		
		
	
	.menubarnb{
		color:#000000;}
	.catcolumn{
		font-style: ;
		text-align: ;
		background-color: #E6E6E6;}
	
	.photocol{
		font-style: ;
		text-align: ;
		background-color:#E6E6E6;}
	
	.commentscol{
		font-style: ;
		text-align: ;
		background-color:#E6E6E6;}
	
	.lastphocol{
		font-style: ;
		text-align: ;
		background:#E6E6E6;}
	
	.lastcommcol{
		background:#E6E6E6;
		color: ;}
	
	.small{
		font-size:10px;
		color:#000000;}
		
	.medium{
		font-size:12px;}
		
	.large{
		font-size:14px;
		font-weight:bold;}
	
	.lighttable{
		background-color:#ffffff;}
	
	.alternatetable{
		background-color:#dcdcdc;
		border-bottom:1px solid #a3a097;}
	.requiretable{
		background-color:#7da163;
		border-bottom:1px solid #a3a097;}
	.alerttable{
		background-color:#d7a81e;
		border-bottom:1px solid #a3a097;}
	
	.formboxes{
		background-color:#ffffff;}
		
	tbody td.menu {
		background-color:#e4e2de;}
	tbody td.menu a{
		clear:both;
		display:block;
		padding-top:3px;
		padding-bottom:3px;
		color:#4c4c4c;
		font-weight:bold;
		padding-left:10px;
		border-bottom:1px solid #faf9f8;
		background-image:url(../stylesheets/eyeofnature/menu_indicator.png);
		background-repeat:no-repeat;
		background-position:0px 8px;
		text-decoration:none;}
	tbody td.menu a:hover{
		color:#658732;
		text-decoration:none;}
		
	tbody td.link {
		background-color:#e4e2de;}
	tbody td.link a{
		clear:both;
		display:block;
		padding-top:3px;
		padding-bottom:3px;
		color:#4c4c4c;
		font-weight:bold;
		padding-left:18px;
		border-bottom:1px solid #faf9f8;
		background-image:url(../stylesheets/eyeofnature/link_indicator.png);
		background-repeat:no-repeat;
		background-position:0px 5px;
		text-decoration:none;}
	tbody td.link a:hover{
		color:#658732;
		text-decoration:none;}
