@charset "utf-8";
/*==============================================================================
Dragit.cz - Tomas Jindrich

# CONTENT OF CSS
-------------------------
01. LIBRARIES IMPORT
02. GLOBAL
03. TYPOGRAPHY AND COLORS
04. LINKS
05. HEADERS
06. TABLES
07. FORMS
08. NAVIGATION
09. STRUCTURE
==============================================================================*/

/* LIBRARIES IMPORT
==============================================================================*/
@import url("reset.css");
@import url("calendar.css");

/* GLOBAL
==============================================================================*/
.noscreen {
	display: none;
}

.invisible {
	visibility: hidden;
}

.inline {
	display: inline;
}

.hand {
	cursor: pointer;
}

.cleaner {
	clear: both;
	line-height: 0px;
	font-size: 0px;
}

.floatleft {
	float: left;
}

.floatright {
	float: right;
}

.nofloat {
	float: none;
}

.textleft {
	text-align: left;
}

.textright {
	text-align: right;
}

.textcenter {
	text-align: center;
}

.textjustify {
	text-align: justify;
}
 
.bold {
	font-weight: bold;
}

.italic {
	font-style: italic;
}

.underline {
	border-bottom: 1px solid;
}

.imgleft {
	float: left;
	margin: 4px 10px 4px 0;
}

.imgright {
	float:right;
	margin: 4px 0 4px 10px;
}
 
.nopadding {
	padding: 0;
}

.noindent {
	margin-left: 0;
	padding-left: 0;
}

.nobullet {
	list-style: none;
	list-style-image: none;
}

/* TYPOGRAPHY AND COLORS
==============================================================================*/
body {
	border-top: 10px solid #acbb00;
	font-size: small;
	font-family: arial, tahoma, verdana, sans-serif;
	text-align: center;
	color: #a3a3a3;
}

p {
	line-height: 1.4em;
}

p, ul, ol {
	padding: 0 0 1.25em 0;
}
 
ul, ol {
	padding: 0 0 1.25em 2.5em;
	line-height: 1.5em;
}

ul {
	list-style-type: disc;
}

ol {
	list-style-type: decimal;
}

small {
	font-size: 0.85em;
}

.highlight {
	background: #ffc;
}

/* LINKS
==============================================================================*/
a {
	color: #a3a3a3;
}

a:hover {
	color: #a3a3a3;
}

/* HEADERS
==============================================================================*/
h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
}
 
h1 {
	padding: 0;
	font-size: 4em;
	color: #acbb00;
	text-align: center;
}

h2 {
	padding: 0 0 0.2em 0;
	font-size: 1.4em;
	color: #ff7200;
}

h2 a, h2 a:hover {
	color: #ff7200;
}

h3 {
	font-size: 1.5em;
	padding: 1em 0;
}

h4 {
	font-size: 1.2em;
	padding: 1em 0;
}

h5 {
	font-size: 1em;
	font-weight: bold;
	padding: 1em 0;
}

h6 {
	font-size: 1em;
	font-weight: bold;
	padding: 1em 0;
}

/* TABLES
==============================================================================*/
table {
	margin: 0 0 10px 0;
	border-spacing: 1px;
	border: 1px solid #cccccc;
	width: 100%;
}

th, td, caption {
	padding: 0.5em;
}

caption {
	color: #fff;
	background: #007592;
}

th, th a, th a:hover {
	color: #fff;
	font-weight: bold;
	text-align: center;
	background: #6e6e6e;
}

td {
	background: #f0f0f0;
}

tr.odd td {
	background: #f7f7f7;
}

/* FORMS
==============================================================================*/
form {
  width: 100%; 
}

form label, form .textbox, select, textarea, form .container {
  display: block;
  float: left;
  width: 200px;
  margin: 3px 0;
  padding: 2px 5px;
}

form .container {
	width: auto;
}

form .textbox, select, textarea, checkbox {
	border: 1px solid #cccccc;	
}

