/* ----------------------------------- globalne --------------------------------- */
html {
	height: 100%
}

body { 
	height: 100%;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	background: #FFFFFF;
	color: #000000
} 

ul {
	margin-top: 0
}

form {
 margin: 0 0 0 0
}

td {
	font-size: 8px
}

.height100 {
	height: 100%
}

.nowrap {
 white-space: nowrap 
}

.justify {
	text-align: justify
}

.clearboth {
	clear:both;
}

.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
}

a img {
	border: 0;
}

/* ----------------------------- window ---------------------------------------- */
.window_table1 {
	background-image: url(./../gfx/window/gora_tlo.gif)
}

.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
}

/* ----------------------------------- viewer ---------------------------------- */
.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
}

/* --------------------------------- cookieInfo -------------------------------- */
#cookieInfo {
	background-color: #E0E0E0;
	font-family: "times new roman";
	font-size: 14px;
	text-align: center;
}

#cookieInfo .box {
	overflow: hidden;
	width: 960px;
	margin: 0 auto;
}

#cookieInfo .leftBox {
	float: left;
	width: 900px;
}

#cookieInfo .rightBox {
	float: left;
	margin: 20px 0 0 10px
}