/* ============================================ */
/* 		RESET CSS 								*/
/* ============================================ */

html, body, div, span, applet, button, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	line-height: normal;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
} 
:focus {
	outline: 0;
}  
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}  
table {
	border-collapse: collapse;
	border-spacing: 0;
}


/* ============================================ */
/* 		GLOBAL STYLES							*/
/* ============================================ */

html {
	background-color: #f2f5fd;
}

body {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #000;
	background: #fff url(../images/loginbg_body.jpg) repeat-x;
}

a {
	text-decoration: none;
	color: #06C;
	outline: none;
}

a:hover {
	text-decoration: none;
}

a:visited {
}

img {
	border: 0px;
}

input {
	height: 16px;
	padding-top: 2px;
	font-size: 11px;
	border-top: solid 1px #8d8d8d;
	border-left: solid 1px #8d8d8d;
	border-bottom: solid 1px #eeeeee;
	border-right: solid 1px #eeeeee;
	background-color: #FFF;
	outline: none;
}

/* =================================== */
#login_container, #fpassword_container {
	
}
/* =================================== */
#header {
	background: url(../images/header_logo_bg.jpg) no-repeat top left;
	width: 990px;
	height: 92px;
}

#login_container {
	padding: 10px 0;
	background: #e4ebfd url(../images/loginbg_form.jpg) repeat-x bottom left;
}

#fpassword_container {
	height: 29px;
	padding-top: 11px;
	background: transparent url(../images/loginbg_footer.jpg) repeat-x;
}

/* =================================== */

.forgot_password {
	display: block;
	width: 104px;
	height: 18px;

	margin: 0 auto;
	line-height: 15px;
	background: url(../images/forgot_password_bg.gif) no-repeat;
	padding-left: 8px;
	font-size: 10px;
}

/* =================================== */

/* =================================== */
#login {
	width: 304px;
	margin-left: auto;
	margin-right: auto;
}

#login li {
	/*line-height: 31px;*/
	color: #27416b;
	font-weight: bold;
}

#login li.form_field {
	padding: 5px 0;
}

#login li span {
	display: inline-block;
}

#login .small_divider {
	line-height: 1px;
	height: 2px;
	background:url(../images/hrsmallbg.gif) repeat-x;
}

#login .login_button {
	height: 22px;
	line-height: 10px;
	text-align: center;
	color: #1d53a5;
	display: inline-block;
	text-decoration: none;
	font-weight: bold;
	width: 125px;
	margin-left: 99px;
	background: url(../images/button_login.gif) no-repeat;
	border: none;
	padding-bottom: 3px;
}

/* =========================================== */

.small_width {
	width: 100px;
}

.medium_width {
	width: 200px;
}

.float_right
{
	float: right !important;
}

.sr_textnotification {
	padding-left: 16px;
	display: inline;
}

.sr_textnotification.alert {
	color: #e21919;
	background: url(../images/icon_text_error.png) no-repeat left center;
}

.sr_notification {
	padding: 20px 10px 20px 65px;
	margin-bottom: 5px;
	border: solid 1px;
}

.sr_notification.warning {
	background:#ffffe8 url(../images/notify_warning.jpg) no-repeat 16px center;
	border-color: #ffe2b7;
}