form select {
  width: 214px;
}

form textarea {
  height: 200px;
}

form label {
  width: 105px;
  padding-right: 15px;
  text-align: right;
}

form .container label {
  float: none;
  display: inline;
  width: auto;
  padding: 0 1em 0 0;
  text-align: left;
}

form br {
  clear: left;
}

form input.submit {
  padding: 1em;
}

form fieldset {
  padding: 10px;
  margin-bottom: 10px;
  border: 1px solid #cccccc;
}

form legend {
  padding: 0.5em;
  color: gray;
  font-weight: bold;
  background: #E8E8E8;
}

form fieldset.noframe {
  padding: 0;
  margin-bottom: 0;
  border: none;
}

form input.radio {
  width: 15px;
  margin-left: 160px;
}

form .formbutton {
	float: right;
	padding: 0.5em 1em;
	margin-bottom: 10px;
}

form .readonly{
	color: #6e6e6e;
	background: #f0f0f0;
}

form .instructions {
	padding: 0.5em;
	margin: 10px 0;
	border: 1px solid #ededb3;
	background: #ffffcc;
}

/* widths and heights inputs */
form .wider {
	width: 610px;
}

form .wide {
	width: 450px;
}

form select.wide {
	width: 460px;
}

form .narrow {
	width: 110px;
}

form select.narrow {
	width: 120px;
}

form .narrower {
	width: 50px;
}

form textarea.short {
	height: 75px;
}

form textarea.long {
	height: 400px;
}

form .require {
	color: #ff0000;
}

form small {
	color: #aeaeae;
}

form .container {
	padding: 0 0 5px 0;
	line-height: 2em;
}

/* NAVIGATION
==============================================================================*/

/* hidden navigation */
#hmenu a { 
	position: absolute;
	left: -9999px;
}

/* main menu */
#menu {
	padding: 0;
	list-style-type: none;
}

#menu li {
	list-style-type: none;
	display: inline;
}

#menu a {

}

#menu a:hover {

}

#menu a.selected {

}

/* STRUCTURE
==============================================================================*/
#main, #footer {
	width: 620px;
}

#main {
	margin: 0 auto;
	padding: 0;
	text-align: left;
}

#title {
	padding: 0 0 0.25em 0;
	text-align: center;
	font-size: large;
}

#otherlang {
	padding: 5px 0 50px 0;
	text-align: center;
}

#namebox {
	position: relative;
	padding: 15px;
	width: 590px;
	height: 50px;
	background: url(./design/name-background.gif) 0 0 no-repeat;
}

#namebox #inplace form#inplaceForm {
	display: none;
}

#namebox #inplace.editmode h1 {
	display: none;
}

#namebox #inplace.editmode form#inplaceForm {
	display: block;
	text-align: center;
}

#namebox #inplaceForm #edited_text {
	padding: 5px;
	border: 1px solid #9fa736;
	width: 220px;
	font-size: x-large;
	color: #acbb00;
	text-align: center;
}

#namebox #inplaceForm .button {
	padding: 5px;
	margin: 0px 0 0 2px;
	border: none;
	width: 40px;
	height: 41px;
	/height: 39px;
	background: #acbb00;
	color: #ffffff;
	text-align: center;
	font-weight: bold;
	text-transform: uppercase;
	vertical-align: top;
	/vertical-align: baseline;
}

#namebox #searchCalControl, #namebox #inplaceControl {
	position: absolute;
	top: 8px;
	left: 12px;
	z-index: 990;
}

#namebox #searchCalControl {
	padding: 2px 0 2px 20px;
	background: url(./design/find-calendar.png) 0 0 no-repeat;
}

#namebox #inplaceControl {
	left: 492px;
	padding:2px 20px 2px 0;
	background: url(./design/find-name.png) right 0 no-repeat;
}

#calendar {
	margin: 10px 0 35px 0;
	height: 80px;
	text-align: center;
}

