p {
    margin: 0.6em 0;
    padding: 0;
}
ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}
 ul ul {
    margin: 0 0 0.5em 1.0em;
}

li {
    padding: 6px 0 0 0;
}

body.gallery {
    margin: 0;
    padding: 0;
}

#gallery {
    padding: 8px;
}

#gsNavBar {
    border-top-width: 1px;
    border-bottom-width: 1px;
}

body {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    color: #FFFFFF;
    background-color: #333333;
}
a {
    font-weight: bold;
	 font-size: 0.7em;
    text-decoration: none;
    color: #CECECE;
}
a:hover {
    text-decoration: underline;
    color: #A75BCA;
}
a:active {
    text-decoration: none;
    color: #CECECE;
}

img {
    border-width: 0;
}

#gallery h2, #gallery h3, #gallery h4 {
    font-family: "Trebuchet MS", Arial, Verdana, Helvetica, sans-serif;
	color: #CECECE;	
}
h2{
    font-family: "Trebuchet MS", Arial, Verdana, Helvetica, sans-serif;
	color: #CECECE;
	 font-size: 0.9em;
	 text-transform: uppercase;
}
#gallery select {
    font-size: 1em;
}

.giTitle, #gallery h2, #gallery h3, #gallery h4 {
    font-size: 1.3em;
    font-weight: bold;
}

#gallery pre, #gallery tt {
    font-family: Courier New;
    font-size: 1.2em;
}

.giSubtitle {
    font-size: 0.9em;
    font-weight: normal;
    vertical-align: text-bottom;
}


.giDescription h3.emptyAlbum {
    line-height: 4.0em;
    text-align: center;
}


table.gbDataTable {
    text-align: center;
    margin: auto;
}

table.gbDataTable th {
    text-align: left;
    margin: auto;
}
#gsNavBar div {
    margin-top: 0.1em;  /* Align system links with breadcrumb */
    font-weight: bold;
}

#gsMenu {
    border-top-width: 1px;
    margin-top: 0.1em;  /* Align system links with breadcrumb */
    font-weight: bold;
    font-size: 1.1em;
    padding: 4px 6px;
    display: inline-block;
}

HR {
    height:1px;
	color:#ccc;
}
