/* 
=================================
Skin styles for Evermaur Products

Copyright iFinity 2006

Mods
who		when		what		
---		----		----
bc		23/02/2006	created		
bc		28/02/2006  modified to yellow and blue
=================================
*/

/* page master */
.pagemaster 
{
	background-color:#E7CF31;
	width: 100%;
	height: 95%;	
}
.skinmaster {
	background-color:#E7CF31;
	width:100%;
/*	color:#044479;*/
	font-family:Tahoma;
	font-size:smaller;
}
.skinmaster A, .skinmaster A:Active, .skinmaster A:Visited, 
.skinmaster A:Link
{
  text-decoration:  none; color: #044479; 
}
.skinmaster A:Hover
{
	text-decoration:  underline;
	color: #044479; 
}
.skinheader
{
	font-size:smaller;
}

.skinfooter
{
}
.SkinObject
{
	/*color: #044479; */
}
/* borders */
.skinBorderHorz
{
	background-image:url(YellowRidgeHorz.gif);
	background-repeat:repeat-x;
	height:20px;
	
}
.skinBorderVert
{
	background-image:url(YellowRidgeVert.gif);
	background-repeat:repeat-y;
	width:20px;
	max-width:30px;
	white-space:nowrap;
}
.skinBorderLHTop
{
	background-image:url(YellowRidgeLHTop.gif);
	background-repeat:no-repeat;
	white-space:nowrap;
}
.skinBorderRHTop
{	background-image:url(YellowRidgeRHTop.gif);
	background-repeat:no-repeat;
	white-space:nowrap;
}
.skinBorderRHBot
{	background-image:url(YellowRidgeRHBot.gif);
	background-repeat:no-repeat;
	white-space:nowrap;
}
.skinBorderLHBot
{	background-image:url(YellowRidgeLHBot.gif);
	background-repeat:no-repeat;
	white-space:nowrap;
}
.skinBorderTBot
{
	background-image:url(YellowRidgeTBot.gif);
	background-repeat:no-repeat;
	white-space:nowrap;
}
.skinBorderTTop
{
	background-image:url(YellowRidgeTTop.gif);
	background-repeat:no-repeat ;
	white-space:nowrap;
}
/* Headers */
.Head {
   font-family: Tahoma, Arial, Helvetica;
   font-size:  Larger;
   font-weight: normal;

}

/* Standard Links */

A:link , A:visited, A:active, A:hover {text-decoration:none; color:#044479;}
/* Menu Items*/
.menuHolder
{
	
	font-family:Tahoma;
	color: #044479;
	font-size:SMALLer;
	white-space:nowrap;
	padding-left:2px;
	/*width:17%;*/
	
}
/* link styles - requires a ID to be declared in the class menuHolder as menuHolder in order to work */
/*#menuHolder a:Link { color: #838383; text-decoration: none; }
#menuHolder a:visited { color: #E7CF31 }
#menuHolder a:hover { color: #E7CF31 }
*/
.MenuHdr
{ 
  font-size: smaller; padding-left: 1px; font-weight: bold; padding-bottom: 2px; 
  background-color: #E7CF31; padding-top: 2px; cursor: default;
}
.MenuItem, .MenuItemMouseOver, .MenuItem HR
{
  font-size: smaller; padding-left: 6px; font-weight: normal; padding-bottom: 2px;
  background-color: #E7CF31; padding-top: 2px;
}
.MenuItem A, .MenuItem A:Active, .MenuItem A:Hover, .MenuItem A:Visited, 
.MenuItem A:Link, .MenuItemMouseOver A, .MenuItemMouseOver A:Active, 
.MenuItemMouseOver A:Hover, .MenuItemMouseOver A:Visited, .MenuItemMouseOver 
  A:Link, .MenuHdr A, .MenuHdr A:Active, .MenuHdr A:Hover, .MenuHdr A:Visited, 
.MenuHdr A:Link 
{
  text-decoration: none; color: #044479; padding-top: 1px;
  padding-bottom: 1px; cursor: default; cursor: pointer;  
}
.MenuItemMouseOver
{
  background-color: #FFDD00!Important; 
}
/* end menu items*/

.StandardButton {
  background: #FFDD00 none; 
  font-family: verdana, sans-serif; 
  font-size: x-small;
  color:#044479;
  font-weight: normal;
}

/* content items */
.contentHolder
{
	background-color:White;
	/*color:Black;*/
	width:86%;
}
/* footer items*/
.bottomDate
{
	color: #044479; 	
}
.iFinityLink
{
	font-size:xx-small;
	font-family:Tahoma;
	white-space:nowrap;
	text-align:right;
	
}
