/* @override 
	http://buildingservice.sriaurobindoashram.org/styles/admin.css
	http://www.buildingservice.sriaurobindoashram.org/styles/admin.css
	http://sss.crossroad-solutions.com/styles/admin.css
*/

* {
	margin: 0;
	padding: 0;
}

*:focus {
    outline: none;
}

body {
	
	background-color: #656565;
}

body, p, td {
	font-size: 12px;
	font-family: "Open Sans Condensed", Arial, Helvetica, sans-serif;
	line-height: 14px;
}


#container {
	margin: 0 auto;
	width: 1024px;
}

main {
	overflow: auto;
	margin-top: 44px;
	min-height: 450px;
	border: 1px solid #aaaaaa;
	background-color: #f1f1f1;
/*	background-color: #e5e5e5; */
/*	background-color: #e8e8e8; */
}

footer {
	padding-top: 7px;
	text-align: right;
	color: #ccc;
	font-size: 11px;
}

input, select, textarea {
	font-size: 12px;
	color: #666;
	font-size: 12px;
	font-weight: bold;
	text-shadow: 0 1px #fff;
}


form {
	margin-left: 50px;
}

.form-row {
	position: relative;
	padding: 5px 0;
}

.form-row-half {
	float: left;
	width: 300px;
	padding: 5px 0;
}

.label-wrapper {
	float: left;
	width: 310px;
	font-size: 12px;
	font-weight: bold;
}

.label, .landmark .type {
	position: relative;
	top: 5px !important;
	width: 130px;
	margin-right: 10px;
	color: #666;
	text-align: right;
	float: left;
	font-size: 12px;
	font-weight: bold;
	text-shadow: 0 1px #fff;
}

input[type="text"], input[type="password"], textarea {
/*	border: 1px #bbb solid; */
	border: 1px solid #b9d5d1;
	border-radius: 3px;
	padding: 4px 6px;
}

#error-div {
	float: left;
	margin-left: 96px;
	margin-top: 12px;
	width: 230px;
	text-align: right;
	color: #900;
	font-weight: bold;
	
}

#error-blocked {
	position: absolute;
	width: 500px;
	margin-top: -44px;

	/*width: 300px;*/
	color: #900;
	font-weight: bold;
	text-align: center;
	
}

#welcome-div {
	margin: 50px auto;
	width: 600px;
	font-size: 18px;
	line-height: 16px;
	color: #666;
	text-align: center;
}

#login-form {
	margin: 0 auto;
	padding: 20px;
	width: 500px;
	min-height: 100px;
	margin-bottom: 80px;
	border: 1px solid #b9d5d1;
	border-radius: 4px;
	background-color: #e6eded;
}

#login-form .label {
	width: 100px;
}

#login-form input[type="text"], #login-form input[type="password"] {
	width: 307px;
}



#last-login-div {
	font-size: 11px;
	color: #999;
}

#signin-button {
	display: block;
	margin: 10px 0 0 350px;
	width: 80px;
	height: 32px;
	background: url(/images/btn_sign_in.png) no-repeat;
	overflow: hidden;
	text-decoration: none;
}

#signin-button:active {
	background-position: 0 -32px;
	text-decoration: none;
}

input:-webkit-autofill {
    -webkit-box-shadow:0 0 0 50px white inset; /* Change the color to your own background color */
    -webkit-text-fill-color: #333;
}
input:-webkit-autofill:focus {
    -webkit-box-shadow: /*your box-shadow*/,0 0 0 50px white inset;
    -webkit-text-fill-color: #333;
}