/* CSS Document */

html {
	height: 100%;
}

.ipabx_top_main {
	overflow: hidden;
	background: url(images/soft_blue_bar.jpg) repeat;
 	border-bottom: 2px solid #fdc500;
	padding: 0px;
	margin: 0px;
	width: auto;
	color: #BFBFBF;
}

.ipabx_top_frame {
	text-align: right;
	font-size: 11px;
	font-weight: normal;
	padding: 0px;
	margin-top: -7px;
	margin-right: 10px;
	margin-left: 20px;
	margin-bottom: 2px;
	width: auto;
	color: #006699;
}

.ipabx_logoimage {
	float: left;
}

.ipabx_logotext {
	float: left;
	padding-top: 4px;
	padding-left: 10px;
	color: #006699;
	vertical-align: bottom;
	font-size: 15px;
	font-weight: bold;
}

.ipabx_secondline {
	float: left;
	margin-top: -10px;
	padding-top: 0px;
	padding-left: 12px;
	padding-bottom: 2px;
	color: #006699;
	font-size: 10px;
	font-weight: normal;
}

body {
	top: 35px;
	margin: 0px;
	height: 100%;
	padding: 0px;
	font-family: Arial, Helvetica, Sans Serif;
	line-height: 100%;
	font-size: 11px;
	color: #333333;
	background: transparent;
}

a:link, a:visited {
	color: #006699;
	text-decoration: none;
	font-weight: normal;
}

a:hover {
	color: #FF6600;
	text-decoration: none;
	font-weight: normal;
}

.button {
  color: #006699;
  font-family: Arial, Hevlvetica, sans-serif;
  text-align: center;
  font-size: 11px;
  font-weight: normal;
  border: 1px solid #000000;
  width: auto;
  /*background: url(../images/button_bg.png) repeat-x;*/
  background: #ffffff;
  padding: 2px;
  line-height: 18px !important;
  line-height: 16px;
  height: 20px !important;
  height: 20px;
  margin: 0px;
}

.inputbox {
	padding: 2px;
	border:solid 1px #006699;
	background-color: transparent;
	color: #006699;
}

