/* Fresh album higlight (Newly created folder) */
.GalleryAlbum.Fresh .GalleryAlbumCover .Cover.Empty a {
	border: 2px solid #ffa914;
	width: 121px;
	height: 46px;
	color: #cbcdcf;
}
.GalleryAlbum.PlainList.Fresh a {
	color: #ffa914;
	font-weight: bold;
}
.GalleryAlbum.PlainList.Hidden.Fresh a {
	color: #ffa914;
}
.GalleryAlbum.PlainList.Fresh a:hover, .GalleryAlbum.PlainList.Hidden.Fresh a:hover {
	color: #fff;
}



/* Create New Folder (folderlist) */
#GalleryAlbumsList.PlainList .CreateNewAlbum {
	background: transparent url(http://images.kuvat.fi/kuvatv2_testing/images/admin/createfolder_plainlist_line_dark.png);
	background-repeat: no-repeat;
	background-position: left bottom;
}
#GalleryAlbumsList.PlainList .ButtonCreateFolder {
	color: #c9c9c9;
	background: transparent url(http://images.kuvat.fi/kuvatv2_testing/images/admin/createfolder_plainlist_dark.png);
	background-repeat: no-repeat;
	background-position: left 2px;
}
#GalleryAlbumsList.PlainList .ButtonCreateFolder:hover {
	color: #fff;
	background-position: left -38px;
}
#GalleryAlbumsList.Desc .ButtonCreateFolder, #GalleryAlbumsList.NoDesc .ButtonCreateFolder {
	background: transparent url(http://images.kuvat.fi/kuvatv2_testing/images/admin/createfolder_dark.png);
	background-repeat: no-repeat;
	color: #969696;
	-moz-box-shadow: 0 1px 4px rgba(0, 0, 0, .4);
	-webkit-box-shadow:  0 1px 4px rgba(0, 0, 0, .4);
	box-shadow:  0 1px 4px rgba(0, 0, 0, .4);
}
#GalleryAlbumsList.Desc .ButtonCreateFolder:hover, #GalleryAlbumsList.NoDesc .ButtonCreateFolder:hover {
	background-repeat: no-repeat;
	background-position: 0 -157px;
	color: #f1f3f5;
}
/* Upload new files (thumblist) */
#GalleryItemsList.bigthumb #uploadercontainer {
	background: transparent url(http://images.kuvat.fi/kuvatv2_testing/images/admin/uploadphotos_dark_big.png);
	background-repeat: no-repeat;
}
#GalleryItemsList.bigthumb #uploadercontainer:hover {
	background-repeat: no-repeat;
	background-position: 0 -245px;
}
#GalleryItemsList.mediumthumb #uploadercontainer {
	background: transparent url(http://images.kuvat.fi/kuvatv2_testing/images/admin/uploadphotos_dark_medium.png);
	background-repeat: no-repeat;
}
#GalleryItemsList.mediumthumb #uploadercontainer:hover {
	background-repeat: no-repeat;
	background-position: 0 -150px;
}
#GalleryItemsList.folderthumb #uploadercontainer {
	background: transparent url(http://images.kuvat.fi/kuvatv2_testing/images/admin/uploadphotos_dark_small.png);
	background-repeat: no-repeat;
}
#GalleryItemsList.folderthumb #uploadercontainer:hover {
	background-repeat: no-repeat;
	background-position: 0 -157px;
}
#GalleryItemsList #uploadercontainer #pickfiles {
	color: #989898;
}
#GalleryItemsList #uploadercontainer:hover #pickfiles {
	color: #f1f3f5;
}


