/* ********************************************************************************
 * Building blocks
 * h2, h3, p, etc        Standard html tags
 * div.gbBlock           Sidebar or content section with style for contained lists
 * ul.gbBreadCrumb       List of links/path elements
 * table.gbDataTable     Table for data/form elements with styles for shading rows
 */

@import url("/themes/common/css/linking.css");
@import url("/themes/common/css/systemlinks.css");
@import url("/themes/common/css/common.css");

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

#gallery p {
    margin: 0.6em 0;
    padding: 0;
}


.gbBlock {
    padding: 2px;
    border-width: 0px 0px 0px 0px;
    border-style: inherit;
    border-color: inherit;
    /* IE can't inherit these */
    border-style: expression(parentElement.currentStyle.borderStyle);
    border-color: expression(parentElement.currentStyle.borderColor);
    font: normal 1.0em Helvetica, Arial, "Lucida Grande", Verdana, sans-serif;
}

.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;
}

#gallery .gbBlock h3 {
    margin-top: 1px;
    padding: 0px 1px;
    font-size: 13px;
}

#gallery .gbBlock h4 {
    margin-top: 1px;
    padding: 0px 0px 0px 0px;
    font-size: 12px;
}

#gsNavBar div.gbBreadCrumb {
    margin: 0;
    padding: 3px 6px;
}

table.gbDataTable {
    padding-bottom: 4px;
}

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


.giBlockToggle {
    padding: 0 0.4em 0.1em;
}
.giBlockToggle:hover {
    cursor: pointer;
}


.gbMarkupBar {
    margin: 4px 0;
}

#gallery .gbMarkupBar input {
    border: solid 1px #263242;
    margin: 0;
    padding: 0;
}


/* ********************************************************************************
 * Sections
 * body.gallery     Page body in G2 standalone (doesn't apply to embedded)
 * #gallery         Page container
 * #gsNavBar   Top bar with breadcrumb and other links
 * #gsSidebar       Sidebar
 * #gsContent       Main content
 */

body.gallery {
    margin: 0;
    padding: 0;
}

#gallery {
    padding: 0px;
}
#gallery.rtl {
    direction: rtl;
}

#gsSidebar {
    padding: 2px;
    margin-left: 0px;
    margin-right: 0px;
    width: 130px;
    border: 1px solid #000033;
    border-right: none;
    background-color: #6699FF;
    overflow: hidden;
}

#gsSidebarCol {
    width: 1%; /* Expand to fit content ("0" bad4 firefox, "1px" bad4 opera) */
}

td.giAlbumCell, td.giItemCell {
    padding: 0em;
    text-align: right;
}

td.giAlbumCellBis, td.giItemCellBis {
    padding: 1em;
    border: 1px solid #000033;
    background-color: #E6E8FA;
    text-align: center;
}

#gallery td.giAlbumCell select, #gallery td.giItemCell select {
    margin-top: 0.0em;
}
#gallery td.giAlbumCellBis select, #gallery td.giItemCellBis select {
    margin-top: 0.0em;
}

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

#gsPages span {
    padding: 0;
}

#gallery #gsSidebar ul {
    font-size: 1em;
}

/* ********************************************************************************
 * media Theme for Gallery 2
 * by ZubaZ
 */

/* ********************************************************************************
 * Building blocks
 * #gallery              Default font/color settings
 * .gcBackground1,2..    Palette of backgrounds
 * .gcBorder1,2..        Palette of borders
 * a, h2, h3, etc        Standard html tags
 * .giTitle, .giSubtitle, .giDescription, .giInfo, .giSuccess, .giWarning, .giError
 *                       Palette of text styles
 * div.gbBreadCrumb      List of links/path elements
 * table.gbDataTable     Table for data/form elements with styles for shading rows
 * div.gbTabBar          UI component for selectable tabs
 * .autoComplete*        Styles for autoComplete popup lists
 */

#gallery {
    font-family: "Lucida Grande", Tahoma, Verdana, Arial, Helvetica, sans-serif;
    font-size: 65%;
    color: #1e1f33;
}

body.gallery.DISABLED {
    background-color: #b0a7d4;
}

body.gallery {
    background: url('/themes/common/images/bg-long.jpg') repeat-x top;
    background-color: #467bbd;
}

##.gcBackground1 {
    background-color: #E6E6FA;
}

.gcBackground2 {
    background-color: #E6E6FA;
}

.gcBackground3 {
    background-color: #DBE4FF;
}

