
.albumList {
	vertical-align: top;
	width: 125px;
	background-color: whitesmoke;
    color: #191D1D;
    margin: 0px;
    border: 1px dashed #999;
}

.albumList td {
	list-style-type: none;
	padding: 5px;
	border-top: 1px dashed #999;
}

.albumList td:HOVER{
	background: lightgrey;
}

.albumList a {
	color: #FF0000;
}

.albumList td.selected {
	background: #5F5F3E;
}
.albumList .selected a {
	color: whitesmoke;
}

.grid {
	margin:0 10px 0 10px;
	text-align: center;
	vertical-align: top;
}

.grid td {
	text-align:center;
	margin:0 5px 0 5px;
}

.grid .album a {
	text-decoration: none; 
	font-weight: bold;
	font-size: 12px;
}

.grid .album img {
	padding:4px;
	background:white;
	border:1px solid #999;
}

.photo {
	text-align:center;
	margin:4px 0 4px 0;
}

.photo img {
	padding:4px;
	background:white;
	border:1px solid #999;
}

.video {
	text-align:center;
	margin:4px 0 4px 0;
}

.video img {
	padding:4px;
	background:white;
	border:1px solid #999;
    position:relative;
    display:block;
}

#watermark_box {
    position:relative;
    display:block;
}



.gallery-nav {
	list-style-type:none;
	margin:6px 0 10px 0;
	padding:0;
}
.gallery-nav li {
	display:inline;
	padding:0 1px 0 1px;
	
}
.gallery-nav li a {
	padding: 3px;
	background: whitesmoke;
	color: black;
	text-decoration: none;
	border: 1px solid #999;
}
.gallery-nav li a:hover {
	background: lightgrey;
	color: black;
	border: 1px solid black;
}
.gallery-nav li.selected a {
	background: #FF0000;
	color: white;
}

/*
h1, h2, h3, h4, h5, h6 {
	margin: 0.5em 0 .5em 0;
	color: #942525;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
	letter-spacing: 0px;
}


h1 { text-transform: uppercase; font-size: 2.3em; }
h2 { text-transform: uppercase; font-size: 1.9em; }
h3 { text-transform: uppercase; font-size: 1.3em; }
h4, h5, h6 { font-size: 1.1em; }
*/

a img.border, a:link img.border, a:visited img.border, a:hover img.border { 
	border-width: 1px; 
}

img.border {
	border:1px solid #999;
	padding:3px;
}

/*
p, ul, ol, dl, table {
	margin: 0 0 1em 0;
}
*/

/* This is so IE/Windows shows the bullets on ULs */
ul, ol {
	margin: 0 0 1em 2em;
	padding: 0;
}

address {
	display: block;
	/* text-align: center; */
	margin-bottom: 1em;
}

dt { font-weight: bold; margin-top: 1em; }
dd { margin: 0 0 0 2em; }

fieldset { border: 1px solid #666; }

/* Text size */
.big { font-size: 150%; }
.bigger { font-size: 200%; }

span.strikeout {
    text-decoration: line-through;
    color: red;
}

span.strikeout span {
    color: black;
}

sup, sub {
    vertical-align: baseline;
    position: relative;
    top: -0.4em;
}
sub { top: 0.4em; }



/***
 *
 *  ddaccordian styles 
 *
 */
 
 /* CSS Document */
.glossymenu{
margin: 5px 0;
padding: 0;
width: 150px; /*width of menu*/
border: 1px solid #999;
border-bottom-width: 0;
}

.glossymenu a.menuitem{
background: #FF0000;
font: bold 10px Verdana, Helvetica, sans-serif;
color: white;
display: block;
position: relative; /*To help in the anchoring of the ".statusicon" icon image*/
width: auto;
padding: 4px 0;
padding-left: 10px;
text-decoration: none;
}


.glossymenu a.menuitem:visited, .glossymenu .menuitem:active{
color: white;
}

.glossymenu a.menuitem .statusicon{ /*CSS for icon image that gets dynamically added to headers*/
position: absolute;
top: 5px;
right: 5px;
border: none;
}

.glossymenu a.menuitem:hover{
/* background-image: url(glossyback2.gif); */
}

.glossymenu div.submenu{ /*DIV that contains each sub menu*/
background: white;
}

.glossymenu div.submenu ul{ /*UL of each sub menu*/
list-style-type: none;
margin: 0;
padding: 0;
}

.glossymenu div.submenu ul li{
	border-bottom: 1px solid #999;
	padding: 1px;
}

.glossymenu div.submenu ul li a{
	display: block;
	font: normal 10px Verdana, Helvetica, sans-serif;
	color: black;
	text-decoration: none;
	padding: 2px 0;
	padding-left: 10px;
}

.glossymenu div.submenu ul li a:hover{
	background: lightgrey;
	color: #FF0000;
}

.glossymenu div.submenu ul li.selected {
	background-color: #5F5F3E;
}

.glossymenu div.submenu ul li.selected a {
	font-weight: bold;
	color: whitesmoke;
}
  
