.login-container {
	left: 0px;
	right: 0px;
	top: 0px;
	bottom: 0px;
	position: absolute;
}
.login-container.theme-a {
	background-color: rgba(35,47,62,0.8);
}
.login-container.theme-b {
	background-color: rgba(250,250,250,0.8);
}
.login-container-inner {
	width: 330px;
	text-align: center;
	margin: 14% auto;
	border: none;
	border-radius: 13px;
}
.login-container-inner.theme-a {
	background-color: rgba(35,47,62,0.8);
}
.login-container-inner.theme-b {
	background-color: rgba(250,250,250,0.8);
	border: 1px solid rgba(124,124,124, 0.3);
	border-radius: 0px;
}
.login-container-userimage {
	text-align: center;
	width: 100px;
	border: none;
	background-color: rgba( 255,255,255, .6);
	margin: 0 auto;
	margin-bottom: 30px;
	color: #FFFFFF;
	border-radius: 300px;
	height: 100px;
	line-height: 100px;
	overflow: hidden;
}
.login-container-userimage img{
	display: inline;
	margin: 10 auto;
	height: auto;
	width: 100px;
	text-align: center;
	opacity: 0.7;
}
.login-container-image img{
	display: inline;
	margin: 20px auto;
	height: auto;
	width: 180px;
	text-align: center;
	opacity: 1;
}
.news-container {
	overflow: auto;
	display: none;
	min-width: 100%;
	min-height: 100%;
	background: #ffffff url(img/background_1.jpg) repeat 0 0;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	position: absolute;
}
.news-container-header1 {
	width: 80%;
	float: left;
	margin-left: 50px;
	margin-top: 60px;
	letter-spacing: 2.5px;
	font-size: 40px;
	color: rgb(255,102,0);
}
.news-container-header2 {
	width: 80%;
	float: left;
	margin-left: 50px;
	margin-top: 30px;
	letter-spacing: 2.5px;
	font-size: 28px;
	color: silver;
}
.news-container-content {
	width: 80%;
	float: left;
	margin-left: 50px;
	margin-top: 30px;
	letter-spacing: 2.5px;
	font-size: 20px;
	color: silver;
}
.news-container-content span{
	color: rgb(255,102,0);
	padding-right: 10px;
}

.note_portlet {
float: left;
	margin: 0 1em 1em 0;
	padding: 0.3em;
border: 1px solid silver;
border-radius: 3px;
max-width: 30%;
width: 30%;
min-width: 310px;
height: 150px;
}
.note_portlet-header {
	padding-top: 0.8em;
padding-bottom: 0.8em;
	margin-bottom: 0.4em;
	position: relative;
border-bottom: 1px dashed silver;
}
.note_portlet-toggle {
	position: absolute;
	top: 50%;
	right: 0;
	margin-top: -8px;
}
.note_portlet-content {
	padding: 0.4em;
overflow: auto;
}
.note_input_title {
	width: 80%;
	text-align: center;
	border: 2px solid white;
	box-shadow: 0px 0px 0px 1px rgb(255,255,255);
	letter-spacing: 0.2em;
	margin-right: -15px;
}
.note_input_text {
	width: 98%;
	text-align: left;
	border: none;
	box-shadow: 0px 0px 0px 1px rgb(255,255,255);
	color: grey;
	letter-spacing: 0.04em;
	min-height: 100px;
	max-height: 100px;

}
	.note_delete {
	cursor: pointer;
	float:right;
	margin-top: 5px;
	margin-right: 5px;
	z-index: 999;
}
.note_copy {
	cursor: pointer;
	float:right;
	margin-top: 5px;
	margin-right: 10px;
	z-index: 999;
}
