/*Code written by Leo Jeyapathy*/
@charset "utf-8";
/* Global CSS Document */
* {
	padding: 0;
	margin: 0;
}
body {
	padding: 0px;
	margin: 0px;
}
a:active {
	outline: none;
} /* for firefox, remove border around links during on click */
a:focus {
	-moz-outline-style: none;
}/* for firefox, remove border around links during on click */
a {
	outline:none;
	text-decoration:none;
}
img {
	display:block;
	border:none;
}
li {
	line-height:18px;
}
html {
	scrollbar-face-color: #9bbad6;
	scrollbar-shadow-color: #FFFFFF;
	scrollbar-highlight-color: #FFFFFF;
	scrollbar-3dlight-color: #FFFFFF;
	scrollbar-darkshadow-color: #FFFFFF;
	scrollbar-track-color: #f4f4f4;
	scrollbar-arrow-color: #FFFFFF;
}
/*------------------Login Page----------------------*/
#container-login {
	width:100%;
	padding:0px;
	margin:0px auto;
	background:url(../images/login/bg_login.jpg) repeat-x;
	height:531px;
}
#login-container {
	padding:0px;
	margin:0px auto;
	width:545px;
}
.login-img {
	width:223px;
	background:url(../images/login/comp-img.jpg) no-repeat;
	height:441px;
}
.login-txt {
	padding:100px 0px 0px 223px;
	width:320px;
}
/*------------------ Page----------------------*/

a.button, a:visited.button {
	display: block;
	font-family:arial;
	font-weight:bold;
	text-align:left;
	color: #c5e1fb;
	padding:4px;
	text-indent: 12px;
	width:148px;
	height:14px;
	background-color:transparent;
	background-image: url(../images/bg_cntrlpanel1.jpg);
	text-decoration: none;
	font-size:11px;
}
a:hover.button {
	display: block;
	background-color:transparent;
	color: #153d61;
	background-image: url(../images/bg_cntrlpanel2.jpg);
}
a.buttontop, a:visited.buttontop {
	display: block;
	font-family:arial;
	text-align:center;
	color: #c5e1fb;
	width:62px;
	height:14px;
	padding:2px;
	background-color:transparent;
	background-image: url(../images/bg_topbttn1.jpg);
	text-decoration: none;
	font-size:11px;
}
a:hover.buttontop {
	display: block;
	background-color:transparent;
	color: #153d61;
	background-image: url(../images/bg_topbttn2.jpg);
}
.bg_hdr_lft_img {
	background: url(../images/bg_header_left_img.jpg) no-repeat right;
}
.arial_11_white {
	font: bold 11px Arial, Helvetica, sans-serif;
	color: #FFFFFF;
}
.arial_12_white {
	font: bold 12px Arial, Helvetica, sans-serif;
	color: #FFFFFF;
}
.bg_cntrl_pnl {
	background:url(../images/bg_cntrl_pnl.jpg) repeat-x right;
}
.bg_cntrl_pnl1 {
	border: 1px solid #3b6f94;
}
.bg_content {
	background:url(../images/bg_content.jpg) repeat-x right;
	padding:10px;
}
.bg_content2 {
	background: url(../images/bg_content_top2.jpg) repeat-x;
}
.bg_content_new {
	background: url(../images/bg_content_top2.jpg) repeat-x;
}
.arial_10_white {
	font: bold 10px Arial, Helvetica, sans-serif;
	color: #FFFFFF;
}
.arial_10_lightYellow {
	font: bold 10px Arial, Helvetica, sans-serif;
	color: #FFFDCE;
}
.bg_cntnt_top_img {
	background: url(../images/bg_content_top.jpg) no-repeat right top;
}
.iframe_1 {
	font: normal 11px Arial, Helvetica, sans-serif;
	color: #000000;
	height: 485px;
	width: 100%;
	overflow:hidden;
}
.bg_login {
	background-image: url(../images/login/bg_login.jpg) repeat-x;
	background-position: right;
}
.arial_11_blue {
	font: bold 11px Arial, Helvetica, sans-serif;
	color: #103F5F;
}
.text_field {
	font: bold 11px Arial, Helvetica, sans-serif;
	color: #103F5F;
	height: 18px;
	width: 146px;
	border: 1px solid #5c80a2;
}
.arial_11_blue_thin {
	font: normal 11px Arial, Helvetica, sans-serif;
	color: #103F5F;
}
.arial_14_blue {
	font: bold 14px Arial, Helvetica, sans-serif;
	color: #103F5F;
}