/* Gallery admin folderpanel */
#AdminToolbar {
	background: #090c0d url(http://images.1g.fi/kuvatv2_testing/images/admin/admintoolbar_bg_dark.gif);
	background-repeat: repeat-x;
	background-position: left -1px;
	padding-bottom: 1px;
	-webkit-box-shadow: 0 1px 4px -1px rgba(0, 0, 0, 0.5);
	-moz-box-shadow: 0 1px 4px -1px rgba(0, 0, 0, 0.5);
	box-shadow: 0 1px 4px -1px rgba(0, 0, 0, 0.5);
}
#AdminToolbar ul li:hover {
	background: #151719 url(http://images.1g.fi/kuvatv2_testing/images/admin/admintoolbar_hoverbg_dark.gif);
	background-repeat: repeat-x;
}
#AdminToolbar li .icon {
	background: transparent url(http://images.1g.fi/kuvatv2_testing/images/admin/admintoolbar_icons_dark.png);
	background-repeat: no-repeat;
	color: #afafaf;
}
#AdminToolbar li .icon:hover {
	color: #fff;
}
#AdminToolbar li#foldersettings .icon {
	background-repeat: no-repeat;
	background-position: 10px 0;
}
#AdminToolbar li#foldersettings .icon:hover {
	background-position: 10px -40px;
}
#AdminToolbar li#foldersecurity .icon {
	background-repeat: no-repeat;
	background-position: 10px -80px;
}
#AdminToolbar li#foldersecurity .icon:hover {
	background-position: 10px -120px;
}
#AdminToolbar li#contentsorting .icon {
	background-repeat: no-repeat;
	background-position: 10px -160px;
}
#AdminToolbar li#contentsorting .icon:hover {
	background-position: 10px -200px;
}
#AdminToolbar li#sitesettings .icon {
	background-repeat: no-repeat;
	background-position: 10px -320px;
}
#AdminToolbar li#sitesettings .icon:hover {
	background-position: 10px -360px;
}
#AdminToolbar li#toggleviewmode .icon {
	background-repeat: no-repeat;
	background-position: 10px -400px;
	padding-right: 18px;
}
#AdminToolbar li#toggleviewmode .icon:hover {
	background-position: 10px -440px;
}
#AdminToolbar li#setcoverphoto .icon {
	background-repeat: no-repeat;
	background-position: 10px -680px;
}
#AdminToolbar li#setcoverphoto .icon:hover {
	background-position: 10px -720px;
}
#AdminToolbar li#rotateleft .icon {
	background-repeat: no-repeat;
	background-position: 10px -520px;
}
#AdminToolbar li#rotateleft .icon:hover {
	background-position: 10px -560px;
}
#AdminToolbar li#rotateright .icon {
	background-repeat: no-repeat;
	background-position: 10px -600px;
}
#AdminToolbar li#rotateright .icon:hover {
	background-position: 10px -640px;
}
#AdminToolbar li#moveitem .icon {
	background-repeat: no-repeat;
	background-position: 10px -760px;
}
#AdminToolbar li#moveitem .icon:hover {
	background-position: 10px -800px;
}
#AdminToolbar li#copyitem .icon {
	background-repeat: no-repeat;
	background-position: 10px -920px;
}
#AdminToolbar li#copyitem .icon:hover {
	background-position: 10px -960px;
}
#AdminToolbar li#deleteitem .icon {
	background-repeat: no-repeat;
	background-position: 10px -840px;
}
#AdminToolbar li#deleteitem .icon:hover {
	background-position: 10px -880px;
}

#Actiontools #FolderInfo {
	color: #a4a4a4;
}
#Actiontools #FolderInfo .separator {
	background: transparent url(http://images.1g.fi/kuvatv2_testing/images/admin/folderinfo_separator_ball.png);
	background-repeat: no-repeat;
	background-position: center center;
}
#Actiontools #OpenAdminview {
	background: transparent url(http://images.1g.fi/kuvatv2_testing/images/admin/admintoolbar_icons_dark.png);
	background-repeat: no-repeat;
	background-position: left -490px;
	color: #ffd648;
}
#Actiontools #OpenAdminview:hover {
	background-position: left -450px;
	color: #fff;
}


