body {
	width: 100%;
	height: 100%;
	background-color: white;
	background-image: url("../images/background.jpg");
	background-repeat: repeat-x;
	padding: 0px;
	margin: 0px;
	font-family: "Times New Roman", Georgia, Serif;
	font-size: 13px;
	color: #666666;
}

select
{
	font-family: "Times New Roman", Georgia, Serif;
	font-size: 13px;
	color: #666666;
}

span {
	color: #333333;
	font-weight: bold;
}

input {
	font-family: "Times New Roman", Georgia, Serif;
	font-size: 13px;
	color: #666666;
}

textarea {
	font-family: "Times New Roman", Georgia, Serif;
	font-size: 13px;
	color: #666666;
}

.menuselected
{
	font-weight: bold;
	color: #599AD0;
}

.interNumber
{
	font-family: "Arial";
	color: #262C34;
	font-size: 15px;
	font-weight: bold;	
}

#logo {
	position: absolute;
	top: 5px;
	left: -15px;
}

#title {
	position: absolute;
	top: 50px;
	left: 115px;
}

#ebiauto {
	position: absolute;
	top: 3px;
	left: -2px;
}

a {
	color: #666666;
	text-decoration: none;
}

a:hover {
	color: #417FB2;
	text-decoration: none;
}

#maintable {
	height: 100%;
}

#menutable {
	width: 125px;
	height: 520px;
	padding: 0px 0px 0px 0px;
}

.menuspace {
	height: 85px;
}

/* Central Table */
.infotable {
	width: 750px;
	padding-left: 10px;
}

#maindiv {
	height: 490px;
	width: 710px;
	border:0px solid #000;
}

/* HOMEPAGE */
.mainpagetable {
	height: 402px;
	border: solid 1px;
	border-color: #999999;
}

.mainpagetable a {
	padding-left: 5px;
}

.mainpagetable p {
	padding-left: 5px;
}

/* SEARCH PAGE*/
.searchtitles
{
	height: 20px;	
	vertical-align: top;
}

.searchfields
{	
	vertical-align: top;
	height: 44px;
}
.searchfields input
{
	color: #666666;
	width: 159px;
}

.searchfields input.file
{
	color: #666666;
	width: 159px;
}

.searchfieldstri
{	
	vertical-align: top;
	height: 44px;
}
.searchfieldstri input
{
	color: #666666;
	width: 41px;
	text-align: center;
}
.searchfieldstri font
{
	color: #666666;
	font-weight: bold;
	font-size: 15px;
}

.searchfields textarea
{
	width: 488px;
	height: 80px;
}


.searchfieldsclients
{	
	vertical-align: top;
	height: 40px;
}
.searchfieldsclients input
{
	color: #666666;
	width: 145px;
}

.searchselect
{
	width: 167px;	
}

.searchresults
{
	border: solid 1px;
	border-color: #999999;
	overflow: scroll;	
}

.innersearchresults
{
	border-bottom: solid 1px;
	border-color: #999999;
}

.innersearchresultsopen
{
	border-right: solid 1px;
	border-color: #999999;
}

/* Top Corner of tables */
.CornerUpLeft {
	background-image: url("../images/cor_top_left.png");
	background-repeat: no-repeat;
	width: 15px;
	height: 15px;
}

.MiddleUp {
background-image: url("../images/mid_top.png");
background-repeat: repeat-x;
height: 15px;
}
.CornerUpRight {
background-image: url("../images/cor_top_right.png");
background-repeat: no-repeat;
width: 15px;
height: 15px;
}
/* Bottom Corner of tables */
.CornerBottomLeft {
background-image: url("../images/cor_bottom_left.png");
background-repeat: no-repeat;
width: 15px;
height: 15px;
}
.MiddleBottom {
background-image: url("../images/mid_bottom.png");
background-repeat: repeat-x;
}
.CornerBottomRight {
background-image: url("../images/cor_bottom_right.png");
background-repeat: no-repeat;
width: 15px;
height: 15px;
}
/* Middle of tables */
.MiddleLeft {
background-image: url("../images/mid_left.png");
background-repeat: repeat-y;
width: 15px;
height: 15px;
overflow: hidden;
}
.Middle {
background-image: url("../images/mid_mid.jpg");
}
.MiddleRight {
background-image: url("../images/mid_right.png");
background-repeat: repeat-y;
width: 15px;
height: 15px;
overflow: hidden;
}
.tableodd{
background-color: #E0E7ED;
}
.tabEBI{
overflow: scroll; 
overflow-x: hidden; 
overflow-y:scroll; 
height: 278px;
}
/* :::::::::::::::::::::::::::: ADMIN BUTTONS :::::::::::::::::::::::::::: */
.buttons{
padding-top:50px;
margin-left:667px;
width:190px;
height:40px;
border:0px solid #000;
}
.buttons ul{
margin:0px;
list-style-type:none;
overflow:hidden;

}
.buttons li {
margin:0px;
display:inline;
}
.buttons img {
border:0px solid #0000ff;
}
.form{
margin-top:100px;
width:550px;
margin-left:auto;
margin-right:auto;
border:0px solid #000;
}
/* :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */

#fixhead ul{
font-weight:bold; 
font-size:11px; 
height:12px;
list-style-type:none;
border-top:1px solid #999;
color:#000;
margin:0;
padding:0;
padding-left:6px;
}
#fixhead li{
display:inline;
padding:7px;
}


