table {
	width: auto;
}

h2 {
	font-size: 1.8em;
}

h3 {
	font-size: 1.3em;
}

h4 {
	font-size: 1.2em;
}

/*** MAIN MENU ***/

#gsNavBar {
	float: left;
	line-height: 22px;
	vertical-align: middle;
	padding-left: 4px;
}

ul.linklist { /* shared.css fix */
	clear: right;
}

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

#gsNavBar div.gbBreadCrumb a, #gsNavBar div.gbBreadCrumb span {
    padding: 0 0 0 14px;
    background: url('images/icon_path_separator.gif') no-repeat left;
}

#gsNavBar div.gbBreadCrumb a.BreadCrumb-1 {   
    padding-left: 0;
    background-image: none;
    white-space: nowrap;
}

/*** SIDEBAR ***/

.portlet h2, .portlet h3 {
	margin: 0;
	padding: 6px 0;
	font-size: 1.2em;
}

#gbSiteAdminLinks span {
	display: block;
	margin: 0;
	padding: 6px 0;
	font-size: 1.2em;
}

.gbAdminLink {
	display: block;
	line-height: 20px;
	height: 20px;
	vertical-align: middle;
}

.block-core-PeerList a {
	display: block;
	line-height: 20px;
	vertical-align: middle;
}

div.portlet div.content img {
	margin-top: 12px;
}

a.gbAdminLink {
	height: 100%;
}

/*** ALBUM INFORMETION ***/

#gsDescription {
	position: relative;
	overflow: hidden;
	padding: 8px; 
	background-color: #E1E6ED;
/*	margin-bottom: 12px; */
}

* html #gsDescription {
	height: 50px;
}

#giDescription {
	position: relative;
	overflow: hidden;
	float: left;
	width: 70%;
}

#giInfo {
	position: relative;
	overflow: hidden;
	float: right;
	width: 30%;
}

ul.giInfo {
	list-style: none;
}

.giInfo .summary-tags {
	padding-bottom: 6px;
}

#gsMain, div.main_content {
	position: relative;
	padding-left: 8px;
	padding-right: 8px;
	padding: 8px;
/*	background-color: #ecf1f3; */
	border: 1px solid #E1E6ED;
	height: 100%;
}

#gsContent {
	position: relative;
	width: 98%;
}

#gsContent .gbBlock {
	border-bottom: 1px solid #bbbbbb;
	padding: 4px 0;
}

.gbBlock p {
	padding: 4px 0;
}

/*** NAVIGATOR ***/

div.gbNavigator {
	position: relative;
	overflow: hidden;
	height: 20px;
	line-height: 20px;
	vertical-align: middle;
}

.first-and-previous {
	float: left;
}

.next-and-last {
	float: right;
}

div.gbNavigator a.first {
	padding-left: 27px;
	background: url('images/nav_first.gif') left no-repeat;
}

div.gbNavigator a.previous {
	padding-left: 27px;
	background: url('images/nav_prev.gif') left no-repeat;
}

div.gbNavigator a.next {
	padding-right: 27px;
	background: url('images/nav_next.gif') right no-repeat;
}

div.gbNavigator a.last {
	padding-right: 27px;
	background: url('images/nav_last.gif') right no-repeat;
}

div.gbNavigator img.first, div.gbNavigator img.previous {
	margin-right: 2px;
}
 
div.gbNavigator img.last, div.gbNavigator img.next {
	margin-left: 2px;
}

* html div.gbNavigator img.first, * html div.gbNavigator img.previous {
	margin-right: 0px;
}
 
* html div.gbNavigator img.last, * html div.gbNavigator img.next {
	margin-left: 0px;
}

/*
div.gsDivider {
	font-size: 0;
	height: 1px;
	background-color: #E1E6ED;
}
*/

/*** THUMBNAILS ***/

.emptyAlbum {
	text-align: center;
}

#gsThumbMatrix {
	width: 100%;
}

.giItemCell {
	text-align: center;
}


.giAlbumCell {
	text-align: center;
	padding: 3px;	
	border: 1px solid #E9ECF2;
	background-color: #F3F6FA;
}


