/* ================================
    CSS STYLES FOR Halloween Skin
   ================================
*/   

Body
{
    scrollbar-base-color: #DE5500;
    scrollbar-face-color: White; 
    scrollbar-track-color: White; 
    scrollbar-arrow-color: #DE5500;
    scrollbar-highlight-color: #DE5500; 
    scrollbar-3dlight-color: #fefdbe; 
    scrollbar-shadow-color: #ff2801;
    scrollbar-darkshadow-color: #A4A2A2;
    background-color: black;
    padding-top:5;
}

.RightPane  
{

	 background-color:White;

}
.LeftPane  
{

	 background-color:White;

}

.ContentPane  
{ 
	 background-color:White;
}

.Breadcrumb, A.Breadcrumb:link, A.Breadcrumb:visited, A.Breadcrumb:active
{
	color: White;
	font-weight: bold;
    font-size:8pt;
    height:16;
    font-family: Verdana,Tahoma,Arial, Helvetica;
    text-decoration: none;
	background-color:transparent;

}

.Breadcrumb:hover
{
	color: #DE5500;
	text-decoration:underline;
}


/* Main Menu */

.MainMenu_MenuContainer {
	width:100%;
	PADDING-LEFT: 0px;
	PADDING-RIGHT: 0px;
	PADDING-BOTTOM: 0px;
	PADDING-TOP: 0px;
	border-bottom: #fffc00 0px solid; 
	border-left: #fffc00 0px solid; 
	border-top: #fffc00 0px solid; 
	border-right: #fffc00 0px solid;
	background-color: Black;
	height: 16px;
	text-align:center;
}

.MainMenu_MenuBar {
	cursor: pointer; 
	cursor: hand;
}

.MainMenu_MenuItem {
	cursor: pointer; 
	cursor: hand; 
	color: White; 
	font-family: Verdana; 
	font-size: 11px; 
	font-weight: bold; 
	font-style: normal; 
	text-decoration: none; 
	border-bottom: #99CCFF 0px solid;
	border-top: #99CCFF 0px solid; 
	border-right: #99CCFF 0px solid;
	
}

.MainMenu_MenuIcon {
	cursor: pointer; 
	cursor: hand;
	background-color: Black;
	border-left: #000000 0px solid; 
	border-top: #000000 0px solid; 
	border-bottom: #000000 0px solid; 
	text-align: center; 
	width: 20;
	height: 20;
}

.MainMenu_SubMenu {
	z-index: 9999; 
	cursor: pointer; 
	cursor: hand;
	background-color: Black;
	filter:progid:DXImageTransform.Microsoft.Shadow(color='Transparent', Direction=135, Strength=2) ;

}

.MainMenu_MenuBreak {
	border-bottom: #0060ff 0px solid; 
	border-left: #0060ff 0px solid; 
	border-top: #0060ff 0px solid;  
	border-right: #0060ff 0px solid; 
	background-color: Black;
	height:16px; 
}

.MainMenu_MenuItemSel {
	cursor: pointer; 
	cursor: hand; 
	background-color: black; 
	color: #DE5500; 
	font-family: Verdana; 
	font-size: 11px; 
	font-weight: bold; 
	font-style: normal; 
	text-decoration:none ; 
	border-bottom: #000000 1px solid; 
	border-top: #000000 1px solid;
}

.MainMenu_MenuArrow {
	font-family: webdings; 
	font-size: 10pt; 
	cursor: pointer; 
	cursor: hand; 
	border-top: #99CCFF 0px solid; 
	border-bottom: #99CCFF 0px solid; 
	border-right: #99CCFF 0px solid;

}

.MainMenu_RootMenuArrow {
	font-family: none; 
	font-size: 2pt;
	cursor: hand;
	border-bottom: #FF8080 0px solid; 
	border-left: #FF8080 0px solid; 
	border-top: #FF8080 0px solid;  
	border-right: #FF8080 0px solid;
	text-decoration:none;
	overflow:hidden;
	width:1;
}

.TopBarlinks, A.TopBarlinks:link, A.TopBarlinks:active 

{
	font-family: Verdana, tahoma, sans-serif;
    font-size: 11px;
    font-weight: bold; 
	height:16;
    color:White;
	background-color: transparent;
	text-decoration:none;
}

A.TopBarlinks:visited
{
    color:#DE5500;
    text-decoration:none;
}

A.TopBarlinks:hover
{
    color:#DE5500;
    text-decoration:none;
}

.PortalBanner 
{
	width:800;
    background-image:url(Pumpkinbanner.gif);
    background-repeat:no-repeat;
}
.Title
{
	font-family: Tahoma, Arial, Helvetica;
    font-size:  20px;
    font-weight:    normal;
    color: WHITE;
    padding-bottom:5px;
}

.Orangetitle
{
	font-family: Tahoma, Arial, Helvetica;
    font-size:  20px;
    font-weight:    normal;
    color: Black;
    padding-bottom:5px;
}
.Footergif {
    font-weight: normal;
    font-size: 8pt;
    color: White;
    font-family: Tahoma, Arial, Helvetica;
    text-decoration: none;
    height:25px;
    width:100%;
    background-image:url(footer.gif);
    background-repeat:repeat;    
}

.Footer {
    font-weight: normal;
    font-size: 8pt;
    color: White;
    background-color:Transparent;
    font-family: Tahoma, Arial, Helvetica;
    text-decoration: none;
    border:none;
    text-align:center;
}

A.Footer:link, A.Footer:visited, A.Footer:active {
    font-weight: normal;
    font-size: 8pt;
    background-color:Transparent;
    text-decoration:none;
    border:none;
    color: White;
}

A.Footer:hover {
    text-decoration:    none;
    border:none;
    color:#DE5500;
    background-color:Transparent;
}
