body {
	background-color:hsla(0,0%,45%,1.0);
	background-image: url("images/background.png");
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size:15px;
	font-weight:normal;
	margin:17px;
}

.page {
	min-width:1024px;
	max-width:1920px;
	display: block;
	margin-left: auto;
	margin-right: auto;
	padding:28px;
	z-index:-3;
	background-color:hsla(0,0%,100%,1.0);
	background: linear-gradient(to bottom right, hsla(0,0%,100%,1.0), hsla(0,0%,80%,1.0));	
	box-shadow: 5px 5px 5px #000;
	resize:both;
	border-radius:6px;
}

.clickable {
	text-decoration: underline;
	cursor: pointer;
}

.hidden {
	display: none;
}

.double-paragraph {
	column-count:2;
	-moz-column-count:2; /* Firefox */
	-webkit-column-count:2; /* Safari and Chrome */
}

.border {
	padding:1px; 
	border:1px solid #000;
}

ul.menu
{
	list-style-type:none;
	margin:0px;
	padding:0px;
	overflow:visible;
}

li.menu
{
	float:left;
	padding:0px;
	margin-left:0px;
	margin-top:0px;
	margin-right:6px;
	margin-bottom:0px;
	box-shadow: 4px 4px 4px #888888;
	border:0px;
}

a:link.menu, a:visited.menu
{
	display: table-cell;
	vertical-align: middle;
	width:110px;
	height:32px;
	font-weight:bold;
	font-size:17px;
	color:hsla(0,0%,100%,1.0);
	text-align:center;
	vertical-align: middle;
	text-decoration:none;
	font-variant:small-caps;
}

a:hover.menu, a:active.menu
{
	color:hsla(0,0%,0%,1.0);
	background-color:hsla(0,100%,100%,0.75);
	background: linear-gradient(to bottom right, hsla(0,0%,100%,0.5) , hsla(0,0%,100%,1.0));
	text-shadow: 2px 2px 4px hsla(0,0%,0%,0.5);
}

li.menu, a:link.menu, a:visited.menu {
	border-radius:2px;
}

li.contentitem {
	background-color:hsla(125,80%,30%,0.65);
	background: linear-gradient(to bottom right, hsla(110,80%,30%,0.3) , hsla(140,80%,30%,1.0));
}

a.contentitem {
	display: none;
}

li.disabledcontentitem {
	background-color:hsla(0,0%,0%,1.0);;
	position:relative;
	top:10px;
	bottom:10px;
}

a.disabledcontentitem {
	display: none;
}

img.menu {
	position:absolute;
	z-index:0;
	opacity:1;
	margin-left:38px;
}
.horizontal-menu {

}

.vertical-menu {

}

hr.header {
    height: 12px;
    border: 0;
    box-shadow: inset 0 -12px 12px -12px rgba(0,0,0,0.5);
}

hr.content {
    height: 12px;
    border: 0;
    box-shadow: inset 0 12px 12px -12px rgba(0,0,0,0.5);
}

hr.double {
    padding: 0;
    border: none;
    border-top: medium double #333;
    color: #333;
    text-align: center;
}
hr.double:after {
    content: "";
    display: inline-block;
    position: relative; 
    top: -0.7em;  
    font-size: 1.5em;
    padding: 0 0.25em;
    background: white;
}

.footer {
	text-align: right;
}

.top {
	vertical-align:text-top;
}

.right {
	float:right;
}

.nowrap {
	white-space:nowrap;
}

.strike {
	text-decoration:line-through;
}

/* Sorting */
th.table-sortable {
	cursor:pointer;
	background-image:url("/images/sortable.gif");
	background-position:center left;
	background-repeat:no-repeat;
	padding-left:12px;
	margin: 2px;
}
th.table-sorted-asc {
	background-image:url("/images/sorted_up.gif");
	background-position:center left;
	background-repeat:no-repeat;
	margin: 2px;
}
th.table-sorted-desc {
	background-image:url("/images/sorted_down.gif");
	background-position:center left;
	background-repeat:no-repeat;
	margin: 2px;
}
th.table-filtered {
	background-image:url("/images/filter.gif");
	background-position:center left;
	background-repeat:no-repeat;
	margin: 2px;	
}
 

.page {
	max-width:1108px;
} 

h1 {
	font-family: Verdana, Helvetica, Tahoma, Sans-Serif;
	font-size: 20px;
	text-shadow: 2px 2px 3px hsla(0,0%,0%,0.3);
	margin-top: 20px;
}

