html {
	background: #5c104c url('/img/bg.png') center center no-repeat;
	background-size: contain;
}

body {
	margin: 0;
	position: relative;
	font-size: 15px;
	text-align: center;
}

body, body * {
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
}

html, body {
	margin: 0;
	width: 100%;
	height: 100%;
}

.ifl {
	margin: 0 15px 0 0;
}

.ifr {
	margin: 0 0 0 15px;
}

.ok {
	color: #008800;
}

.hiba {
	color: #ff0000;
}

a {
	outline: 0;
}

img {
	border: 0;
}

#header {
	top: 0;
	width: 100%;
	height: 140px;
	position: absolute;
	text-align: left;
}

#header .logo {
	top: 30px;
	left: 30px;
	width: 345px;
	height: 83px;
	position: absolute;
	background: url('/img/logo.png') left top no-repeat;
}

#header .buttons {
	top: 46px;
	right: 0;
	position: absolute;
}

#header .button {
	float: left;
	height: 46px;
	cursor: pointer;
	padding: 0 0 0 50px;
	line-height: 46px;
	margin-right: 30px;
	text-decoration: none;
}

#header .button_1 {
	color: #5c104c;
	width: 111px;
	background: url('/img/bg_button_1.png') left top no-repeat;
	font-weight: 700;
}

#header .button_2 {
	color: #ffffff;
	width: 113px;
	background: url('/img/bg_button_2.png') left top no-repeat;
}

#container {
	top: 18%;
	width: 100%;
	height: 70%;
	margin: 0 auto;
	position: relative;
}

#menu {
	top: 200px;
	left: 0;
	position: absolute;
}

#menu a {
	color: #302b2b;
	width: 250px;
	height: 75px;
	display: block;
	padding: 0 0 0 70px;
	text-align: left;
	border-top: 1px solid #d3c4d0;
	line-height: 75px;
	border-bottom: 1px solid #5c104c;
	text-decoration: none;
	background-color: #f1f1f1;
}

#menu a.active {
	background-color: #d4d4d4;
}

#menu a.menu_1 {
	background-image: url('/img/icon_1.png');
	background-position: 22px 23px;
	background-repeat: no-repeat;
}

#menu a.menu_2 {
	background-image: url('/img/icon_2.png');
	background-position: 20px 23px;
	background-repeat: no-repeat;
}

#menu a.menu_3 {
	background-image: url('/img/icon_3.png');
	background-position: 20px 23px;
	background-repeat: no-repeat;
}

#secured {
	top: 140px;
	left: 320px;
	width: 71%;
	height: 70%;
	position: absolute;
	background: #ffffff;
	border-radius: 20px;
}

#secured.content {
	padding: 10px 30px 30px 30px;
	overflow: auto;
	text-align: left;
}

.doboz {
	color: #5e5e5e;
	border: 1px solid #d6d6d6;
	position: absolute;
	border-radius: 20px;
	text-align: left;
}

.doboz div {
	padding: 0 20px;
}

.doboz .header {
	background: #d6d6d6;
	border-top-left-radius: 20px;
	border-top-right-radius: 20px;
	font-size: 15px;
	height: 50px;
	line-height: 50px;
	font-weight: 600;
}

.doboz .item {
	font-size: 13px;
	height: 40px;
	line-height: 40px;
	border-top: 1px solid #d6d6d6;
}

.doboz .item.fat {
	font-size: 16px;
	height: 81px;
	line-height: 81px;
	border-top: 1px solid #d6d6d6;
}

.doboz .item.fat span {
	color: #d04545;
	font-weight: 600;
}

.doboz.d1 {
	top: 40px;
	left: 40px;
}

.doboz.d2 {
	top: 40px;
	left: 500px;
}

.doboz.d3 {
	top: 380px;
	left: 40px;
}

.doboz.d3 a {
	color: #bdbdbd;
	margin: 0 0 0 40px;
	text-decoration: none;
}

.doboz.d3 a:hover {
	color: #5e5e5e;
}

table.campaigns {
	border: 1px solid #d6d6d6;
	margin: 40px;
	border-radius: 20px;
	border-spacing: 0;
}

table.campaigns td {
	padding: 0 20px;
}

table.campaigns thead td {
	height: 50px;
	font-size: 15px;
	background: #d6d6d6;
}

table.campaigns thead td:first-child {
	border-top-left-radius: 20px;
}

table.campaigns thead td:last-child {
	border-top-right-radius: 20px;
}

table.campaigns tbody td {
	height: 40px;
	font-size: 13px;
	border-top: 1px solid #d6d6d6;
}

b {
	font-weight: 600;
}

#welcome {
	top: 10%;
	width: 60%;
	height: 60%;
	margin: 0 auto;
	position: relative;
	background: url('/img/welcome.png') center center no-repeat;
	background-size: contain;
}

#ra_01 {
	top: 15%;
	right: -100px;
	width: 20%;
	height: 80%;
	position: absolute;
	background: url('/img/ra_01.png') center center no-repeat;
	background-size: contain;
}

#ra_02 {
	left: 65px;
	width: 175px;
	color: #ffffff;
	height: 130px;
	bottom: 35px;
	padding: 150px 5px 0 0;
	position: absolute;
	background: url('/img/ra_02.png') center center no-repeat;
	font-weight: 400;
	font-size: 20px;
	background-size: contain;
}

#content {
	width: 80%;
	margin: 0 auto;
	padding: 30px;
	max-height: 80%;
	text-align: left;
	background: #ffffff;
	border-radius: 20px;
	overflow: auto;
}

#login {
	width: 25%;
	margin: 0 auto;
	padding: 30px;
	max-height: 80%;
	text-align: left;
	background: #ffffff;
	border-radius: 20px;
	position: relative;
}

#content h1, #login h1 {
	font-size: 24px;
	margin-top: 0;
	font-weight: 400;
}

#footer {
	width: 100%;
	bottom: 0;
	height: 80px;
	position: absolute;
	background: url('/img/bg_footer.png');
	text-align: left;
}

#footer .copy {
	float: right;
	color: #ffffff;
	line-height: 80px;
	margin-right: 30px;
}


#footer .menu {
	float: left;
	line-height: 80px;
	margin-left: 30px;
}

#footer .menu a {
	color: #ffffff;
	display: inline-block;
	text-decoration: none;
}

#msgPanel {
	display: none;
	padding: 15px 25px;
	position: fixed;
	max-width: 680px;
	border: 4px solid #52a8ec;
	background: #ffffff;
	z-index: 19001;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-khtml-border-radius: 10px;
	-webkit-border-radius: 10px;
}

#msgPanel .st {
	margin: 10px 0 0 0;
	font-size: 12px;
	text-align: left !important;
}

#msgPanel.ok {
	border: 4px solid #008800;
}

#msgPanel.hiba {
	border: 4px solid #ff0000;
}

#msgPanel ul {
	text-align: left;
	font-size: 12px;
	margin: 5px 0 0 0;
	padding: 0 15px;
}

#msgPanel button {
	color: #666666;
	border: 1px solid #888888;
	margin: 10px 0 0 0;
	padding: 2px 7px;
	font-size: 13px;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
}

#msgPanel button:hover {
	color: #333333;
	border: 1px solid #444444;
}

#transBG {
	background-color: #000000;
	opacity:0.75;
	filter:alpha(opacity=75);
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 999;
	width: 100%;
	height: 100%;
}
