/* ----- CSS FancyBox ----- */
body {
  margin: 0;
  padding: 0;
}
h2 {
  margin: 10px 15px 5px 15px;
  font-size: 100%;
  font-weight: bold;
}

#lightwindow-content .formular .input input {
	border: solid 1px #b3b3b3;
}

#lightwindow-content .lightboxCheckbox {
    width: 15px; display: inline; height: 15px;
}

#lightwindow-content {	
  padding: 0;	
  width: 100%;
  height: 350px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 100%;
  background: #eaeaea;
}

#lightwindow-content #head {
  margin: 0px;	
  height: 40px;
  border-bottom: 6px solid #727270;
  background: #303030 url(../images/bckg-lightbox.jpg) 98% 50% no-repeat; 
}
#lightwindow-content p.nadpis {
  margin: 0 10px;
  padding: 0 0 0 25px;
  line-height: 40px;
  font-weight: bold;
  color: #fff;
  background: url(../images/lightbox-ico.jpg) 0 50% no-repeat;
}
#lightwindow-content p {
  margin: 20px 15px;
  padding: 0 0 10px 0;
  line-height: 160%;
}


#lightwindow-footer {
  position: absolute;
  right: 0;
  bottom: 0px;
  padding: 10px 0 10px 0;
  width: 100%;
  height: 20px;
  border-top: 1px solid #fff;
  background: #eaeaea;
}
/* ---- BUTTON ORANGE --- */
/*
a.bg-button, a.bg-button:visited, a.bg-button:link {
  cursor: pointer;
  height: 23px;
  line-height: 23px;
  margin: 0 0 0 15px;
  padding: 0 15px;
  text-decoration: none;
  background: url(../images/button.gif) 0 -23px repeat-x;
  color: #fff;
  display: block;
  float: left;

}
a:hover.bg-button, a:active.bg-button, a:visited.bg-button {
  color: #fff;
  text-decoration: none;
}
*/
#lightwindow-content .right {
  margin: 0 15px;
  float: right;
}
/* -- FORM -- */
#lightwindow-content form {
  margin: 0;
}
#lightwindow-content input, #lightwindow-content select {
  margin: 0;
}
#lightwindow-content form label {
  margin: 0 10px 0 0; 
}
#lightwindow-content .label {
  margin: 5px 15px 5px 12px;
  width: auto;
  height: 22px;
  line-height: 22px;
  /*float: left;*/
  text-align: left;
  font-weight: bold;
}
#lightwindow-content .input {
  padding-left: 12px;
  
}

#lightwindow-content textarea {
  margin: 0;
  padding: 3px;

  font-size: 100%;
  font-family: Arial, Helvetica, sans-serif;
  width: 450px;
  border: solid 1px #b3b3b3;  
}
#lightwindow-content .clear { 
	float: none;
	clear: both;
    border: 0px;
    height: 0px;
}

.formular input.noBorder {
    border: 0px;
}

/* --- FORMULAR - nastaveni souboru --- */
.formular {
  margin: 5px 0px 20px 0px; 
  width: 100%;
}
.formular label {
  margin: 0px 0 2px 0;
  display: block;
  font-weight: bold;
}
.formular input {
  margin: 0;
  display: block;
  width: 472px;
  border: solid 1px #b3b3b3;  
}
.formular a {
    cursor: pointer;
}
.formular .copy-link {
  margin: 4px 0 0 0;
  float: right;
}
.groupName {
  margin: 2px 15px;
}

.groupName input {
	width: 13px; height: 13px; display: inline;	
}

.groupName table {
	width: 450px;	
	border-collapse: collapse;
}

.groupName td {
	width: 25%;	
	border-right: 1px solid white;
}

.groupName h3 {
	margin: 0px; padding: 0px;
	font-size: 12px;	
}

.groupMember {
  margin: 5px 15px 10px 15px;
}

.groupMember label {
  margin: 0 0 0 10px;
  font-size: 90%;
}

#formular p a, #formular p a:link, #formular p a:visited {
    color: orange;
    cursor: pointer;
    text-decoration:underline;
}

#formular p a:hover {
    color: black;
}

#flashStateDiv {
    margin: 0; margin-top: 10px;
}

#usersharetable {
    border-collapse: collapse; border: 0;
}

#usersharetable td {
    border: 0;
    font-size: 11px;
}

#lightwindow-content .formular table input {
    border: 0; width: 15px; height: 15px;
}

#sharediv {
    position: relative; overflow: auto; width: 505px; height: 185px;
}

.overflowlightboxdiv {
    height: 255px;
    width: 500px;
    overflow: auto;
}