h2 {
	font-family: Verdana, Helvetica, Tahoma, Sans-Serif;
	font-size: 18px;
	font-variant: small-caps;
	text-shadow: 1px 1px 2px hsla(0,0%,0%,0.3);
	margin-top: 8px;
}

h3 {
	font-family: Verdana, Helvetica, Tahoma, Sans-Serif;
	font-size: 14px;
	margin-bottom: 4px;
	margin-top: 14px;
}

h4 {
	font-family: Verdana, Helvetica, Tahoma, Sans-Serif;
	font-size: 12px;
	margin-bottom: 4px;
	margin-top: 12px;
}

p {
	text-indent: 0.6cm;
	text-align: justify;
	line-height: 16px;
}

.discussion {
	text-align: justify;
	line-height: 16px;
	margin-top: 1em;
	margin-bottom: 1em;
	margin-left: 0;
	margin-right: 0;
}

u,p,ul,li,td,font {
	font-family: Verdana, Helvetica, Tahoma, Sans-Serif;
	font-size: 12px;
}

legend {
	font-weight: bold;
}

thead {
	font-weight: bold;
	font-variant: small-caps;
}

.highlight:hover {
}

.odd:hover {
}

.even:hover {
}

.odd {
}

.even {
}

label {
	font-variant: small-caps;
}

textarea {
    width:100%;
}

input,textarea {
	font-family: Verdana, Helvetica, Tahoma, Sans-Serif;
	font-size: 12px;
	border-left-width: 1px;
	border-top-width: 1px;
	border-right-width: 2px;
	border-bottom-width: 2px;
}

a:link {
}

a:visited {
}

a:active {
	text-decoration: none;
}

a:hover {
	text-decoration: none;
}

abbr {
	font-style: italic;
	font-weight: bold;
	text-decoration: underline;
	cursor: help;
}

.selectedcell {
}

.disabledcell {
}

.emptycell {
}

.silvercell {
}

.podpis {
	font-style: italic;
	line-height: 200%;
	text-align: right;
}

.info {
	font-style: italic;
	line-height: 26px;
}

.warning {
	color: #EF8F1F;
	font-weight: bold;
	line-height: 26px;
}

.error {
	line-height: 26px;
	font-weight: bold;
	color: #FF3F5F;
}

.contentitem {
	line-height: 200%;
	border-style: outset;
	border-left-width: 1px;
	border-top-width: 1px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	padding-left: 3px;
	padding-top: 1px;
	padding-right: 3px;
	padding-bottom: 1px;
}

.disabledcontentitem {
	line-height: 200%;
	border-style: inset;
	border-left-width: 2px;
	border-top-width: 2px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	padding-left: 2px;
	padding-top: 0px;
	padding-right: 4px;
	padding-bottom: 2px;
}

 

.page {
	background-color: #CCECF5;
	background-image: url('Background-winter.png');
	background-repeat: repeat-y;
	background-attachment: scroll;
} 

h1 {
	color: #66767A;
}

h2 {
	color: #66767A;
}

h3 {
	color: #434E51;
}

h4 {
	color: #000000;
}

thead {
	background-color: #CCECF5;
	color: #6666FF;
}

.highlight:hover {
	color: #000000;
	background-color: #FFFFFF;
}

.odd:hover {
	background-color: #E9FFFF;
}

.even:hover {
	background-color: #E9FFFF;
}

.odd {
	color: #000000;
}

.even {
	color: #222255;
}

label {
	color: #6666FF;
}

input,textarea {
	color: #2C3335;
	background-color: #D8F4FF;
	background: transparent;
	border-color: #5F5F9F;
	border-style: groove;
}

a:link {
	color: #7070FF;
}

a:visited {
	color: #5454D2;
}

a:active {
	color: #7C7CFF;
}

a:hover {
	color: #CCECF5;
	background-color: #6666FF;
}

abbr {
	color: #000000;
}

.selectedcell {
	color: #CCECF5;
	background-color: #6666FF;
}

.disabledcell {
	color: #879DA3;
	background-color: #879DA3;
}

.emptycell {
	background-color: #C8E8F1;
}

.silvercell {
	color: #7F7F7F;
}

.contentitem {
	border-color: #5F5F9F;
}

.disabledcontentitem {
	border-color: #5F5F9F;
}

