/*GENERAL*/
BODY {
	background-color: #000;  /*ffffff  f9f3df   */
	margin-left:0px;
	padding:5px;
	border-left:1px solid white;
	color:white;
	}

BODY p {
	color:#000;
	font-weight:bold;
	padding-bottom: 10px;
	}
	
.main-text {
	background:#F3F3F3;
	}

form {
	margin:0px;
	}
	
BODY,td, input,select,textarea { 
	font-family: Tahoma, Verdana; 
	font-size: 11px; 
	color: black;
	}

body.search {
	background-color: #000;
	margin:0px 0px 0px 0px;
	padding:5px 4px 4px 5px;
	color:#FFF;
	
	}

body.search a, body.search a:visited {color:#FFFFFF;}



body.search form {	
	background-color: #990000;  /* f9f3df */
	border-color: #990000; /* f8df7f */
	border-style: solid; 
	border-width: 2px; 	
	padding:4px;	
	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; */
}

body.copyright div {
	text-align:right;
	}

Body.title{
	padding:0px;
	margin:0px;
	background-color : #000;  
}

.titletext{
	font-size:26px;
	color: #CC3300;
	
}

.subtitletext{
	font-size:14px;
	color: #000;
	background: #FFF;
	/* font-style: italic; */
}

.titlebar{
	padding:2px;
	margin:2px;
	background-color: #990000;
	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; /* 990000 */
	color: #000000;
	padding:2px;

}

input.textbox:focus, textarea.textbox:focus{
	background-color: #ffffff;
}


hr{
	height:1px;
	color:#000000;
}


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:center;
	color:#F7F7F7;
	}

div.Instructions{
	background-color:#F3F3F3;
	border: #c2c2c2;
	border-style: solid; 
	border-width: 1px; 	
	padding:4px;
	text-align:left;
	font-size:120%;
		
	/* -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-width: 0px; 
	padding:5px;
	margin-bottom:5px;
	display:block;
	}  /* border-style: solid; border: #c2c2c2; */

.marked {
	color:#e48423;
	font-weight:bold;
	text-decoration:underline;
}

form {
	margin:0px;
}

form#formComment {
	margin:10px 0px 5px 0px;
	background: url(../graphics/comment_big.gif) no-repeat top left;
	background-position: 7px 7px;
	padding: 4px 12px 3px 150px;	
}

/*END GENERAL*/


/*Folders FRAME*/
Body.folders{
	margin:2px 2px 2px -10px;
	background-color:#F3F3F3;  /*ffffff f9f3df  FFFBEF  */
	border-bottom: 1px solid black;
}

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;
	font-weight:bold;
	text-decoration:none;

}

Body.folders ul li a:hover {
	color:#000000;
	font-weight:bold;
	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:#F3F3F3; /*faf7f0 / f9f3df /   */
}

div.top
{
	background-color: #FFFFFF;   /*f9f3df  f9f3df   */
	border-color: #990000; /*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);
}

img.th {clear:left; float:left;}

/*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: #F3F3F3;  
	border-color: #990000;
	border-style: solid; 
	border-width: 2px 2px 2px 2px; 	
	text-align:left;
	font-size:13px;
	color: #000;
	
	/* -moz-border-radius: 2px;
	-moz-border-top-colors: #f8df7f;
	-moz-border-right-colors: #f8df7f;
	-moz-border-bottom-colors: #f8df7f;
	-moz-border-left-colors: #f8df7f; */
}

h3 {
	color: #000;
	font-weight:bold;
	}

div.comment
{		
	background: url(../graphics/comment.gif) no-repeat top left;
	background-position: 5px 5px;
	padding: 4px 12px 3px 40px;
	line-height: 1em;	

	background-color : #faf7f0;  
	border-color: #f8df7f;
	border-style: solid; 
	border-width: 1px; 	
	
	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; */
}

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: #000000;
	border-style: solid; 
	border-width: 0px 0px 1px 0px; 
	margin-bottom:5px;
	display:block;
	padding:1px;
	text-align:center;
}

/*END Big image*/

/*Big image2*/
/* 
div.MainImage
{
	
	border: #eccc56;
	border-style: solid; 
	border-width: 1px; 
	
	width:99%;
	margin-top:0px;
	padding:0px;
}

.MainImage2
{
	margin-top:3px;
}

div.MainImage img.MainImage2{
	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: #000000;
	border-style: solid; 
	border-width: 0px 0px 1px 0px; 
	margin-bottom:5px;
	display:block;
	padding:1px;
	text-align:center;
}
*/
/*END Big image*/