p	{

	font-family: verdana, helvetica, arial, sans-serif;

	font-size: 12px;

    color: #000000;

	margin-top:0; margin-bottom:0}



/*  Page titles   	

H1      { 

	font-family: Verdana, Arial, Helvetica, sans-serif;

	font-size: 24px;

	color: #b36b00;

	display: inline;

	font-variant: small-caps;} 

	

/*  Column headings  

H2      {

	font-size: 12px;

	font-family: verdana, helvetica, arial, sans-serif;

	font-variant: small-caps;

	font-weight: bold;

	color: #B36B00;  /*  orange  

	margin-top:0in; margin-bottom:0in}

	*/

	

.smText {

        font-family: verdana, helvetica, arial, sans-serif;

	font-size: 11px;

        color: #000000;

	margin-top:0; margin-bottom:0}



.orngText {

	font-family: verdana, helvetica, arial, sans-serif;

	font-size: 12px;

	color: #B36B00;  /*  orange  */

	text-align: left;

	margin-top:0; margin-bottom:0}

	

.smOrngText {

	font-family: verdana, helvetica, arial, sans-serif;

        font-size: 10px;

	color: #B36B00; /*  orange  */

	margin-top:0; margin-bottom:0}

	

		

/*  Default link styles, other pseudo-classes inherit this sytling unless changed  */ 	

a:link {

	color: #000099;  /* dark blue  */

	font-size:11px;

	text-decoration: underline;

	font-family: verdana, helvetica, arial, sans-serif;

	margin-top:0; margin-bottom:0}

a:visited {

	color: #AA0000;/*  dark red  */

	font-size:11px;

	text-decoration: underline;

	font-family: verdana, helvetica, arial, sans-serif;}

a:hover {

	color: #AA0000; /* dark red  */

	font-size:11px;

	text-decoration: none;

	font-family: verdana, helvetica, arial, sans-serif;}

a:active {

	color: #B36B00;  /*  orange  */

	font-size:11px;

	text-decoration: none;

	font-family: verdana, helvetica, arial, sans-serif;}



/*  Browser links (same as default for now)  */ 	

a.browse:link {

	color: #000099;  /* dark blue  */

	text-decoration: underline}

a.browse:visited {

	color: #AA0000;/*  dark red  */

	text-decoration: underline}

a.browse:hover {

	color: #AA0000;/*  dark red  */

	text-decoration: none}

a.browse:active {

	color:#B36B00;  /*  orange  */

	text-decoration: none}



/*  small text links  */

a.smText:link {

	color: #B36B00; /*  orange  */

	font-size: 10px;

	text-decoration:underline;}

a.smText:visited {

	color: #B36B00; /*  orange  */

	font-size: 10px;

	text-decoration:underline}

a.smText:hover {

	color: #AA0000; /*  dark red  */

	font-size: 10px;

	text-decoration: none}

a.smText:active {

	color: #AA0000; /*  dark red  */

	font-size: 10px;

	text-decoration: none}



/*  folder/file grid alternating row colors  */

.folderrow1 {

	background-color: #FFFFFF;}

.folderrow2 {

        background-color: #DDDDDD;}

.filerow1 {

        background-color: #FFFFFF;}

.filerow2 {

        background-color: #DDDDDD;} 



/*  various borders  */

.border1 {border: 1px solid #4A2376; border-collapse: collapse}    

.border2 {border: 2px solid #4A2376; /*border-collapse: collapse*/} 

.borderBot {border-bottom: 1px solid #4A2376}   



/* rounded corners */

.rounded-corners {

	-moz-border-radius: 7px;

    -webkit-border-radius: 7px;

    -khtml-border-radius: 7px;

    border-radius: 7px;}



/*  cell padding for column headers  */

.hpadding {padding: 0px 10px 0px 10px}



/* Style for Depressible CSS Buttons contains box model hack

as described at http://css-discuss.incutio.com/?page=BoxModelHack.

Depressible Button code from http://www.htmlcenter.com/tutorials/tutorials.cfm?ID=154&type=css */

/* SelectButton is located on View Image Popup */

#selectButton a {

	color: #000000;

	font-size:10px;

	font-family:Verdana, Arial, Helvetica;

	font-weight:bold;

	text-align: center;

	text-decoration: none;

	border:4px outset #ffffdd;

	background-color:#eeeeee;

	display: block;

	width: 80px !important;

	width /**/:100px;

	padding: 3px 5px;

	margin: 1px;}



#selectButton a:hover {

	background-color: #b36b00;

	color:#ffffff;

	padding-left:4px;

	border:4px inset #eeeeee;

	}

.nav_menu_left a {

    color: #666666;

    display: block;

    font-family: Verdana;

    font-size: 11px;

    line-height: 1.4em;

    padding-bottom: 3px;

    padding-left: 10px;

    padding-top: 5px;

    text-align: left;

    text-decoration: none;

}

.nav_menu_left a:hover {

    color: #FF3300;

    font-weight: 500;

    text-decoration: none;

}



.gallerypic img{

    max-width: 100vw;

    max-height: 100vh;

    width: auto;

    height: auto;

}