/* Gallery item selectable hover */
body.AdminView.AdminLang_FI #GalleryItemsList .GalleryItem .GalleryItemDescription {
	background: transparent url(http://images.1g.fi/kuvatv2_testing/images/gallery/galleryitem_selector_dark_fin.png);
	background-repeat: no-repeat;
	background-position: center 7px;
}
body.AdminView.AdminLang_FI #GalleryItemsList .GalleryItem .GalleryItemDescription:hover {
	background: #191d1f url(http://images.1g.fi/kuvatv2_testing/images/gallery/galleryitem_selector_dark_fin.png);
	background-repeat: no-repeat;
	background-position: center -75px;
}
body.AdminView.AdminLang_FI #GalleryItemsList .GalleryItem.Selected .GalleryItemDescription {
	background: #2360a3 url(http://images.1g.fi/kuvatv2_testing/images/gallery/galleryitem_selector_dark_fin.png);
	background-repeat: no-repeat;
	background-position: center -157px;
}
body.AdminView.AdminLang_EN #GalleryItemsList .GalleryItem .GalleryItemDescription {
	background: transparent url(http://images.1g.fi/kuvatv2_testing/images/gallery/galleryitem_selector_dark_eng.png);
	background-repeat: no-repeat;
	background-position: center 7px;
}
body.AdminView.AdminLang_EN #GalleryItemsList .GalleryItem .GalleryItemDescription:hover {
	background: #191d1f url(http://images.1g.fi/kuvatv2_testing/images/gallery/galleryitem_selector_dark_eng.png);
	background-repeat: no-repeat;
	background-position: center -75px;
}
body.AdminView.AdminLang_EN #GalleryItemsList .GalleryItem.Selected .GalleryItemDescription {
	background: #2360a3 url(http://images.1g.fi/kuvatv2_testing/images/gallery/galleryitem_selector_dark_eng.png);
	background-repeat: no-repeat;
	background-position: center -157px;
}
body.AdminView #GalleryItemsList.Descriptions .GalleryItem .GalleryItemDescription {
	background-image: none !important;
}
.GalleryItem.Selected .GalleryItemImage {
	background: #152a41;
}


/* Gallery Pictureview */
#PictureView #photoinfo #PictureAdminTools H2 {
	color: #575859;
}
#PictureView #photoinfo #PictureAdminTools input.textinput, #PictureView #photoinfo #PictureAdminTools textarea {
	color: #dcdcdc;
	background: #222425;
	border-bottom: 1px solid #2d2f31;
	border-right: 1px solid #2d2f31;
	border-top: 0;
	border-left: 0;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-box-shadow: inset 2px 2px 3px -1px #0a0a0a;
	-webkit-box-shadow: inset 2px 2px 3px -1px #0a0a0a;
	box-shadow: inset 2px 2px 3px -1px #0a0a0a;
}
#PictureView #photoinfo #PictureAdminTools input.savebutton {
	color: #dcdcdc;
	font-weight: bold;
	background: #4e5152 url(http://images.1g.fi/kuvatv2_testing/images/admin/pictureadmintools_button.png);
	background-position: 0 0;
	background-repeat: no-repeat;
	-moz-box-shadow: 0 2px 4px -1px #000;
	-webkit-box-shadow: 0 2px 4px -1px #000;
	box-shadow: 0 2px 4px -1px #000;
}
#PictureView #photoinfo #PictureAdminTools input.savebutton:hover {
	background-position: 0 -61px;
	color: #fff;
}





