/*GENERAL*/
BODY {
	background-color : #f5f5f5;  
	padding:5px;
	scrollbar-arrow-color:#000000;
    	scrollbar-face-color:#ffffff;
    	scrollbar-shadow-color:#000000;
}

BODY,td, input,select,textarea { 

	font-family : Tahoma, Verdana; 
	font-size : 11px; 
	color : black; 
}


Body.image{
	background: White url(spiral3.gif) repeat-y; padding:9px 0px 2px 30px; 
	margin:5px
}


Body.title{
	margin:2px;
	background-color : #f5f5f5;  
}

input.textbox, textarea.textbox{
	background-color: #f5f5f5;
	border-style:inset;
	border-width:1px;
	border-color:#c2c2c2;
	color: #000000;
	padding:2px;

}

input.textbox:focus, textarea.textbox:focus{
	background-color: #ffffff;
}


hr { color: #000; height: 1px }

input.textbox{
	height: 18px;	
}

input.button {
	font-size : 11px;
	color: #000000;
	height: 18px;
	background-color:#ffffff;
	padding-left:18px;
}

input.submit {
	font-size : 11px;
	color: #000000;
	height: 18px;
	background-color:#ffffff;
	background: White url(accept.gif) no-repeat; 
	padding-left:18px;
}

a  { color: #000; text-decoration: underline }	


a:active  { color: #000 } 

a:visited   { color: #000 }
a:hover     { color: #339928 }
.error{
	color : red;
	font-weight:bold;
}

.success{
	color : navy;
	font-weight:bold;
}


.ImageCopyright { color: #666666; text-align: center; padding: 4px; width: 90% }

div.Instructions{
	background-color:#ffffff;
	border: #c2c2c2;
	border-style: solid; 
	border-width: 1px; 	
	padding:4px;
	width:90%;
	text-align:left;
}

img.homeImage {
	border: #c2c2c2;
	border-style: solid; 
	border-width: 1px; 
	padding:5px;
	margin-bottom:5px;
	display:block;
}

.marked { color: #000; font-weight: bold }

form{
	margin:0px;
}


form#formComment{
	margin:10px 0px 5px 0px;
	padding:0px 0px 2px 80px; 
}


/*END GENERAL*/












/*Folders FRAME*/
Body.folders{
	margin:2px 2px 2px -10px;
	background-color : #ffffff;  
}

Body.folders ul{
	margin: 0px;
	padding:0px;
}

Body.folders ul li{ 
	margin: 0px;
	padding:0px 0px 0px 0px;
	list-style-type: none;  
	list-style-position: outside;  
	margin-left: 15;   
}

Body.folders ul li a {
	color:#000000;
	text-decoration:none;
}

Body.folders ul li a:hover {
	color:#000000;
	text-decoration:underline;
}

Body.folders ul li a:visited {
}

/*END Folders FRAME*/





/*SEARCH*/

div.searchresults{
	background-color:#f5f5f5;
	border-color: #c2c2c2;
	border-style: solid; 
	border-width: 1px; 
	padding:10px;		
	width:90%;	
	margin-top:20px;

	-moz-border-radius: 4px;
	-moz-border-top-colors: #c2c2c2;
	-moz-border-right-colors: #c2c2c2;
	-moz-border-bottom-colors: #c2c2c2;
	-moz-border-left-colors: #c2c2c2;

}
/*END SEARCH*/





/*Show recent picture*/
div.recentpicture {

	width:150px;
	float:left;
	padding:5px;
}

dl.recentcomment {
	padding:5px;
	margin-left:180px;
	border-color: #f5f5f5;
	border-style: solid; 
	border-width: 0px 0px 0px 1px; 		
}




/*FILES FRAME*/

body.files{
	padding:2px;
	margin:0px;
}

div.top{
	background-color : #f5f5f5;  
	border-color: #e7e7e7;
	border-style: solid; 
	border-width: 1px 1px 1px 1px; 	
	padding:4px;
	margin-bottom:3px;

	-moz-border-radius: 2px;
	-moz-border-top-colors: #c2c2c2;
	-moz-border-right-colors: #c2c2c2;
	-moz-border-bottom-colors: #c2c2c2;
	-moz-border-left-colors: #c2c2c2;

}


tr.ThRow td{
	padding:2px;
}

tr.ThRow td a{
	/*display:block;*/
	text-decoration:none;
}

tr.ThRow td a:hover{
	text-decoration: none; 
	background-color : #f2f2f2;
}

tr.ThRow td a img{
	/* for ie */	
	filter:Alpha(Opacity=60);
	/* gonna use border? */
	border: #c2c2c2;
	border-style: solid; 
	border-width: 1px;
	/*padding:2px;*/
}


tr.ThRow td a:hover img{
	/* for ie */	
	filter:Alpha(Opacity=100);
}

tr.ThRow td a:active img { border: #000; filter: Alpha(Opacity=100) }



/*END FILES FRAME*/




/*wraps subfolder and picture count information*/
span.S{
	color:#c2c2c2;
}
span.S1 { color: #848484 }

span.P{
	color:#666666;
}

span.AComments{
	color:#c2c2c2;
}

span.VComments{
	color:#c2c2c2;
}



/*FILES FRAME*/

















/*wraps author comments*/

div.comments{
	width:95%;	
}

div.comments div.body{
	text-align:left;
	padding:5px;
	margin:2px 5px 5px 5px;	 		
}

div.comments h2{
	background-color : #f5f5f5;  

	text-align:left;
	font-size:13px;
	margin:3px 5px 0px 5px;
	border: #c2c2c2;
	border-style: solid; 
	border-width: 0px 0px 1px 0px; 
	padding: 2px 2px 1px 5px;
}

div.comments#autor{
	
}

/*wrap each visitor comment*/
div.vc{
	margin-bottom:5px;
}

/*wraps particular items inside visitor comment*/
span.name    { color: #339928; font-weight: bold }
span.date{color: #000000;}

dt{
	background: url(comment_bg.gif) no-repeat top left;
	padding: 4px 12px 3px 10px;
	line-height: 1em;
}

dd.comments
{
	margin:3px 3px 3px 5px;
	padding:5px;
}

/*wraps main title for comments: 'visitor' or 'author' comments*/



















/*Big image*/
div.MainImage{
	border: #c2c2c2;
	border-style: solid; 
	border-width: 1px; 
	width:90%;
	margin-top:10px;
	padding:4px;

}

div.MainImage img#MainImage{
	border: #c2c2c2;
	border-style: solid; 
	border-width: 1px; 
	padding:5px;
	margin-bottom:5px;
	display:block;
}



a.arrow img{
	border: #f5f5f5;
	border-style: solid; 
	border-width: 1px; 
}


a.arrow img:hover{
	border: #c2c2c2;
	border-style: solid; 
	border-width: 1px; 
}

div.MainImageDim{
	background-color:#f5f5f5; 
	border: #c2c2c2;
	border-style: solid; 
	border-width: 0px 0px 1px 0px; 
	margin-bottom:15px;
	display:block;
	padding:4px;
	text-align:center;
}

/*END Big image*/
