﻿
html{
	height:100%;
	font-family:"Times New Roman", Times, serif;
	font-size:14pt;
	margin: 0px;
	padding: 0px;

}

body{
	background-color: #733512;
	margin: 0px;
	padding: 0px;
	font-family:"Times New Roman", Times, serif;
	font-size:14pt;
	height:100%;

}

img{
	border:0px;
}

#photo_folder_list{
	padding-left:35px;
	color:gray;
}




.brown{
	color:#bb6913;
	font-family:"Times New Roman", Times, serif;
}

.darkbrown{
	color:#b05e15;
	font-family:"Times New Roman", Times, serif;
}


.pgtitle{
	font-size:24px;
	font-family:"Times New Roman", Times, serif;
	font-weight:bold;
	color:#bb6913;
	padding:12px;
}

#footer{
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	color:white;
	text-align:center;
	padding-top:10px;
	padding-bottom:20px;
	width:100%;
}


.mnuBorder:link img{
	border:1px;
	border-color:#bb6913;
}
.mnuBorder:visited img{
	border:1px;
	border-color:#bb6913;
}


.mnuBorder{	
	border:1px;
	border-color:#F7CE8E;

	
	}
.mnuBorder:hover{
	border:1px;
	border-color:black;
	
	}
.mnuBorder:focus img{
	border:1px;
	border-color:black;
}
.mnuBorder:hover img{
	border:1px;
	border-color:black;
}
.mnuBorder:active img{
	border:1px;
	border-color:black;
}

#footer a:link{	color:white; }
#footer a:hover{	color:yellow; }
#footer a:active{	color:white; }
#footer a:visited{	color:white; }


/*-------------------------*/





/*Sample CSS used for the Virtual Pagination Demos. Modify/ remove as desired*/

.virtualpage4{
/*hide the broken up pieces of contents until script is called. Remove if desired*/
	padding-left:15px;
}
.virtualpage4 li{
/*hide the broken up pieces of contents until script is called. Remove if desired*/
	font-size:14px;
}



.virtualpage3{
/*hide the broken up pieces of contents until script is called. Remove if desired*/
display: none;
}

.virtualpage2{
/*hide the broken up pieces of contents until script is called. Remove if desired*/
display: none;
}

.virtualpage{
/*hide the broken up pieces of contents until script is called. Remove if desired*/
display: none;
}

.paginationstyle{ /*Style for demo pagination divs*/
width: 250px;
text-align: center;
padding: 2px 0;
margin: 10px 0;
}

.paginationstyle select{ /*Style for demo pagination divs' select menu*/
border: 1px solid navy;
margin: 0 15px;
}

.paginationstyle a{ /*Pagination links style*/
text-decoration: none;
border: 0px solid black;
padding: 0 5px 4px;
font-size:14px;
color:#bb6913;
font-family:"Times New Roman", Times, serif;
font-weight:bold;
}

.paginationstyle a.selected{
color: #000;
color:white;
background-color: #FEE496;

}

.paginationstyle a:hover{
color: #000;
color:white;
background-color: #FEE496;

}

.paginationstyle a.imglinks{ /*Pagination Image links style (class="imglinks") */
border: 0;
padding: 0;
}

.paginationstyle a.imglinks img{
vertical-align: bottom;
border: 0;
}

.paginationstyle a.imglinks a:hover{
background: none;
}

.paginationstyle .flatview a.selected{ /*Pagination div "flatview" links style*/
color: #000;
color:white;
background-color: #b05e15;
}

.paginationstyle .flatview a:hover{ /*Pagination div "flatview" links style*/
color: #000;
color:white;

background-color: #b05e15;
}

