/* ********************************************************************************
 * 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
 */

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

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

.gbBlock {
  padding: 0.5em;
  border-width: 0;
  border-style: inherit;
  border-color: inherit;
  /* IE can't inherit these */
  border-style: expression(parentElement.currentStyle.borderStyle);
  border-color: expression(parentElement.currentStyle.borderColor);
}

.gsContentDetail .gbBlock h2 {
	display: none;
}

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

.gbBlock li { padding: 6px 0 0 0; }
.gbBlock ul ul { margin: 0 0 0.5em 1.0em; }

#gallery .gbBlock h3 { margin-bottom: 0.5em; }
#gallery .gbBlock h4 { margin-top: 0.5em; }

#gallery #gsNavBar .gbBreadCrumb .block-core-BreadCrumb{
  margin: 0;
  padding: 3px 8px;
}

#gallery #gsNavBar .gbBreadCrumb .block-core-BreadCrumb {
	font-size: 10px;
}

table.gbDataTable { padding-bottom: 4px; 
					color: #333;
					font-size: 10px;
					text-transform: none;}
table.gbDataTable th, table.gbDataTable td { padding: 4px; background-color: #000;}

table.gbDataTable .gbEven {
	color: #888;
}

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

.gbMarkupBar { margin: 4px 0; }

#gallery .gbMarkupBar input {
  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: 13px 10px 10px 0; }
#gallery.rtl { direction: rtl; }

#gsNavBar {
  margin: 10px 0 5px 0;
  border-top-width: 0px;
  border-bottom-width: 0px;
}

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

#gsSidebar {
  border-right-width: 0px;
  width: 185px;
  overflow: hidden;
  margin: 0;
}

#gsSidebarCol {
  border: #666 1px solid;
  padding-bottom: 5px;
  width: 1%; /* Expand to fit content ("0" bad4 firefox, "1px" bad4 opera) */
}

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

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

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

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

/* ********************************************************************************
 * Matrix Theme for Gallery 2
 * by Ross A. Reyman, Jon Huang, and Chad Kieffer
 * updated by Alan Harder
 */

/* ********************************************************************************
 * 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: Arial, Verdana, Helvetica, sans-serif;
  color: #707070;
  font-size: 12px;
  background-color: #000;
  text-transform: uppercase;
  letter-spacing: 1px;
}

body.gallery { background-color: #000; }

.gcBackground1 { background-color: #000; }
.gcBackground2 { background-color: #000; }

.gcBorder1 { border: 0 solid #444; }
.gcBorder2 { border: 0 solid #666; }

#gallery a {
  font-weight: normal;
  text-decoration: none;
  color: #555;
}

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

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

#gallery img { border-width: 0; }

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

#gallery input, #gallery textarea {
  color: #888;
}

#gallery input:focus, #gallery textarea:focus {
  background-color: #fff;
  color: #333;
}

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

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

.giTitle, #gallery h2, #gallery h3, #gallery h4 {
  font-size: 1.3em;
  font-weight: normal;
}

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

.giInfo .date,
.giInfo .viewCount,
.giInfo .summary-keyalbum,
.giInfo .size {
	display: none;
}

.giDescription {
	font-size: 10px;
}

#siteAdminForm .giDescription,
#siteAdminForm .gbDataTable {
	font-size: 12px;
	color: #666;
}

#siteAdminForm .gbDataTable {
	color: #333;
} 

.giTitle {
	text-transform: none;
	font-weight: normal;
	font-size: 9px;
}

.giAlbumCell .giTitle,
.giAlbumCell .giTitleIcon,
.giAlbumCell .giDescription {
	display: none;
}

.gbEmptyAlbum { height: 400px; }

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

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

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

.giSuccess { color: #a3cc78; }
.giWarning { color: #a3cc78; }
.giError { color: #a3cc78; margin-top: 10px; font-weight: normal; }

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

#gsNavBar div.gbBreadCrumb {
  font-weight: normal;
  letter-spacing: 2px;
}

#gsNavBar div.gbBreadCrumb a, #gsNavBar div.gbBreadCrumb span {
  padding: 0 2px 0 2px;
  white-space: nowrap;
}

#gsNavBar div.gbBreadCrumb a.BreadCrumb-1 {   /* no :first-child in IE */
  padding-left: 0;
  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;
}

