* {
	background: transparent;
	margin: 0;
	padding: 0;
	font-family: Verdana, Arial;
	font-size: 14px;
	font-weight: normal;
	font-style: normal;
	color: #000000;
	text-align: left;
}

html,body {
	height: 100%;
  background: transparent url(../images/tausta.jpg) repeat left top;
}

.leftColumn {
	 /*width: 200px !important;*/
	 min-width: 150px;
}

#wrapper {
	width: 100%;
	/*min-width: 1000px;*/
	min-height: 100%;
	height: auto !important;
	height: 100%;
}

#header {
	/*height: 100px;*/
}

#loggedUser {
	min-width: 250px !important;
	max-width: 300px;
	margin: 0 0 0 auto;
}

#content {
	padding: 0 0 50px 0;
	background: white;
}
#content-front{
  padding: 0 0 50px 0;
  background: transparent;
}
#footer {
	margin: -50px auto 0 auto;
	/*min-width: 1000px;*/
	height: 50px;
	position: relative;
	text-align: center;
	/*color: #444444;*/
	color: #fff;
}

#ajaxLoader {
	visibility: hidden;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 85%;
	z-index: 1000;
	text-align: center;
	padding-top: 10%;
	background-color: transparent;
}

#ajaxMessage {
	visibility: hidden;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1000;
	text-align: center;
	padding-top: 100px;
	background-color: transparent;
	overflow: auto;
}

#ajaxOverlay {
	visibility: hidden;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1000;
	text-align: center;
	padding-top: 100px;
	background-color: transparent;
	overflow: auto;
}

.roundedBox {
	padding: 10px;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	border-radius: 20px;
	-moz-box-shadow: 0px 0px 10px #000000;
	-webkit-box-shadow: 0px 0px 10px #000000;
	box-shadow: 0px 0px 10px #000000;
	-moz-border-radius: 20px;
}

#headerIcons {
	display: none;
}


#systemMenu a {
	text-decoration: none;
	display: inline-block;
	margin: 0 0 6px 0;
	padding: 0;
}

#systemMenu a:hover {
	text-decoration: none;
	display: inline-block;
	margin: 0 0 6px 0;
	padding: 0;
	color: #2694E8;
}

#systemMenu a.systemMenuSelected {
	color: #2694E8;
	font-weight: bold;
}

a {
	text-decoration: none;
}

a:hover {
	color: #2694E8;
}
	

h1 {
	font-size: 24px;
	font-weight: bold;
	font-style: normal;
	line-height: 34px;
}

h2 {
	font-size: 20px;
	font-weight: bold;
	font-style: normal;
	line-height: 24px;
}

h3 {
	font-size: 18px;
	font-weight: bold;
	font-style: normal;
	line-height: 22px;
}

h4 {
	font-size: 16px;
	font-weight: bold;
	font-style: normal;
	line-height: 20px;
}

p,li,td {
	padding: 4px 0px;
}

b,strong {
	font-weight: bold;
}

i,em {
	font-style: italic;
}

.center {
	margin: 0 auto !important;
}

.title {
	font-weight: bold;
}

.subMenu {
	padding-left: 20px;
}

.compulsory {
	background: transparent url(../images/bullet_red.png) no-repeat right center;
}

.alignRight {
	text-align: right;
}

.currency {
	text-align: right;
}

.currency:after {
	content: ' EUR';
}


.fullWidth {
	width: 100% !important;
}

.alert {
	color: red;
}

/* Fixed width divs */
.div50,td.div50 {
	width: 50px;
}

.div100,td.div100 {
	width: 100px;
}

.div150,td.div150 {
	width: 150px;
}

.div200,td.div200 {
	width: 200px;
}

.div250,td.div250 {
	width: 250px;
}

.div300,td.div300 {
	width: 300px;
}

.div400,td.div400 {
	width: 400px;
}

.div500,td.div500 {
	width: 500px;
}

.div600,td.div600 {
	width: 600px;
}

.div700,td.div700 {
	width: 700px;
}

.div800,td.div800 {
	width: 800px;
}

.div850,td.div850 {
	width: 850px;
}

.div900,td.div900 {
	width: 900px;
}

.div950,td.div950 {
	width: 950px;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

th {
	font-weight: bold;
	margin: 0;
	padding: 0 4px 0 0;
}

td {
	margin: 0;
	padding: 0 4px 0 0;
}

input[type='checkbox'], input[type='radio'] {
	width: 1em;
	margin-right: 8px;
}

input[type='text'], input[type='password'], textarea, select {
	background-color: white;
	padding: 2px;
	width: 95%;
}

.date {
	width: 100px !important;
}

textarea.small {
	width: 100%;
	height: 50px;
}

@media only screen and (max-width: 480px) {
	.leftColumn {
 		width: 100% !important;	
	}
	
	#headerIcons {
		display: block;
	}
	
	#loggedUser {
		display: none;
	}
	
	#systemMenu {
		display: none;
	}
}
.section.group.list{
	padding-top: 5px;
	padding-left: 5px;
	padding-bottom: 5px;
}
.section.group.list.hilight{
	background-color: white;
	border-radius: 2px;
}
