html, body {
	width: 100%;
	height: 1%;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: .8em;
}

#gallery h2, #gallery h3, #gallery h4, #gallery form {
    margin: 0;
    padding: 0;
}

.gbBlock {
    background-color: #000;
    color: #fff;
    padding: 0;
}

.gbBlock ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

.gbBlock ul ul {
    margin: 0 0 0.5em 1.0em;
}

.gbBlock li {
    padding: 6px 0 0 0;
}

#gsNavBar div.gbBreadCrumb {
    background-color: #000;
    color: #fff;
    margin: 0;
    padding: 4px 8px;
}

body.gallery {
    margin: 0;
    padding: 0;
    width: 100%;
}

#gallery {
    padding: 0px;
	width: 982px;
	margin: 20px auto 0px;
}

#gallery.rtl {
    direction: rtl;
}

#gsHeader {
	position: relative;
	left: -10px;
	height: 131px;
	width: 400px;
	z-index: 10;
	background: transparent url(/images/page/aa_logov3.png) no-repeat top left;
}

.nav-links {
	position: relative;
	top: 60px;
	left: 200px;

	float: left;
	list-style: none;	
}

.nav-links li {
	display: inline;
	margin: 0px 5px 0px 0px;
	padding: 0px 10px 0px 0px;
	border-right: 1px solid #fff;
}

.nav-links li.last {
	border-right: none;
}



#gsNavBar {
	height: 70px;
    background-color: #000;
    color: #fff;
    vertical-align: bottom;
    text-align: right;
    width: 100%;
}

#gsNavBar div.gbSystemLinks {
    padding: 4px 6px;

}

div.gbSystemLinks {
    padding: 7px 6px;
    background-color: #000;
    color: #fff;
}

#gsNavBar div.gbSystemLinks span {
    padding: 0 4px;
}

#main_content {
	padding: 6px;
    background-color: #000;
	position: relative;
	top: -74px;
	float: left;
}

#main_content h2 {
	display: none;
}

#gsSidebar {
    border-right-width: 1px;
    width: 175px;
    overflow: hidden;
    float: left;
}

#gsContent {
	width: 982px;
	float: left;
	padding-bottom: 20px;
}

#gsContent * {
	border: none none;
}

#gsSidebarCol {
	padding-left: 4px;
	text-align: center;
    width: 1%; /* Expand to fit content ("0" bad4 firefox, "1px" bad4 opera) */
}

td.giAlbumCell, td.giItemCell {
    text-align: center;
}

/* So imageframed thumbs can be centered */
td.giAlbumCell table, td.giItemCell table {
    margin: auto;
}

body.gallery {
    /*background-color: #fff; */
    background: url(http://www.altangels.com/images/page/tile_blue.jpg);
}

#center_content {
	float: left;
	width: 820px;
}

.gcBackground2 {
    float: left;
    width: 40px;
}

.main_thumbs {
	float: left;
}

.nav {
	padding: 20px 0px;
	width: 100%;
	text-align: center;
}

.nav .first-and-previous, .nav .next-and-last {
	display: inline;
}

.nav a::after {
	content: ' page';
}

.image-nav a::after {
	content: ' image';
}


.nav a {
	border: 1px solid #6b8cb7;
	font-size: 1.1em;
	padding: 7px 10px;
	margin: 10px;
}

.nav a:hover {
	border: 1px solid #f4560f;
}

a.first, a.last {
 	display: none;
}

a.previous, a.next {

}

/*
div.nav_before a.previous:hover, div.nav_before a.previous:active {
	background: transparent url(/images/page/left_arrow_on.png) no-repeat;
}
*/

a.next {
}

/*
div.nav_after a.next:hover, div.nav_after a.next:active {
	background: transparent url(/images/page/right_arrow_on.png) no-repeat;
}
*/

#gsPages {
	display: none;
}

#gsSidebar { 
	display: none;
}

.photosizes {
	display: none;
}

#admin {
	background-color: #000;
	padding-top: 50px;
}