#gsNavBar div.gbSystemLinks { float: right; }

table.gbDataTable th {
  text-align: left;
  background-color: #4f4f4f;
}

.gbEven { background-color: #3f3f3f; }
.gbOdd { background-color: #393939; }
.gbBusy { background-color: #000 !important; }

div.gbTabBar {
  font-size: 0.9em;
  font-weight: bold;
  margin: 0.8em 0 0;
  padding: 6px;
  white-space: nowrap;
}

div.gbTabBar span.o {
  padding: 6px 0 5px 16px;
  background: url('../carbon/images/table_left.gif') 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 16px 5px 4px;
  background: url('../carbon/images/table_right.gif') no-repeat right top;
}

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

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

#gallery div.gbTabBar span.giSelected {
  background-image: url('../carbon/images/table_left_on.gif');
}

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

.autoCompleteShadow {
    background-color: #333 !important;
}

.autoCompleteContainer {
    border: 1px solid #404040;
    background-color: #fff;
}

.autoCompleteContainer li.yui-ac-highlight {
    background-color: #ffc;
}

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

#ProgressBar #progressDone {
  background-color: #666;
  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
 */
#globalNav{
	font-family:Tahoma,Arial,sans-serif;
	line-height:17px;
	font-size:11px;
	margin-left:20px;
}
#globalNav a{
outline:none;
/*	padding: 2px 4px;
	margin-right: 15px;
	padding-left: 30px;
	background: transparent url('images/dave/gn_arrows.png') left center no-repeat; */
	font-size:140%;
	color: #fff;
	margin-right:20px;
	text-transform:uppercase;
}
#globalNav a:hover{
	color: #b2bb1e;
}
#globalNav {
	padding: 6px 0 18px 0;

}

.divide {
	color: #74a472;
}

#gsNavBar {
	border: #707070 1px solid;
	border-width: 1px 0;
	padding: 1px 0;
}

#gsNavBar div {
  margin-top: 0.1em;  /* Align system links with breadcrumb */
  font-weight: bold;
  font-size: 11px;
  color: #ffff;
  text-transform: uppercase;
}

#gsNavBar div a{
	font-weight: normal;
	color: #707070;
}

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

#gsSidebar div ul ul { font-size: 1.0em; }

#gsSidebar ul span { color: #ccc; }

#giFormUsername, .giFormUsername, #giFormGroupname, #giFormPassword {
  background-color: #fff
}

div.gbNavigator div.first-and-previous { float: left; }
div.gbNavigator div.next-and-last { float: right; }

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

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

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

#gallery div#gsSidebar div.block-core-PeerList h3.parent {
	font-size: 10px;
	font-weight: normal;
}

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

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

div#gsSidebar div.block-core-PeerList span.current { font-size: 10px; font-weight: normal; color: #ccc; }

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

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

div.block-comment-ViewComments div.one-comment {
  border: 1px solid #666;
  padding: 5px;
  margin-bottom: 5px;
}

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

div.block-comment-ViewComments p.info {
  font-style: italic;
  text-align: right;
  font-size: 0.95em;
}

div.block-core-GuestPreview { float: right; }

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

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

#gallery div.block-exif-ExifInfo h3 {
	margin-bottom: 9px;
	font-size: 14px;
}

.exifsummary {
	display: none;
}

span.bsw_ButtonDisabled { color: #ccc; }

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

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

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

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

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

#gallery #gsFooter {
  margin-top: 5px;
  padding-top: 116px;
  color: #666;
  line-height: 20px;
  font-size: 13px;
  text-transform: none;
  z-index: 1;
}

#copyright {
	color: #333;
	font-size: 10px;
	position: relative;
	top: 11px;
}

.footTag {
	display: block;
	width: 275px;
	height: 60px;
	background: transparent url('images/dave/tagline.gif') top left no-repeat;	
}

/* ********************************************************************************
 * Rating module sytles
 * Extends and/or overrides moduels/rating/rating.css
 * Uncomment and edit the following classes to change rating image interface
 */
.giRatingUI {
    margin: 10px auto; /* Required to center default rating module star images */
}
#gsThumbMatrix .giRatingAverageContainer {
    margin: auto;
}
/*
.giRatingUI img {}
.giRatingUnit {}
.giRatingHidden {}
.giRatingVotes {}
.giRatingEmpty {}
.giRatingEmptyUserYes {}
.giRatingHalfUserNo {}
.giRatingHalfUserYes {}
.giRatingFullUserNo {}
.giRatingFullUserYes {}
.giRatingAverage {}
*/

