/* ================================
    CSS STYLES FOR Pacific Skins by joie http://portals.my-asp.net
   ================================
*/   

Body
{
    scrollbar-base-color: Black;
    scrollbar-face-color: White; 
    scrollbar-track-color: #f9b806; 
    scrollbar-arrow-color: #0060ff;
    scrollbar-highlight-color: #0060ff; 
    scrollbar-3dlight-color: #fefdbe; 
    scrollbar-shadow-color: #139a05;
    scrollbar-darkshadow-color: Black;
    background-color:transparent; 
}

.RightPane  
{
	 background-color:White;
}

.LeftPane  
{
	 background-color:White;

}
.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: #f9b806;
	padding-right:10;
}

.Breadcrumb:hover
{
	color: #f9b806;
}

.ContentPane  
{ 

}

/* 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; 
}

.MainMenu_MenuItem {
	cursor: pointer; 
	cursor: hand; 
	color: white; 
	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: #f9b806; 
	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: #3164D7; 
	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: #f9b806;
	cursor: hand;
	font-family: Verdana,Tahoma, Arial, Helvetica; 
	font-size: 8pt; 
	font-style: normal;
	font-weight:bold;
	height:30px;
	background: transparent url(button2.gif) 0 -0 repeat fixed;
}

.MainMenu_MenuArrow {
	font-family: webdings; 
	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: #3164D7;
	text-decoration:none;
	height:30px;
	width:0;

}

.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;
	background:transparent;
	text-decoration:none;
	overflow:hidden;
	width:1;
}


/* Main Menu Panes & Login Buttons */
.MenuPane
{
	background-image:url(button1.gif);
	background-repeat:repeat; 
    background-position:left top;
	background-color: white;
}
.TopBar
{
    text-decoration: none;
	background-image:url(corner.gif);
	height:30;
	background-repeat:no-repeat; 
    background-position:left top;
}
.TopBarlinks, A.TopBarlinks:link, A.TopBarlinks:visited, A.TopBarlinks:active
{
	font-weight: bold;
    font-size:8pt;
    font-family: Verdana,Tahoma, Arial, Helvetica; 
    color:white;
    text-decoration: none;
    background-color: Transparent;
	height:13;
}
A.TopBarlinks:hover
{
	font-weight: bold;
    font-size:8pt;
    font-family: Verdana,Tahoma, Arial, Helvetica;
    color:Black;
    text-decoration: none;
    background-color: Transparent;
	height:13;
}
.Logo
{

}

.HorizLogo
{
	background-image:url(banner.gif);
	background-repeat:no-repeat;    
	background-position:top;
	background-color:Transparent;
}

.Orangebar 
{
	width:100%;
	height:15;
	padding:0;
    background-image:url(bar.gif);
    background-repeat-horizontal:repeat;
}
.Orangebarbig 
{
	width:100%;
	height:15;
	padding:0;
    background-image:url(bigbar.gif);
    background-repeat-horizontal:repeat;
}

.Title
{
	font-family: Tahoma, Arial, Helvetica;
    font-size:  20px;
    font-weight:    normal;
    color: WHITE;
}