#admin #gsSidebar {
	display: block;
}

#gallery a {
    font-weight: bold;
    text-decoration: none;
    color: #6b8cb7;
}
#gallery a:hover {
    text-decoration: underline;
    color: #f4560f;
}
#gallery a:active {
    text-decoration: none;
    color: #f9c190;
}

#gallery img {
    border-width: 0;
}

#gallery input:focus, #gallery textarea:focus {
    background-color: #ffc;
    color: #000;
}

#gallery input.inputTypeSubmit, #gallery input.inputTypeButton {  /* No input[type=submit] in IE */
    background-color: #000;
    color: #fff;
    border-width: 2px;
    border-style: solid;
    border-color: #e7e7e7 #666 #666 #e7e7e7;
}

#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 {
    font-size: 1.1em;
    line-height: 1.4em;
}

#description {
	padding-left: 5px;
}

.gbEmptyAlbum {
}

.giDescription h3.emptyAlbum {
    line-height: 4.0em;
    text-align: center;
}

.giInfo {
    font-size: 0.9em;
    color: #888;
}

.giInfo span.summary {
    display: block;
}

.giSuccess, .giWarning, .giError  {
    font-weight: bold;
}

.giSuccess { color: #5c0; }
.giWarning { color: #c50; }
.giError { color: #a44; }

.giNew, .giUpdated {
    border-width: 2px;
    border-style: ridge;
    padding: 0 6px;
    line-height: 1.9em;
}

#gsNavBar div.gbBreadCrumb {
    font-size: 1.1em;
    font-weight: bold;
	float: right;
}

#gsNavBar div.gbBreadCrumb a, #gsNavBar div.gbBreadCrumb span {
    padding: 0 1px 0 8px;
    margin: 0px;
	background: transparent url(/images/page/divider.png) no-repeat left center;
}

#gsNavBar div.gbBreadCrumb a.BreadCrumb-1 {   /* no :first-child in IE */
    padding-left: 0;
    background-image: none;
    white-space: nowrap;
}
#gallery.IE div.gbBreadCrumb span {
    display: inline-block;   /* IE loses padding-left on wrapped inline nowrap element */
    padding-right: 4px;      /* IE has less space at right of each span */
}

#gsNavBar div.gbBreadCrumb span.BreadCrumb-1 {   /* no :first-child in IE */
    padding-left: 0;
    background-image: none;
}

#gsNavBar div.gbSystemLinks {
  float: right;
}


div.gbTabBar {
	text-align: right;
    font-size: 0.9em;
    font-weight: bold;
    margin: 0.8em 0 0;
    padding: 6px;
    background: url('http://www.altangels.com/gallery/themes/altangels/images/tab_bg.gif') repeat-x bottom;
    white-space: nowrap;
}

div.gbTabBar span.o {
    padding: 6px 0 5px 8px;
    background: url('http://www.altangels.com/gallery/themes/altangels/images/tab_left.jpg') no-repeat left top;
}
#gallery.IE div.gbTabBar span.o {
    display: inline-block;   /* IE loses padding-left on wrapped inline nowrap element */
    margin-bottom: 1px;      /* ..and then adds padding differently with inline-block.. */
}
/* IE may clip off the right end of a long set of tabs, so allow IE to wrap them */
#gallery.IE div.gbTabBar { padding-bottom: 0; white-space: normal; }
#gallery.IE div.gbTabBar span.giSelected { margin-bottom: 0; }

#gallery div.gbTabBar span span {
    padding: 6px 12px 5px 4px;
    background: url('http://www.altangels.com/gallery/themes/altangels/images/tab_right.jpg') no-repeat right top;
}

#gallery div.gbTabBar a {
    color: #777;
    text-decoration: none;
}



#gsNavBar div {
    margin-top: 0.1em;  /* Align system links with breadcrumb */
    font-weight: bold;
}

