body
{
}
.content
{
  font: tahoma;
  font-size: 12pt;
  color: #766526;
}
.content1
{
  font: tahoma;
  font-size: 11pt;
  color: #766526;
}
.contenttitle
{
  font: tahoma;
  font-size: 14pt;
  color: #766526;
}
a.contentlink:link
{
  text-decoration:none;
  font: tahoma;
  font-size: 12pt;
  color: #766526;
}
a.contentlink:visited
{
  text-decoration:none;
  font: tahoma;
  font-size: 12pt;
  color: #766526;
}
a.contentlink:hover
{
  text-decoration:none;
  font: tahoma;
  font-size: 12pt;
  color: #9fa34d;
}
a.contentlink:active
{
  text-decoration:none;
  font: tahoma;
  font-size: 12pt;
  color: #766526;
}
.footer
{
  font: tahoma;
  font-size: 9pt;
  color: #766526;
}

#logout
{
background:url(../images/logout-off.jpg) no-repeat;
width:217px;
height:15px;
background-position: center;
float: left;
clear: both;
}
#logout:hover
{
background-image:url(../images/logout-on.jpg);
}

#login
{
background:url(../images/login-off.jpg) no-repeat;
width:217px;
height:15px;
background-position: center;
float: left;
clear: both;
}
#login:hover
{
background-image:url(../images/login-on.jpg);
}

#editsearch
{
background:url(../images/editsearch-off.jpg) no-repeat;
width:217px;
height:15px;
background-position: center;
float: left;
clear: both;
}
#editsearch:hover
{
background-image:url(../images/editsearch-on.jpg);
}

#editkey
{
background:url(../images/editkey-off.jpg) no-repeat;
width:217px;
height:15px;
background-position: center;
float: left;
clear: both;
}
#editkey:hover
{
background-image:url(../images/editkey-on.jpg);
}


#reviewer
{
background:url(../images/reviewer-off.jpg) no-repeat;
width:217px;
height:15px;
background-position: center;
float: left;
clear: both;
}
#reviewer:hover
{
background-image:url(../images/reviewer-on.jpg);
}

#myprofile
{
background:url(../images/myprofile-off.jpg) no-repeat;
width:217px;
height:15px;
background-position: center;
float: left;
clear: both;
}
#myprofile:hover
{
background-image:url(../images/myprofile-on.jpg);
}

#editmykeywords
{
background:url(../images/editmykeywords-off.jpg) no-repeat;
width:217px;
height:15px;
background-position: center;
float: left;
clear: both;
}
#editmykeywords:hover
{
background-image:url(../images/editmykeywords-on.jpg);
}

.table1
{
  border-color: #766526;
  border-width: 1px;
  border-style: ridge;
}

#system
{
background:url(../images/system-off.jpg) no-repeat;
width:217px;
height:15px;
background-position: center;
float: left;
clear: both;
}
#system:hover
{
background-image:url(../images/system-on.jpg);
}

#contact
{
background:url(../images/contact-off.jpg) no-repeat;
width:217px;
height:15px;
background-position: center;
float: left;
clear: both;
}
#contact:hover
{
background-image:url(../images/contact-on.jpg);
}


	.multipleSelectBoxControl span{	/* Labels above select boxes*/
		font-family:arial;
		font-size:11px;
		font-weight:bold;
	}
	.multipleSelectBoxControl div option{	/* Select box layout */
		font-family:arial;
	
	}
	
	.multipleSelectBoxControl div select{	
		
		height:100%;
	}
	.multipleSelectBoxControl input{	/* Small butons */
		width:25px;	
	}
	
	.multipleSelectBoxControl div{
		float:left;
	}
		
	fieldset{
		width:500px;
		margin:10px;
	}
	img{
		border:0px;
	}
	#fromBox
	{
	  font-size: 8pt;
	}
	#toBox
	{
	  font-size: 8pt;
	}
