﻿* {
	padding: 0;
	margin: 0;
	outline: none;
	font-family: Tahoma;
	font-size: 10pt;
}


html {
	/*height: 100%;*/
}

body {
	background-image: linear-gradient(left top, rgb(163,163,163) 0%, rgb(87,87,87) 41%, rgb(0,0,0) 78%);
	background-image: -o-linear-gradient(left top, rgb(163,163,163) 0%, rgb(87,87,87) 41%, rgb(0,0,0) 78%);
	background-image: -moz-linear-gradient(left top, rgb(163,163,163) 0%, rgb(87,87,87) 41%, rgb(0,0,0) 78%);
	background-image: -webkit-linear-gradient(left top, rgb(163,163,163) 0%, rgb(87,87,87) 41%, rgb(0,0,0) 78%);
	background-image: -ms-linear-gradient(left top, rgb(163,163,163) 0%, rgb(87,87,87) 41%, rgb(0,0,0) 78%);
	background-image: -webkit-gradient( linear, left top, right bottom, color-stop(0, rgb(163,163,163)), color-stop(0.41, rgb(87,87,87)), color-stop(0.78, rgb(0,0,0)) );
	background-attachment: fixed;
	height: 100%;
	margin: 0;
	padding: 0;
	outline: none;
}

#main-container {
	margin: 0 auto;
	padding: 80px 0 0 0;
	overflow: auto;
	text-align: center;
	direction: rtl;
	width: 1000px;
}

#login-panel {
	height: 450px;
	width: 298px;
	float: right;
	/*-moz-box-shadow: 0px 0px 20px #c6c6c6;
	-webkit-box-shadow: 0px 0px 20px #c6c6c6;
	box-shadow: 0px 0px 20px #c6c6c6;
	border-radius: 10px;*/
	border: 1px solid #ccc;
	color: #E9ECEF;
	margin: 20px;
}

	#login-panel form {
		margin-top: 30px;
	}

	#login-panel a {
		text-decoration: none;
		font-size: 9pt;
		margin-top: 20px;
		color: #073492;
	}

.openid-box {
	padding: 30px 10px 10px 10px;
}

	.openid-box .title {
		font-size: 9pt;
		font-weight: normal;
	}

.logos {
	overflow: auto;
	border-bottom: 1px groove white;
	padding: 10px;
	background-color: #265799;
}

	.logos > #sama-logo {
		width: 50px;
		height: 48px;
		margin: 1px 10px;
		float: right;
		background-image: url(../Images/SamaIcon.png);
		background-position: -275px 1px;
		border-radius: 5px;
	}

	.logos > #university-logo {
		width: 150px;
		height: 50px;
		margin: 1px 10px;
		float: right;
		background-image: url(../Public/UniversityLogo.png);
		background-repeat: no-repeat;
	}

#login-panel .login-div {
	margin: 5px auto;
	width: 230px;
	height: 25px;
}

#login-panel .login-button-row {
	margin: 5px auto;
	width: 230px;
	overflow: auto;
}

.login-items {
	float: right;
	border-radius: 5px;
	text-align: right;
}

label.login-items {
	width: 70px;
}

input {
	background-color: #e9e9e9;
	height: 20px;
	padding: 2px;
	border: none;
}

	input.login-items {
		width: 135px;
		float: left;
		border-radius: 0px;
		border: 1px solid #ccc;
	}

	input.login-button {
		/*float: left;*/
		margin-right:auto;
		display:block;
		margin-left: 20px;
	}

.input-left {
	width: 300px;
	float: left;
}

input.login-items.login-problem {
	float: none;
}

#announce-panel {
	min-height: 450px;
	width: 578px;
	float: right;
	/*-moz-box-shadow: 0px 0px 20px #c6c6c6;
	-webkit-box-shadow: 0px 0px 20px #c6c6c6;
	box-shadow: 0px 0px 20px #c6c6c6;
	border-radius: 10px;*/
	text-align: justify;
	margin: 20px;
	border: 1px solid #ccc;
}

.announce-header {
	padding: 10px;
	color: #4f88ff;
}

.announce-text {
	padding: 10px 20px;
	color: #333333;
	line-height: 1.8em;
}

