*{
	margin: 0px;
	padding: 0px;
	border: 0px;
	line-height: 1.5em;
}

h2{
	padding-bottom: 15px;
	color: #404040;
}

#content .cimzett{
	padding-right: 15px;
}

#content a.edit{
	position:relative;
	margin-left: 30px;
	padding-right: 30px;
	background: url("/images/edit_flat.png") right no-repeat;
	display: inline-block;
}

#content a.edit:hover{
	
	position:relative;
	margin-left: 30px;
	padding-right: 30px;
	background: url("/images/edit_flat_active.png") right no-repeat;
	display: inline-block;
}

#content a.accept_all{
	position:relative;
	padding-right:30px;
	background: url("/images/save_flat.png") right no-repeat;
	display: inline-block;
}

#content a.accept_all:hover{
	
	position:relative;
	padding-right:30px;
	background: url("/images/save_flat_active.png") right no-repeat;
	display: inline-block;
}




#content a.email{
	position:relative;
	margin-left: 30px;
	padding-right: 30px;
	background: url("/images/email.png") right no-repeat;
	display: inline-block;
	
}

#content a.email:hover{
	
	position:relative;
	margin-left: 30px;
	padding-right: 30px;
	background: url("/images/email_active.png") right no-repeat;
	display: inline-block;
	
}


#content a.notify{
	position:relative;
	margin-left: 30px;
	padding-right: 30px;
	background: url("/images/alert.png") right no-repeat;
	display: inline-block;
}

#content a.notify:hover{
	
	position:relative;
	margin-left: 30px;
	padding-right: 30px;
	background: url("/images/alert_active.png") right no-repeat;
	display: inline-block;
}


#content a.question{
	position:relative;
	margin-left: 30px;
	padding-right: 30px;
	background: url("/images/question.png") right no-repeat;
	display: inline-block;
}

#content a.question:hover{
	
	position:relative;
	margin-left: 30px;
	padding-right: 30px;
	background: url("/images/question_active.png") right no-repeat;
	display: inline-block;
}


#logo{
	position: absolute;
	width:245px;
	left: 50px;
}

#welcome{
	color: #404040;
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	position: relative;
	top: 200px;
	
}
#loginerror{
	padding-top: 30px;
}


#content{
	position:absolute;
	top:75px;
	padding:20px;
	width: 100%;
	background: #f4f4f4;
	height: 100%;
}

#content a, #content a:hover{
	border:0px;
	padding:0px;
}


#content table{
	width: 80%;
}


#adminFrame{
	position:absolute;
	top: 30px;
	height:55px;
	width: calc(100% - 500px);
	padding-left: 500px;
	font-size: 15px;
	color: #404040;
}

.menuitem{
	position: relative;
	padding: 20px;
	height: 55px;
	margin: 5px;
	text-transform: uppercase;
}

#adminFrame select{
	padding-left: 20px;
	border: 0px;
	font-size:17px;
}

#adminFrame select:hover{
	color: #404040;
	background-color: #cce0ec;
}

#adminFrame  .separator{
	display: inline-block;
	width: 30px;
	border-left: 2px solid #404040;
	margin-left:50px;
	
}
.activemenu, .menuitem:hover{
	border-bottom: 3px solid #2991d6;
	color: #2991d6;
}

.errormsg{
	border: none;
	color: #f00 !important; 
	font-weight: bold;
}

.bluemsg{
	border: none;
	color: #00f !important; 
	font-weight: bold;
}

.orangemsg {
	border: none;
	color: orange !important;
	font-weight: bold;
}

.savebutton{
	font-size: 14px;
	padding: 14px 35px;
	text-align: center;
	font-weight: bold;
	color: #404040;
	border: 2px solid #b2b2b2;
}

.dropbutton{
	font-size: 12px;
	padding: 5px 15px;
	text-align: center;
	font-weight: bold;
	color: #404040;
	border: 2px solid #b2b2b2;
}

input[type=checkbox]{
	min-width:10px;
}
input[type=submit]#send {
	font-size: 14px;
	padding: 5px 15px;
	text-align: center;
	font-weight: bold;
	color: #404040;
	border: 2px solid #b2b2b2;
}

input[type=submit]#save,input[type=button]#cancel {
	font-size: 14px;
	padding: 14px 35px;
	text-align: center;
	font-weight: bold;
	color: #404040;
	border: 2px solid #b2b2b2;
}


input[type=submit]#login {
	font-size: 14px;
	padding: 14px 35px;
	text-align: center;
	font-weight: bold;
	color: #404040;
	border: 2px solid #b2b2b2;
}

hr {
	display: block;
	margin-top: 0.5em;
	margin-bottom: 0.5em;
	margin-left: auto;
	margin-right: 1%;
	border-style: inset;
	border-width: 1px;
}


body{
 	font-family: verdana, arial, sanserif; 
 	font-size: 11px;  
  	color: #000000; 
  	text-decoration: none; 
  	/*background-attachment: fixed;*/
 	background: #ffffff;
 	margin: 0px auto;
}

footer{
 	font-size: 12px;
	padding-left: 1%;
	padding-top: 450px;
	padding-bottom: 1%;
	text-align: left;
}

ul{
	list-style-type: square;
}

.kivalasztott{
	background: #ddd;
}

#wrapper{
	position: relative;
	width: 80%;
	margin: 0px auto;
	padding-left: 0%;
}


a:link, a:visited {
	text-decoration: none;
	color: black;
}