/* Edititems tageditor */
#SubPage.EditFiles .TagItems h2 {
	font-size: 14px;
	color: #a8afb6;
}
#SubPage.EditFiles .TagItems .TagInfo p {
	color: #4f5254;
}
/*


/* Gallery subpage */
body.SubPage {
	background: #151819;
	background-position: top center;
	background-repeat: repeat-y;
}
#SubPage .HeaderContainer {
	background: #0d0f0f url(http://images.1g.fi/kuvatv2_testing/images/admin/subpage_headerbg_dark.gif);
	background-position: bottom left;
	background-repeat: repeat-x;
}
#SubPage .ItemContainer {
	width: 956px;
	background: #212429;
	padding-top: 11px;
	padding-bottom: 11px;
	-moz-box-shadow: 0 2px 8px -2px rgb(0, 0, 0);
	-webkit-box-shadow: 0 2px 8px -2px rgb(0, 0, 0);
	box-shadow: 0 2px 8px -2px rgb(0, 0, 0);
	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
}
#SubPage .Header H1 {
	color: #e7e9ec;
}
#SubPage .Header H2 {
	color: #a7acb0;
}
#SubPage .Header .FolderInfo {
	color: #737f89;
}
#SubPage .Header .MoveItems .Glow {
	border: 2px solid #315177;
}
#SubPage .Header .MoveItems SELECT {
	color: #4e545a;
}
#SubPage .Item {
	border-top: 1px solid #080808;
}
#SubPage .Item H2 {
	color: #6c7680;
}
#SubPage .Item H2 B {
	color: #454c50;
}
#SubPage .Item .Thumb {
	border: 3px solid #000;
	background: #181d1f;
}
#SubPage .Item INPUT {
	padding-bottom: 3px;
}
#SubPage .Item TEXTAREA.Description, #SubPage .Item INPUT  {
	background: #111315;
	border-top: 0;
	border-left: 0;
	border-right: 1px solid #2e3032;
	border-bottom: 1px solid #2e3032;
	color: #e7e9ec;
	padding-top: 3px;
}

#Gallery.AdminView .GalleryItem {
	background: #000;
}
#Gallery.AdminView .GalleryItem.AlbumCover {
	border: 1px solid #1b1e1f;
	padding: 1px;
	background: #14171a;
}
#GalleryToolbar {
	background: transparent url(http://images.1g.fi/kuvatv2_testing/images/admin/toolbar_dark_bg.png);
}
#GalleryToolbar .Button {
	color: #7e8990;
}
#GalleryToolbar .Button.Active {
	color: #fff;
}
#GalleryToolbar .Button.Wide {
	width: 124px;
}
#GalleryToolbar .Button.Wide {
	background: transparent url(http://images.1g.fi/kuvatv2_testing/images/admin/toolbar_button_inactive_dark.png);
	background-repeat: no-repeat;
}
#GalleryToolbar .Button.Wide.Active {
	background: transparent url(http://images.1g.fi/kuvatv2_testing/images/admin/toolbar_button_dark.png);
	background-repeat: no-repeat;
}
#GalleryToolbar .Button.Narrow {
	width: 79px;
	background: transparent url(http://images.1g.fi/kuvatv2_testing/images/admin/toolbar_button_inactivenarrow.png);
	background-position: 0 -33px;
	background-repeat: no-repeat;
}
#GalleryToolbar .Button.Narrow.Active {
	width: 79px;
	background: transparent url(http://images.1g.fi/kuvatv2_testing/images/admin/toolbar_button_narrow.png);
	background-position: 0 -33px;
	background-repeat: no-repeat;
}
#GalleryToolbar .Button.Delete.Active {
	background: transparent url(http://images.1g.fi/kuvatv2_testing/images/admin/toolbar_button_deletenarrow.png);
	background-repeat: no-repeat;
	background-position: 0 -33px;
}
#GalleryToolbar .Icon.SetCover {
	background: transparent url(http://images.1g.fi/kuvatv2_testing/images/admin/toolbar_button_pin_dark.png);
	background-repeat: no-repeat;
}
#GalleryToolbar .UsageNumber {
	color: #f3f4f5;
}
#GalleryToolbar .UsageNumber b {
	color: #95a0aa;
}
#GalleryToolbar .UsageGraphBar#notfull {
	background-position: 0 -31px;
	border-right: 1px solid #558a17;
}
#GalleryToolbar .UsageGraphBar#full {
	background-position: 0 -31px;
}


