/* ================================
    CSS STYLES FOR Pacific Skins by joie http://portals.my-asp.net
   ================================
*/   

Body
{
    scrollbar-base-color: Black;
    scrollbar-face-color: White; 
    scrollbar-track-color: gray; 
    scrollbar-arrow-color: black;
    scrollbar-highlight-color: silver; 
    scrollbar-3dlight-color: black; 
    scrollbar-shadow-color: gray;
    scrollbar-darkshadow-color: Black;
    background-color:transparent; 
}

.Title
{
	font-family: Tahoma, Arial, Helvetica;
    font-size:  20px;
    font-weight:    normal;
    color: navy;
}

.OuterTable {
	border: black 0px 0px 0px 0px solid; 
	background-color:White;
}

.HeaderPane  
{
	 background-color:White;

}

.TopPane  
{
	 background-color:White;

}

.LeftPane  
{
	 background-color:White;

}

.ContentPane  
{ 
	 background-color:White;
}

.RightPane  
{
	 background-color:White;
}

.BottomPane  
{
	 background-color:White;

}

.MenuBottomPane  
{
	 background-color:White;

}

.BreadcrumbBar  
{
	background-color:White;
	border-top: #000000 0px solid;  
}

.Breadcrumb, A.Breadcrumb:link, A.Breadcrumb:visited, A.Breadcrumb:active
{
	font-weight: bold;
    font-size:10;
    font-family: Tahoma, Arial, Helvetica;
    text-decoration: none;
	background-color:transparent;
	color: black;
	padding-left:10;
	padding-right:10;
}

.Breadcrumb:hover
{
	color: #dc143c;
}

/*-- search button in search form      --*/ 
.SearchButton { background: transparent; padding: 2px 2px 2px 2px; cursor: hand; font-size:9px; margin: 0 0 0 0;}

/* 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: transparent;  
	height: 30px;
	text-align:center;
}

.MainMenu_MenuBar {
	cursor: pointer; 
	cursor: hand; 
	background-color:White;
}

.MainMenu_MenuItem {
	cursor: pointer; 
	cursor: hand; 
	color: black; 
	font-family: Verdana,Tahoma, Arial, Helvetica; 
	font-size: 8pt; 
	font-style: normal;
	font-weight:bold;
	border-left: #0060ff 0px solid; 
	border-bottom: #0060ff 0px solid; 
	border-top: #0060ff 0px solid; 
	border-right: #0060ff 0px solid;
	background-color:transparent;
	height:30px;
}

.MainMenu_MenuIcon {
	cursor: pointer; 
	cursor: hand; 
	background-color: gray; 
	border-left: #dae3f3 0px solid; 
	border-bottom: #dae3f3 0px solid; 
	border-top: #dae3f3 0px solid; 
    padding-left: 0px;
    padding-right: 0px;
	text-align: center; 
	width: 0; 
}

.MainMenu_SubMenu {
	z-index: 1000; 
	cursor: pointer; 
	cursor: hand; 
	background-color: silver; 
	border-bottom: WHITE 0px solid; 
	border-left: WHITE 0px solid; 
	border-top: WHITE 0px solid; 
	border-right: WHITE 0px solid;
	font-family: Verdana,Tahoma, Arial, Helvetica; 
	font-size: 8pt; 
	font-style: normal;
	font-weight:bold;
	height:30px;
}

.MainMenu_MenuBreak {
	border-bottom: #0060ff 1px solid; 
	border-left: #0060ff 1px solid; 
	border-top: #0060ff 1px solid;  
	border-right: #0060ff 1px solid; 
	background-color: White;
	height:30px; 
}

.MainMenu_MenuItemSel {
	border-bottom: #dae3f3 0px solid; 
	border-left: #dae3f3 0px solid; 
	border-top: #dae3f3 0px solid;  
	border-right: #dae3f3 0px solid;
	color: #dc143c;
	cursor: hand;
	background-color:transparent;
	font-family: Verdana,Tahoma, Arial, Helvetica; 
	font-size: 8pt; 
	font-style: normal;
	font-weight:bold;
	height:30px;
}

.MainMenu_MenuArrow {
	font-family: webdings; 
	color: #dc143c;
	font-size: 8pt; 
	cursor: pointer; 
	cursor: hand; 
	border-bottom: white 0px solid; 
	border-left: #FF8080 0px solid; 
	border-top: #FF8080 0px solid;  
	border-right: black 0px solid;
	background: silver;
	text-decoration:none;
	height:30px;
	width:0px;
}

.MainMenu_RootMenuArrow {
	font-family: webdings; 
	color: #dc143c;
	font-size: 8pt;
	cursor: hand;
	border-bottom: #FF8080 0px solid; 
	border-left: #FF8080 0px solid; 
	border-top: #FF8080 0px solid;  
	border-right: #FF8080 0px solid;
	background:transparent;
	text-decoration:none;
	overflow:hidden;
	width:0px;
}


/* Main Menu Panes & Login Buttons */
.MenuPane
{
	background-color: white;
}

.FooterBar  
{
	background-color:White;
    color:black;
}

.Footer
{
	font-weight: bold;
    font-size:8pt;
    font-family: Verdana,Tahoma, Arial, Helvetica; 
    text-decoration: none;
	background-color:transparent;
    color:black;
}
.Footerlinks, A.Footerlinks:link, A.Footerlinks:visited, A.Footerlinks:active
{
	font-weight: bold;
    font-size:8pt;
    font-family: Verdana,Tahoma, Arial, Helvetica; 
    color:black;
    text-decoration: none;
    background-color: transparent;
}
A.Footerlinks:hover
{
	font-weight: bold;
    font-size:8pt;
    font-family: Verdana,Tahoma, Arial, Helvetica;
    color:#dc143c;
    text-decoration: none;
    background-color: transparent;
}

.loginUser, A.loginUser:link, A.loginUser:visited, A.loginUser:active, A.loginUser:hover  
{
	background-color:transparent;
    color:gray;
	font-size:8pt;
	font-family: Verdana,Tahoma, Arial, Helvetica; 
}