@charset "utf-8";
/* CSS Document */

body{
	/* background:#000; */
	font-family:calibri;
}

h2{
	margin:0px;
	padding:0px;
	font-weight:normal;
}

.clear{
	clear:both;
}

.heading{
	background:#1a4266;
	color:#fff;
	text-align:center;
	font-weight:normal;
	height:50px;
	line-height:50px;
}

.login-body{
	width:30%;
	margin:12% auto 0 auto;
}

.login-box{
	background:#fff;
	border-radius:3px 0 3px 0;
	box-shadow:0 0 3px #ccc;
	padding:20px;
}

.login-box ul{
	margin:0px;
	padding:0px;
}

.login-box ul li{
	list-style:none;
}

.login-box ul li.float-left{
	float:left;
}

.login-box ul li input{
	width:100%;
	height:35px;
	margin-bottom:15px;
}

.login-box ul li input.login-btn{
	width:150px;
	float:right;
	background:#1a4266;
	color:#fff;
	border:none;
	cursor:pointer;
}

.bread-curm{
	background:#f9f9f9;
	height:40px;
	line-height:40px;
}

.bread-curm a{
	padding:0 10px;
	color:#333;
	text-decoration:none;
}

.bread-curm a:hover{
	text-decoration:underline;
}

.prev-arrow{
	color: #FFFFFF;
	float: left;
	margin-top: -285px;
	margin-left: 20px;
}

.next-arrow{
	color: #FFFFFF;
	float: right;
	margin-top: -285px;
	margin-right: 20px;
}
.item.selected{border:1px solid;}