/* Gallery visitors comments in comment view (Last modified: 13.09.2008 / 14:00) */
#SubPage.ViewComments .NoComments H1 {
	color: #c9ccd0;
}
#SubPage.ViewComments .NoComments P {
	color: #acb0b5;
}
#SubPage .Item .Thumbnail IMG {
	border: 3px solid #000;
	background: #181d1f;
}
#SubPage.ViewComments .Comment .Poster {
	font-size: 16px;
	font-weight: bold;
	color: #b9b9ba;
	padding-bottom: 5px;
}
#SubPage.ViewComments .Comment.Admin .Poster B {
	color: #c9ab06;
}
#SubPage.ViewComments .Comment .Message {
	font-size: 12px;
	line-height: 17px;
	color: #a5a8ac;
	padding: 0 0 10px 0;
}
#SubPage.ViewComments .Comment .Poster B {
	color: #4e9948;
}
#SubPage.ViewComments .PostDate {
	font-size: 11px;
	color: #3e4246;
}
#SubPage.ViewComments .Tools .Delete  {
	background: transparent url(http://images.1g.fi/kuvatv2_testing/images/admin/commentview_deletebg_dark.png);
	background-repeat: no-repeat;
	color: #7a5c28;
}
#SubPage.ViewComments .Tools .Delete:hover {
	color: #9b2418;
}


/* Gallery shopping cart */
#ShoppingCart {
	background: transparent url(http://images.1g.fi/kuvatv2_testing/images/admin/shopcart_bg_dark.png);
	background-repeat: repeat-x;
	border-top: 2px solid #000;
}
#ShoppingCart .ToolsLeft .ScrollButton {
	background: transparent url(http://images.1g.fi/kuvatv2_testing/images/admin/shopcart_scrollbg_left_dark.png);
	background-repeat: no-repeat;
	background-position: top left;
}
#ShoppingCart .ToolsRight .ScrollButton {
	background: transparent url(http://images.1g.fi/kuvatv2_testing/images/admin/shopcart_scrollbg_right_dark.png);
	background-repeat: no-repeat;
	background-position: top right;
}
#ShoppingCart .ToolsLeft .ScrollButton .Scroller {
	background: transparent url(http://images.1g.fi/kuvatv2_testing/images/admin/shopcart_scrollbutton_left_dark.png);
	background-repeat: no-repeat;
}
#ShoppingCart .ToolsRight .ScrollButton .Scroller {
	background: transparent url(http://images.1g.fi/kuvatv2_testing/images/admin/shopcart_scrollbutton_right_dark.png);
	background-repeat: no-repeat;
}
#ShoppingCart .ScrollButton .Scroller:hover {
	background-position: 0 -60px;
	cursor: pointer;
}
#ShoppingCart .ToolsCenter .PhotoBrowser {
	background: transparent url(http://images.1g.fi/kuvatv2_testing/images/admin/shopcart_pcontainer_dark.png);
	background-repeat: repeat-x;
}
#ShoppingCart .ToolsLeft .Button.Add {
	background: transparent url(http://images.1g.fi/kuvatv2_testing/images/admin/shopcart_button_add_dark.png);
	background-repeat: no-repeat;
	color: #7e8990;
}
#ShoppingCart .ToolsLeft .Button.Add.Active {
	color: #fff;
}
#ShoppingCart .ToolsLeft .Button.Clear {
	background: transparent url(http://images.1g.fi/kuvatv2_testing/images/admin/shopcart_button_clear_dark.png);
	background-repeat: no-repeat;
	color: #788ba4;
}
#ShoppingCart .ToolsRight .Button {
	background: transparent url(http://images.1g.fi/kuvatv2_testing/images/admin/shopcart_bigbutton_dark.png);
	background-repeat: no-repeat;
	color: #5d6770;
}
#ShoppingCart .ToolsRight .Button.Active {
	color: #fff;
}
#ShoppingCart .ShoppingCartHelp {
	background: transparent url(http://images.1g.fi/kuvatv2_testing/images/admin/shopcart_helpbg_dark.png);
	background-repeat: no-repeat;
	color: #d4dde4;
}
#ShoppingCart .ShoppingCartHelp a, #ShoppingCart .ShoppingCartHelp a:visited {
	background: transparent url(http://images.1g.fi/kuvatv2_testing/images/admin/shopcart_helpicon_dark.png);
	background-repeat: no-repeat;
	background-position: 26px 6px;
	color: #d4dde4;
}
#ShoppingCart .ShoppingCartHelp a:hover {
	background-position: 26px -20px;
	color: #99e59a;
}


