/* 2010.05.13 */
/* ----------------------------------- globalne --------------------------------- */
html {
	height: 100%
}

body { 
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	background: #FFFFFF;
	color: #000000;
}

ul {
	margin-top: 0;
}

form {
	margin: 0;
}

fieldset {
	margin: 0;
	padding: 0;
	border: 0;
}

/*td {
	font-size: 8px
}*/

map {
	border: 0;
	margin: 0;
	padding: 0;
	
}

.height100 {
	height: 100%
}

.nowrap {
 white-space: nowrap 
}

.justify {
	text-align: justify
}

.clearboth {
	clear: both;
	font-size: 0px;
}

.clearright {
	clear: right;
	font-size: 0px;
}

.clearleft {
	clear: left;
	font-size: 0px;
}

.field1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #003366;
	text-decoration: none;
	background-color: #F9F9F9;
	border-color: #666666 #CCCCCC #CCCCCC #666666;
	border-style: solid;
	border-width: 1px 1px 1px 1px;
	background-image: url(./../gfx/window/input1.gif);
	background-repeat: no-repeat;
	background-position: left top
}

.button1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
	background-color: #F9F9F9;
	border-color: #CCCCCC #333333 #333333 #CCCCCC;
	background-image: url(./../gfx/window/button1.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
	border-style: solid;
	border-width: 1px 1px 1px 1px;
	cursor: pointer
}

.red {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: red
}

/* ----------------------------- window ---------------------------------------- */
#window table.tab1 {
	background-image: url(./../gfx/window/gora_tlo.gif)
}

#window a img {
	border: 0;
}

#window td.td1 {
	height: 20px;
}

#window .text1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none
}

#window .text2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #8EC8FD;
	text-decoration: none
}

#window td.content {
	width: 760px;
	vertical-align: top;
}

/* --------------------------- site error -------------------------------------- */
#site_error {
	text-align: center;
}

/* -------------------------- site update ------------------------------------- */
#site_update {
	text-align: center;
}

/* ----------------------------------- viewer ---------------------------------- */
#viewer {
	text-align: center;
	padding-top: 10px;
}

#viewer a img {
	border: 0;
}

.viewer_descript {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
}

/* ----------------------------------- upload --------------------------------- */
.upload_tab1 {
	border: 1px solid;
	border-color: #DCE8F1 #A3C3DC #A3C3DC #DCE8F1;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px 
}

.upload_tab2 {
	border: #A3C3DC;
	border-style: solid;
	border-width: 1px 1px 1px 1px
}

/* --------------------------------- site null -------------------------------- */
.site_null_text1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none
}

/* --------------------------------- DivWindow -------------------------------- */
#DivWindowEntire1 {
	position: absolute;
	z-index: 100;
	background-color: #D4D4D4;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	opacity:.70;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
}

* html #DivWindowEntire1 {
	filter: alpha(opacity=70);
}

#DivWindow1 {
	position: absolute;
}

#DivWindow1 .controls1 {
	background-color: #000000;
	width: 100%;
	text-align: right;
	font-size: 18px;
	font-weight: bold;
	color: #FFFFFF;
	cursor: pointer;
}

/* --------------------------------- MessageDiv1 -------------------------------- */
#MessageDiv1 {
	position: absolute;
	background-color: #e7f9d9;
	min-height: 30px;
	min-width: 200px;
	border: 4px solid #bae57e;
	padding: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #2d560e;
}

#MessageDiv1 .div1{
	text-align: right;
	font-size: 10px;
}