/* ********************************************************************************
 * Carbon Theme for Gallery 2
 * by Mustafa Incel (http://www.mincel.com/carbon)
 */

.gsPages span { padding: 0 0.3em; }

.gsContentAlbum { margin: 5px 0 5px 0; }

.gsContentPhoto {
  padding: 10px 0 10px 0;
  text-align: center;
}

.gsContentDetail {
  padding: 0 5px 0 5px;
  float: left;
}

td.gsActionIcon {
  text-align: center;
  padding: 0 3px 0 3px;
}

td.giTitleIcon { padding-right: 10px; }

td.gbNavigatorPhoto { padding: 5px; }

.gbNavigator { margin: 5px; }

.gbNavigatorMicroThums {
  padding: 12px;
  margin: 5px;
  border-width: 1px;
  border-style: inherit;
  border-color: inherit;
  /* IE can't inherit these */
  border-style: expression(parentElement.currentStyle.borderStyle);
  border-color: expression(parentElement.currentStyle.borderColor);
}

#gallery .gbNavigatorMicroThums img {
	padding: 12px;
}

.gbBlockTop {
  padding: 0 5px;
  margin: 5px 5px 0 5px;
  border-width: 0;
  border-style: inherit;
  border-color: inherit;
  /* IE can't inherit these */
  border-style: expression(parentElement.currentStyle.borderStyle);
  border-color: expression(parentElement.currentStyle.borderColor);
}

.gallery #gallery #sidebar.gcPopupBackground { 
	background-color: #000; 
	border: 1px #444 solid;
	padding: 0;
	margin-top: 80px;
	z-index: 3;
	}
	
#gallery #exif.gcPopupBackground { 
		background-color: #000; 
		border: 1px #444 solid;
		padding: 0;
	}
	
#gallery .gcPopupBackground #searchCriteria {
	margin-top: 6px;
	margin-bottom: 4px;
	color: #222;
	text-transform: uppercase;
	font-size: 9px;
	padding: 4px;
	letter-spacing: 2px;
	width: 155px;
	font-weight: bold;
}

#gallery .gcPopupBackground h2 {
	font-size: 10px;
	padding: 10px 5px 5px 12px;
}
	
.gcPopupBackground .gbBlock {
	padding: 10px;
}
.block-search-SearchBlock {
	border: 1px #444 solid;
	border-width: 1px 0;
}
	
#gallery .gcPopupBackground a {
	font-weight: normal;
	font-size: 10px;
	color: #707070;
}

#gallery .gcPopupBackground a:hover {
	color: #ccc;
}

a .alt { display: none; }


#microThumbCurrent img {
  border: 1px solid #999 ;
  filter: alpha(opacity=40); /* IE's opacity*/
  opacity:.4;
}

#gallery .gbNavigatorMicroThums img {
	border: 1px #444 solid;
}

#gallery .gbNavigatorMicroThums a img {
	border: 1px #000 solid;
}

#gallery .gbNavigatorMicroThums a:hover img {
   border: 1px #444 solid;
}

.buttonClose a {
  display: block;
  width: 15px;
  height: 15px;
  background: url('../carbon/images/close.gif') no-repeat;
  margin: 1px;
}
.buttonClose a:hover { background-position: -15px 0; }

.buttonFirst a {
  display: block;
  width: 20px;
  height: 11px;
  margin-right: 40px;
  background: url('../carbon/images/dave/firstbtn.png') no-repeat;
}
.buttonFirst a:hover { background-position: -25px 0; }

.buttonLast a {
  display: block;
  width: 20px;
  height: 11px;
  margin-left: 40px;
  background: url('../carbon/images/dave/lastbtn.png') no-repeat;
  background-position: right center;
}
.buttonLast a:hover { background-position: left center; }

.buttonPrev a {
  display: block;
  width: 10px;
  height: 11px;
  background: url('../carbon/images/dave/prevbtn.png') no-repeat;
}
.buttonPrev a:hover { background-position: -15px 0; }