.gcBorder1 {
    border: 0 solid #E6E6FA;
}

.gcBorder2 {
    border: 0 solid #083418;
}

#gallery a {
    font-weight: bold;
    text-decoration: none;
    color: #330066;
}

#gallery a:hover {
    text-decoration: none;
    color: #3366CC;
}   

#gallery a:active {
    text-decoration: none;
    color: #000080;
}

#gallery img {
    border-width: 0;
}


#gallery h2, #gallery h3, #gallery h4 {
    font-family: "Lucida Grande", Tahoma, "Trebuchet MS", Arial, Verdana, Helvetica, sans-serif;
}

#gallery h0 {
    font-family: "Lucida Grande", Tahoma, "Trebuchet MS", Arial, Verdana, Helvetica, sans-serif;
}

#gallery input:focus, #gallery textarea:focus {
    font-size: 11px;
    font-family: Tahoma, Verdana, Arial, Helvetica;
    border: solid 1px #3366CC;
    background-color: #BDEDFF;
    color: #6C6454;
}

#gallery input, #gallery textarea {
    font-size: 11px;
    font-family: Tahoma, Verdana, Arial, Helvetica;
    border: solid 1px #3366CC;
    background-color: #AFDCEC;
}
   
#gallery input.inputTypeSubmit, #gallery input.inputTypeButton {  /* No input[type=submit] in IE */
    font-family: "Lucida Grande", Tahoma, Verdana, Arial, Helvetica;
    border: 1px solid #000033;
    color: #1e1f33;
    background-color: #6699FF;
}

#gallery select {
    font-size: 1em;
}

.giTitle, #gallery h2, #gallery h3, #gallery h4 {
    font: bold 1.3em Helvetica, Arial, "Lucida Grande", Verdana, sans-serif;
    color: #663399;
}

.giTitle, #gallery h0 {
    font: normal 1.3em Helvetica, Arial, "Lucida Grande", Verdana, sans-serif;
    color: #663399;
}

#gallery pre, #gallery tt {
    font-family: Courier New;
    font-size: 1.2em;
}

.giSubtitle {
    font: normal 1.1em Helvetica, Arial, "Lucida Grande", Verdana, sans-serif;
    font-weight: normal;
    vertical-align: text-bottom;
}

.giDescription {
    font: normal 1.0em Helvetica, Arial, "Lucida Grande", Verdana, sans-serif;
    line-height: 1.5em;
    text-indent: 20px;
}

.giDescriptionItem {
    line-height: 1.5em;
    font: normal 1.0em Helvetica, Arial, "Lucida Grande", Verdana, sans-serif;
    text-align: justify;
    text-indent: 20px;
}

#gsNavBar {
    padding-right: 0px;
    padding-left: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
    border: 0px;
}

.gbEmptyAlbum {
    height: 300px;
}

.giDescription h3.emptyAlbum {
    line-height: 8.0em;
    text-align: right;
}

.giInfo {
    font: normal 0.9em Helvetica, Arial, "Lucida Grande", Verdana, sans-serif;
    color: #663399;
}

.giInfo span.summary {
    display: block;
}

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

.giSuccess { color: #5c0; }
.giWarning { color: #c50; }
.giError { color: #a44; font-size: 20px; }

.giNew, .giUpdated {
    color: red;
#   border-color: black;
    border-width: 0px;
    border-style: ridge;
    padding: 0px;
    line-height: 0.9em;
}

#gsNavBar div.gbBreadCrumb {
    font-size: 3px;
    padding-left: 0px;
    padding-right: 0px;
}

#gsNavBar div.gbBreadCrumb a, #gsNavBar div.gbBreadCrumb span {
    font: bold 11px Helvetica, Arial, "Lucida Grande", Verdana, sans-serif;
    color: #000033;
    border: 1px solid #000033;
    display: inline-block;
    padding: 0px 1px 0px 1px;
    background-color: #6699FF;
}

#gsNavBar div.gbBreadCrumb a:hover {
    font: bold 11px Helvetica, Arial, "Lucida Grande", Verdana, sans-serif;
    color: #000033;
    border: 1px solid #000033;
    display: inline-block;
    padding: 0px 1px 0px 1px;
    background-color: #66FFFF;
}

#gsNavBar div.gbBreadCrumb a.BreadCrumb-1 {   /* no :first-child in IE */
  font: bold 11px Helvetica, Arial, "Lucida Grande", Verdana, sans-serif;
  color: #000033;
  border: 1px solid #000033;
  display: inline-block;
  padding: 0px 1px 0px 1px;
}

