* {
  margin: 0;
	padding: 0;
}

html {
  border: none;
}

body {
	font: 74%/1.5 Tahoma, Arial, Verdana, Geneva, Helvetica, sans-serif;
	color: #1f2833;
	background: #dce2e8 url(images/body-bg.gif) repeat-x 0 0;
	padding: 16px 0; 
	position: relative;
}

thead { font-weight: bold; }
/* ---[ template ]---------------------------- */

#container {
  position: relative;
  width: 960px;
  background: transparent url(images/container-bg.gif) repeat-y 0 0;
  padding: 0 15px; 
  margin: 0 auto 5px auto; 

	min-height: 700px; /*pro normální browsery*/
	height: auto !important; /*pro IE*/
	height: 700px; /*pro IE*/	
}


#content  
{
	padding: 185px 9px 18px 9px; 
}
#content-fog { width: 930px; height: 100%; position: absolute;  background-color: White; z-index: 5; display:none;  }
#content-left { float: left; width: 560px; padding: 0 20px; position: relative; }
#content-left .search-results { width: auto; }
#content-left-2 { float: left; width: 942px; }
#content-left-3 { float: left; width: 600px; padding: 0 20px; }
#content-right { float: right; width: 300px; }

#shadow-top {
  position: absolute;
  top: -16px; left: 0;
	width: 990px; height: 16px;
  background: transparent url(images/shadow-top-bg.gif) no-repeat 0 0;
}

#shadow-right {
  position: absolute;
  top: 0; right: 0;
	width: 15px; height: 453px;
  background: transparent url(images/shadow-right-bg.gif) no-repeat 0 0;
}

#shadow-left {
  position: absolute;
  top: 0; left: 0;
	width: 15px; height: 453px;
  background: transparent url(images/shadow-left-bg.gif) no-repeat 0 0;
}

/* ---[ links ]------------------------------- */

a:link, a:visited, a:hover { color: #ff7700; text-decoration: underline; cursor: pointer; }
a:hover { text-decoration: none; }
a img { border: none; }

/* ---[ titles ]------------------------------ */

h1, h2 { font-family: Arial, Tahoma, Verdana, Geneva, Helvetica, sans-serif; }

h1 { font-size: 165%; font-weight: normal; margin: 0 0 0.5em 0; }
h2 { font-size: 140%; font-weight: bold; margin: 0 0 0.2em 0; }
h3 { font-size: 90%; font-weight: bold; margin: 0 0 0.2em 0; }

h2 span { font-size: 68%; font-weight: normal; }

/* ---[ general ]----------------------------- */

ul, ol, p { margin-bottom: 0.8em; }

.relative { position: relative; }
.no-display { display: none; }
.no-margin { margin: 0 !important; }
.float-left { float: left; }
.float-right { float: right; }
.clear { clear: both; }
select { font-size: 90%; height: 20px; padding: 1px 0; border: 1px solid #dce2e8; }

label { cursor: pointer; }
input { font-family: Tahoma, sans-serif; font-size: 11px; }

/* ---[ logotyp ]----------------------------- */

.logo {
  position: absolute; display: block; 
  width: 300px; height: 70px;
  top: 30px; left: 35px;
  overflow: hidden;
  text-decoration: none;
  background-image: url(images/logo.gif); background-repeat: no-repeat;
}
.logo:link, .logo:visited ,.logo:hover { text-decoration: none; }
/*
#logo span {
	position: absolute; display: block;
	width: 100%; height: 100%;
	left: 0; top: 0;
}
*/
/*
#logo {
  position: absolute; display: block;
  width: 250px; height: 90px;
  top: 25px; left: 45px;
  font-size: 300%; text-align: center; text-decoration: none; color: #344b66; 
  overflow: hidden;  
}

#logo span {
	position: absolute; display: block;
	width: 100%; height: 100%;
	left: 0; top: 0;
  background: transparent url(images/logo.gif) no-repeat 0 0;
}
*/
/* ---[ login ]------------------------------- */
.infoCookies
{
  position: absolute;
  top: 32px; right: 24px;
  width: 353px; height: 55px;
}
.infoCookies h1 { color: Red; margin: 0; padding: 0;}

.AspAjaxProgress  
{
	position: absolute;
	top: 50px;
	left: 450px;
	z-index: 1000000;
}

#login {
  position: absolute;
  top: 52px; right: 24px;
  width: 370px; height: 55px; line-height: 55px;
  background: #fcfdff url(images/login-bg.gif) repeat-x 0 0;   
  border: 1px solid #dce2e8;
}

#login .relative { padding-top: 14px; }
#login .control { height: 20px; line-height: 20px; }
#login .remeber { height: 20px; line-height: 20px; text-align: right; padding-right: 12px; }
#login .remeber input{ margin-right: 3px; }
#login .sent-pwd { margin-right: 10px; color: Black; font-size: x-small;  }

#login .control div { float: left; font-size: 90%; }
#login .control label { padding-right: 3px; margin-left: 12px; }
#login .control .image { margin-left: 10px; }

#login .control .input-text, .navigation .search .input-text {
	height: 18px; line-height: 18px;
	background: white url(images/input-bg.gif) repeat-x 0 0;
	border: 1px solid #dce2e8;
	margin-left: 0;
  overflow: hidden;
}

#login .control .input-text, #login .control .input-text input { width: 112px; }

#login .control .input-text input, .navigation .search .input-text input {
	height: 18px; line-height: 18px; line-height: 17px;
	padding: 0 2px; 
	border: none;
	background-color: transparent;
}

#login .login {
  position: absolute; float: none;
  top: -28px; left: -1px;
  width: 106px; height: 27px; line-height: 27px;
  font-weight: bold; text-align: center;
  background-color: #fcfdff;
  border-top: 1px solid #dce2e8; border-right: 1px solid #dce2e8; border-left: 1px solid #dce2e8;
}

#login .registration {
  position: absolute; float: none;
  top: -23px; left: 107px;
  width: 114px; height: 22px; line-height: 22px;
  font-size: 90%; font-weight: bold; text-align: center;
  background-color: #dce2e8;
}