#calendar a {
	display: block;
	float: left;
	width: 60px;
	padding: 7px 0 0 0;
	margin-right: 10px;
	background: url(./design/calendar-list-bg.gif) 0 0 no-repeat;
	line-height: normal;
	text-decoration: none;
}

#calendar a:hover {
	background: url(./design/calendar-list-main-bg.gif) 0 -14px no-repeat;
	color: #ff7200;
}

#calendar a.last {
	margin-right: 0;
}

#calendar a.main {
	padding-top: 1px;
	height: 60px;
	background: url(./design/calendar-list-main-bg.gif) 0 0 no-repeat;
	color: #ffffff;
}

#calendar a span.num {
	font-size: 2.5em;
	color: #ffffff;
}

#calendar a.main span.num {
	padding-top: 3px;
	display: block;
}

#names_characteristics {
	margin-bottom: 30px;
}

#names_characteristics .text {
	line-height: 18px;
}

#names_characteristics span.view_more,
#names_characteristics span.view_less {
	display: inline;
	color: #FF7200;
	cursor: pointer;
	text-decoration: underline;
}

#names_characteristics span.remaining_text {
	display: none;
}

#names_characteristics.full_view span.view_more {
	display: none;
}

#names_characteristics.full_view span.remaining_text {
	display: inline;
}

.infobox {
	float: left;
	margin-bottom: 20px;
	width: 300px;
}

.infobox.left {
	margin-right: 20px;
}

.infobox.right {
	float: right;
}

.infobox .icon {
	float: left;
	display: block;
	margin-right: 10px;
	margin-bottom: 15px;
	border: 1px solid #bababa;
}

.infobox .icon img {
	border: 4px solid #ffffff;
	display: block;
}

#footer {
	padding: 1em 0;
	border-top: 1px solid #dfdfdf;
}

#footer img {
	vertical-align: sub;
}

/* OSTATNI
==============================================================================*/
#searchCal {
	position: absolute;
	width: 240px;
	height: 200px;
	top: 0;
	z-index: 999;
	background: white;
}

#greetingform {
	padding: 10px;
	border: 1px solid #d4dde3;
	width: 278px;
	background: #f7fafc;
}

#greetingform .textbox, #greetingform .textarea {
	border-color: #a6bac7;
	color: #a3a3a3;
	font-family: arial, tahoma, verdana, sans-serif;
	font-size: small;
}

#greetingform label{
	color: #8896a0;
}

#greetingform .textbox {
	width: 141px;
}

#greetingform .textarea {
	height: 90px;
	width: 266px;
}

#greetingform .button {
	float: right;
	padding: 0;
	margin-top: 5px;
	border: none;
	width: 132px;
	height: 33px;
	background: url(./design/greetingform-button.gif) no-repeat;
	text-align: center;
	line-height: 33px;
	font-weight: bold;
	color: #ffffff;
	cursor: pointer;
}

#greetingform #display_result {
	padding: 9px 0;
	height: 30px;
}

div#loading {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: white url(./design/loading.gif) center center no-repeat;
}

/* WISDOMS */
.wisdom {
	padding: 0.5em 1em;
	margin: 0 0 30px 0;
	border: 1px solid #eaf09d;
	background: #fdffe1;
	color: #8d980a;
}

.wisdom .title {
	float: left;
	width: 80px;
	height: 20px;
	line-height: 20px;
	font-weight: bold;
	padding: 0;
	margin: 0;
}

.wisdom ul#scrollup {
	float: left;
	width: 500px;
	height: 40px;
	position: relative;
	overflow: hidden;
	list-style-type: none;
	margin: 0;
	padding: 0;
	border: none;
	/*background: red;*/
}

.wisdom ul#scrollup li {
	position: absolute;
	top: 60px;
	left: 0px;
	margin: 0;
	padding: 0;
	/*background: green;*/
	margin-top: -1px;
}