

/***************************** NUTNY VECI ************************/

.noborder, table.noborder, #content_in #content_text table.noborder {
	border-style:none;
	border-width:0px;
}

.idinput {
    height:20px;
    width:0px;
    border-width:0px;
    background-color:transparent;
    display:none;
}
.textInput {
    border-width: 1px;
    border-style: solid;
    border-color: #b0b0b0;
    width:200px;
}

table.form1table {
    width: 675px;
    font-weight: 100; 
    /*_margin-left: 6px;*/
    margin-top:10px;
    margin-bottom:8px;
}

.form1 fieldset {
    width: 681px;
    /*_width: 595px;*/
    border-width: 2px;
    border-style: solid;
    border-color: white;
    color: #404040;
    font-weight: bold; 
    margin-left: 0px;
    margin-bottom:8px;
}

.form1 legend {
	color:black;
    font-size:12px;
}

table.form1table .required,  table.form1table .error {
    color: red;
    vertical-align: top;
}

table.form1table .note {
    color: black;
}

table.form1table .title {
}

table.form1table textarea {
    width: 370px;
    height: 100px;
    border-width: 1px;
    border-style: solid;
    border-color: #b0b0b0;
}

table.form1table tr {
}

table.form1table tr:hover,
table.form1table tr.hover {
}

table.form1table .td_left {
/*    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: gray;*/
    width: 200px;
    /*background-color: #d0d0d0;*/
    vertical-align: top;
    text-align:right;
    padding-right:12px;
}

table.form1table .buttons {
    text-align: left;
}

table.form1table .name {
    font-weight: bold;
}

table.form1table .td_right { 
/*    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: gray;*/
    /*background-color: #f0f0f0;*/
}
span.title {
margin-left:4px;
}

table.form1table td {
	border-width:0px;
}

.b-del{
display:block;
overflow:hidden;
width:100%;
/*background: transparent url('../images/main/del.gif') no-repeat;*/
font-size:12px;
text-decoration:none;
text-align:center;
}
.b-del:hover {
text-decoration:none;
}

td.buttons {
	text-align: center;
}

td.buttons div.buttons-div {
	text-align:center;width:100%;
	margin-top:4px;padding-top:0px;
}

/**************************** /NUTNY VECI ************************/



/***************************** LIGHTBOX **************************/
#lightbox{
	background-color:#eee;
	padding: 10px;
	border-bottom: 2px solid #666;
	border-right: 2px solid #666;
	}
#lightboxDetails{
	font-size: 0.8em;
	padding-top: 0.4em;
	}	
#lightboxCaption{ float: left; }
#keyboardMsg{ float: right; }
#keyboardMsg a{
  padding: 4px;
  color: black;
  background-color: #e0e0e0;
  font-weight: bold;
}
#closeButton{ top: 5px; right: 5px; }

#lightbox img{ border: none; clear: both;} 
#overlay img{ border: none; }

#overlay{ 
    background-image: url(./../images/lightbox_overlay.png); 
}

/***************************** /LIGHTBOX ****************************/