#login .registration a { display: block; color: #1f2833; text-decoration: none; }
#login .registration a:hover { text-decoration: underline; }

/* ---[ zalogovan ]------------------------------- */

#zalogovan {
  position: absolute;
  top: 52px; right: 24px;
  width: 370px; height: 55px; line-height: 55px;
  background: #fcfdff url(images/login-bg.gif) repeat-x 0 0;   
  border: 1px solid #dce2e8;
}

#login-disabled 
{
	text-align: center;
	position: absolute;
	top: 52px; right: 24px;
	width: 370px; height: 55px;
	background: #fcfdff url(images/login-bg.gif) repeat-x 0 0;   
	border: 1px solid #dce2e8;
}
#login-disabled span { display: block; margin-top: 10px;}
	
#zalogovan .relative { padding-top: 7px; }
#zalogovan .user { line-height: 20px;}
#zalogovan .avatar { float: left; width: 40px; margin-left: 10px; margin-right: 10px; _margin-left: 5px; }
#zalogovan .specifications { float: left; width: 300px;}
#zalogovan .specifications  span {float: left; display: block; width: 120px; text-align: left; }
#zalogovan .specifications .spanc {float: left; display: block; width: 50px; text-align: left;}
#zalogovan .specifications .used { width: 128px; height: 11px; border: 1px solid #999999; margin-top: 2px; }
#zalogovan .specifications .used-bar { height: 11px; background-image: url(images/progress-bar-used.gif); }
#zalogovan .control .image { margin-left: 10px; }

#zalogovan .nick{
  position: absolute; float: none;
  top: -28px; left: -1px;
  width: 210px; height: 27px; line-height: 27px; padding-left: 10px;
  font-weight: bold; text-align: left;
  background-color: #fcfdff;
  border-top: 1px solid #dce2e8; border-right: 1px solid #dce2e8; border-left: 1px solid #dce2e8;
}

#zalogovan .logout{
  position: absolute; float: none;
  top: -23px; left: 221px;
  width: 80px; height: 22px; line-height: 22px;
  font-size: 90%; font-weight: bold; text-align: center;
  background-color: #dce2e8;
}

#zalogovan .logout a { display: block; color: #1f2833; text-decoration: none; }
#zalogovan .logout a:hover { text-decoration: underline; }


/* ---[ navigation ]-------------------------- */

.navigation {
  position: absolute;
  width: 940px; height: 36px; line-height: 36px;
  top: 124px; left: 24px;
  background: #dce2e8 url(images/navigation-bg.gif) repeat-x 0 0;
  border: 1px solid #dce2e8; border-bottom: none;
}

.navigation .menu {
  list-style: none;
  width: min; height: 31px; line-height: 31px;
  margin: 5px 0 0 14px;
}

.navigation .menu li {
    float: left; line-height: 27px;
    font-weight: bold;
    padding:  0 16px 4px 16px;
}

.navigation .menu li,.navigation .menu li a {
    text-decoration: none; color: #1f2833;
}

.navigation .menu li a:hover { text-decoration: underline; }

.navigation .menu .photos {width: 62px; text-align: center; }
.navigation .menu .photos.active { background: transparent url(images/menu-photos-bg.gif) no-repeat 0 0; }

.navigation .menu .myphotos { width: 88px; text-align: center; }
.navigation .menu .myphotos.active {background: transparent url(images/menu-myphotos-bg.gif) no-repeat 0 0; }

.navigation .menu .albums {width: 53px; text-align: center;}
.navigation .menu .albums.active { background: transparent url(images/menu-scrapbooks-bg.gif) no-repeat 0 0; }

.navigation .menu .myalbums {width: 88px; text-align: center;}
.navigation .menu .myalbums.active { background: transparent url(images/menu-myscrapbooks-bg.gif) no-repeat 0 0; }

.navigation .menu .users {width: 53px; text-align:center;}
.navigation .menu .users.active { background: transparent url(images/menu-users-bg.gif) no-repeat 0 0; }

.navigation .menu .admin {width: 53px; text-align:center; }
.navigation .menu .admin.active { background: transparent url(images/menu-users-bg.gif) no-repeat 0 0; }

.navigation .menu .categoryies.active { width: 58px; background: transparent url(images/menu-categoryies-bg.gif) no-repeat 0 0; }

.navigation .search {
  float: right;
  height: 20px; line-height: 20px;
  padding: 0 18px 0 27px;
  background: transparent url(images/search-bg.gif) no-repeat 0 50%;
  margin-top: 9px;
}

.navigation .search div { float: left; }
.navigation .search a { text-decoration: none; color: #1f2833; }
.navigation .search a:hover { text-decoration: underline; }
.navigation .search .search-go { font-weight: bold; margin: 0 15px 0 7px; }
.navigation .search .search-go-btn { font-weight: bold; font-size: 100%; margin: 0 15px 0 7px; background-color: Transparent; border: 0; cursor: pointer; }
.navigation .search .search-in-detail { font-size: 100%; margin: 0 0 0 15px; padding: 0; list-style-type: none;  }


.navigation .search .input-text, .navigation .search .input-text input { width: 200px; }
.search-results { width: 100%; }
.search-results span a { display: block; padding-left: 15px; }
.search-results p { padding-left: 5px; }
.search-results .thumb strong { background-color: Yellow; }
.search-results h2 { font-size: 110%; margin: 20px 0 15px 0; padding-left: 5px; }
.search-results .gall-nav {margin-top: 20px;}
.search-results .gall-nav span a { display: inline; }

.search-results .user .header a { color: Black; font-weight:bold; padding-left: 0px; display: inline;  }
.search-results .user .avatar { width: 40px; height: 40px; padding: 0 0 0 15px; float: left; }
.search-results .user .avatar img { margin: 0; padding: 0; position: relative; top: 2px; }
.search-results .user .name { width: 185px; height: 38px; padding-left: 15px; line-height: 38px; float: left; }
.search-results .user .name strong { background-color: Yellow; }
.search-results .user .albums { width: 100px; height: 38px; line-height: 38px; float: left; text-align: center; }
.search-results .user .photos { width: 100px; height: 38px; line-height: 38px; float: left; text-align: center; }
.search-results .user .registration { width: 150px; height: 38px; line-height: 38px; float: left; text-align: center; }
.search-results .user .scores { width: 150px; height: 38px; line-height: 38px; float: left; text-align: center; }
.search-results .user .last { width: 150px; height: 38px; line-height: 38px; float: left; text-align: center; }
.search-results .user .border { border-width: 1px 0 1px 0; border-color: #eaeaea; border-style: solid; margin: 2px 0 2px 0; }
.search-results .user  { margin-bottom: 30px; }

/* ---[ main, gall photo ]-------------------- */

#main-photo { float: left; width: 540px; }
#gall-photo { float: left; width: 597px; margin-bottom: 2em; }

#main-photo h3 {
    float: right;
    font-size: 90%; font-weight: normal;
    padding-right: 13px;
    background: transparent url(images/icon-user.gif) no-repeat 100% 50%;
}
    
#main-photo h4, #gall-photo h4 { 
    font-size: 90%; font-weight: bold;
    padding-left: 13px;
    background: transparent url(images/icon-desc.gif) no-repeat 0 50%;
}

