/*  I added the first Background#FFF line in, to get a background image on site. Emily Nov-09*/
body {	
	width : 100%;
	height : 100%;
	margin:0px 0px 0px 0px;
	background-color:#FFF;
	background:url(images/bkg.jpg) repeat top left;
}
/*  I added this entire class of .white in to force top logo area of website not to be transparent. Emily Nov-09*/
.white {	
	background-color:#FFF !important;

}

.Search{									
   font-size:11px;
   font-weight:bold; 
   color:#636363;
   text-decoration:none;
}

#sssearch input {							
border-style:solid;
border-width:0px;
border-color:#999999;
text-align:left;
font:Tahoma, Arial, Verdana;
font-size:12px;
width:160px;
height:18px;
background-color:transparent;
}

#sssearch{
padding-left:7px;
padding-top:2px;
margin:0px;
width:217px; 
height:24px;
background-repeat:no-repeat;
}

.pagemaster {								
	width: 100%;
	height: 100%;	
}

.controlpanel {								
	width: 100%;
	background-color: #fff;
}
/*  I added the first Background#FFF line in, to get a background image on site. Emily Nov-09*/
.headerpane,.imagepane {					
	padding-top: 0px;						
	padding-left: 0px;						
	padding-right: 0px;						
	padding-bottom: 0px;
	background-color:#FFF;
}
/*  I added the Background#FFF line in, to get a background image on site. Emily Nov-09*/
.toppane {									
	padding-top: 3px;
	padding-left: 3px;
	padding-right: 3px;
	padding-bottom: 2px;
	background-color:#FFF;
}

/* I added the width here to force the sidebars to a fixed width - Emily Davis Nov 09 */
.leftpane {
	width:190px!important;
	padding-top: 3px;
	padding-left: 3px;
	padding-right: 3px;
	padding-bottom: 2px;
	background-color:#FFF;
}

/* I added the width here to force the center content to a fixed width, and the minimum height - Emily Davis Nov 09 */
.contentpane {	
	min-height:500px!important;
	width:500px;
	padding-top: 3px;
	padding-left: 3px;
	padding-right: 3px;
	padding-bottom: 2px;
	background-color:#FFF;
}

/* I added the width here to force the sidebars to a fixed width - Emily Davis Nov 09 */
.rightpane {	
	width:190px!important;
	padding-top: 3px;
	padding-left: 3px;
	padding-right: 3px;
	padding-bottom: 2px;
	background-color:#FFF;
}

.bottompane {									
	padding-top: 3px;
	padding-left: 3px;
	padding-right: 3px;
	padding-bottom: 2px;
	background-color:#FFF;
}

.MainMenu_MenuContainer {					
	background-color: transparent;
    width:100%;
	height:0px;
}

.MainMenu_MenuBar {							
}

.MainMenu_MenuArrow {						
	display: none
}

.MainMenu_RootMenuArrow {					
	display: none
}

.MainMenu_MenuIcon {						
	display: none
}

.MainMenu_MenuBreak {						
   	border-bottom: transparent 0px solid; 
	border-left: transparent 0px solid; 
	border-top: transparent 0px solid;  
	border-right: transparent 0px solid; 
	background-color: transparent; 
	height: 0px;
}

.RootMenuItem TD {							
    padding:8px 8px 0px 8px;				
    font-size:13px;							
    font-weight:bold;						
    color:#fff;				
    text-align:center;					
	height:35px;
	vertical-align:text-top;
	background:url(images/Brown_r5_c4.jpg) left repeat-x;
}

.RootMenuItemSel TD {						
    padding:10px 9px 0px 9px;				
    font-size:13px;							
    font-weight:bold;			
    color: #333; 	
    text-align:center;
	height:35px;
	background:url(images/Brown_r5_c6.jpg) left repeat-x;
	vertical-align:text-top;
}

.RootMenuItemHover TD {							
    font-size:13px;							
    font-weight:bold;			
    color:#333;
    text-align:center;
	height:35px;
	vertical-align:text-top;
}

.MainMenu_MenuItem {	
    padding:5px 22px 5px 12px;
	border:0pt none;
    font-size: 11px; 
    color: #333;
	font-weight:bold;
	margin-top:-1x;
	margin-left:-3px;
}