.buttonNext a {
  display: block;
  width: 10px;
  height: 11px;
  background: url('../carbon/images/dave/nextbtn.png') no-repeat;
  background-position: right center;
}
.buttonNext a:hover { background-position: left center; }

.buttonExif a {
  display: block;
  width: 18px;
  height: 15px;
  background: url('../carbon/images/dave/exif.gif') no-repeat;
}
.buttonExif a:hover { background-position: -18px 0; }

.buttonPopup a {
  width: 17px;
  height: 15px;
  background: url('../carbon/images/popup.gif') no-repeat; /*DARKEN THIS IMAGE */
}
.buttonPopup a:hover { background-position: -17px 0; }

.buttonAddComment a {
  display: block;
  width: 15px;
  height: 15px;
  background: url('../carbon/images/addcomment.gif') no-repeat;
}
.buttonAddComment a:hover { background-position: -15px 0; }

.buttonViewComments a {
  display: block;
  width: 15px;
  height: 15px;
  background: url('../carbon/images/viewcomments.gif') no-repeat;
}
.buttonViewComments a:hover { background-position: -15px 0; }

.buttonViewSlideshow a {
  display: block;
  width: 15px;
  height: 15px;
  background: url('../carbon/images/slideshow.gif') no-repeat;
}
.buttonViewSlideshow a:hover { background-position: -15px 0; }

.buttonCart a {
  display: block;
  width: 16px;
  height: 15px;
  background: url('../carbon/images/cart.gif') no-repeat;
}
.buttonCart a:hover { background-position: -16px 0; }

.buttonShowSidebar a {
  display: block;
  width: 48px;
  height: 25px;
  background: url('../carbon/images/dave/showsidebar.gif') no-repeat;
}
.buttonShowSidebar a:hover { background-position: 0 -25px; }

.buttonClose a {
  display: block;
  width: 8px;
  height: 9px;
  position: relative;
  top: 2px;
  right: 7px;
  background: url('../carbon/images/dave/closeSidebar.gif') no-repeat;
}
.buttonClose a:hover { background-position: -8px 0; }

#itemAdminForm, #siteAdminForm, #userAdminForm {
	text-transform: none;
}

#userAdminForm .loginTitle {
	text-transform: uppercase;
	color: #666;
	font-size: 14px;
}

#userAdminForm #gsSidebarCol {
	display: none;
}

#userAdminForm #gsContent{
	padding: 0 120px;
}

#userAdminForm .gbBlock h4 {
	text-transform: uppercase;
	font-size: 12px;
	font-weight: normal;
}

#userAdminForm .gbBlock {
	font-weight: normal;
	font-size: 11px;
	line-height: 18px;
}

#gallery .giItemCell div img {
	border: #242424 1px solid;
}

#gallery .giItemCell .giDescription {
	display: none;
}

#gallery .giAlbumCell div img {
	padding: 3px;
	background: transparent;
	width: 300px;
	height: 199px;
}

#gallery a.gbLink-search_SearchScan.advanced{
	background-image: url('images/dave/gn_arrow.png');
	background-repeat: no-repeat;
	padding-left: 13px !important;
	position: relative;
	right: 4px;
	right: 7px;
}

#gallery #SearchShowAll .gbBlock a,
#gallery #SearchShowAll .gbBlock label,
#gallery #SearchScan .gbBlock a,
#gallery #SearchScan .gbBlock label {
	text-transform: none;
	font-size: 12px;
}

#gallery a.gbLink-rss_SimpleRender {
	background: transparent url('images/dave/rss.png') left center no-repeat;
	padding-left: 20px;
}

#gallery .photoTitle h2 {
	font-size: 12px;
	text-transform: none;
}

.block-customfield-CustomFields h3 {
	display: none;
}

.block-customfield-CustomFields p {
	line-height: 25px;
}

/* ================================================================ */
/*                      container.css (YUI 0.11.0)                  */
/*                                                                  */
/* Modified from the original container.css to use as many div#id   */
/* style tags as possible to tightly scope this CSS so that it      */
/* doesn't leak out and affect our themes.                          */
/* ================================================================ */

div#gDialog {
  position: absolute;
  display: block;
}

div#gDialog_c .tt {
  visibility: hidden;
  position: absolute;
  color: #333;
  background-color: #FDFFB4;
  font-family: arial,helvetica,verdana,sans-serif;
  padding: 2px;
  border: 1px solid #FCC90D;
  font: 100% sans-serif;
  width: auto;
}

