/*page*/
body { font-family: Arial, Tahoma,  Helvetica, sans-serif;  color:#000; background: #6b2704;}

/*panes*/

.toppane{}
.leftpane{}
.contentpane{padding:9px 15px;}
.footerpane{}

.leftTD{background: url(images/leftTD.gif) repeat-y top left;}
.rightTD{background: url(images/rightTD.gif) repeat-y top right;}

/*text*/
.normal,div,span,p,td,th,li,a{font-family:Arial, Helvetica, sans-serif;font-size:14px;}


/*links*/
a, a:link, .black a:active, .black a:visited { text-decoration:underline; color:#000000; }
.black a:hover { color:#000; text-decoration:none;}

.black a, a:link, a:active, a:visited { text-decoration:underline; color:#6b2704; }
a:hover { color:#6b2704; text-decoration:none;}

a.CommandButton{font-size:12px;font-weight:bold;color:#000;}
.controlpanel a.CommandButton{font-size:10px;}
a.CommandButton:link{color:#6b2704;text-decoration:none;}
a.CommandButton:visited{color:#6b2704;text-decoration:none;}
a.CommandButton:hover{color:#6b2704;text-decoration:underline;}
a.CommandButton:active{color:#6b2704;text-decoration:underline;}

a.skinuser:link{color:#6b2704;text-decoration:none;font-weight:bold;font-size:9px;}
a.skinuser:visited{color:#6b2704;text-decoration:none;font-weight:bold;font-size:9px;}
a.skinuser:hover{color:#6b2704;text-decoration:underline;font-weight:bold;font-size:9px;}
a.skinuser:active{color:#6b2704;text-decoration:underline;font-weight:bold;font-size:9px;}

.footer{font-size:9px;}
a.footer:link{color:#6b2704;text-decoration:underline;font-size:9px;font-weight:bold;}
a.footer:visited{color:#6b2704;text-decoration:underline;font-size:9px;font-weight:bold;}
a.footer:hover{color:#6b2704;text-decoration:none;font-size:9px;font-weight:bold;}
a.footer:active{color:#6b2704;text-decoration:none;font-size:9px;font-weight:bold;}

.StandardButton{background:#A7A9AC;border:1px #000 outset;padding:5px; color:#fff; font-weight:bold;}

h1, h2, h3, h4, h5, h6 {font-family: Arial,sans-serif; font-weight: bold;}
h1{ font-size: 135%; color: #6b2704; }
h2{ font-size: 135%; color: #6b2704; border-bottom:1px solid black;}
h3{ font-size: 115%; color: #6b2704; margin-bottom:3px;text-transform:uppercase;}
h4{ font-size: 105%; color: #6b2704; margin:0; padding:0;}
h5{ font-size: 100%; color: #6b2704;}

/* For links and image popup windows */
.FCKImageGalleryContainer {background: #fff;}
.FCKLinkGalleryContainer {background: #fff;}

/* For Modules */

/* Stock Quotes Module */
.StockRed {color: red;font-size:9px;}
.StockGreen {color: green;font-size:9px;}

/* Announcements Module */
.announceHead{color:#6b2704; font-weight: bold; }
.announceDate{font-weight: bold; font-size:10px;}

/* Only seems to work if you build [SEARCH] into the skin */
/* Changes the word Search */
.SearchBox {
  font-family:TrebuchetMS;
  font-size:9pt;
  font-weight:bold;
  background-color:#9cb2e7;
  border-color:#9cb2e7;
  border-width:1px;
  color:FFFFFF;
  padding:0;
}

.firstLine{
font-size: 115%;
margin-bottom: 3px;
}

.disc{
color: #6d6d6d;
font-size: 80%;
}


/* ~~~~~~~~~~~~~~~~~~~~~Solpart Menu~~~~~~~~~~~~~~~~~~~~~ */

/* Main Menu */
.MainMenu_MenuContainer{
    background:;
	width:180px; /* main button width for vert menu */
}
.MainMenu_MenuBar{ 
    height: 30px;
}
.MainMenu_MenuItem{ /* main buttons */
    color: #000;
    font-family: arial, sans-serif;
    font-size: 13px;
    font-weight: bold;
    font-style: normal;
	height: 30px;
	background: url(images/button.gif) repeat-x top left;
	border:0; /* border in the submenu */
	text-align:left;
	text-indent: 37px;
}
.MainMenu_MenuItem td {
font-size: 13px; /* font size for main buttons */
width:180px;
font-family: arial, sans-serif;
/*padding: 0 21px;*/

}
.MainMenu_MenuIcon{ /* icon on left side of menu */
	display: none; 
}
.MainMenu_SubMenu{
    z-index: 1000; 
	background: #c7a28f; /* submenu colour */
	height:25px;
	width:180px;
}
.MainMenu_MenuBreak{
display: none; 
}
.MainMenu_MenuItemSel{ /* main buttons when hovered over */
    color: #6b2704;
    font-family: arial, sans-serif;
    font-size: 13px;
    font-weight: bold;
	background: url(images/button_on.gif) repeat-x top left;
	height: 30px; /* Put height here so when you click the main menu button, it doesnt shrink. */
	text-align:left;
text-indent: 37px;
}
.MainMenu_MenuItemSel td {
font-size: 13px; /* font size for submenu */
width:180px;
text-align:left;
font-family: arial, sans-serif;


}
.MainMenu_MenuArrow{ /* Shows up in the sub menu, to the right of the words, where is a sub-submenu. */
border:0;
display: ;
}
.MainMenu_RootMenuArrow{ /* Shows up in the sub menu, to the right of the words, when there is a submenu. */
display: ;
}

/* Backgrounds below do not override the backgrounds set above.  */

.MainMenu_RootMenuItemBreadcrumb{ /* Main menu - current page */
color: #6b2704;
    font-family: arial, sans-serif;
    font-size: 13px;
    font-weight: bold;
	background: #fff url(images/button_on.gif) repeat-x top left;
	height: 30px; /* Put height here so when you click the main menu button, it doesnt shrink. */
	text-align:left;
	
}
.MainMenu_SubMenuItemBreadcrumb{
/* ? */

}
.MainMenu_RootMenuItem{ /* Overrides BG of .MainMenu_MenuItem */

}

.MainMenu_RootMenuItemActive{ /* Current top level button */

}
.MainMenu_SubMenuItemActive{ /* Current child level button */
background: #c7a28f url(images/clear.gif) no-repeat top left;
height: 20px;
text-indent:5px;
color: #6b2704;
text-align:left;
}
.MainMenu_RootMenuItemSelected{ /* Mouseover top level buttons without clicking */
text-align:left;
}


/* lines for the submenu but not main menu */
.MainMenu_SubMenu td {
/*width:180px; */
height: 20px;
text-indent:5px;
text-align:left;
background: #c7a28f url(images/clear.gif) no-repeat top left;

 } 

.MainMenu_SubMenuItemSelected{ /* Mouseover child level buttons without clicking */
height: 20px;
color: #6b2704;
text-indent:5px;
text-align:left;
text-indent: 37px;

}



/*   SUBNAV    */

#navcontainer {
        margin: 0 auto;
        padding: 0 ;
        height: 35px;
		line-height: 35px;
}

#navcontainer ul {
        border: 0;
        margin: 0;
        padding: 0;
        list-style-type: none;
        text-align: left;
}

#navcontainer ul li {
        display: block;
        float: left;
        text-align: left;
        padding: 0;
        margin: 0;
		
}

#navcontainer ul li a {
        background: #fff url(images/star.gif) no-repeat left;
        width: 150px;
        height: 11px;
        padding: 0;
        margin: 0;
        color: #000;
        text-decoration: none;
        display: block;
        text-align: left;
        font: bold 14px Arial, "Lucida Sans Unicode", verdana, lucida, sans-serif;
		text-indent: 25px;
		height: 35px;
		line-height: 35px;
}

#navcontainer ul li a:hover {
        color: #930;
        background: #fff url(images/star_on.gif) left no-repeat;
		text-indent: 25px;
		height: 35px;
		line-height: 35px;
}

#navcontainer a:active {
        background: #fff url(images/star_on.gif) left no-repeat;
        color: #6b2704;
		text-indent: 25px;
		height: 35px;
		line-height: 35px;
}

#navcontainer li#active a {
        background: #fff url(images/star_on.gif) left no-repeat;
        color: #6b2704;
		text-indent: 25px;
		height: 35px;
		line-height:35px;
}