.submit-button {
	width: 100px;
	height: 30px;
	background-image: linear-gradient(top, rgb(120,120,120) 40%, rgb(59,59,59) 70%);
	background-image: -o-linear-gradient(top, rgb(120,120,120) 40%, rgb(59,59,59) 70%);
	background-image: -moz-linear-gradient(top, rgb(120,120,120) 40%, rgb(59,59,59) 70%);
	background-image: -webkit-linear-gradient(top, rgb(120,120,120) 40%, rgb(59,59,59) 70%);
	background-image: -ms-linear-gradient(top, rgb(120,120,120) 40%, rgb(59,59,59) 70%);
	background-image: -webkit-gradient( linear, left top, left bottom, color-stop(0.4, rgb(120,120,120)), color-stop(0.7, rgb(59,59,59)) );
	border-style: none;
	color: white;
	float: none;
	margin: 2px 2px;
}

#signup-container {
	width: 400px;
	overflow: auto;
	margin: 0 auto;
	padding: 5px;
}

#signup-header {
	background-image: linear-gradient(top, rgb(117,168,230) 20%, rgb(37,127,222) 59%);
	background-image: -o-linear-gradient(top, rgb(117,168,230) 20%, rgb(37,127,222) 59%);
	background-image: -moz-linear-gradient(top, rgb(117,168,230) 20%, rgb(37,127,222) 59%);
	background-image: -webkit-linear-gradient(top, rgb(117,168,230) 20%, rgb(37,127,222) 59%);
	background-image: -ms-linear-gradient(top, rgb(117,168,230) 20%, rgb(37,127,222) 59%);
	background-image: -webkit-gradient( linear, left top, left bottom, color-stop(0.2, rgb(117,168,230)), color-stop(0.59, rgb(37,127,222)) );
	border-radius: 5px 5px 0 0;
	width: 100%;
	height: 52px;
}

#title {
	padding-top: 15px;
	text-align: right;
	color: white;
	font-size: 12pt;
}

#icon {
	width: 48px;
	height: 48px;
	margin: 2px 10px;
	background-image: url(../Images/sign-up-icon.png);
	float: right;
}

.signup-column {
	float: right;
	width: 100%;
	margin: 5px auto;
}

	.signup-column.label {
		text-align: left;
	}

#signup-body {
	background-color: gray;
	border-radius: 0 0 5px 5px;
	overflow: auto;
	padding: 10px 0;
}

.signup-column.captcha {
	color: white;
	float: none;
	margin: 0 auto;
	padding: 10px;
}


.forgot-password-button .submit-button {
	float: left;
}

#login-page {
	width: 450px;
	margin: 0 auto;
	margin-top: 50px;
}

#head {
	background-image: -moz-linear-gradient(center top, #75A8E6 20%, #257FDE 59%);
	height: 50px;
	border-radius: 10px 10px 0 0;
}

.column {
	padding: 5px;
	margin: 5px 20px;
	text-align: right;
	overflow: auto;
}

#content {
	padding: 5px 0 0 0;
	background-color: gray;
	border-radius: 0 0 10px 10px;
	overflow: auto;
	width: 450px;
	min-height: 30px;
}

#forgot-id-panel {
	background-color: #9d9d9d;
	overflow: auto;
	padding: 10px 20px;
	display: none;
}


#forgot-password-panel {
	background-color: #9d9d9d;
	overflow: auto;
	padding: 10px 20px;
	/*display: none;*/
}

#user-id-panel {
	display: none;
	width: 380px;
	overflow: auto;
}


/*Captcha*/
.field-validation-error {
	padding: 5px;
	color: #b60000;
}

.chaptcha-panel {
	text-align: center;
	width: 90%;
}

	.chaptcha-panel img {
		border-radius: 5px 0 0 5px;
	}

	.chaptcha-panel input {
		border-radius: 0 5px 5px 0;
		width: 45px;
		margin-left: 5px;
		height: 25px;
	}

	.chaptcha-panel.sign-up {
		margin-left: 27px;
	}

.field-validation-valid {
	display: none;
}

.validation-summary-errors {
	color: #e80c4d;
	font-weight: bold;
	font-size: 1.1em;
}

.validation-summary-valid {
	display: none;
}

.browser-icon {
	display: inline-block;
	width: 32px;
	height: 32px;
	background-image: url(../Images/Browser-Icon.png);
}

	.browser-icon.ie {
		background-position: 0 0;
	}

	.browser-icon.firefox {
		background-position: -32px 0;
	}

	.browser-icon.chrome {
		background-position: -64px 0;
	}
