/*GENERAL*/
BODY {
	background-color : #ffffff;  
	padding:5px;
	scrollbar-arrow-color:#000000;
   	scrollbar-face-color:#ffffff;
   	scrollbar-shadow-color:#000000;
}

form
{
	margin:0px;
}

	
body, td, input, select, textarea { 

	font-family : Tahoma, Verdana; 
	font-size : 11px; 
	color : black; 
}

body.search{	
	margin:0px 0px 0px 0px;
	padding:5px 4px 4px 5px;	
}

body.copyright div
{
	text-align:right;	
}

body.search form {	
	background-color : #f9f3df;  
	border-color: #0000FF;
	border-style: solid; 
	border-width: 2px; 	
	padding:4px;	
	margin-bottom:3px;

	-moz-border-radius: 2px;
	-moz-border-top-colors: #6699FF;
	-moz-border-right-colors: #6699FF;
	-moz-border-bottom-colors: #6699FF;
	-moz-border-left-colors: #6699FF;
}


Body.title{
	padding:0px;
	margin:0px;
	background-color : #6699FF;  
}

.titletext{
	font-size:17px;
	color: #000000;
	
}

.subtitletext{
	font-size:14px;
	color: #000000;
	font-style: italic;
}

.titlebar{
	padding:2px;
	margin:2px;
	background-color: #0000FF;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
}

.titlebar a:link, .titlebar a:visited{
	padding:3px;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none; 
}

input.textbox, textarea.textbox{
	background-color: #faf7f0;
	border-style:inset;
	border-width:1px;
	border-color:#c2c2c2;
	color: #000000;
	padding:2px;

}

input.textbox:focus, textarea.textbox:focus{
	background-color: #ffffff;
}


hr{
	height:1px;
	color:#faf7f0;
}


input.textbox{
	height: 18px;	
}

input.button {
	font-size : 11px;
	color: #000000;
	height: 18px;
	
	
}


a { 	
	color : black; 
	text-decoration: underline; 
}	


a:active{ 
	color : #e48423;
} 

a:visited{ 
	color : #333333;
} 


.error{
	color : red;
	font-weight:bold;
}

.success{
	color : navy;
	font-weight:bold;
}


.ImageCopyright{
	padding:4px;
	width:90%;
	text-align:left;
	color:#666666;
}

div.Instructions{
	background-color:#ffffff;
	border: #c2c2c2;
	border-style: solid; 
	border-width: 1px; 	
	padding:4px;
	text-align:left;
	
	
	-moz-border-radius: 2px;
	-moz-border-top-colors: #f8db86;
	-moz-border-right-colors: #f8db86;
	-moz-border-bottom-colors: #f8db86;
	-moz-border-left-colors: #f8db86;
}

img.homeImage {
	border: #c2c2c2;
	border-style: solid; 
	border-width: 1px; 
	padding:5px;
	margin-bottom:5px;
	display:block;
}

.marked{
	color:#e48423;
	font-weight:bold;
	text-decoration:underline;
}

form{
	margin:0px;
}


form#formComment{
	background: url('../graphics/comment_big.gif') no-repeat 7px 7px;
	margin-left:0px; margin-right:0px; margin-top:10px; margin-bottom:5px; padding-left:150px; padding-right:12px; padding-top:4px; padding-bottom:3px	
}


/*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: 12;   
}

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{
	padding:10px;		
	
	margin-top:20px;


}
/*END SEARCH*/





/*Show recent picture*/
div.recentpicture {

	width:150px;
	float:left;
	padding:5px;
}

div.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;
	background-color:#faf7f0;
}

div.top
{
	background-color : #f9f3df;  
	border-color: #f8df7f;
	border-style: solid; 
	border-width: 2px 2px 2px 2px; 	
	padding:3px;
	margin-bottom:3px;

	-moz-border-radius: 2px;
	-moz-border-top-colors: #f8df7f;
	-moz-border-right-colors: #f8df7f;
	-moz-border-bottom-colors: #f8df7f;
	-moz-border-left-colors: #f8df7f;

}


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.th{
	/* for ie */	
	/*filter:Alpha(Opacity=60);*/
	/* gonna use border? */
	border: #ffffff;
	border-style: solid; 
	border-width: 2px;
	/*padding:2px;*/
}


tr.ThRow td a:hover img.th{
	/* for ie */		
	filter:Alpha(Opacity=100);
}

tr.ThRow td a:active img.th{
	border-color:#fcbe0b;
	filter:Alpha(Opacity=100);
}



/*END FILES FRAME*/




/*wraps subfolder and picture count information*/
span.S{
	color:#c2c2c2;
}
span.S1{
	color:green;
}

span.P{
	color:green;
}

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 20px 20px 20px;
	margin:2px 5px 5px 5px;	 		
}

div.comments h2
{
	margin:3px 5px 0px 5px;	
	padding: 2px 2px 2px 5px;
}

h2
{	
	margin:3px 0px 0px 0px !important;
	
	padding: 2px 2px 2px 5px;
	background-color : #f9f3df;  
	border-color: #f8df7f;

	border-style: solid; 
	border-width: 2px 2px 2px 2px; 	
	
	text-align:left;
	font-size:13px;
	-moz-border-radius: 2px;
	-moz-border-top-colors: #f8df7f;
	-moz-border-right-colors: #f8df7f;
	-moz-border-bottom-colors: #f8df7f;
	-moz-border-left-colors: #f8df7f;

}


div.comment
{		
	border:1px solid #f8df7f; background:#faf7f0 url('../graphics/comment.gif') no-repeat 5px 5px; line-height: 1em;	

	margin-bottom:5px; -moz-border-radius:2px; -moz-border-top-colors:#f8df7f; -moz-border-right-colors:#f8df7f; -moz-border-bottom-colors:#f8df7f; -moz-border-left-colors:#f8df7f; padding-left:40px; padding-right:12px; padding-top:4px; padding-bottom:3px; background-color:#faf7f0
}

div.comments 
{
}

/*wrap each visitor comment*/
div.vc{
	margin-bottom:5px;
}

/*wraps particular items inside visitor comment*/
span.name{color: #666666; font-weight:bold;}
span.date{color: #000000;}

div.commentcontent
{
	margin-top:5px;
	background-color:#ffffff;
	padding:5px;
	
	border-width: 1px; 	
	border-color: #faf7f0;
	border-style: solid; 
	
	-moz-border-radius: 3px;
	-moz-border-top-colors: #ffffff;
	-moz-border-right-colors: #ffffff;
	-moz-border-bottom-colors: #ffffff;
	-moz-border-left-colors: #faf7f0;
}



/*wraps main title for comments: 'visitor' or 'author' comments*/



















/*Big image*/
div.MainImage
{
	/*
	border: #eccc56;
	border-style: solid; 
	border-width: 1px; 
	*/
	width:99%;
	margin-top:0px;
	padding:0px;
}

#MainImage
{
	margin-top:3px;
}

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: #eccc56;
	border-style: solid; 
	border-width: 1px; 		
}

div.MainImageDim{
	background-color:#ffffff; 
	border: #f9f4e4;
	border-style: solid; 
	border-width: 0px 0px 1px 0px; 
	margin-bottom:5px;
	display:block;
	padding:1px;
	text-align:center;
}

/*END Big image*/