

.pagemaster
{
	width: 100%;
	height: 100%;
	background-color: #e2d1a2;
}
.skinmaster
{
 
    background-color: #e2d1a2;
    border-right: #e2d1a2 1px solid;
    border-top: #e2d1a2 1px solid;
    border-left: #e2d1a2 1px solid;
    border-bottom: #e2d1a2 1px solid;
    moz-border-radius-bottomleft: 15px;
    moz-border-radius-bottomright: 15px;
    moz-border-radius-topleft: 3px;
    moz-border-radius-topright: 3px;
}
.skinheader {
}
.skingradient {
	background-color: #e2d1a2;
	height:30px;
}

A.LoginCls
{
	font-size: 9pt;
	color: black;
	font-family: Verdana;
	text-decoration: none;
}
A.LoginCls:hover
{
	font-size: 9pt;
	color: gray;
	font-family: Verdana;
	text-decoration: underline;
}
A.LoginCls:visited
{	font-size: 9pt;
	color: black;
	font-family: Verdana;
	text-decoration: none;
}


body
{
	margin: 0px;
		background-color: #e2d1a2;

}
td.tdimage
{
	BACKGROUND: url(/portals/_default/skins/skintesthome/homepageR.gif);
}

/* Main Menu */

.MainMenu_MenuContainer
{ 
	
	border-bottom: #f1f1f1 0px solid;
	border-top: #f1f1f1 0px solid;
	border-right: #f1f1f1 0px solid;
	border-left: #f1f1f1 0px solid;

 }


.MainMenu_MenuBar 
{
	cursor:hand;
	color: #000099;
	background-color: #f1f1f1;
}

.MainMenu_MenuItem 
{
	border-right: #ffffff 0px solid;
	border-top #ffffff 1px solid;
	font-weight: normal;
	border-left: #ffffff 0px solid;
	cursor: hand;
	color: #000000;
	border-bottom #ffffff 1px solid;
	font-style:normal;
	font-family: Tahoma, Arial, helvetica;
	height: 18px;
	text-decoration: none;
}

.MainMenu_MenuIcon 
{
	cursor: pointer;
	cursor: hand;
	color: #000099;
	background-color: #ffffff;
	border-left: #ffffff 1px solid;
	border-right: #ffffff 0px solid;
	width: 16px;
	height: 16px;
	
}

.MainMenu_SubMenu {
}

.MainMenu_MenuBreak {
}

.MainMenu_MenuItemSel {
}

.MainMenu_MenuArrow {
}

.MainMenu_RootMenuArrow {
}