#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 */
  font: bold 11px Helvetica, Arial, "Lucida Grande", Verdana, sans-serif;
  color: #000033;
  border: 1px solid #000033;
  display: inline-block;
  padding: 0px 1px 0px 1px;
  background-color: #6699FF;
}

#gsNavBar div.gbBreadCrumb span.BreadCrumb-2 {   /* no :first-child in IE */
  font: bold 11px Helvetica, Arial, "Lucida Grande", Verdana, sans-serif;
  color: #000033;
  display: inline-block;
  padding: 0px 1px 0px 1px;
}

table.gbDataTable th {
    text-align: left;
    background-color: #00688B;
}

.gbEven {
    background-color: #fff;
}

.gbOdd {
    background-color: #eee;
}


div.gbTabBar {
    font-size: 0.9em;
    font-weight: bold;
    margin: 0.8em 0 0;
    padding: 6px;
    background: url('../media/images/tab_bg.gif') repeat-x bottom;
    white-space: nowrap;
}

div.gbTabBar span.o {
    padding: 
	6px 0 5px 8px;
    background: url('../media/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('../media/images/tab_right.jpg') no-repeat right top;
}

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

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

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

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

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

.autoCompleteHighlight {
    text-decoration: underline;
}

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

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


#gallery .gbMarkupBar input {
    font-size: 1.1em;
}


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

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

.giSearchHighlight {
    font-weight: bold;
    background-color: #ff6;
}


/* ********************************************************************************
 * Sections
 * #gallery         Page container
 * #gsNavBar   Top bar with breadcrumb and other links
 * #gsSidebar       Sidebar
 * #gsContent       Main content
 * #giFormUsername  Form field for entering a username
 * #giFormGroupname Form field for entering a group name
 */

#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;
}

#giFormUsername, .giFormUsername {
    font-family: Tahoma, Verdana, Arial, Helvetica;
    font-size: 10px;
    border: solid 1px #263242;
    background: url('../media/images/userinfo.png') no-repeat 0 1px;
    padding-left: 17px;
}

#giFormGroupname {
    font-family: Tahoma,Verdana,Arial,Helvetica;
    font-size: 10px;
    border: solid 1px #263242;
    background: url('../media/images/groupinfo.png') no-repeat 0 1px;
    padding-left: 17px;
}

#giFormPassword {
    font-family: Tahoma,Verdana,Arial,Helvetica;
    font-size: 10px;
    border: solid 1px #263242;
    background: url('../media/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;
}


/* -- Navigator --------------------------- */

.block-core-Navigator {
        float: none;
        font-size: 1.0em;
        color: #000033;
}

.block-core-Navigator .current,
.block-core-Navigator .first-and-previous,
.block-core-Navigator .next-and-last {
        display: inline;
}

.block-core-Navigator .current {
        margin: 0 0.5em;
}

.block-core-Navigator .previous,
.block-core-Navigator .next {
        color: #000033;
        font: bold 13px Helvetica, Verdana, sans-serif;
}

.block-core-Navigator a:hover {
         color: #66FFFF;
        text-decoration: underline;

}

.block-core-Navigator .first,
.block-core-Navigator .last {
        font: normal 9px Helvetica, Verdana, sans-serif;
}

/* -- Navigator --------------------------- */

div.block-search-SearchBlock a.advanced {
  display: block;
  padding: 3px;
}

div.block-core-ItemLinks {
  padding: 0px 0px 0px 0px;
  margin: 0px 0px 0px 0px;
}

div.block-core-ItemLinks a {
  padding: 2px;
  display: block;
}

div#gsSidebar div.block-core-ItemLinks a {
  display: block;
}

div#gsSidebar div.block-core-PeerList a {
  display: block;
  padding: 3px;
}

div#gsSidebar div.block-core-PeerList span {
  font-weight: bold;
  display: block;
  padding: 3px;
}

div#gsSidebar div.block-core-PeerList span.current {
  color: #6C6454;
}

/* ***************************************************** */
/*                   Dynamic blocks                      */
/* ***************************************************** */

div.block-comment-ViewComments {
  margin: 0px;
}

div.block-comment-ViewComments div.one-comment {
  width: 80%;
  border: solid 1px #000033;
  padding: 5px;
  padding-top: 2px;
  padding-bottom: 0px;
  margin-bottom: 2px;
}