a:hover {
	color: darkblue;
}


h1{
	font-size: 24px;
	padding-left: 0.5%;
	padding-top: 2%;
	text-align: center;
}

div#user{
	position:absolute;
	float:right;
	right: 10px;
	top: 10px;
	
}



table{
	border-collapse: collapse;
	border: 1px #b2b2b2 solid;
	font-size: 12px;
	color: #404040;
	margin: 1px auto;
}

th{
	border: 0px;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 20px;
	padding-right: 20px;
	background-color:#cce0ec;
}
	
td{
	border: 0px;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 10px;
	padding-right: 10px;

}

#list tr:nth-child(even) {background: #CCC}
#list tr:nth-child(odd) {background: #FFF}


.center{
	text-align: center;
	border: 0px;
}

.oneline{
	white-space: nowrap;
	
}
.right{
	text-align: right;
}
.left{
	text-align: left;
}

.bold{
	font-weight: bold;
}


.logintd1{
	border: 0px;
	text-align: right;
	font-weight: bold;
	font-size: 18px;
	color: #404040;
	padding-right: 1%;
	width: 50%;
}

.logintd2{
	border: 0px;
	text-align: left;
	padding: 0px;
	width:50%;
}

.loginbutton{
	border: 0px;
	text-align: center;
}

input{
	min-width: 70px;
	border-bottom: 2px #bbb solid;
	
}

input:disabled {
	min-width: 70px;
	border: 2px #bbb solid;
	background: #e3e3e3;
	color: #404040;
}

select{
	min-width: 70px;
	border-bottom: 2px #bbb solid;
}

table#loginForm{
	position: absolute;
	top: 50%;
	left: 0px;
	width: 100%;
	height: 13%;	
	border: 0px;
}

.cimke{
	font-weight: bold;
	text-align: left;
	border: 0px;
}

table#loginButton{
	position: absolute;
	top: 60%;
	left: 0px;
	width: 100%;
	height: 20%;	
	border: 0px;
}

table#save{
	position: absolute;
	top: 130%;
	left: 17%;
	width: 10%;
	height: 10%;	
	border: 0px;
}

.zold{
	background-color: #00ce00;
}

.sarga{
	background-color: #ff0;
}

.piros{
	background-color: #f00;
	
}

#content a.add {
	margin-left: 30px;
	padding-right: 30px;
	background: url("/images/add_flat.png") right no-repeat;
}

#content a.add:hover {
		position: relative;
		margin-left: 30px;
		padding-right: 30px;
		background: url("/images/add_flat_active.png") right no-repeat;
		display: inline-block;
	}
#list .osszeg {
	font-weight: bold;
}




#file_upload{
	position:absolute;
	left:940px;
	
}
#upload{
	position:relative;
	left:0px;
    font-family:'PT Sans Narrow', sans-serif;
    background-color:#373a3d;

    background-image:-webkit-linear-gradient(top, #373a3d, #313437);
    background-image:-moz-linear-gradient(top, #373a3d, #313437);
    background-image:linear-gradient(top, #373a3d, #313437);

    width:50%;
    padding:10px;
    border-radius:3px;

    margin:0px auto;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}

#drop{
    background-color: #2E3134;
    padding: 20px 20px;
    margin-bottom: 30px;
    border: 10px solid rgba(0, 0, 0, 0);
    border-radius: 3px;
    border-image: url('img/border-image.png') 25 repeat;
    text-align: center;
    text-transform: uppercase;

    font-size:16px;
    font-weight:bold;
    color:#7f858a;
	
}

#drop a{
    background-color:#2991d6;
    padding:12px 26px;
    color:#fff;
    font-size:14px;
    border-radius:2px;
    cursor:pointer;
    display:inline-block;
    margin-top:12px;
    line-height:1;
	display:block;
}

#drop a:hover{
     background-color:#f4f4f4;
    padding:12px 26px;
    color:#2991d6;
    font-size:14px;
    border-radius:2px;
    cursor:pointer;
    display:inline-block;
    margin-top:12px;
    line-height:1;
	display:block;
}

#drop input{
    display:none;
}

#upload ul{
    list-style:none;
    margin:0 -10px;
    border-top:1px solid #2b2e31;
    border-bottom:1px solid #3d4043;
}

#upload ul li{

    background-color:#333639;

    background-image:-webkit-linear-gradient(top, #333639, #303335);
    background-image:-moz-linear-gradient(top, #333639, #303335);
    background-image:linear-gradient(top, #333639, #303335);

    border-top:1px solid #3d4043;
    border-bottom:1px solid #2b2e31;
    padding:5px;
    height: 62px;

    position: relative;
}

#upload ul li input{
    display: none;
}

#upload ul li p{
    width: calc(100% - 20px);
    overflow: hidden;
    white-space: nowrap;
    color: #EEE;
    font-size: 16px;
    font-weight: bold;
    position: absolute;
    top: 20px;
    left: 75px;
}

#upload ul li i{
    font-weight: normal;
    font-style:normal;
    color:#7f7f7f;
    display:block;
}

#upload ul li canvas{
    top: 15px;
    left: 12px;
    position: absolute;
}

#upload ul li span{
    width: 15px;
    height: 12px;
    background: url('img/icons.png') no-repeat;
    position: absolute;
    top: 34px;
    right: 23px;
    cursor:pointer;
}

#upload ul li.working span{
    height: 16px;
    background-position: 0 -12px;
}

#upload ul li.error p{
    color:red;
}

