body
{
	font-family: Trebuchet MS, Tahoma, Arial, Helvetiva;
	margin: 0;	
	padding: 0;
	width: 100%;
	height: 100%;
	background: url(../img/bg_center.png) no-repeat top center fixed #231F20;
}
*:focus /* to remove the border for all fields */
{
	outline: none;
}
.header
{
	display:block;
	width: 100%;	
	height: 132px;
	position: relative;	
	top: 20px;
	left: 0px;
	margin: 0 0 30px 0;
}
.header-center, .logo-ibusiness, .logo-ikosoft, .header-bg
{
	height: 100%;
	display: block;
}
.header-center
{
	width: 768px;
	position: absolute;
	left: 50%;
	margin-left: -384px;
}
.logo-ibusiness
{
	position: absolute;
	left: 20px;
	top: 28px;
	background: url(../img/logo_ibusiness.png) no-repeat center center scroll;
	width: 321px;
	height: 58px;
	z-index: 2;
}
.logo-ikosoft {
    position: absolute;
    right: 20px;
    background: url(../img/logo_ikosoft_new.png) no-repeat center center scroll;
    width: 192px; /* 77px; */
    z-index: 1;
}
.header-center
{
	background: url(../img/header_center.png) no-repeat center center scroll;
	z-index: -1;
}
.header-bg
{
	position: absolute;
	top: 0;
	left: 0;
	background: url(../img/header_bg.png) repeat-x top left scroll;
	width: 100%;
	z-index: -1;
}
.page-title
{
	bottom: 20px;
	color: #F8AD00;
	font-variant: small-caps;
	font-weight: bold;
	left: 108px;
	letter-spacing: 1.5px;
	position: absolute;
	text-shadow: 1px 1px 1px #000000;
	word-spacing: 2px;	
}
ul.user
{
	display: block;
	margin: 0;
	padding: 0;
	position: absolute;
	text-align: center;
	top: -16px;
	width: 100%;
}
ul.user li
{
	display: inline-block;
	*display: inline;
	zoom: 1;
	list-style-type: none;
	margin: 0;
	padding: 0;
	vertical-align: middle;
}
ul.user li label
{
	color: #000000;
	display: block;
	font-size: 10pt;
	font-weight: bold;
	text-align: center;
	text-shadow: 1px 1px 3px #FFFFFF;
	vertical-align: middle;
}
ul.user li a
{
	color: #FFFFFF;
	display: block;
	font-size: 8pt;
	text-align: center;
	text-decoration: none;
	text-shadow: 1px 1px 3px #191919;
}
ul.user li a:hover
{
	color: #000000;
	text-shadow: 1px 1px 3px #FFFFFF;
}
.search-results
{
	border-collapse: collapse;
	margin: 0;
	padding: 0;
	width: 100%;
	font-size: 10pt;
	font-weight: normal;
}
.search-results thead th
{
	background-color: rgb(0, 0, 0);
	background-color: rgba(0, 0, 0, 0.3);
	color: #7C7C7C;
	font-variant: small-caps;
	font-weight: bold;
	text-align: center;
	height: auto;
	line-height: 20px;	
	border-bottom: 3px solid #2A2828;
	border-left: 1px dotted #2A2828;
	padding: 2px;
}
.search-results thead th:first-child
{
	border-left: none;
}
.search-results tbody td
{
	font-size: .9em;
	border-left: 1px dotted #2A2828;
	padding: 2px;
	color: #FFFFFF;
}
.search-results tbody td:first-child
{
	border-left: none;
}
.search-results .odd
{

}
.search-results .even
{
	background-color: #2A2828;
}
.search-results .even td
{
	border-left-color: #000000;
}