div.custompage 
{
	padding:5px 15px 5px 15px;	
}


div.custompage div.ad
{
	margin-top:20px;
	background-color : yellow;  
	border-color: #f8df7f;
	border-style: solid; 
	border-width: 1px; 	
	padding:3px;
	margin-bottom:3px;
	text-align:center;
	font-size:12px;
    width:100%;
	-moz-border-radius: 1px;
	-moz-border-top-colors: #f8df7f;
	-moz-border-right-colors: #f8df7f;
	-moz-border-bottom-colors: #f8df7f;
	-moz-border-left-colors: #f8df7f;
	
}

div.custompage p {
	font-size:13px !important;
}



a.selectplusminus{
	font-weight:bold;
	text-decoration:none;	
	border: 1px solid #eccc56;
	padding:1px 3px 2px 3px;
	margin:0px 3px 0px 3px;
}


a.selectplusminus:hover{
	border: 1px solid #ffffff;
	background: #eccc56;
	color:#ffffff;
}

/*Tab Navigation Functionality*/
#navigation {
	background: #ffffff url("../graphics/beg-nav.gif") repeat-x;
	border: 1px solid #eccc56;
	border-width: 0px 0 1px 0px;
	font-size: 1.1em;
	margin-top: 1em;
	padding-top: .6em;
}

#navigation ul, #navigation ul li {
	list-style: none;
	margin: 0;
	padding: 0;
}

#navigation ul {
	padding: 5px 0 4px;
	text-align: center;
}

#navigation ul li {
	display: inline;
	margin-right: .75em;
}

#navigation ul li.last {
	margin-right: 0;
}

#navigation ul li a {
	background: url("../graphics/tab-right.gif") no-repeat 100% 0;
	color: #e48423;
	padding: 5px 0;
	text-decoration: none;
}

#navigation ul li a span {
	background: url("../graphics/tab-left.gif") no-repeat;
	padding: 5px 1em;
}

#navigation ul li a:hover span {
	color: #e48423;
	text-decoration: underline;
}

/*\*//*/
#navigation ul li a {
	display: inline-block;
	white-space: nowrap;
	width: 1px;
}

#navigation ul {
	padding-bottom: 0;
	margin-bottom: -1px;
}
/**/

/*\*/
* html #navigation ul li a {
	padding: 0;
}
/*End Tab Navigation Functionality*/



/*GENERAL*/
BODY {
	background-color : #ffffff;  
	padding:3px;
	margin:0px;
	scrollbar-arrow-color:#000000;
   	scrollbar-face-color:#ffffff;
   	scrollbar-shadow-color:#000000;
}

form
{
	margin:0px;
}

select.size{
	background-color:#eccc56;
	color:#FFFFFF;
	width:100px;
}

select.size option{
	padding:1px;
	font-weight:bold;

}

.statusmessage
{
	/*
	
	width:150px;
	height:16px;
	*/
	padding:10px;
	position:absolute;
	top:0px;
	right:0px;	
	background-color:#ffffff;
	
	/*
	border-color:#e48423;
	border-width:1px 0px 1px 0px;
	border-style:dashed;
	*/
	
	/*
	color:white;
	font-weight:bold;	
	*/
}

p { margin:3px;}
	
BODY,td, input,select,textarea { 

	font-family : Tahoma, Verdana; 
	font-size : 11px; 
	color : black; 
}

.copyright
{
	text-align: right;
	padding: 5px;	
	color: #eccc56;
}

body.search{	
	margin:0px 0px 0px 0px;
	padding:5px 4px 4px 5px;	
}



.countnumber
{
	background-color : #ffffff;  
	border-color: #f8df7f;
	border-style: solid; 
	border-width: 2px; 	
	padding:0px 2px 0px 2px;
	font-weight:bold;	

	-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.search form, table#EmailToFriendContainer {	
	background-color : #f9f3df;  
	border-color: #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.title{
	padding:0px;
	margin:0px;
	background-color : #f8db86;  
}

h1.titletext{
	font-size:17px;
	font-weight:normal;
	line-height:20px;
  margin-bottom:4px;
	color: #000000;	
}

.subtitletext{
	font-size:14px;
	color: #000000;
	font-style: italic;
}

.subtitletext .version{
	font-size:14px;
	color: #e48423;
	font-style: italic;
	font-weight:bold;
}