.giTitle, .giDescription, .giInfo {
	margin: 0;
	padding: 0;
}

.block-core-ItemLinks {
	padding-top: 6px;
}

#gsPages {
	text-align: center;
}

div.block-core-GuestPreview {
	padding-bottom: 6px;
	text-align: right;
}

/*** PHOTO ***/

#gsImageView {
	text-align: center;
	padding: 8px 0; 
	overflow: hidden;
	width: 100%;
}

/*** PHOTO DETAILS ***/

table.gbDataTable th, table.gbDataTable td {
    padding: 4px;   
    width: auto; 
}

.block-exif-ExifInfo {
	padding-left: 8px;
	padding-right: 8px;

}

.gbEven {
    background-color: #eee;
}

.gbBusy {
    background-color: #78D478 !important;
}

.gbOdd {
    background-color: #fff;
}

/* IE6 fix, used in Gallery */
* html #content-footer {
	margin-left: 4px;
}

/*** FORMS ***/

#itemAdminForm {
	position: relative;
}

/*** OTHER ***/
div.gbMarkupBar, div.gcBackground1 {
	padding: 6px 0;
}

#search_SearchBlock input[type="text"] {
	padding-left: 20px;
	width: 77px;
}

#search_SearchBlock a {
	color: #FFFFFF;
}

/*** CUSTOMIZED FORM CONTROLS ***/

select {
	min-width: 60px;
}

#gsThumbMatrix select {
	min-width: 122px;
}

.gbDataTable select {
	min-width: 160px;
}

#toolbar select {
	width: 100px;
}

#giInfo select {
	min-width: 100px;
}
 
textarea {
	width: auto;
}

/* TAG CLOUD*/

#folksonomy {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	width: 90%;
    margin: 0px auto;
    padding: 4px 6px;
    overflow: hidden;
    text-align: center;
}

#gsMain #folksonomy {
    padding: 14px 6px;
    margin-top: 6px;
    border:1px solid #B4BAC0;
    background-color:#E1E6ED;
}

#folksonomy a {
	text-decoration: none;
}

#folksonomy a:hover {
	color: #FFFFFF;
	background-color: #3285D0;
	text-decoration: none;
}
	    
#folksonomy .tag1 a {
	font-size: 1.8em;
}

#folksonomy .tag2 a {
	font-size: 2.0em;
}

#folksonomy .tag3 a {
	font-size: 2.3em;
}

#folksonomy .tag4 a {
	font-size: 2.6em;
}

#folksonomy .tag5 a {
	font-size: 2.9em;
}

#folksonomy .tag6 a {
	font-size: 3.3em;
}

/* TABS */
div.gbTabBar {
    font-size: 0.9em;
    font-weight: bold;
    margin: 0.8em 0 0;
    padding: 6px;
    padding-bottom: 2px;
    background: url('images/tab_bg.gif') repeat-x bottom;    
    width: 660px;        
    height: auto;  
    vertical-align: bottom;      
}

div.gbTabBar span.o {
	background: transparent url('images/tab_left.gif') no-repeat scroll left top;
	padding: 6px 0 5px 5px;
	margin-right: 2px;
	white-space: nowrap;
	line-height: 20px;
	height: 30px;	
}

div.gbTabBar span span {
	background:transparent url('images/tab_right.gif') no-repeat scroll right top;
	padding: 6px 12px 5px 4px;
}

div.gbTabBar span.giSelected {
    background-image: url('images/tab_left_on.gif');
}

div.gbTabBar span.giSelected span {
    color: #333;
    background-image: url('images/tab_right_on.gif');
}

*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.. */
    line-height: 23px;
}

*div.gbTabBar span.o {
	height: 12px;		
}

*div.gbTabBar { padding-bottom: 0; white-space: normal; }
*div.gbTabBar span.giSelected { margin-bottom: 0; }

*div.gbTabBar span span {

}

*div.gbTabBar span.giSelected {
	line-height: 23px;
}
*div.gbTabBar span.giSelected span {
	
	line-height: 24px;
}