.Submenu {	
    border-left:4px solid #9A6649;
    cursor:pointer;
    margin-top: -1px;
    margin-left:-3px; z-index: 1000;
    font-size: 11px; 
    color: #333;
    font-weight:bold; 
	background: #eaeaea; 
}

.Submenuitemselected,Submenuitembreadcrumb {
	border:0pt none;
    padding:5px 22px 5px 12px;
    margin-top: -1px;
    margin-left: -3px; font-size: 11px; 
    color: #fff;
	font-weight:bold; 
	background: #9A6649; 
}

.Head{ 										
   font-size:13px;
   font-weight:bold;
   color:#000; 
}

.SubHead{ 									
   font-size:12px; 
   color:#000;
  }
   
.SubSubHead{ 								
   font-size:11px; 
   color:#000;
}

.Normal{									
   font-size:11px; 
   color:#000;
   font-weight : normal;
   font-size : 11px;
}

.TH,TD,DIV {								
   font-size: 11px; 
   color: #000; 
   font-family:Verdana, Tahoma, Arial, Helvetica, sans-serif;
}

.CommandButton {							
	font-size : 11px;
	font-weight : normal;
	color : #0033cc;
	text-decoration : none;					
}
    
A.CommandButton:link {						
	font-size : 11px;
	font-weight : normal;
	color : #0033cc;
	text-decoration : underline;			
}

A.CommandButton:visited  {					
	font-size : 11px;
	font-weight : normal;
	color : #0033cc;
	text-decoration : underline;
}

A.CommandButton:active {					
	font-size : 11px;
	font-weight : normal;
	color : #0033cc;
	text-decoration : underline;
}

A.CommandButton:hover {						
	font-size : 11px;
	font-weight : normal;
	color : #0033cc;
	text-decoration : none;
}

.User, A.User:link, A.User:visited, A.User:active{	
   font-size : 11px;
   font-weight:bold; 
   color:#333;
   text-decoration:none;
}

A.User:hover {								
    font-size : 11px;
    font-weight:bold; 
    color:#000;
	text-decoration : underline;
}

.Date, A.Date:link, A.Date:visited, A.Date:active, A.Date:hover  {	
    color:#333;
	font-weight:normal; 
    font-size:11px;
    text-decoration:none;
}

.Breadcrumb, A.Breadcrumb:link, A.Breadcrumb:visited, A.Breadcrumb:active {		
    color:#666;
	font-weight:bold; 
    font-size:11px;
    text-decoration:none;
}

A.Breadcrumb:hover  {						
    color:#666;
	font-weight:bold; 
    font-size:11px;
    text-decoration:underline;
}

A:link {									
	font-size : 11px;
	font-weight : normal;
	color :#7B4B38;
	text-decoration : none;
}

A:active {									
	font-size : 11px;
	font-weight : normal;
	color :#7B4B38;
	text-decoration : underline;
}

A:hover {									
	font-size : 11px;
	font-weight : normal;
	color :#666;
	text-decoration : underline;
}

A:visited {									
	font-size : 11px;
	font-weight : normal;
	color :#7B4B38;
	text-decoration : none;
}

.Footer{							
   font-size:11px;
   font-weight:bold; 
   color:#333;
   text-decoration:none;
  
}

A.Footer:link {							
   font-size:11px;
   font-weight:bold; 
   color:#333;
	text-decoration : none;
}

A.Footer:visited  {						
   font-size:11px;
   font-weight:bold; 
   color:#333;
	text-decoration : none;
}

A.Footer:active {						
   font-size:11px;
   font-weight:bold; 
   color:#333;
	text-decoration : underline;
}

A.Footer:hover {						
   font-size:11px;
   font-weight:bold; 
   color:#000;
	text-decoration : underline;
}

.Links {							
   font-size:11px;
   font-weight:bold; 
   color:#333;
   text-decoration: none
}

A.Links:link {						
   font-size:11px;
   font-weight:bold; 
   color:#333;
	text-decoration : none;
}

A.Links:visited {  					
   font-size:11px;
   font-weight:bold; 
   color:#333;
	text-decoration : none;
}

A.Links:active {					
   font-size:11px;
   font-weight:bold; 
   color:#333;
	text-decoration : underline;
}

A.Links:hover {						
   font-size:11px;
   font-weight:bold; 
   color:#000;
	text-decoration : underline;
}


