p  {
   font: 12px/14px Arial;
   margin: 0px;
   padding-bottom: 12px;
   color: #FFFFFF;
   letter-spacing: 1px;
}

a {
	color:#999999;
}

a:hover {
	color:#666666;
	text-decoration:underline;
}

#loginbg {
	z-index: 10;
	position: absolute;
	width: 300px;
	height:245px;
	top: 261px;
	left: 551px;
	background: #000000;
	border: 1px solid #FFFFFF;
	opacity:.2;
}

#generic_login_div {
	z-index: 101;
	position: absolute;
	width: 300px;
	top: 274px;
	left: 551px;
	padding-left:20px;
	padding-top:20px;
}

#homepagetext p  {
   font: 12px/14px Arial;
   margin: 0px;
   padding-bottom: 12px;
   text-align: right;
   color: #FFFFFF;
   letter-spacing: 1px;
}

#homepagetext  {
	visibility: visible;
	position: absolute;
	left: 214px;
	top: 261px;
	z-index: 2;
	width: 246px;
}

#divider  {
	background: url(../images/dividernomerge.jpg) no-repeat;
	visibility: visible;
	position: absolute;
	left: 500px;
	top: 244px;
	z-index: 2;
	width: 1px;
	height: 297px;
}

#itslogo  {
	background: url(../images/itslogonomerge.jpg) no-repeat;
	visibility: visible;
	position: absolute;
	left: 45px;
	top: 38px;
	z-index: 2;
	width: 357px;
	height: 157px;
}

#homebutton a  {
	visibility: visible;
	position: absolute;
	left: 22px;
	top: 24px;
	z-index: 9;
	width: 250px;
	height: 105px;
}

#webapptitle  {
	visibility: visible;
	position: absolute;
	left: 600px;
	top: 67px;
	width:350px;
	z-index: 2;
	font-size:24px;
	text-align:center;
	color:#ffffff;
}

#pagecontent  {
	margin:0px 25px 25px 25px;
	z-index:5;
	min-height: 400px;
	padding-top: 200px;
}

#menuabar  {
	position:absolute;
	top:150px;
	left:1px;
	width:999px;
	height:30px;
	background-color:#000000;
	z-index:4;
}

.menuitem a {
	text-align:center;
	font-size:12px;
	color:#999999;
	float:left;
	margin: 8px 20px 0px 20px;
	text-decoration:none;
}

.menuitem a:hover {
	text-decoration:underline;
	color:#98b9d8;
	cursor:pointer;
}

#atm  {
   visibility: visible;
   position: absolute;
   left: 513px;
   top: 57px;
   z-index: 2;
   width: 427px;
   height: 103px;
}

#hznitsatm  {
   width: 100%;
   height: 1px;
   overflow: visible;
   position: absolute;
   top: 50%;
   left: 0px;
}

#itsatm  {
   width: 1000px;
   height: 600px;
   position: absolute;
   margin-left: -500px;
   left: 50%;
   top: -300px;
}

#webapp  {
   width: 1000px;
   position: relative;
   margin-left: -500px;
   left: 50%;
   top: 30px;
}

#bodybg  {
   background: url(../images/bodybg.jpg) no-repeat;
   visibility: visible;
   position: absolute;
   left: 0px;
   top: 0px;
   z-index: 1;
   width: 1000px;
   height: 600px;
   border:1px solid #333333;
}

#appbodybg, #appbodybg2  {
   position: relative;
   left: 0px;
   top: 0px;
   z-index: 0;
   width: 1000px;
   border:1px solid #999999;
   border-style:outset;
}

#appbodybg  {
   background: #f7f7f7 url(../images/appbodybg.jpg) no-repeat;
}

#appbodybg2  {
   background: #f7f7f7 url(../images/appbodybg2.jpg) no-repeat;
}

html, body  {
   padding: 0px;
   margin: 0px;
   background-color: #000000;
   font-family:Verdana, Arial, Helvetica, sans-serif;
   font-size:12px;
   color:#444444;
}

.error_login {
	color: #FF8080;
}

.error {
	color: #FF0000;
}

input, select {
	font-size: 11px;
}

.homepage {
	font-size: 18px;
}

.smart_search {
	display: none;
	position: absolute;
	width: 200px;
	height: 200px;
	overflow: auto;
	border: 1px solid #DFDFDF;
	background: white;
}

.smart_search a {
	font-size: 10px;
}

.popup_editor {
	width: 400px;
	height: 170px;
	overflow: auto;
	border: 4px solid black;
	padding: 5px;
	text-align: center;
	z-index: 400;
	background: #DFDFDF;
	position: absolute;
	margin-left: 250px;
}