/*GENERAL*/
BODY {
	background-color : #000000;
        padding:5px;
	scrollbar-arrow-color:#f5f5f5;
    	scrollbar-face-color:#c0c0c0;
    	scrollbar-shadow-color:#000000;
}

BODY,td { 

	font: 900 12px;
	font-family: Comic Sans MS,Arial, Verdana, Helvetica;
	color : #f5f5f5; 
}

input,select,textarea { 

	font: 900 12px arial;
	font-family: Arial, Comic Sans MS, Verdana, Helvetica;
	color : #000000; 
}

Body.image{
	background: black url(spiral3.gif) repeat-y; padding:9px 0px 2px 30px; 
	margin:5px
}


Body.title{
	margin:2px;
}

input.textbox, textarea.textbox{
	background-color: #ffffff;
	border-style:inset;
	border-width:1px;
	border-color:#f5f5f5;
	color: #000000;
	padding:2px;
}

hr{
	height:1px;
	color:yellow;
}

input.textbox{
	height: 18px;	
}

input.button {
	font-size : 11px;
	color: #f5f5f5;
	height: 18px;
	background-color:#999999;
}

a { 	
	color : #f5f5f5; 
	text-decoration: none; 
}	


a:active{ 
	color : red;
} 

a:visited{ 
	color : #f5f5f5;
} 


.error{
	color : red;
	font-weight:bold;
}

.success{
	color : #f5f5f5;
	font-weight:bold;
}


.ImageCopyright{
	padding:4px;
	width:90%;
	text-align:left;
	color:#f5f5f5;
}

div.Instructions{
	background-color:#000000;
	font: 900 14px;
	font-family: Comic Sans MS,Arial, Verdana, Helvetica;
        color:#f5f5f5;
	border: #ffffff;
	border-style: inset; 
	border-width: 2px; 	
	padding:4px;
	width:90%;
	text-align:left;
}

img.homeImage {
	border: #f5f5f5;
	border-style: solid; 
	border-width: 1px; 
	padding:5px;
	margin-bottom:5px;
	display:block;
}

.marked{
	color:red;
	font-weight:bold;
}

form{
	margin:0px;
}



/*END GENERAL*/











/*Folders FRAME*/
Body.folders{
	margin:2px;
	background-color : #000000;  
}

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:#ffff00;
	text-decoration:none;
}

Body.folders ul li a:hover {
	font: 900 14px;
        color:#ffff00;
	text-decoration:none;
}

Body.folders ul li a:visited {
}

/*END Folders FRAME*/











/*Show recent picture*/
div.recentpicture {

	width:150px;
	float:left;
	padding:5px;
}

dl.recentcomment {
	padding:5px;
	margin-left:180px;
	border-color: #f5f5f5;
	border-style: inset; 
	border-width: 0px 0px 0px 1px; 		
}




/*FILES FRAME*/

body.files{
	margin:0px;
	background-color : #000000;  
}


div.top{
	background-color : #000000;
        color: #f5f5f5;  
	border-color: #f5f5f5;
	border-style: solid; 
	border-width: 0px 0px 1px 0px; 	
	padding:3px;
	margin-bottom:3px;
}


tr.ThRow td{
	padding:2px;
}

tr.ThRow td a{
	/*display:block;*/
	text-decoration:none;
}

tr.ThRow td a:hover{
	text-decoration: none; 
	color : #ffff00;
}

tr.ThRow td a img{
	/* for ie */	
	filter:Alpha(Opacity=70);
	/* gonna use border? */
	border: #f5f5f5;
	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-color:#ffff00;
	filter:Alpha(Opacity=100);
}



/*END FILES FRAME*/




/*wraps subfolder and picture count information*/
span.S{ font: 900 10px arial;
	color:#f5f5f5;
}
span.S1{font: 900 10px arial;
	color:#ffff00;
}

span.P{font: 900 10px arial;
	color:#000000;
}

span.AComments{font: 900 10px arial;
	color:#f5f5f5;
}

span.VComments{font: 900 10px arial;
	color:#f5f5f5;
}



/*FILES FRAME*/

















/*wraps author comments*/

div.comments{
	width:95%;	
}

div.comments div.body{
	text-align:left;
	padding:10px;
	margin:2px 5px 5px 5px;	 		
}

div.comments h2{
	text-align:left;
	font-size:13px;
	margin:2px 5px 0px 5px;
	border: #f5f5f5;
	border-style: inset; 
	border-width: 1px; 
	padding: 2px 2px 2px 5px;
}

div.comments#autor{
	
}

/*wrap each visitor comment*/
div.vc{
	margin-bottom:5px;
}

/*wraps particular items inside visitor comment*/
span.name{color: #f5f5f5; font-weight:bold;}
span.date{color: #ffff00;}

dt{
	background: url(comment_bg.gif) no-repeat top left;
	padding: 8px 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: #f5f5f5;
	border-style: inset; 
	border-width: 1px; 
	width:90%;
	margin-top:10px;
	padding:4px;

}

div.MainImage img{
	border: #f5f5f5;
	border-style: inset; 
	border-width: 1px; 
	padding:5px;
	margin-bottom:5px;
	display:block;
}


div.MainImageDim{

	background-color:#000000; 
	border: #f5f5f5;
	border-style: inset; 
	border-width: 0px 0px 1px 0px; 
	margin-bottom:15px;
	display:block;
	padding:4px;
	text-align:center;
}
h1, h2, h3, h4, h5, h6
{
	font-family: Comic Sans MS, Verdana, Arial, Helvetica;
}
h1
{
	color: #f5f5f5;
}
h2
{
	width: 100%;
        color: #f5f5f5;
	filter: glow(color=#c0c0c0, strength=10); 
}
h3
{
	width: 100%;
        color: #f5f5f5;
	filter: glow(color=#c0c0c0, strength=10); 
}
h4
{
        width: 100%;
        color: #f5f5f5;
	filter: glow(color=#c0c0c0, strength=5);
}
h5
{
	color: #f5f5f5;
}
h6
{
	color: #f5f5f5;
}