#gsSidebar div ul {   /* no > in IE */
    font-size: 1.1em;
    font-weight: bold;
}
#gsSidebar div ul ul { font-size: 1.0em; }

#gsSidebar ul span {
    color: #999;
}




#gsFooter {
	margin: 3px 0px 3px 0px;
	padding: 4px;
	color: #333;
	font-weight: bold;
	float: left;  
    background-color: #000;
    color: #fff;
}

.copyright {
	float: left;
	width: 100%;
	color: #999;
	padding: 0px 10px 10px;
	font-weight: normal;
	position: relative;
	top: 30px;
}

#gsFooter .main_links {
	display: inline;
	float: left;
}

#main_nav {
	list-style: none;
	padding: 0px;
	margin: 0px;
}

#main_nav li {
	display: inline;
	padding: 0px;
	margin: 0px;
}

.album_name {
	text-align: left;
	padding-left: 22px;
	margin: auto;
	background: transparent url(/images/page/files.gif) no-repeat center left;
}

a:hover .album_name {
	background: transparent url(/images/page/files_on.gif) no-repeat center left;
}

.item {
}

.item img {
	margin: auto;
}

.container {
	float: left;
    background-color: #000;
    color: #fff;
    
	width: 982px; 
	height: 430px;
    overflow: scroll;
	overflow: -moz-scrollbars-horizontal;
	overflow-x: scroll;
	overflow-y: hidden;
	/* scrollbar-base-color: #000; */
	white-space: nowrap;
}

#gsImageView {
	text-align: center;
	width: 100%;
	float: left;
}

* html #g\sImageView {
	width: 722px; 
}

#gsThumbMatrix {
	white-space: nowrap;
	float: left;
	height: 430px;
	background: #000;
	width: auto;
}

.item {
	text-align: bottom;
}

.giAlbumCell, .giItemCell {
	white-space: nowrap;
	text-align: center;
	padding: 0px 3px;
}

.descText {
	font-size: 1.3em;
	height: 30px;
	padding: 10px;
	width: 200px;
	white-space: normal;
}


.giItemCell {
	width: auto;
}

span.bsw_ButtonDisabled {
  color: #999;
}

span.bsw_ButtonEnabled {
  color: #000;
  cursor: pointer;
}


#gallery div.gbTabBar a:hover {
    color: #333;
}

#gallery div.gbTabBar span.giSelected {
    padding-bottom: 6px;
    background-image: url('../altangels/images/tab_left_on.jpg');
}

#gallery div.gbTabBar span.giSelected span {
    color: #333;
    padding-bottom: 6px;
    background-image: url('../altangels/images/tab_right_on.jpg');
}

.autoCompleteBackground {
    border: 1px solid #ccc;
    border-top-style: none;
    margin: 0;
}

.autoCompleteHighlight {
    text-decoration: underline;
}

.autoCompleteNotSelected {
    background-color: #000;
    color: #fff;
    padding: 3px 4px 3px 17px;
}

.autoCompleteSelected {
    background-color: #ffc;
    padding: 3px 4px 3px 17px;
}

#ProgressBar #progressDone {
    background-color: #fd6704;
    border: thin solid #ddd;
}

#ProgressBar #progressToGo {
    background-color: #000;
    color: #fff;
    border: thin solid #ddd;
}

#giFormUsername, .giFormUsername {
    background: url('/gallery/themes/altangels/images/userinfo.png') no-repeat 0 1px;
    padding-left: 17px;
}

#giFormGroupname {
    background: url('/gallery/themes/altangels/images/groupinfo.png') no-repeat 0 1px;
    padding-left: 17px;
}

#giFormPassword {
    background: url('/gallery/themes/altangels/images/key7-16-bw.gif') no-repeat 0 1px;
    padding-left: 17px;
}


/* Opera ignores padding in form inputs; put icons on right side instead */
#gallery.opera #giFormUsername, #gallery.opera .giFormUsername,
#gallery.opera #giFormGroupname, #gallery.opera #giFormPassword {
    background-position: right center;
}