* html body.masked select {
  visibility: hidden;
}

* html div.panel-container select {
  visibility: inherit;
}

* html div.drag select {
  visibility: hidden;
}

* html div.hide-select select {
  visibility: hidden;
}

div#gDialog_mask {
  z-index: 0;
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  moz-opacity: 0.5;
  opacity: .50;
  filter: alpha(opacity=50);
  background-color: #CCC;
}

div#gDialog_c .hide-scrollbars * {
  overflow: hidden;
}

div#gDialog_c .hide-scrollbars textarea, .hide-scrollbars select {
  overflow: hidden;
  display: none;
}

div#gDialog_c .show-scrollbars textarea, .show-scrollbars select {
  overflow: visible;
}

div#gDialog_c {
  position: absolute;
  background-color: transparent;
  z-index: 6;
  visibility: hidden;
  overflow: visible;
  width: auto;
}

div#gDialog_c .panel-container.matte {
  padding: 3px;
  background-color: #FFF;
}

div#gDialog_c .panel-container.matte .underlay {
  display: none;
}

div#gDialog_c .panel-container.shadow {
  padding: 0px;
  background-color: transparent;
}

div#gDialog_c .panel-container.shadow .underlay {
  visibility: inherit;
  position: absolute;
  background-color: #CCC;
  top: 3px;left: 3px;
  z-index: 0;
  width: 100%;
  height: 100%;
  moz-opacity: 0.7;
  opacity: .70;
  filter: alpha(opacity=70);
}

div#gDialog {
  visibility: hidden;
  border-collapse: separate;
  position: relative;
  left: 0px;top: 0px;
  font: 1em Arial;
  background-color: #FFF;
  border: 1px solid #000;
  z-index: 1;
  overflow: auto;
}

div#gDialog .hd {
  background-color: #3d77cb;
  color: #FFF;
  font-size: 100%;
  line-height: 100%;
  border: 1px solid #FFF;
  border-bottom: 1px solid #000;
  font-weight: bold;
  overflow: hidden;
  padding: 4px;
}

div#gDialog .bd {
  overflow: hidden;
  padding: 4px;
}

div#gDialog .bd p {
  margin: 0 0 1em;
}

div#gDialog .close {
  position: absolute;
  top: 5px;
  right: 4px;
  z-index: 6;
  height: 12px;
  width: 12px;
  margin: 0px;
  padding: 0px;
  background-repeat: no-repeat;
  cursor: pointer;
  visibility: inherit;
}

div#gDialog .close.nonsecure {
  background-image: url(http://us.i1.yimg.com/us.yimg.com/i/nt/ic/ut/alt3/close12_1.gif);
}

div#gDialog .close.secure {
  background-image: url(https://a248.e.akamai.net/sec.yimg.com/i/nt/ic/ut/alt3/close12_1.gif);
}

div#gDialog .ft {
  padding: 4px;
  overflow: hidden;
}

div#gDialog_c .simple-dialog .bd .icon {
  background-repeat: no-repeat;
  width: 16px;
  height: 16px;
  margin-right: 10px;
  float: left;
}

div#gDialog_c .dialog .ft, .simple-dialog .ft {
  padding-bottom: 5px;
  padding-right: 5px;
  text-align: right;
}

div#gDialog_c .dialog form, .simple-dialog form {
  margin: 0;
}

div#gDialog_c .button-group button {
  font: 100 76% verdana;
  text-decoration: none;
  background-color: #E4E4E4;
  color: #333;
  cursor: hand;
  vertical-align: middle;
  border: 2px solid #797979;
  border-top-color: #FFF;
  border-left-color: #FFF;
  margin: 2px;
  padding: 2px;
}

div#gDialog_c .button-group button.default {
  font-weight: bold;
}

div#gDialog_c .button-group button:hover, .button-group button.hover {
  border: 2px solid #90A029;
  background-color: #EBF09E;
  border-top-color: #FFF;
  border-left-color: #FFF;
}

div#gDialog_c .button-group button:active {
  border: 2px solid #E4E4E4;
  background-color: #BBB;
  border-top-color: #333;
  border-left-color: #333;
}

/* ================================================= */
/*                 slider.css (YUI 0.11.0)           */
/* based on YUI slider / color picker implementation */
/* ================================================= */