div.block-comment-ViewComments h3 {
}

div.block-comment-ViewComments span {
  padding-right: 5px;
}

div.block-comment-ViewComments p.comment {
  padding-left: 20px;
  padding-right: 20px;
  font-style: normal;
  text-align: left;
  font-size: 12px;
}

div.block-comment-ViewComments p.info {
  font-style: normal;
  text-align: right;
  font-size: 10px;
}

div.block-core-GuestPreview {
  float: right;
}
#gallery.rtl div.block-core-GuestPreview {
  float: left;
}

div.block-keyalbum-KeywordLinks { 
    color: #3b64a9;
    font-size: 100%;
    margin: 6px 0 0 0;
    text-align: justify;
}

div.block-exif-ExifInfo {
  margin: 5px;
}

span.bsw_ButtonDisabled {
  color: #999;
}

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

table.bsw_ParamTable {
  width: 100%;
  border: 1px solid #999;
  border-collapse: collapse;
}

tr.bsw_ParamHeaderRow {
  background-color: #EEE;
}

tr.bsw_ParamHeaderRow td {
  font-weight: bold;
  text-align: center;
  border: 1px solid #999;
}

td.bsw_BlockCommands {
  white-space: nowrap;
  text-align: center;
}

#gsFooter {
  padding-top: 1px;
}

/* ***************************************************** */
/*                       EXtras                          */
/* ***************************************************** */

.gbItemImage {
 vertical-align: top;
}

.gbItemAlbum {
 vertical-align: top;
}

.gallery-photo {
 text-align: center;
 width: 100%;
}

#entire_image {
position: relative;
}

.floatlinks p a em {
  position:absolute;
  top: 0;
  left: 0;
  right: auto;
  width:50%;
  height:100%;
  text-indent:-10000px;
  }
 
#next p a em {
  left: auto;
  right: 0;
  }
.v .floatlinks p a em {
  width:190px;
  height:500px;
  }

#prev a>em {
  background:url("images/previous.png") no-repeat 50% -100px;
  }

#next a>em {
  background:url("images/next.png") no-repeat 50% -100px;
  }

#prev a:hover em, #next a:hover em, #prev a:active em, #next a:active em {
  background-position: 100% 0px;
  cursor: pointer;
  }

.block-core-Pager {
  color: #000033;
  font: bold 13px Helvetica, Verdana, sans-serif;
  text-align: center;
  padding-top: 0px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 2px;
}

.block-core-Pager a, .pageList .this-page {
  color: #000033;
  padding: 2px 5px;
  border: solid 1px #000033;
  background: #6699FF;
  text-decoration: none;
}

.block-core-Pager a:link {
  color: #000033;
  padding: 2px 5px;
  border: solid 1px #000033;
  background: #6699FF;
  text-decoration: none;
  }

.block-core-Pager a:visited {
  color: #000033;
  padding: 2px 5px;
  border: solid 1px #000033;
  background: #88AAFF;
  text-decoration: none;
  }

.block-core-Pager a:hover {
  color: #000033;
  padding: 2px 5px;
  background: #66FFFF;
  border: solid 1px #000033;
  text-decoration: none;
}

div.gbNavigator {
  clear: both;
}

div.gbNavigator .gbPager {
  float: left;
  margin: 0 3.0em 0 0;
}

.memberstablealbum {
    background-color: #E6E6FA;
    padding: 3px;
}

.searchtablealbum {
    padding: 0px;
}

.maintablealbum {
    padding: 0px;
}

.infotable {
    background-color: #6699FF;
    border: 1px solid #000033;
    padding-top: 5px;
    padding-bottom: 5px;
}

.sidebartable {
    background-color: #6699FF;
    border: 1px solid #000033;
}

.infodiv {
    background-color: #DBE4FF;
    border: 1px solid #000033;
    padding: 5px;
}

.albumdiv {
    background-color: #DBE4FF;
    border: 1px solid #000033;
    padding: 5px;
    margin-top: 2px;
}

.needlogindiv {
   margin: 5px;
}

.needlogindiv p.info {
  color: #FF0000;
  font: bold 12px Helvetica, Verdana, sans-serif;
  text-align: left;
}

.linkdiv {
    padding: 2px 5px;
}

.linkdiv a {
  color: #000033;
  padding: 2px 5px;
  border: solid 1px #000033;
  background: #6699FF;
  text-decoration: none;
  }

.linkdiv a:link {
  color: #000033;
  padding: 2px 5px;
  border: solid 1px #000033;
  background: #6699FF;
  text-decoration: none;
  }

