@charset "UTF-8";
/* CSS Document */

body, html {
	margin:0;
	padding:0;
	color:#333;
	font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif; 
	font-weight: 300;
	font-size:12px;
	
	width:100%; height:100%;
}
body {
	background-image:url(../img/back_grey.jpg);
	background-size:100% 100%;
	background-repeat:no-repeat;
	background-attachment:fixed;
}
h1, h2, h3, h4, h5 {
	margin:0;padding:0;
	font-family: 'Arvo', serif;
}
.loginpanel h3 {
	margin:15px 0 5px 0;
	border-bottom:1px solid #ccc;
	padding-bottom:5px;
}
#messages {
	position:fixed;
	top:76px;
	right:10px;
}
.message {
	width:250px;
	background-image:url(../img/back_w88.png);
	font-weight:bold;
	padding:15px;
}
div.error {
	background-color:#e26060;
	padding:14px;
	margin-bottom:10px;
}
.poweredby, .logout {
	position:fixed;
	z-index:999;
	bottom:20px;
	right:20px;
	font-weight:400;
}
.logout {
	left:20px;
	color:inherit;
	text-decoration:none;
}
.poweredby img {
	border:0;
}
#wrapper {
	width:100%;
	height:100%;
}
.scroll {
	width:100%;
	height:100%;
	overflow-y:scroll;
}
.loginpanel {
	position:absolute;
	width:410px;
	left:50%; margin-left:-205px;
	top:80px;
	background-image:url(../img/back_w88.png);
	border:1px solid #999;
}
.scroll .loginpanel {
	position:relative;
	top:100px;
}
.panel_header {
	padding:20px;
	border-bottom:2px solid #bbdd7f;
	text-align:center;
}
.panel_content {
	padding:20px;
	text-align:left;
}
.normalform label, .normalform input[type=text], .normalform input[type=password], .normalform select {
	display:inline-block;
	text-align:left;
	width:240px;
}
.normalform label {
	width:100px;
}
.normalform input[type=text], .normalform input[type=password], .normalform select {
	padding:8px;
	border:1px solid #eee;
	margin-bottom:10px;
}
.normalform textarea {
	padding:8px;
	border:1px solid #eee;
	margin-bottom:10px;
	width:360px;
	height:100px;
}
.normalform input[type=submit], input[type=button] {
	display:block;
	background-color:#bbdd7f;
	padding:10px 15px;
	border:0px;
	color:#FFF;
	font-family: 'Arvo', serif;
	font-size:14px;
	cursor:pointer;
}
.normalform input[readonly=readonly] {
	display:inline-block;
	width:auto;
	background-color:transparent;
	border:0px;
	font-weight:bold;
	padding:1px 7px;
}
label.ro {
	display:inline-block;
	width:175px;
}
input[type=button] {
	display:inline-block;
	margin:20px 0;
	clear:both;
}



/*MAIN*/
.center_content {
	text-align:center;
	padding:30px;
	padding-top:95px;
}
.custom_header + .center_content {
	padding-top:30px;
}



/*EDIT DOC*/
.header {
	height:47px;
	width:100%;
	background-image:url(../img/back_w88.png);
	position:absolute;
	z-index:10;
	border-bottom:2px solid #bbdd7f;
	font-family: 'Arvo', serif;
	font-weight:bold;
	font-size:24px;
	text-align:center;
	padding-top:18px;
}
.header .back {
	position:absolute;
	left:25px;top:25px;
	font-size:12px;
	font-weight:normal;
	color:#333;
	text-decoration:none;
}
.header .logout {
	position:absolute;
	right:25px;top:25px;
	font-size:12px;
	font-weight:normal;
	color:#333;
	text-decoration:none;
}
.header .action.right {
	position:absolute;
	right:25px;top:25px;
	font-size:12px;
	font-weight:normal;
	color:#333;
	text-decoration:none;
	cursor:pointer;
}
.header .action.right a {
	color:inherit;
	text-decoration:none;
}

.custom_header, .custom_footer {
	width:100%;	
	text-align:center;
}
.custom_header img, .custom_footer img {
	max-width:100%;
	height:auto;
}


.issue {
	border-top:1px solid #eaeaea;
	padding:5px 0;
	margin:5px 0;
}
.issue .date {
	font-size:11px;
}
.issue .subject {
	font-size:12px;
}
.issue .text {
}
.issue .status {
	font-size:11px;
	font-weight:bold;
}