#gall-photo h4 { font-weight: normal; }

#main-photo img, #gall-photo img { border: 1px solid #acb0b5; }

#keywords {
  float: right;
  width: 340px; height: 360px; line-height: 2.5em;
  border: 1px solid #dce2e8;
}

#keywords .content { padding: 20px; }
#keywords select { width: 180px; }
#keywords a { text-decoration: none; color: #1f2833; padding: 0 7px; }
#keywords a:hover { text-decoration: underline; }

#keywords .size1 { font-size: 100%; }
#keywords .size2 { font-size: 120%; }
#keywords .size3 { font-size: 150%; }
#keywords .size4 { font-size: 170%; }
#keywords .size5 { font-size: 200%; }
/* ---[ boxes ]------------------------------- */

#main-box { margin-top: 25px; min-height: 1px; _height: 1px; }

#main-box .box {
  float: left;
  width: 300px;
  border: 1px solid #dce2e8;
  margin-right: 18px;
}

#content-right .box {
  width: 300px;
  border: 1px solid #dce2e8;
  margin-bottom: 9px;
}

.adv-box {
  border: 1px solid #F6C6C7;
  margin-bottom: 9px;
}

.adv-box h2  
{
  font-size: 160%; font-weight: bold; font-family: Tahoma, sans-serif;
  height: 31px; line-height: 31px;
  padding-left: 13px;
  background: #F6C6C7 url(images/h2-bg-red.gif) repeat-x 0 0;
}

.my-box
{
  border: 1px solid #dce2e8;
  margin-bottom: 9px;
}

#main-box .box h2, #content-right .box h2, #keywords h2, .my-box h2 {
  font-size: 100%; font-weight: bold; font-family: Tahoma, sans-serif;
  height: 31px; line-height: 31px;
  padding-left: 13px;
  background: #dce2e8 url(images/h2-bg.gif) repeat-x 0 0;
}

.box .box_icon { position: relative; top: -29px; float:right; margin-right: 5px; }
.box .link-title { color: Black;  text-decoration: none; }
.box .link-title:hover { color: Black;  text-decoration: underline; }

.thumb { float: left; }
.thumb h3 { font-size: 88%; font-weight: normal; margin-left: 19px; }

.thumb div { 
  width: 112px; height: 83px;
  padding: 6px;
  /* background: transparent url(images/thumb-bg.gif) no-repeat 0 0; */
  margin: 0 9px;
  text-align :center;  
}

.thumb table { 
  width: 124px; height: 95px;
  /* background: transparent url(images/thumb-bg.gif) no-repeat 0 0; */
  margin: 0 9px;
}

.thumb-album { float:none; }
.thumb-album div { 
    height: 70px;
    padding-top: 18px;
	background: transparent url(images/thumb-album-bg.gif) no-repeat 0 0;
	text-align:center;
}
.thumb-album-protected div {background: transparent url(images/thumb-album-bg-protected.gif) no-repeat 0 0;}
.thumb-album-private div {background: transparent url(images/thumb-album-bg-private.gif) no-repeat 0 0;}
.thumb-album-blocked div {background: transparent url(images/thumb-album-bg-blocked.gif) no-repeat 0 0;}

.thumb span
{
font-size: 80%;
margin-left: 19px;
position: relative;
top: -4px;
}
.thumb table img { padding: 4px; border: #E2E3E5 2px solid;}
.thumb-protected table img { border-color: #F8CC37; }
.thumb-private table img { border-color: #D62E2E; }
.thumb-blocked table img { border-color: black; }

.thumb  img { }
.thumb_album a { display: block; width: 112px; }
.thumb .management { background: none; width: 112px; height: 20px; margin: 0 0 0 19px; padding: 0; }

#thumb-nav { width: 582px; margin: 0 auto 2em auto; }

#thumb-nav .thumb div, #thumb-s-nav .thumb div, #thumb-s-nav .thumb table { margin: 0 5px; }

#thumb-nav a.prev, #thumb-nav a.next {
    position: relative; display: block; float: left;
    width: 11px; height: 95px; 
    overflow: hidden;
}

#thumb-nav a.prev { margin-right: 12px; }
#thumb-nav a.next { margin-left: 12px; }

#thumb-nav a.prev span, #thumb-nav a.next span {
	position: absolute; display: block;
	width: 100%; height: 100%;
	left: 0; top: 0;
}

#thumb-nav a.prev span { background: white url(images/icon-prev.gif) no-repeat 0 50%; }
#thumb-nav a.next span { background: white url(images/icon-next.gif) no-repeat 0 50%; }

#thumb-s-nav { width: 230px; margin: 0 auto; }
#thumb-s-nav .thumb div {
  width: 89px; height: 65px;
  padding: 6px;
  background: transparent url(images/thumb-s-bg.gif) no-repeat 0 0; 
}
#thumb-s-nav .thumb table {
  width: 101px; height: 77px;
  background: transparent url(images/thumb-s-bg.gif) no-repeat 0 0; 
}


