/*page*/
body{background:#866929;height:100%;}


/*text*/
.normal,div,span,p,td,th,li,a{font-family:Arial, Helvetica, sans-serif;font-size:12px;}
.head,.subhead{font-family:Arial, Helvetica, sans-serif;color:#000;}
.head{font-size:16px;font-weight:bold; text-transform:uppercase;}
.footer{font-size:9px;font-weight:normal;}

a.footer:link{color:#C7952C;text-decoration:underline;font-size:9px;}
a.footer:visited{color:#C7952C;text-decoration:underline;font-size:9px;}
a.footer:hover{color:#C7952C;text-decoration:none;font-size:9px;}
a.footer:active{color:#C7952C;text-decoration:none;font-size:9px;}

/*panes*/
.toppane{background: url(images/header_02.gif);}
.contentpane{background:#FFF;padding:10px 10px 0 10px;}
.contentpaneLeft{background:#F5ECD9;padding:0;border-bottom: 1px solid black;}
.contentpaneRight{background:#F5ECD9;padding:0;border-bottom: 1px solid black;}
.leftpane{background:#DAB776;width:191px;padding:0;}
.footerpane{background:#fff;width:100%;}
.loginpane1{border-bottom: 1px solid black;}
.loginpane2{text-align: right;border-bottom: 1px solid black;}

/*links & buttons*/
a:link{color:#C7952C;text-decoration:underline;}
a:visited{color:#C7952C;text-decoration:underline;}
a:hover{color:#C7952C;text-decoration:none;}
a:active{color:#C7952C;text-decoration:none;}

.StandardButton{background:#CCC;border:1px #CCC outset;padding:5px;}

a.CommandButton{font-size:14px;font-weight:bold;}
.controlpanel a.CommandButton{font-size:10px;}
a.CommandButton:link{color:#C7952C;text-decoration:none;}
a.CommandButton:visited{color:#C7952C;text-decoration:none;}
a.CommandButton:hover{color:#C7952C;text-decoration:underline;}
a.CommandButton:active{color:#C7952C;text-decoration:underline;}

a.skinuser:link{color:#C7952C;text-decoration:none;}
a.skinuser:visited{color:#C7952C;text-decoration:none;}
a.skinuser:hover{color:#000;text-decoration:underline;}
a.skinuser:active{color:#000;text-decoration:underline;}

a.search:link{color:#C7952C;text-decoration:none; font-weight: bold;}
a.search:visited{color:#C7952C;text-decoration:none; font-weight: bold;}
a.search:hover{color:#C7952C;text-decoration:underline; font-weight: bold;}
a.search:active{color:#C7952C;text-decoration:underline; font-weight: bold;}

.footerlink{color:#000; font-size:10px;}
a.footerlink:link{color:#C7952C;text-decoration:none; font-weight: bold;}
a.footerlink:visited{color:#C7952C;text-decoration:none; font-weight: bold;}
a.footerlink:hover{color:#C7952C;text-decoration:underline; font-weight: bold;}
a.footerlink:active{color:#C7952C;text-decoration:underline; font-weight: bold;}


h1, h2, h3, h4, h5, h6 {font-family: Arial, Helvetica, sans-serif;}

h1{ font-size: 150%; color: #C7952C; font-weight: bold;}
h2{ font-size: 125%; color: #C7952C; font-weight: bold;}
h3{ font-size: 105%; color: #000000; font-weight: bold; margin-bottom:0}
h4{ font-size: 105%; color: #C7952C; font-weight: bold;}
h5{ font-size: 100%; color: #C7952C; font-weight: bold;}



/* Solpart Menu */

.MainMenu_MenuContainer { background: #C7952C;  } 

.MainMenu_MenuContainer td { } 

.MainMenu_MenuBar { height:46px;} 

.MainMenu_MenuItem { 
font-family:Arial, Helvetica, sans-serif;
color:#fff;
font-size:12px;
font-weight:bold;
padding:5px 15px;
border:0;
} 
/* 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 */

.MainMenu_MenuItem td{  border-top:1px solid #fff;
} 

.MainMenu_MenuItem td span{ } 

.MainMenu_MenuIcon { 
display: none; } 

/* Main Menu Active/Current Button */
.rootmenuitemactive{

}

/* Main Menu Mouseover */
.MainMenu_MenuItemSel {  } 

/* Padding around the words in the main menu buttons */
.MainMenu_MenuItemSel td{ border-top:1px solid #fff;
} 

.MainMenu_MenuBreak {
display:none; } 

.MainMenu_RootMenuArrow {
display:none; } 

/* Shows up in the sub menu, to the right of the words. */
.MainMenu_MenuArrow{
display:none; 
}  

.submenu{
z-index:1000;
background:#C7952C;
font-weight:bold;
} 

/* Sub Menu Mouseover */
.submenuitemselected{
background:#DAB776;
font-family:Arial, Helvetica, sans-serif;
color: #866929;
font-size:12px;
padding:5px 15px;
}

/* Sub Menu Active/Current */
.submenuitembreadcrumb{
font-family:Arial, Helvetica, sans-serif;
color:#fff;
font-size:12px;
font-weight:bold;
padding:5px 15px;
}

.rootmenuitem{
background:transparent;}  

.rootmenuitem td{
width:191px;
height:46px;
padding:2px 5px;
}  
/* Add width here to set main nav button width */ 
/* Add images here for button background */ 
/* 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;
text-transform:uppercase;
}  

.rootmenuitembreadcrumb{
background:transparent;} 

/* Main Menu Mouseover */ 
.rootmenuitembreadcrumb td{
height:46px;
padding:2px 5px;
width:191px;
}  

/* Main Menu Active/Current button */
.rootmenuitembreadcrumb td span{
font-family:Arial, Helvetica, sans-serif;
color:#fff;
font-size:12px;
font-weight:bold;
text-transform:uppercase;
}  

/* Main Menu Mouseover Background */
.rootmenuitemselected{
background:#DAB776;}  

.rootmenuitemselected td{
height:46px;
padding:2px 5px;
width:191px;
/* Add images here for selected button background */ 
}  

/* Main Menu Mouseover Text */
.rootmenuitemselected td span{
font-family:Arial, Helvetica, sans-serif;
color:#866929;
font-size:12px;
font-weight:bold;
text-transform:uppercase;}  