.titlebar{
	padding:2px;
	margin:2px;
	background-color: #e48423;
	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 : #e48423; 
	text-decoration: underline; 
}	


a:active{ 
	color : #e48423;
} 

a:visited{ 
	color : #333333;
} 


.error{
	color : red;
	font-weight:bold;
}

.success{
	color : green;
	font-weight:bold;
}



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;
}



/*END GENERAL*/












/* Folder list*/
div.folders{
	margin:2px 2px 2px -10px;
	background-color : #ffffff;  
	overflow:auto;
	height:180px;
}

div.folders ul{
	margin: 0px;
	padding:0px;
}

div.folders ul li{ 
	margin: 0px;
	padding:0px 0px 0px 0px;
	list-style-type: none;  
	list-style-position: outside;  
	margin-left: 14;   
}

div.folders ul li a {
	color:#000000;
	text-decoration:none;

}

div.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; 		
}




/*Thumbnails*/

div.files{
	padding:2px;
	margin:0px;
	background-color:#faf7f0;
	/*
	Use this to create a fixed height thumbnail area with scroll
	height:300px;
	width:100%;
	overflow:auto;
	*/
}


div.top
{
	background-color : #f9f3df; 
	border-color: #f8df7f;
	border-style: solid; 
	border-width: 1px; 	
	padding:3px;
	margin-bottom:3px;

	-moz-border-radius: 1px;
	-moz-border-top-colors: #f8df7f;
	-moz-border-right-colors: #f8df7f;
	-moz-border-bottom-colors: #f8df7f;
	-moz-border-left-colors: #f8df7f;
}

tr.ThRow td{
	padding:0px;
}

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: 1px;
	/*padding:2px;*/
}

tr.ThRow td a:hover img.th{
	/* for ie */		
	filter:Alpha(Opacity=100);
	border-color:#fcbe0b;
	border-style: solid; 
	border-width: 1px;
}

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*/















div.subscribeAlerts 
{	
	text-align:left;	
}


div.comments , div.subscribeAlerts{
	width:95%;	
	
}

dl.comments{
	float:left;
	width:50%;
	margin:10px 20px 0px 0px;
}

div.subscribeAlerts div.body, div.comments div.body{
	text-align:left;
	padding:5px 20px 20px 20px;
	margin:2px 5px 5px 5px;	 		
}

div.subscribeAlerts h2, div.comments h2
{
	margin:3px 5px 0px 5px;	
	padding: 2px 2px 2px 5px;
}


.formComments
{


	margin:15px 20px 0px 0px;
/*
	background: url(../graphics/comment_big.gif) no-repeat top left;
	background-position: 7px 7px;
	padding: 4px 12px 3px 150px;
*/	

}

h1
{		
	color:#e48423;
	text-align:left;
	font-size:18px;
}

h2
{	
	margin:3px 0px 0px 0px !important;
	
	padding: 2px 2px 1px 5px;
	background-color : #f9f3df;  
	border-color: #f8df7f;

	border-style: solid; 
	border-width: 0px 0px 1px 0px; 	
	
	text-align:left;
	font-size:13px;
	-moz-border-radius: 1px;
	-moz-border-top-colors: #f8df7f;
	-moz-border-right-colors: #f8df7f;
	-moz-border-bottom-colors: #f8df7f;
	-moz-border-left-colors: #f8df7f;

}

h3
{		
	color: #000000;	
	text-align:left;
	font-size:14px;
}


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;
}

div.wrapper{

	background: url(../graphics/rss32x32.png) no-repeat top left;
	background-position: 10px 10px;
	padding: 10px 10px 10px 50px;
	line-height: 1em;	

	background-color : #ffffff;  
	border-color: #f8df7f;
	border-style: solid; 
	border-width: 2px; 	
	
	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;

}


/*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: #eccc56;
	border-style: solid; 
	border-width: 1px; 
	padding:5px;
	margin-bottom:5px;
	display:block;
}


a.arrow img, a.deletecomment img{
	border: #ffffff;
	border-style: solid; 
	border-width: 1px; 
}


a.arrow:hover img, a.deletecomment:hover img{
	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*/

.rssfeed{	
	text-align:right;
	margin-bottom:3px;
}

a.deletecomment{
	float:right;
}


.exiffield
{font-weight:bold;}