/*
 * Shared
 */

@font-face {
	font-family: 'Nassim';
	src: url('../resources/font/nassim-regular.eot?#') format('eot'),
	     url('../resources/font/nassim-regular.woff') format('woff'),
	     url('../resources/font/nassim-regular.ttf') format('truetype');
}

/*
 * Login
 */
html, body {
	height: 100%;
	font-family: 'Nassim', Tahoma;
	font-size: 18px;
	font-style: normal;
	font-weight: normal;
}
label {
	cursor: pointer;
	color: #3d3d3d;
}
#wrapper {
	direction: rtl;
	display: block;
	width: 100%;
	height: 100%;
	background: #1356a8;
	background: -moz-linear-gradient(top,  #1356a8 0%, #1457a9 30%, #1a5ca8 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#1356a8), color-stop(30%,#1457a9), color-stop(100%,#1a5ca8)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #1356a8 0%,#1457a9 30%,#1a5ca8 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #1356a8 0%,#1457a9 30%,#1a5ca8 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #1356a8 0%,#1457a9 30%,#1a5ca8 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #1356a8 0%,#1457a9 30%,#1a5ca8 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1356a8', endColorstr='#1a5ca8',GradientType=0 ); /* IE6-9 */

}
#msg {
	position: relative;
	top:100px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	background-color: #fff;
	display: block;
	width: 400px;
	min-height: 50px;
	box-shadow: 10px 10px 20px 1px rgba(0,0,0,0.3);
	border-radius: 10px;
}
#msg ul {
	padding: 10px;
}
#msg li {
	padding: 5px 20px 5px 20px;
}
.msg_success {
	color: #008000;
}
.msg_error {
	color: #ff0000;
}
#login_box {
	position: relative;
	top:150px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	background-color: #fff;
	display: block;
	width: 400px;
	height: 350px;
	box-shadow: 10px 10px 20px 1px rgba(0,0,0,0.3);
	border-radius: 10px;
}
#logo {
	position: relative;
	top: 20px;
	display: block;
	background-image: url(../images/acp_sprite.png);
	width: 275px;
	height: 54px;
	margin: auto;
	background-position: 0 -140px;
}

#login_table {
	border-collapse: seperate;
	border-spacing: 5px;	
	position: relative;
	top:50px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	display: block;
	width: 320px;
}
#login_table td {
	margin: 10px;
}
#copyright {
	direction: ltr;
	clear: both;
	text-align: center;
	color: #fff;
	position: relative;
	top:250px;
}
#copyright a {
	color: #fff;
	border-bottom: 1px dashed #fff;
	text-decoration: none;
}
#copyright a:hover {
	border-bottom: 1px solid #fff;
}
.gray {
	width: 100px;
	height: 35px;
	vertical-align: middle;
	text-align: center;
	background-color: #cccccc;
}
.lostpass {
	width: 100px;
	height: 35px;
	vertical-align: middle;
	text-align: center;
	background-color: #e5e5e5;
	color: #6e6d6d;
	text-align: right;
	padding-right: 15px;
}
.lostpass a {
	text-decoration: none;
	color: #6e6d6d;
}
.lostpass a:hover {
	color: #282828;	
}
.input_text {
	height: 25px;
	width: 190px;
	border: 1px solid #999999;
	direction: ltr;
	text-align: left;
	font-family: Tahoma;
	font-size: 16px;
	padding: 10px;
}
.input_error {
	border: 1px solid #ff0000;
}
.submit_button, .submit_button:hover {
	background-color: #f27121;
	color: #fff;
	padding: 5px 25px;
	font-size: 17px;
	font-family: 'Nassim', Tahoma;
	border: 0 solid #fff;
}
.submit_button:hover {
	background-color: #db5a0d;
}
#html5 {
	color: #f16529;
}
#html5:hover {
	color: #e44d26;
}
#css3 {
	color: #28aae1;
}
#css3:hover {
	color: #0070bb;
}