/* Gallery First-timer visitor */
#newusernotification {
	background: #000;
}
#newusernotification .newusercontent H1 {
	color: #6ab3ff;
}
#newusernotification .newusercontent p {
	color: #eaeaea;
}
#newusernotification .newusercontent p.addtobookmarks a, #newusernotification .newusercontent p.addtobookmarks a:visited {
	color: #37da00;
}
#newusernotification .newusercontent p a, #newusernotification .newusercontent p a:visited {
	color: #6ab3ff;
}



/* Gallery Upgrade Notification */
#upgradenotification {
	background: transparent url(http://images.1g.fi/kuvatv2_testing/images/admin/popup_semitransbg_dark.png);
}
#upgradenotification .upgradecontent .closebutton a {
	color: #c3c7cc;
}
#upgradenotification .upgradecontent .closebutton a:hover {
	color: #fff;
}




/* Sort files page */
#toggleshowfilenames {
	background: transparent url(http://images.1g.fi/kuvatv2_testing/images/admin/sortfiles_showfilenamebutton_dark.png);
	background-repeat: no-repeat;
	color: #c6c6c6;
}
#toggleshowfilenames:hover {
	background-position: 0 -50px;
	color: #f0f0f0;
}
#toggleshowfilenames span {
	background: transparent url(http://images.1g.fi/kuvatv2_testing/images/admin/sortfiles_showfilenamebutton_check_dark.png);
	background-repeat: no-repeat;
	background-position: 15px 10px;
	height: 25px;
	padding: 10px 0 0 36px;
}
#toggleshowfilenames.active span {
	background-position: 15px -40px;
}
#sortfiles .sortitem .itemname {
	color: #c6c6c6;
}
#sortfiles .sortalbum {
	background: #181c1e;
	border-left: 1px solid #262a2c;
	border-top: 1px solid #262a2c;
}
#sortfiles .sortalbum.ui-sortable-helper {
	background: #1e4060;
	border-left: 1px solid #385e81;
	border-top: 1px solid #385e81;
	-moz-box-shadow: 0 3px 14px -2px rgb(0, 0, 0);
	-webkit-box-shadow: 0 3px 14px -2px rgb(0, 0, 0);
	box-shadow: 0 3px 14px -2px rgb(0, 0, 0);
}
#sortfiles .sortalbum.empty .albumcover {
	color: #fff;
	background: #292e34;
	background: -moz-linear-gradient(top, #404750 0%, #2a2f35 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#404750), color-stop(100%,#2a2f35)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #404750 0%,#2a2f35 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #404750 0%,#2a2f35 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #404750 0%,#2a2f35 100%); /* IE10+ */
	background: linear-gradient(top, #404750 0%,#2a2f35 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#404750', endColorstr='#2a2f35',GradientType=0 ); /* IE6-9 */
}
#sortfiles .sortalbum.empty .albumcover, #sortfiles .sortalbum .albumcover.broken, #sortfiles .sortalbum .folderthumb {
	-moz-box-shadow: 0 2px 7px -2px rgb(0, 0, 0);
	-webkit-box-shadow: 0 2px 7px -2px rgb(0, 0, 0);
	box-shadow: 0 2px 7px -2px rgb(0, 0, 0);
	border-radius: 2px; 
	-moz-border-radius: 2px; 
	-webkit-border-radius: 2px; 
}
#sortfiles .sortalbum .foldername {
	color: #d4d4d4;
}
#sortfiles .sortitem {
	background: #191a1b;
}
#sortfooter {
	background: #24282c;
	background: rgba(44, 48, 54, 0.9);
}
#sortfooter .footerinfo {
	color: #c1c1c1;
}

