@charset "utf-8";

html, body {
	background-color: #000000;
	color: #FFFFFF;
	font-family: Calibri, Arial, Helvetica, sans-serif;

}

h1 {
	font-size: 16px;
	font-weight: 500;
}

h2 {
	font-size: 14px;
	font-weight: 500;
}

h3 {
	font-size: 12px;
	font-weight: 500;
}

p {
	font-size: 12px;
}

a {
	color: #FF0000;
	text-decoration: none;
}

a:hover {
	color: #FF0000;
	text-decoration: underline;
}

.top {
	margin: auto;
	width: auto;
	font-family: Calibri, Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-align: right;
}

.head {
	height: 200px;
	width: 400px;
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
.logo {
	height: auto;
	width: 400px;
}
.title {
	font-size: 18px;
	font-weight: 500;
	text-align: right;
	height: auto;
	width: 400px;
}
.nav {
	font-size: 16px;
	text-align: right;
	width: 400px;
	font-weight: 500;
}
.nav a {
	padding-left: 3px;
	padding-right: 3px;
	color: #FF0000;
	text-decoration: underline;
}
.nav a:hover {
	padding-left: 3px;
	padding-right: 3px;
	color: #FF0000;
	text-decoration: none;
}

.main {
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	width: 400px;
	height: auto;

}

.text {
	font-size: 12px;
	font-weight: 500;
	text-align: justify;
	width: auto;
	height: auto;
}

.textl {
	text-align: left;
	text-transform: lowercase;
}

.border {
	border: #ffffff 1px solid;
	padding: 2px;
	text-align: left;
	text-transform: lowercase;
}

.bottom {
	margin-top: 30px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
	width: 400px;
	font-family: Calibri, Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-align: right;
}

.bottom a {
	color: #FF0000;
	text-decoration: underline;
}
.bottom a:hover {
	color: #FF0000;
	text-decoration: none;
}

.edit_link {
	text-align: right;
	text-transform: lowercase;
}

/* login */

.login_box{
	position:fixed; /*this is the key*/
	right:0px;
	top:0px;
	width:180px;
	height:480px;
	z-index:24;
	color:#ff0000;
	text-decoration:none;
	font-size: 14px;
	font-weight: 500;
	text-transform: lowercase;
	background: #000000 url(/lib/image/login_bar.png) no-repeat top right;
}

.login_box:hover{
	z-index:25;
}

.login_box span{
	display: none
}

.login_box span h1, span h2, span h3, span p{
	text-align: left;
	padding-left:22px;
}

.login_box:hover span{ /*the span will display just on :hover state*/
	display:block;
	position:absolute;
	padding-right:10px;
	top:0px; right:0px;
	width:180px;
	height:480px;
	background: #000000 url(/lib/image/login_bar.png) no-repeat top left;
	color:#ffffff;
	text-align: center;
}

.login_wrap {
	padding : 0;
	margin : 0px;
}

.login_l{
	display:block;
	padding : 0;
	font-size : 12px;
	margin : 2px;
}

input {
	color: #ffffff;
	border: #ffffff 1px solid;
	background: #111111 url(.gif) repeat-x top;
	text-transform: none;

}

input .l{
	color: #ffffff;
	border: #ffffff 1px solid;
	background: #111111 url(.gif) repeat-x top;
	text-transform: lowercase;

}

textarea {
	color: #ffffff;
	border: #ffffff 1px solid;
	background: #111111 url(.gif) repeat-x top;
	text-transform: none;

}