/*
 * the box itself
 * the position needs to be dynamic in order to pop up in the right place
 */
div#Markup_colorChooser {
  position: absolute;
  background-color: #eeeeee;
  border: 1px solid #999999;
  width: 360px;
  height: 250px;
  display: none;
}

/* upper border */
div#Markup_colorHandle {
  background-color: #bbbbbb;
  height: 10px;
  cursor: move;
}

div#Markup_hueThumb {
  cursor: default;
  width: 18px;
  height: 18px;
  z-index: 9;
  position: absolute;
}

/* slider background */
div#Markup_hueBg {
  position: absolute;
  left: 216px;
  height: 198px;
  width: 18px;
  background: url(hue.png) no-repeat;
  top: 18px;
}

/* big square */
div#Markup_pickerDiv {
  position: absolute;
  left: 10px;
  height: 187px;
  width: 188px;
  top: 20px;
}

div#Markup_pickerBg {
  position: absolute;
  z-index: 1;
  top: 0px;
  left: 0px;
}

div#Markup_selector {
  cursor: default;
  width: 11px;
  height: 11px;
  z-index: 9;
  position: absolute;
  top: 0px;
  left: 0px;
}

div#Markup_valdiv {
  text-align: right;
  position: absolute;
  top: 86px;
  left: 246px;
}

div#Markup_valdiv input {
  font-size: .85em
}

div#Markup_hint {
  background-color: #cccccc;
  border: 1px solid #ffffff;
  padding: 2px 4px 2px 4px;
  position: absolute;
  top: 218px;
  left: 120px;
}

div#Markup_rBG {
  top: 180px
}

div#Markup_gBG {
  top: 210px
}

div#Markup_bBG {
  top: 240px
}

div#Markup_swatch {
  position: absolute;
  left: 260px;
  top: 30px;
  height: 60px;
  width: 60px;
  border: 2px solid #aaaaaa;
}

/*** Icons for username, groupname and password form fields ***/

#gallery #giFormUsername, 
#gallery .giFormUsername, 
#gallery #giFormGroupname, 
#gallery #giFormPassword{
   padding: 4px;
   margin-top: 3px;
   width: 250px;
  /* border: 1px hidden #b4cc97;
   background-color: #b4cc97;
   color: #000; */
   background-color: #000;
   border: 1px solid #555;
   border-width: 1px 0;
   color: #b4cc97;
}

/*** Status messages in AdminPlugins ***/

#gbPluginStatusUpdates {
  position: absolute;
  font-size: 1.5em;
  display: none;
  background: #ccc;
}

#gbPluginStatusUpdates div.giSuccess {
  background: #5c0;
  color: white;
  padding: 15px;
  width: 350px;
  text-align: center;
}

#gbPluginStatusUpdates div.giWarning {
  background: #c50;
  color: white;
  padding: 15px;
  width: 350px;
  text-align: center;
}

/*** General styles ***/

label {
  cursor: pointer;
}

/*** Autocomplete ***/

.autoCompleteShadow {
  position: absolute;
  margin: 0.3em;
  z-index: 5;
}

.autoCompleteContainer {
  position: relative;
  bottom: 4px;
  right: 4px;
  overflow: hidden;
}

.autoCompleteContainer .yui-ac-content ul {
  position: relative;
  padding: 3px 0;
  list-style: none;
}

.autoCompleteContainer .yui-ac-content li {
  padding: 2px 4px;
  cursor: default;
  white-space: nowrap;
  display: list-item;
}

/*** Icons for Plugins ***/

.AdminPlugins_legend {
  width: 100%;
  text-align: right;
  margin-bottom: 2px;
}
.AdminPlugins_legend span {
  padding-top: 2px;
  padding-bottom: 2px;
}
.icon-plugin-active {
  padding-left: 16px;
  background: url(module-active.gif) left center no-repeat;
}
.icon-plugin-inactive {
  padding-left: 16px;
  background: url(module-inactive.gif) left center no-repeat;
}
.icon-plugin-upgrade {
  padding-left: 16px;
  background: url(module-upgrade.gif) left center no-repeat;
}
.icon-plugin-uninstall {
  padding-left: 16px;
  background: url(module-install.gif) left center no-repeat;
}
.icon-plugin-incompatible {
  padding-left: 16px;
  background: url(module-incompatible.gif) left center no-repeat;
}
.icon-plugin-locked {
  padding-left: 16px;
  background: url(module-locked.gif) left center no-repeat;
}
#gallery.rtl .icon-plugin-active, #gallery.rtl .icon-plugin-inactive,
#gallery.rtl .icon-plugin-upgrade, #gallery.rtl .icon-plugin-uninstall,
#gallery.rtl .icon-plugin-incompatible, #gallery.rtl .icon-plugin-locked {
  padding-left: 0;
  padding-right: 16px;
  background-position: right center;
}