.linkdiv a:visited {
  color: #000033;
  padding: 2px 5px;
  border: solid 1px #000033;
  background: #88AAFF;
  text-decoration: none;
  }

.linkdiv a:hover {
  color: #000033;
  padding: 2px 5px;
  background: #66FFFF;
  border: solid 1px #000033;
  text-decoration: none;
}

.embedtable {
    background-color: #6699FF;
    border: 1px solid #000033;
    padding: 3px;
    overflow: auto;
}

.embedtablenav {
    background-color: #6699FF;
    border-left: 1px solid #000033;
    border-right: 1px solid #000033;
    border-top: 1px solid #000033;
    border-bottom: 1px solid #000033;
    padding: 0px;
    overflow: auto;
}

.MostViewedTable {
    background-color: #DBE4FF;
    border: 1px solid #000033;
    padding: 3px;
    margin-top: 2px;
    overflow: auto;
}

.tablealbum {
    background-color: #E6E6FA;
    border-right: 1px solid #000033;
    border-left: 1px solid #000033;
    border-bottom: 1px solid #000033;
}

.copyright {
   width: 100%;
   background-color: #D7DEFA;
}

.copyright a {
filter:alpha(opacity=40);
-moz-opacity:0.4;
-khtml-opacity: 0.4;
opacity: 0.4;
}

.copyright a:hover {
filter:alpha(opacity=100);
-moz-opacity:1.0;
-khtml-opacity: 1.0;
opacity: 1.0;
}

.copyright a img {
#filter:alpha(opacity=40);
#-moz-opacity:0.4;
#-khtml-opacity: 0.4;
#opacity: 0.4;
}

.copyright a:hover img {
#filter:alpha(opacity=100);
#-moz-opacity:1.0;
#-khtml-opacity: 1.0;
#opacity: 1.0;
}

.filmstrip a img {
filter:alpha(opacity=30);
-moz-opacity:0.3;
-khtml-opacity: 0.3;
opacity: 0.3;
}

.filmstrip a:hover img {
filter:alpha(opacity=100);
-moz-opacity:1.0;
-khtml-opacity: 1.0;
opacity: 1.0;
}

.albumview a img {
filter:alpha(opacity=100);
-moz-opacity:1.0;
-khtml-opacity: 1.0;
opacity: 1.0;
}

.albumview a:hover img {
filter:alpha(opacity=60);
-moz-opacity:0.6;
-khtml-opacity: 0.6;
opacity: 0.6;
}

.opacity100 {
    width: 100%;
    filter:alpha(opacity=100);
    -moz-opacity: 1.0;
    opacity: 1.0;
}

.opacity50 {
    width: 100%;
    filter:alpha(opacity=50);
    -moz-opacity: .50;
    opacity: .50;
}

.opacity25 {
    width: 100%;
    filter:alpha(opacity=25);
    -moz-opacity: .25;
    opacity: .25;
}

/*
 * Example:
 * <div class="transOFF" onmouseover="this.className='transON'" onmouseout="this.className='transOFF'">
 */
div.transOFF {
  width: 100%;
   }

div.transON {
   width: 100%;
   opacity:.70;
   filter: alpha(opacity=70);
   -moz-opacity: 0.5;
   }

div.trans25 {
   width: 100%;
   opacity:.25;
   filter: alpha(opacity=25);
   -moz-opacity: 0.25;
   }

div.trans75 {
   width: 100%;
   opacity:.75;
   filter: alpha(opacity=75);
   -moz-opacity: 0.75; 
   }

.footpadding {
   color: #000033; 
   padding-top: 10px;
   padding-bottom: 10px;
   }

.blink {
  text-decoration: blink;
  }

.dottedbottom {
 border-bottom: 1px dotted #000033;
 }

.marginbottom {
  margin-bottom: 2px;
  }

#for tag cloud

.blabl {
 text-align: justify;
 }

#getstarted {  
   position: fixed;
   top: 0;
   right: 0;
   opacity: .7;
   filter: alpha(opacity=70);
   -moz-opacity: .9;
}

* html #getstarted {
    position: absolute;
}

#folksonomy {
  background-color: transparent;
  border: none;
  padding: 1px;
  margin: 1px;
  margin-bottom: 10px;
  text-align: justify;
  width: 99%!important;
  font: 100% Verdana, Geneva, Arial, Helvetica, sans-serif;
  } 

