@charset "utf-8";
/* CSS Document */

/*MAINBODY_LEFT section Start*/
#Sidebar {
	width:190px;
	background-color:f7f7f7;
	float:left;
}

#Sidebar h2 {
	color: #640203;
	font-family: Arial;
	font-size: 14px;
	font-weight: bold;
	text-align:center;
	margin: 0px 0px 3px 0px;
}

#Sidebar h3 {
	color:#292944;
	text-decoration:none;
	text-transform: uppercase;
	font-weight:bold;
	font-size:11px;
	font-family: "Arial Narrow", Arial, sans-serif;
	text-align:center;
	margin: 0px 0px 3px 0px;
	display: block;
	background-color:#EAEAD9;
	line-height:20px;
}

#Sidebar .section {
	background-image: url(http://www.familyhistory101.com/images/template/dot-border-v.jpg);
	background-position: left top;
	background-repeat:repeat-x;
	padding-bottom: 10px;
	padding-top: 10px;
	padding-left: 5px;
	text-indent: 0px;
	z-index: 1000;
} 

#Sidebar .states {
	background-image: url(http://www.familyhistory101.com/images/template/dot-border-v.jpg);
	background-position: left top;
	background-repeat:repeat-x;
	padding-bottom: 10px;
	padding-top: 10px;
} 

#Sidebar .menu {
	background-image: url(http://www.familyhistory101.com/images/template/dot-border-v.jpg);
	background-position: left bottom;
	background-repeat:repeat-x;
	padding-bottom: 10px;
	padding-top: 10px;
	padding-left: 5px
} 

#Sidebar .add {
	background-image: url(http://www.familyhistory101.com/images/template/dot-border-v.jpg);
	background-position: left bottom;
	background-repeat:repeat-x;
}

/*TABLE section Start*/

#Sidebar table           {
    border-collapse: collapse;
	margin-left:10px;
}

#Sidebar td              {
    width: 26px;
	color:#292944;
	text-decoration:none;
	text-transform: uppercase;
	font-weight:bold;
	font-size:11px;
	font-family: "Arial Narrow", Arial, sans-serif;
	text-align:center;
    margin: 0px;
}

#Sidebar td.normal       {
    background: #FFFFFF;
}

#Sidebar td.outlined     {
    border: 1px black solid;
    background: #efe;
}

#Sidebar a.block:link    {
    display: block;
    width: 100%;
    height: 100%;
    color: black;
    text-decoration: none;
}

#Sidebar a.block:visited {
    display: block;
    width: 100%;
    height: 100%;
    color: black;
    text-decoration: none;
}

#Sidebar a.block:hover   {
    color: white;
    background: #640203;
}

/*MAINBODY_SEARCH section Start*/

#Sidebar .ariel_sm {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #252543;
}

IFRAME {
    z-index: 1000;
  }
  
/****************************************************************************************
* 	LAYOUT CSS FOR THE MENU
****************************************************************************************/
#listMenu a{	/* Main menu items */
	color:#292944;
	text-decoration:none;
	text-transform: uppercase;
	font-weight:bold;
	font-size:11px;
	font-family: "Arial Narrow", Arial, sans-serif;
	line-height: 1.2em;
}

#listMenu a:hover{	
	color: #570035;
}

#listMenu ul li a{	/* Sub menu items */
	color: #892F01;
	font-weight:normal;
	text-decoration: underline;
	text-transform: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

#listMenu ul li a:hover{	/* Sub menu items */
	color: #FFFFFF;
	background-color:#892F01;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration:none;
	padding: 3px;
}

#listMenu ul li ul li a{	/* Sub Sub menu items */
	color: #660033;
	font-style:italic;
	font-size:12px;
	font-weight:normal;
	text-decoration: underline;
	text-transform: none;
}

#listMenu .activeMenuLink{	/* Active menu item */
	color:#570035;
	font-weight: bold;
	text-decoration: underline;
}


/*
No bullets
*/	
#listMenu li{
	list-style-type:none;	
}

/*
No margin and padding
*/
#listMenu, #listMenu ul{
	margin:0px;
	padding:0px;
	text-indent: .5em;
}

/* Margin of sub menu items */
#listMenu ul{
	display:none; /* do not remove this line */
	margin-left:8px; /*indent amount */
}