/*** Progress Bar ***/

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

#ProgressBar #progressToGo {
  width: 100%;
  background-color: #eee;
  border: thin solid #ddd;
  border-left: none;
}

#ProgressBar #progressContinueLink {
  font-size: 1.5em;
}

/* Avoid disappearing text on IE6 */
#gallery.IE #ProgressBar #progressTitle, #gallery.IE #ProgressBar #progressDescription,
#gallery.IE #ProgressBar #progressTimeRemaining {
    display: inline-block;
}

/*** Tooltip ***/

span.gTooltipTarget {
  border-bottom: 1px dashed #6b8cb7;
}

#gTooltip.tt {
  visibility:hidden;
  position:absolute;
  color:#333;
  background-color:#FDFFB4;
  font-family:arial,helvetica,verdana,sans-serif;
  padding:2px;
  border:1px solid #FCC90D;
  font:100% sans-serif;
  width:auto;
}

#gTooltip.mask {
  z-index:0;
  display:none;
  position:absolute;
  top:0;
  left:0;
  background-color:#CCC;
  -moz-opacity: 0.5;
  opacity:.50;
  filter: alpha(opacity=50);
}

#gTooltip.mask[id]{ /* IE6 and below Can't See This */
  position:fixed;
}

/*** Help ***/

div.gbLink-Help {
  float: right;
  cursor: pointer;
}

#exif .buttonClose {
	display: none;
}


/** ADDED BY TRAVIS **/
#sidebar{margin-top:260px;}
#wrapper{margin-left:54px;/*width:1200px;min-height:100%;margin:0 auto;*/}
#content{/*position:relative;float:left;width: 1120px; min-height: 740px; margin:0 auto;*/}
#logo{/*float:left;*/position:absolute;left:0;top:23px;width:54px;height:183px;/*margin-top:60px*/;background: url(http://davedelnea.thoughtshop.ca/images/dd_logo.gif) no-repeat;}
#logo a {display:block;width:54px;height:183px;}
#logo a span {display:none;}
/** MENU **/
/*#globalNav .block-core-SystemLink a{float:left;}
.menu_collections,.menu_collections,.menu_projects,.menu_blog,.menu_tripi,.menu_profile,.menu_contact{height:11px;background-repeat:no-repeat;display:block;float:left;}
.menu_collections:hover,.menu_collections:hover,.menu_projects:hover,.menu_blog:hover,.menu_tripi:hover,.menu_profile:hover,.menu_contact:hover{background-position:0 -11px}
.menu_collections span,.menu_collections span,.menu_projects span,.menu_blog span,.menu_tripi span,.menu_profile span,.menu_contact span{display:none;}
*/
#globalNav a{height:11px;background-repeat:no-repeat;display:block;float:left;}
#globalNav a:hover{background-position:0 -11px}
#globalNav a span{display:none;}

.menu_collections{background-image:url(images/dave/menu_collections.gif);width:115px;}
.menu_projects{background-image:url(images/dave/menu_projects.gif);width:83px;}
.menu_blog{background-image:url(images/dave/menu_blog.gif);width:42px;}
.menu_tripi{background-image:url(images/dave/menu_tripi.gif);width:43px;}
.menu_profile{background-image:url(images/dave/menu_profile.gif);width:70px;}
.menu_contact{background-image:url(images/dave/menu_contact.gif);width:75px;}

.menu_site-admin{background-image:url(images/dave/menu_site-admin.gif);width:98px;}
.menu_your-account{background-image:url(images/dave/menu_your-account.gif);width:131px;}
.menu_logout{background-image:url(images/dave/menu_logout.gif);width:66px;}
.menu_client-login{background-image:url(images/dave/menu_login.gif);width:51px;}


