.skinmaster {
	height: 100%;
	border-right: #7994cb 1px solid; 
	border-top: #7994cb 1px solid; 
	border-left: #7994cb 1px solid; 
	border-bottom: #7994cb 1px solid; 
	-moz-border-radius-bottomleft: 15px; 
	-moz-border-radius-bottomright: 15px; 
	-moz-border-radius-topleft: 3px; 
	-moz-border-radius-topright: 3px; 
}

body{ height:100%; margin:0px;  background-color:"#99CCFF"; style="background-image: url('')";}
.Search {
    font-weight: bold;
    font-size: 10pt;
    color: black;
    font-family: Tahoma, Arial, Helvetica;
    text-decoration: none;
    padding: 1px 3px 1px 1px;
}

A.Search:link {
    text-decoration:    none;
    color: black;
    padding: 1px 3px 1px 1px;
}

A.Search:visited  {
    text-decoration:    none;
    color: black;
    padding: 1px 3px 1px 1px;
}

A.Search:active   {
    text-decoration:    none;
    color: black;
    padding: 1px 3px 1px 1px;
}

A.Search:hover    {
    text-decoration:    none;
    color: red;
    background-color: transparent;
    padding: 1px 3px 1px 1px;
}

.footer,a.footer:link,a.footer:active,a.footer:visited{	font-size:12px; color:#050505; text-decoration:none; font-weight:bold;}
a.footer:hover{font-size:12px;color:red; text-decoration:none; font-weight:bold;}

.leftpane {
	width: 175px;
	background-color: #EBD99D;
	padding-left: 6px;
	padding-right: 4px;
	padding-top: 6px;
	}
#border1 {
	width: 3px;
	background-color: #050505;

}
.contentpane {
	width: 100%;
	background-color: #EBD99D;
	padding-left: 6px;
	padding-right: 4px;
	padding-top: 6px;
}
.rightpane {
	width: 175px;
	background-color: #EBD99D;
	padding-left: 6px;
	padding-right: 4px;
	padding-top: 6px;
}
/*---main menu-- */

.MainMenu_MenuContainer 
{
     background-color: transparent;
}
.MainMenu_MenuBar {
	cursor: pointer; 
	cursor: hand;
	height:16px;
	color:black;
	background-color: transparent;
}
.MainMenu_MenuItem 
{
    cursor: pointer; 
    color: black; 
    font-family: Arial, Verdana, Times Roman; 
    font-size: 14px; 
    font-weight: bold; 
    font-style: normal; 
    background-color: transparent;
	border-top:0px solid white; 
	border-bottom:1px solid white;
	border-left:0px;
	border-right:0px;

}
.MainMenu_SubMenu { 
    z-index: 1000; 
    cursor: pointer; 
    cursor: hand; 
    background-color: #F1BD79;
    border-top:1px solid white; 
	border-bottom:1px solid white;
	border-left:1px solid white;
	border-right:1px solid white;
    padding: 1px 1px 1px 1px;  
   
}
.MainMenu_MenuIcon {
display:none
}
.MainMenu_MenuItemSel 
{
    cursor: pointer; 
    cursor: hand; 
    color: #050505; 
    font-family: Arial, Verdana, Times Roman; 
    font-size: 14px; 
    font-weight: bold; 
    font-style: normal;
    background-color: #FFDEAD;
}
.MainMenu_MenuBreak {
	height: 1px;
	font-size: 1px;
}

