body {
	margin:0px;
	padding:0px;
	font-family: "Arial", sans-serif;
	font-weight:400;
	font-size:0.75em;
	color:#333;
}
#page_container{
	background-image: url("/pub/images/login_background.gif");
	background-repeat:repeat-x;
	background-position:0 0;
	height:632px;
}
.container
{
	position:relative;
	width:100%;
}
.login
{
	background-image: url("/pub/images/login_outercontainer.gif");
//	background-color: #efefef;
	width:660px;
	background-repeat:repeat-x;
	margin-left:auto;
	margin-right:auto;
	height:287px;
	padding:6px 6px 6px 6px;
}


#login_text{
	color: #1466BC;
	font-size:.75em;
	font-weight:700;
	color:#666666;
}

a {
	font-size:.75em;
	text-decoration:none;
}
a.visited {
	color:blue;
}

.wrap1, .wrap2, .wrap3 {
  display:inline-table;
  }
.wrap1 {  width:620px;margin-left:auto; margin-right:auto; background: url(  '/pub/images/shadow.gif' ) right bottom; background-repeat: repeat-x; }
.wrap2 { background: url(/pub/images/corner_bl.gif) no-repeat left bottom; }
.wrap3 { padding: 0 7px 10px 0; background: url(/pub/images/corner_tr.gif) no-repeat right top; }

#login_header {
	font-family: "Arial", sans-serif;
	font-size:1.4em;
	font-weight:600;
	color:#666666;
}

#page_text {
	font-family: "Arial", sans-serif;
	font-size:.9em;
}

/**Extjs 3.4*****Override Code*********/
.x-form-focus{
	border-bottom-color : #A1A1A1 !Important;
	border-top-color : #A1A1A1 !Important;
	border-right-color : #A1A1A1 !Important;
	border-left-color : #A1A1A1 !Important;
}

.x-trigger-wrap-focus {
	border-bottom-color : #A1A1A1 !Important;
	border-top-color : #A1A1A1 !Important;
	border-right-color : #A1A1A1 !Important;
	border-left-color : #A1A1A1 !Important;
}

.x-list-selected {
  background-color: #dfe8f6 !Important;	
}

body.x-body-masked .x-window-plain .x-window-mc{
	background-color: #F4F4F4;
}

.x-window-plain .x-window-mc {
	border-top-color: #F4F4F4;
	border-right-color: #F4F4F4;
	border-bottom-color: #F4F4F4;
	border-left-color: #F4F4F4;
}

.x-grid-group-hd div.x-grid-group-title {
	color: #3764A0 !Important;
}

.x-grid-group-hd {
	border-bottom-color: #99BBE8 !Important;
}

.x-fieldset{
	margin-bottom: 5px !Important;
}

.x-radio-safari{
	margin-left: 3px;
}

.x-window-plain .x-window-body {
	background-color: #F4F4F4 !Important;
}

.x-window-plain .x-window-mc{
	background-color: #F4F4F4 !Important;
}
.x-fieldset-header-text{
	color: #15428B !Important;
}

