/*page*/
html, body { margin:0; padding:0; font-family: Arial, Tahoma,  Helvetica, sans-serif;  color:black;  font-size: 12px; }
body {background:#fff; }

/*panes*/
.locationpane { padding:0; margin:0;}
.linkspane { padding:0; margin:0;}
.leftpane { padding:0; margin:0; background: #DBDBDB url(leftbg.gif) repeat-y top right; width: 153px; border-top:1px solid white;}
.box1,.box2,.box3 { background: #D8E2FB url(boxbg.gif) repeat-y top right; width: 150px; border-top:1px solid white;}
.rightpane { padding:0; margin:0; width:250px; }
.stockpane { padding:0; margin:0; background: #000; height: 24px;  border: 1px solid white;}
.contentpane { padding:0; margin:0;}
.footerpane { padding:0; margin:0; background: #fff url(footerbg.gif) repeat-x top left; width:850px;}

/*text*/
.normal,div,span,p,td,th,li,a{font-family:Arial, Helvetica, sans-serif;font-size: 12px;}
.head,.subhead{color:#000; font-weight: bold; }
.head{padding-bottom:10px;font-size:16px; }

/*links & buttons*/
a, a:link, a:active, a:visited { text-decoration:none; color:#002e8b; }
a:hover { color:#3c4db0; text-decoration:none;}

.StandardButton{background:#0866AD;border:1px #000 outset;padding:5px;}

a.CommandButton{font-size:14px;font-weight:bold;color:#000;}
.controlpanel a.CommandButton{font-size:10px;}
a.CommandButton:link{color:#174AB3;text-decoration:none;}
a.CommandButton:visited{color:#174AB3;text-decoration:none;}
a.CommandButton:hover{color:#174AB3;text-decoration:underline;}
a.CommandButton:active{color:#174AB3;text-decoration:underline;}

a.skinuser:link{color:#000;text-decoration:none;font-weight:bold;font-size:9px;}
a.skinuser:visited{color:#000;text-decoration:none;font-weight:bold;font-size:9px;}
a.skinuser:hover{color:#174AB3;text-decoration:underline;font-weight:bold;font-size:9px;}
a.skinuser:active{color:#174AB3;text-decoration:underline;font-weight:bold;font-size:9px;}

a.footer:link{color:#000;text-decoration:underline;font-size:9px;font-weight:bold;}
a.footer:visited{color:#000;text-decoration:underline;font-size:9px;font-weight:bold;}
a.footer:hover{color:#174AB3;text-decoration:none;font-size:9px;font-weight:bold;}
a.footer:active{color:#174AB3;text-decoration:none;font-size:9px;font-weight:bold;}

h1, h2, h3, h4, h5, h6 {font-family: Arial,sans-serif; font-weight: bold;}
h1{ font-size: 175%; color: #174AB3; }
h2{ font-size: 150%; color: #000;}
h3{ font-size: 125%; color: #174AB3; margin-bottom:0;}
h4{ font-size: 110%; color: #000;}
h5{ font-size: 100%; color: #174AB3;}

.FCKImageGalleryContainer {}
.FCKLinkGalleryContainer {}

/* Solpart Menu */

.MainMenu_MenuContainer { } 

/*If vertical menu, put width here */
.MainMenu_MenuContainer td {
width: 150px;
 } 

.MainMenu_MenuBar { 
height:25px;
} 

.MainMenu_MenuItem { 
border:0px; 
font-family:Arial, Helvetica, sans-serif;
color:#fff;
font-size:12px;
font-weight:bold;
background: url(button.gif) top right;
} 
/* this font-family changes the sub menus only */
/* this background modifies the main menu and the sub menus */
/* height here modifies the main menu and the sub menu */
/* border here changes the sub menus only */
/* padding here changes the sub menus only */
/* color here changes the sub menu font */
/* add image here for OFF button */

.MainMenu_MenuItem td{ 
padding:5px 7px;
text-align:center;
} 

.MainMenu_MenuItem td span{ } 

.MainMenu_MenuIcon { 
display: none; } 

/* Main Menu Active/Current Button */
.rootmenuitemactive{
background: url(button_on.gif) top right #000;
}

/* Main Menu Mouseover */
.MainMenu_MenuItemSel { 
color: #fff; 
background: url(button_on.gif) top right #000;
} 

/* Padding around the words in the main menu buttons */
.MainMenu_MenuItemSel td{ 
padding:5px 7px;
text-align:center;
} 

.MainMenu_MenuBreak {
display:none; } 

.MainMenu_RootMenuArrow {
display:none; } 

/* Shows up in the sub menu, to the right of the words. */
.MainMenu_MenuArrow{
display:none;
}  

.MainMenu_SubMenu {
background: #174AB3; /* blue */
} 

.MainMenu_SubMenu td {
text-align:center;
width: 151px; } 

.submenu{
z-index:1000;
border:0px;
font-weight:bold;
} 

/* Sub Menu Mouseover */
.submenuitemselected{
font-family:Arial, Helvetica, sans-serif;
color: #fff; 
background: url(button_on.gif) top right #000;

}

/* Sub Menu Current Page */
.submenuitemactive{
font-family:Arial, Helvetica, sans-serif;
color: #fff;
font-size:12px;
}

/* Sub Menu Active/Current */
.submenuitembreadcrumb{
font-family:Arial, Helvetica, sans-serif;
color:#fff;
font-size:12px;
font-weight:bold;
padding:2px 15px;

}

.rootmenuitem{
background:transparent;
}  

.rootmenuitem td{
}  
/* if you don't put the height here, the right border doesnt reach the top/bottom. */
/* Also adds (unwanted) border in the submenu. */ 

/* Main Menu font */ 
.rootmenuitem td span{
font-family:Arial, Helvetica, sans-serif;
color:#fff;
font-size:12px;
font-weight:bold;
}  

.rootmenuitembreadcrumb{

} 

/* Main Menu Mouseover */ 
.rootmenuitembreadcrumb td{
padding:2px 10px;
}  

/* Main Menu Active/Current button */
.rootmenuitembreadcrumb td span{
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
font-weight:bold;}  

/* Main Menu Mouseover Background */
.rootmenuitemselected{
}  

.rootmenuitemselected td{
padding:2px 10px;
}  

/* Main Menu Mouseover Text */
.rootmenuitemselected td span{
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
font-weight:bold;
color:#fff;}