#thumb-s-nav .thumb .side-l, #thumb-s-nav .thumb .side-r { height: 10px; background: none; }
#thumb-s-nav .side-l { text-align: right; }
#thumb-s-nav .side-r { text-align: left; }

#main-box .box .content { padding: 8px 8px; }
#content-right .box .content { padding: 7px 13px; }
#content-right .box .content h3 { font-size: 100%; }
#content-right .box .content { font-size: 90%; }
#content-right .box .content p { margin-bottom: 0.3em; }
#content-right .author p, #content-right .info ul { margin-bottom: 0; }
#content-right .column-3 { text-align: center; }
#content-right .detail span { display: block; float: left; }
#content-right .detail .side-a { width: 90px; }
#content-right .detail .side-b { width: 184px; }

#content-right .info ul li {
  list-style: none;
  padding-left: 10px;
  background: transparent url(images/icon-arrow.gif) no-repeat 0 6px;
}

.info-myphoto2 {
border: 1px solid #DCE2E8;
width: 253px;
padding: 5px;
margin: 5px 0 5px 0;
background-color: #f8f8f8;
display: none;
}
.info-myphoto2 h1 { margin: 0px 20px 5px 15px; font-size: 100%;  }
.info-myphoto2 a img { float: right;  margin: 2px 2px 0 0; width: 13px; height: 13px; -moz-opacity: 0.5; opacity: 0.5; -khtml-opacity: 0.5; filter: alpha (opacity=50); }
.info-myphoto2 a:hover img { -moz-opacity: 1; opacity: 1; -khtml-opacity: 1; filter: alpha (opacity=100); }
.info-myphoto2 .e-mail { width: 211px; padding: 1px 5px 1px 5px; margin: 0px 0px 5px 15px; background: white url(images/input-bg.gif) repeat-x 0 0; border: 1px solid #dce2e8; }
.info-myphoto2 .message { height: 70px; width: 211px; padding: 1px 5px 1px 5px; margin: 0 0 5px 15px; background: white url(images/input-bg.gif) repeat-x 0 0; border: 1px solid #dce2e8; font-family: Tahoma, sans-serif; font-size: 100%; }
.info-myphoto2 .send { width: 100px; background: white url(images/input-bg.gif) repeat-x 0 0; border: 1px solid #dce2e8; padding: 1px 5px 1px 5px; margin: 0 0 0 15px; }


.info-myphoto {
border: 1px solid #DCE2E8;
width: 253px;
padding: 25px 0 10px 0;
margin: 5px 0 5px 0;
background-color: #f8f8f8;
display: none;
}
.info-myphoto a img { float: right; position: relative; top: -25px; margin: 2px 2px 0 0; width: 13px; height: 13px; -moz-opacity: 0.5; opacity: 0.5; -khtml-opacity: 0.5; filter: alpha (opacity=50); }
.info-myphoto a:hover img { -moz-opacity: 1; opacity: 1; -khtml-opacity: 1; filter: alpha (opacity=100); }
.info-myphoto .e-mail { width: 211px; padding: 1px 5px 1px 5px; margin: 0px 0px 5px 15px; background: white url(images/input-bg.gif) repeat-x 0 0; border: 1px solid #dce2e8; }
.info-myphoto .message { height: 70px; width: 211px; padding: 1px 5px 1px 5px; margin: 0 0 5px 15px; background: white url(images/input-bg.gif) repeat-x 0 0; border: 1px solid #dce2e8; font-family: Tahoma, sans-serif; font-size: 100%; }
.info-myphoto .send { width: 100px; background: white url(images/input-bg.gif) repeat-x 0 0; border: 1px solid #dce2e8; padding: 1px 5px 1px 5px; margin: 0 0 0 15px; }
.info-myphoto h1 { margin: 0px 20px 5px 15px; border: 1px solid red; font-size: 90%; top: -25px; position: relative; }
.info-myphoto select { width: 221px; padding: 1px 5px 1px 5px; margin: 0px 0px 5px 15px; background: white url(images/input-bg.gif) repeat-x 0 0; border: 1px solid #dce2e8; }
.search-results .info-myphoto { display: block; position: absolute; top: 20px; left: 100px; }

.info-profile {
border: 1px solid #DCE2E8;
width: 380px;
padding: 25px 0px 10px 0px;
background-color: #f8f8f8;
display: block;  
}

.info-profile .content { padding: 0px 10px 0px 10px; }
.info-profile .detail span { display: block; float: left; }
.info-profile .content .side-a { width: 200px; }
.info-profile .content .side-b { width: 150px; }
.info-profile .imgClose img { float: right; position: relative; top: -25px; margin: 2px 2px 0 0; width: 13px; height: 13px; -moz-opacity: 0.5; opacity: 0.5; -khtml-opacity: 0.5; filter: alpha (opacity=50); }
.info-profile .e-mail { width: 211px; padding: 1px 5px 1px 5px; margin: 0px 0px 5px 15px; background: white url(images/input-bg.gif) repeat-x 0 0; border: 1px solid #dce2e8; }
.info-profile .message { height: 70px; width: 211px; padding: 1px 5px 1px 5px; margin: 0 0 5px 15px; background: white url(images/input-bg.gif) repeat-x 0 0; border: 1px solid #dce2e8; font-family: Tahoma, sans-serif; font-size: 100%; }
.info-profile .send { width: 100px; background: white url(images/input-bg.gif) repeat-x 0 0; border: 1px solid #dce2e8; padding: 1px 5px 1px 5px; margin: 0 0 0 15px; }
.info-profile .avatar { margin-left:10px;}
.info-profile .name { font-weight: bold; margin-left:10px; font-size: 250%; }

.enter-password {
width: 253px;
padding: 25px 0 10px 0;
margin: 5px 0 5px 0;
z-index: 10;
}
.enter-password a img { display:none; float: right; position: relative; top: -25px; margin: 2px 2px 0 0; width: 13px; height: 13px; -moz-opacity: 0.5; opacity: 0.5; -khtml-opacity: 0.5; filter: alpha (opacity=50); }
.enter-password a:hover img { -moz-opacity: 1; opacity: 1; -khtml-opacity: 1; filter: alpha (opacity=100); }
.enter-password .password { width: 100px; padding: 1px 5px 1px 5px; margin: 0px 0px 5px 15px; background: white url(images/input-bg.gif) repeat-x 0 0; border: 1px solid #dce2e8; filter: alpha (opacity=80);}
.enter-password .label { font-weight: bold; margin-left: 15px; font-size: xx-small;}
.enter-password .send { width: 100px; background: white url(images/input-bg.gif) repeat-x 0 0; border: 1px solid #dce2e8; padding: 1px 5px 1px 5px; margin-left: 20px; filter: alpha (opacity=80);}

.gallery .enter-password { position: absolute;  top: -10px; left: 0px; width: 140px; float: left; display: none; }
.thumb-root { position: relative; width: 132px; height: 123px; float:left; }

.editable_photo_icon { float:left; margin-top: 5px;}
.editable_photo_name {  float: left;  }
.editable_photo_name input { width: 420px; height: 25px; background: white url(images/input-bg.gif) repeat-x 0 0; border: 1px solid #dce2e8; padding: 1px 5px 1px 5px;  font-family: Arial, Tahoma, Verdana, Geneva, Helvetica, sans-serif; font-size: 100%; }
.editable_photo_name a { margin-left: 5px;  }
.editable_photo_name img { margin: 0px; padding: 0px;   }

.editable_album_text { }
.editable_album_text textarea { height: 100px; width: 262px; padding: 1px 5px 1px 5px; margin: 0 0 5px 0; background: white url(images/input-bg.gif) repeat-x 0 0; border: 1px solid #dce2e8; font-family: Tahoma, sans-serif;}
.editable_album_text input {  width: 100px; background: white url(images/input-bg.gif) repeat-x 0 0; border: 1px solid #dce2e8; padding: 1px 5px 1px 5px;  }
.editable_album_text .cancel_button { }
.editable_album_text .submit_button { margin-left: 74px; }

.editable_photo_text { width: auto;  margin-top: 5px;  margin-bottom: 5px; text-align: left; }
.editable_photo_text .static { padding-left: 13px; padding-right: 13px; background: transparent url(images/icon-desc.gif) no-repeat 0 5px; }
.editable_photo_text .dynamic {  padding-left: 30px; padding-right: 30px; background: none;  }
.editable_photo_text textarea { height: 50px; width: 100%; padding: 1px 5px 1px 5px; margin: 0 0 5px 0; background: white url(images/input-bg.gif) repeat-x 0 0; border: 1px solid #dce2e8; font-family: Tahoma, sans-serif;}
.editable_photo_text input {  width: 100px; background: white url(images/input-bg.gif) repeat-x 0 0; border: 1px solid #dce2e8; padding: 1px 5px 1px 5px;  }
.editable_photo_text .cancel_button { float: left; }
.editable_photo_text .submit_button { float: right; }
.editable_photo_text .editable { }
.photo-view .edit_icon { float: left; }

#main-box .next {
  height: 21px; line-height: 21px;
  text-align: right;
  padding: 0 9px;
  background-color: #dce2e8;
}

#main-box .next a {
  font-size: 88%;
  color: #1f2833;
  text-decoration: none;
  padding-right: 10px;
  background: transparent url(images/icon-arrow.gif) no-repeat 100% 4px;
}

#main-box .next a:hover { text-decoration: underline; }

.author .avatar {
  position: absolute;
  top: 3px; right: 5px;
  width: 40px; height: 40px;
}

/* ---[ footer ]------------------------------ */

#footer {
  background: #dce2e8 url(images/footer-bg.gif) repeat-x 0 0; 
	position: relative;
	top: -4px;
 }

#footer .body {
  width: 960px; height: 70px;
  padding-top: 25px;
  background: transparent url(images/footer-body-bg.gif) no-repeat 0 28px;
  margin: 0 auto;
}

#footer .box {
  float: left;
  width: 162px;
  padding-left: 30px;
}

#footer h2 { font-size: 100%; }

#footer ul { font-size: 90%; margin-top: 2px; }
#footer ul li { line-height: 1.8em; list-style: none; }
#footer a { color: #1f2833; }

#copyright {
  font-size: 88%;
  color: #667180;
  text-align: center;
  height: 20px; line-height: 20px;
  background: transparent url(images/footer-copyright-bg.gif) no-repeat 50% 0;
}

#footer .links a {
  color: #667180;
  text-decoration: none;
}

#footer .links {
  font-size: 88%;
  color: #667180;
  text-align: center;
  height: 20px; line-height: 20px;
}


.flags {width: 360px; height: 11px; position: absolute; top: 111px; left: 605px;  }
.flags input { margin-left: 5px; margin-bottom: 2px; float:right; }
/* ---[ comment ]----------------------------- */

#comment li {
  list-style: none;
  padding-left: 10px;
  background: transparent url(images/icon-arrow.gif) no-repeat 0 8px;
  margin-left: 10px;
}
.comment-form { width: 540px; border: 1px solid #dce2e8; background: #f8f8f8 url(images/form-bg3.gif) repeat-y 8px 10px; padding: 10px 10px 10px 25px; text-align: right; }
.comment-form strong {float: left; padding-left: 10px; width: 100px;}
.comment-form textarea {background: white url(images/textarea-bg.gif) repeat-x 0 0; border: 1px solid #dce2e8; width: 400px; height: 75px; margin: 0 0 10px 0; padding: 0;}
.comment-form input {background: white url(images/input-bg.gif) repeat-x 0 0; height: 25px; border: 1px solid #dce2e8;} 
.comment-form p {text-align: right; margin: 0;}

.comment-item
{
margin: 5px 0 5px 0;
width: 575px;
border: 1px solid #dce2e8;
}
.comment-item .comment-head { background: #dce2e8 url(images/comment-bg.gif) repeat-x 0 0; height: 40px; padding: 5px; }
.comment-item .comment-head .comm-av { float: left; width: 60px; height: 50px;}
.comment-item .comment-head .comm-who { float: left; width: 210px; height: 50px;}
.comment-item .comment-head .comm-who h3 { font-size: 120%; font-weight: bold; }
.comment-item .comment-head .comm-who span {font-size: 80%;}
.comment-item .comment-head .comm-action{ float: left; text-align: right; width: 285px; height: 50px; }

.comment-item .comment-body {padding: 10px;}
.comment-item .comment-body .comment-form { width: 520px; border: 1px solid #dce2e8; background: #f8f8f8 url(images/form-bg3.gif) repeat-y 8px 10px; padding: 10px 10px 10px 25px; text-align: right; }
.comment-item .comment-body .comment-form strong {float: left; padding-left: 10px; width: 100px;}
.comment-item .comment-body .comment-form textarea {background: white url(images/textarea-bg.gif) repeat-x 0 0; border: 1px solid #dce2e8; width: 510px; height: 75px; margin: 0 0 10px 0; padding: 0;}
.comment-item .comment-body .comment-form input {background: white url(images/input-bg.gif) repeat-x 0 0; height: 25px; border: 1px solid #dce2e8;} 
.comment-item .comment-body .comment-form p {text-align: right; margin: 0;}

/* ---[ gallery ]----------------------------- */

.gallery { width: 100%; margin: 0 auto; }
.gallery .thumb { margin-bottom: 18px; }
.gallery-album {  }
.gallery-photo {  }

.gall-nav { font-size: 90%; text-align: right; margin-bottom: 2em; padding-right: 15px; }
.gall-nav .list { float: left; }
.gall-nav .list strong, .gall-nav .list a { padding: 0 5px; margin-right: 3px; }
.gall-nav .list strong { background-color: white; border: 1px solid #dce2e8; }
.gall-nav .list a { color: #1f2833; text-decoration: none; background-color: #dce2e8; border: 1px solid #dce2e8; }
.gall-nav .list a:hover { text-decoration: underline; }
.gall-nav .list .selected { background-color: white; border: 1px solid #dce2e8; font-weight:bold; color: Black; }
.box .gall-nav { padding-right: 5px; }
/* ---[ form ]-------------------------------- */

.form .content {
  padding: 40px 20px;
  background: #f8f8f8 url(images/form-bg.gif) repeat-x 8px 10px;
  border: 1px solid #dce2e8;
  margin-bottom: 2em;
}

.form h1 { margin-top: 0px; }
.form h1 b { text-decoration: underline; }
.form h4 { float: left; text-align: right; margin-left: 20px; margin-right: 10px; font-size: 90%; }
.form h3 { float: left; text-align: right; width: 150px; margin-right: 10px; }
.form .desc { font-size: 90%; color: #999; margin-left: 160px; }
.form .row { margin-bottom: 5px; }
.form .checkbox { font-size: 90%; padding-left: 110px; margin: 20px 0; }

.form .result 
{
	font-weight: bold; 
    color: black; 
    background-color: #FFFFE1; 
    border: 1px solid black;
    padding: 8px;
    margin-bottom: 20px;
}

.form .input-text {
	height: 18px; line-height: 18px;
	background: white url(images/input-bg.gif) repeat-x 0 0;
	border: 1px solid #dce2e8;
	margin-left: 0;
  overflow: hidden;
}

.form .input-text input {
	height: 18px; line-height: 18px; #line-height: 17px;
	padding: 0 2px; 
	border: none;
	background-color: transparent;
}

.form .input-file {
}

.form .input-file input {
	height: 18px;
	padding: 0 2px; 
	border: 1px solid #dce2e8;
	background: white url(images/input-bg.gif) repeat-x 0 0;
}
.captcha {float: left; clear: right; width: 150px; height: 100px; text-align: center;}
.captcha input {padding: 1px 5px 1px 5px;  border: 1px solid #dce2e8; font-family: Tahoma, sans-serif; font-size: 100%;}
.form .input-textarea { float: left; clear: right; margin: 0 0 3px 0; height: 84px; width: 350px; background: white url(images/input-bg.gif) repeat-x 0 0;}
.form .input-textarea textarea { height: 80px; width: 340px; padding: 1px 5px 1px 5px; background-color: transparent;  border: 1px solid #dce2e8; font-family: Tahoma, sans-serif; font-size: 100%; }

.form .input-select { background: white url(images/input-bg.gif) repeat-x 0 0; overflow: hidden; }
.form .input-select select { }

.form .input-select, .form select { width: 152px; }
.w150, .w150 input { width: 150px; }
.w250, .w250 input { width: 250px; }
.form .cat { width: 305px; margin: 0 0 15px 0px; float: left;}
.form .cat input{ margin: 0 3px 3px 0; _margin: 0;}
.form .cat label { margin: 0;padding: 0;}
.form .cat .categ { float: left; display: block; width: 150px; }

#submit .b1 {
  display: block; float: right; width: 100px;
  padding: 1px; background-color: #888; 
}

#submit .b2 {
  display: block; float: right; width: 98px;
  border: 1px solid #b3b3b3;
}

#submit { text-align: right; }

#submit input {
  font: 92%/1.5 Tahoma, sans-serif; font-weight: bold;
  width: 98px; height: 18px;
  color: white; background: transparent url(images/button-bg.gif) no-repeat 0 0;
  cursor: pointer; border: none;
}

.back { text-align: left; padding-top: 20px; float: left; }
.submit { text-align: right; padding-top: 15px; }
.button { background: white url(images/input-bg.gif) repeat-x 0 0; border: 1px solid #dce2e8; padding: 3px 10px 3px 10px; }

.left { float: left; }
.right { float: right; }

/* Rating */
.RatingStar {
    font-size: 0pt;
    width: 13px;
    height: 12px;
    margin: 0px;
    padding: 0px;
    margin-top: 3px;
    cursor: pointer;
    display: block;
    background-repeat: no-repeat;
}

.RatingStar_Filled {
    background-image: url(images/rating/FilledStar.png);
}

.RatingStar_Empty {
    background-image: url(images/rating/EmptyStar.png);
}

.RatingStar_Saved {
    background-image: url(images/rating/SavedStar.png);
}

.m_lblRating { float: left; margin-right: 5px;}

#main-box .pagination  { bottom: 0px; float: right; height: 18px; width: 282px; padding: 3px 9px 0 9px; background-color: #dce2e8;}

.avg_rating_root {width: 120px; height:24px; position:relative; text-align: left;}
.avg_rating_empty { width:120px; height: 24px; background-image: url(images/rating/star_empty.gif);  }
.avg_rating_fill { height: 24px; background-image: url(images/rating/star_fill.gif); z-index: 1; position: absolute; top: 0px; left: 0px; }

.avg_rating_root_small {width: 65px; height:12px; position:relative; text-align: left; margin-right: 10px; margin-top: 3px;}
.avg_rating_empty_small { width:65px; height: 12px; background-image: url(images/rating/EmptyStar.png); background-repeat: repeat-x;  }
.avg_rating_fill_small { height: 12px; background-image: url(images/rating/FilledStar.png); background-repeat: repeat-x; z-index: 1; position: absolute; top: 0px; left: 0px; }

/* ToolTip */
.balloon  {
	width: 315px; z-index: 1000; position: absolute; margin-top: -70px;
}
.balloonmiddle {
	width: 295px;
	background-image: url(images/balloonmiddle.gif);
	background-repeat: repeat-y;
	font-family: tahoma, arial;
	font-size: 10px;
	font-style: normal;
	padding-left:10px;
	padding-right:10px;
}
.balloontop {
	width: 315px;
	background-image: url(images/balloontop.gif);
	height: 10px;
	background-repeat: no-repeat;
}
.balloonbottom {
	width: 315px;
	background-image: url(images/balloonbottom.gif);
	height: 30px;
	background-repeat: no-repeat;
}

.path-panel { /*background-color: #E9E9E9;*/  padding: 2px; margin-bottom: 3px; height: 18px; }
.path-panel a { /*color: #D05A36; */}
.path-panel .path { float: left; }
.path-panel .path-navigation { float: right; }

.success { color: Green; }
.error { color: Red; }
.collapsed { display: none; }

.photo-view { width: 942px; margin-left: auto; margin-right: auto;}

.albums-in-category { width: 100% }
.albums-in-category thead td{ border-bottom: 1px solid #eaeaea; font-weight: bold; height: 35px; }
.albums-in-category thead td a {color: Black; }
.albums-in-category tbody td{ padding-left: 5px; }
.albums-in-category .text { text-align: left; height: 70px; padding-left: 5px; border-bottom: 1px solid #eaeaea;}
.albums-in-category .separator {  }
.albums-in-category .icon { margin: 0px; padding: 0px;  }
.albums-in-category .thumb-root { margin: 0px; padding: 0px; width: 132px; height: 95px; float: none; }

.end_cnn { float: left; clear: both;}
.flt { float: left;}

/* ---- full screen mode ---- */

#view_fullscreen { background: transparent url(images/bg_black-80.png) repeat; display: none; width: 100%; height: 100%; position: fixed; top: 0; left: 0; z-index: 1000; }

#view_fullscreen .view { background: #fff; margin: 20px auto; font: 11px tahoma; }
#view_fullscreen .view tr td a { color: #888; font: bold 13px verdana; text-decoration: none;}
#view_fullscreen .view tr td a:hover { color: #000;}

/* security */
.div-sec-root { border: 1px solid #dce2e8; display:inline-block; padding: 5px;}
.tbl-sec thead { font-weight: bold; text-align: center; }
.tbl-sec .row-separator { width: 20px; }
.tbl-sec-row {  }
.tbl-sec-row td { padding-left: 2px; }

/* Controls */
.ctrlUpload { margin: 0px 20px 0px 20px; }
.ctrlUpload .tabPage { height: 400px; }

.ctrlUpload_HtmlForm { width: 420px; }
/* End Controls */

/* Pages */
.pageInfo { min-height: 350px; margin: 0 20px 0 20px; }
.pagePhoto_Score { }
.pagePhoto_Score table { margin-bottom: 10px; width: 100%; margin-top: 25px; }
.pagePhoto_Score table thead { font-weight: bold;}
.pagePhoto_Score table td { padding: 2px; border-bottom: 1px solid #eaeaea; }
/* End Pages */


.ContextMenuPanel 
{
	border: 1px solid #868686;
	z-index: 1000;
	background: url(images/menu-bg.gif) repeat-y 0 0 #FAFAFA;
	cursor: default;
	padding: 1px 1px 0px 1px;
	font-size: 11px;
}

.ContextMenuBreak
{
	margin:1px 1px 1px 32px;
	padding:0;
	height:1px;
	overflow:hidden;
	display:block;
	border-top: 1px solid #C5C5C5;	
}

a.ContextMenuItem
{
	margin: 1px 0 1px 0;
	display: block;
	color: #003399;
	text-decoration: none;
	cursor: pointer;	
	padding: 4px 19px 4px 33px;
	white-space: nowrap;
}

a.ContextMenuItem-Selected
{
	font-weight: bold;
}

a.ContextMenuItem:hover
{
	background-color: #FFE6A0;
	color: #003399;
	border: 1px solid #D2B47A;
	padding: 3px 18px 3px 32px;
}

.cover-label { display: block; padding: 5px; margin-top: 5px; text-align:center;
   font-weight: bold; 
	border: 1px solid #DCE2E8;
	background-color: #f8f8f8;
}

.cover-selected { background: transparent url(images/bg_black-80.png) repeat; 
	color: White; font-size: 22px; text-align: center;
	width: 560px;  position: absolute; top: 280px; left: 200px; z-index: 1000; 
	padding: 15px;
}

.tbl-stats thead { font-weight: bold; }
.tbl-stats td { border-bottom: solid 1px black; }

.dlg-modal { background: url(images/bg_black-80.png) repeat; color: #888; display: none; height: 100%; width: 100%; top: 0; left: 0; position: fixed; z-index: 1000;}
.dlg1 { background: #eee url(images/bg_roh.gif) no-repeat right top; color: #444; font: 12px tahoma; margin: -50px -150px; height: 120px; width: 300px; left: 50%; top: 29%; position: absolute;}
.dlg1 p { line-height: 150%; margin: 20px;}
.dlg1 p input { width: 260px;}
.dlg1-submit { background: #ddd url(images/bg_potvrzeni.gif) repeat left top; margin: 10px 0 0 0; padding: 10px 0px; text-align: right;}
.dlg1-submit a { color: #444; margin: 0 15px 0 0; padding: 4px 6px; text-decoration: none; }
.dlg1-submit a:hover { color: #222;}
.dlg1-submit input {background-color: Transparent; border: 0; cursor: pointer; margin-right: 25px; }
.dlg-modal-iframe { background: url(images/bg_black-80.png) repeat; color: #888; height: 100%; width: 100%; top: 0; left: 0; position: fixed; z-index: 1000;}
.iframe-modal { height: 100%; width: 100%; top: 0; left: 0; position: fixed; z-index: 100; }
.iframe-ajaxphoto { min-height: 100%; min-width: 100%; top: 0; left: 0; position: absolute; z-index: 100; }

.fotoleto-logo {display: block; width: 186px; height: 33px; background-image: url(images/fotoleto.gif); background-repeat:no-repeat; position:absolute; left: 340px; top: 47px; }

.cropThumb img { border: 1px solid black; }
.cropThumb-new img { border: 1px solid red; }

.crop-input-text { width: 30px; 
	height: 18px; line-height: 18px;
	background: white url(images/input-bg.gif) repeat-x 0 0;
	border: 1px solid #dce2e8;
	margin-left: 0;
	overflow: hidden;
	padding-left: 5px;
}
.crop-button { margin-left: 5px; padding-left: 10px; padding-right: 10px; height: 20px; background: white url(images/input-bg.gif) repeat-x 0 0; border: 1px solid #dce2e8;  }
.crop-toolbar-panel { display: inline; }
.crop-panel { display: inline-block;   }
.crop-original {  }
.editor-toolbar { width: 100%; text-align: center; height: 28px; }
.tagging-panel { z-index: 100000; position: relative; 
                border: 1px solid black; 
                background-color: White;
                width: 150px; height: auto; 
                padding: 3px;
                margin: 0;
                display: none; top: 0; left: 0;
}
.tagging-input-text { 
	height: 18px; line-height: 18px;
	background: white url(images/input-bg.gif) repeat-x 0 0;
	border: 1px solid #dce2e8;
	margin: 2px;
	margin-left: 0;
	overflow: hidden;
	padding-left: 5px;
}
.tagging-tip
{
	margin: 5px;
	padding: 2px; 
	text-align: left;
	border: 1px solid #dce2e8;
}
.tagging-tip a { display: block; text-decoration: none; color: Black; padding-left: 5px; }
.tagging-tip a:hover { text-decoration: none;  background-color:  #EEEEEE; }

.photo-tags { background-color: #EEEEEE; text-align: left; }
.photo-tags a { font-size: small; }
.maptags-tooltip { background: url(images/bg_black-80.png);  border: 2px solid black; padding: 5px; position: fixed;  z-index: 10000;
                   font-size: 140%; color: White; text-align: center; display: none; }

.maptags-zoom-icon { position: absolute; top: 0; right: 0; }
.maptags-zoom-image {  }
.maptags-zoom-tooltip { position: absolute; bottom: 0; right: 0;  background: url(images/bg_black-80.png); padding: 2px; padding-right: 5px; padding-left: 8px; color: White;}

.map-thumb { width: 64px; height: 64px; float: left; margin: 2px; margin-left: 5px; border: 2px solid #EEEEEE; position: relative; }
.map-thumb:hover { cursor: pointer; }
.map-thumb-selected { border: 2px solid blue; }
.map-album-icon { width: 230px; border: 1px solid #EEEEEE; text-align: center;  }
.map-album-icon:hover { cursor: pointer; }
.map-album-selected { border: 1px solid blue; }

.map-icon-mapped { position: absolute; bottom: 3px; right: 3px; }
.map-icon-draggable { z-index: 1000; top: 0; left: 0;}
.map-instructions { font-size: 90%; display: block; width: 230px; }
.map-btn-finish { min-width: 100px; min-height: 20px; font-weight: bold; }
.map-search-text  
{
	width: 200px;
	height: 18px; line-height: 18px;
	background: white url(images/input-bg.gif) repeat-x 0 0;
	border: 1px solid #dce2e8;
	margin: 2px;
	margin-left: 0;
	overflow: hidden;
	padding-left: 5px;
}
.map-search-label { font-weight:bold; }
.map-search-button { width: 80px; height: 20px; }

.street-view {  width: 760px; height: 500px;  }



.fb-step-label { font-weight:bold; font-size: 20px; position: relative; top: -18px; margin-left: 7px; } 
.fb-p { margin-left: 25px; margin-bottom: 20px; background-color: #F7F7F7; border: 1px solid #BBBBBB; padding: 5px; margin-right: 25px; text-align: left; }
.fb-album { border: 1px solid #CCCCCC; padding: 3px; margin: 3px; float: left; height: 120px; min-width: 130px; text-align: center; background-color: White; }
.fb-album:hover {  background-color: #BCD5EB;  border: 1px solid #3B5998; cursor: pointer; }
.fb-album span { text-align: center; display: block; overflow: hidden; }
.fb-album-new {  border: 1px solid #CCCCCC; padding: 3px; margin: 3px; float: left; height: 120px; width: 130px; text-align: center; font-weight: bold; font-size: 160%;  }
.fb-album-new:hover {  background-color: #BCD5EB;  border: 1px solid #3B5998; cursor: pointer;  }
.fb-photo { float: left; border: 1px solid black; position: relative; width: 64px; height: 64px; margin: 2px; cursor: pointer; background-position: center center; background-repeat:no-repeat; }
.fb-photo img { width: 64px; height: 64px; }
.fb-photo input { position: absolute; bottom: 0; right: 0;  }
.fb-uploading { text-align: center; }

.tbl-links { width: 100%; margin-top: 20px; }
.tbl-links .input-text { width: 300px; }

.sortable img { cursor: pointer; }
.slider-thumb-size { background: url(images/slider-thumb-size.gif); background-repeat:no-repeat; width: 104px; height: 15px; margin-right: 15px; text-align:left; }