/* ================================    CSS STYLES FOR KSCOG.ORG by Jane Betteridge   ================================*/   /* GENERAL *//* style for module titles */.HeadBG  {    font-family: Verdana, Arial, Tahoma, Helvetica;    font-size:  11px;    font-weight: bold;    color: #602a00;}.Head   {    font-family: Verdana, Arial, Tahoma, Helvetica;    font-size:  12px;    font-weight: bold;    color: #602a00;}/* background color for the content part of the pages */Body{    background-color: #e2c899;}.TopPane {background-color: transparent;}.LeftPane {background-color: transparent;}.ContentPane {background-color: transparent;}.RightPane {background-color: transparent;}.LeftPane02 {background-color: transparent;}.CenterPane {background-color: transparent;}.RightPane02 {background-color: transparent;}.BottomPane {background-color: transparent;}.AnalyticsPane {background-color: transparent;}/* text style used for most text rendered by modules */.Normal{    font-family: Verdana, Arial, Tahoma, Helvetica;    font-size: 11px;    font-weight: normal;}/* text style used for textboxes in the admin and edit pages, for Nav compatibility */.NormalTextBox{    font-family: Verdana, Arial, Tahoma, Helvetica;    font-size: 11px;    font-weight: normal;}.NormalRed{    font-family: Verdana, Arial, Tahoma, Helvetica;    font-size: 11px;    font-weight: bold;    color: #b02900}.NormalBold{    font-family: Verdana, Arial, Tahoma, Helvetica;    font-size: 11px;    font-weight: bold}/* text style for the selected tab */.SelectedTab {    font-weight: bold;    font-size: 11px;    color: #5c2700;    font-family: Verdana, Arial, Tahoma, Helvetica;    text-decoration: none;}/* hyperlink style for the selected tab */A.SelectedTab:link {    text-decoration:    none;    color: #5c2700;}A.SelectedTab:visited  {    text-decoration:    none;    color: #5c2700;}A.SelectedTab:active   {    text-decoration:    none;    color: #5c2700;}A.SelectedTab:hover    {    text-decoration:    none;    color: #5c2700;}/* text style for the unselected tabs */.OtherTabs {    font-weight: bold;    font-size: 10px;    color:black;    font-family: Verdana, Arial, Tahoma, Helvetica;    text-decoration: none;}    /* hyperlink style for the unselected tabs */A.OtherTabs:link {    text-decoration:    none;    color:#5c2700;}A.OtherTabs:visited  {    text-decoration:    none;    color:#5c2700;}A.OtherTabs:active   {    text-decoration:    none;    color:#5c2700;}A.OtherTabs:hover    {    text-decoration:    underline;    color:#5c2700;}/* Main Menu */.MainMenu_MenuContainer {	border-bottom: #FFFFFF 0px solid; 	border-left: #FFFFFF 0px solid; 	background-color: transparent;}.MainMenu_MenuBar {	cursor: pointer; 	cursor: hand; 	height:16;}.MainMenu_MenuItem {	cursor: pointer; 	cursor: hand; 	color: #5c2700;     	font-family: Verdana, Arial, Tahoma, Helvetica;	font-size: 11px; 	font-weight: bold; 	font-style: normal; 	border-left: #000000 0px solid; 	border-bottom: #000000 0px solid; 	border-top: #000000 0px solid; 	border-right: #000000 0px solid;}.MainMenu_MenuIcon {	cursor: pointer; 	cursor: hand; 	background-color: transparent;	border-left: #000000 0px solid; 	border-right: #000000 0px solid; 	border-bottom: #000000 0px solid; 	border-top: #000000 0px solid; 	text-align: center; 	width: 15; 	height: 21;}.MainMenu_SubMenu {	z-index: 1000; 	cursor: pointer; 	cursor: hand; 	background-color: #9fb7d6; 	filter:progid:DXImageTransform.Microsoft.Shadow(color='DimGray', Direction=135, Strength=3) ; 	border-bottom: #000000 0px solid; 	border-left: #000000 0px solid; 	border-top: #000000 0px solid; 	border-right: #000000 0px solid;}.MainMenu_MenuBreak {	border-bottom: #000000 0px solid; 	border-left: #000000 0px solid; 	border-top: #000000 0px solid;  	border-right: #000000 0px solid; 	background-color: #000000; 	height: 0px;}.MainMenu_MenuItemSel {	background-color: #9fb7d6; 	cursor: pointer; 	cursor: hand; 	color: #fd5a1f; 	font-family: Verdana, Arial, Tahoma, Helvetica; 	font-size: 11px; 	font-weight: bold; 	font-style: normal;}.MainMenu_MenuArrow {	font-family: webdings; 	font-size: 10pt; 	color: black; 	cursor: pointer; 	cursor: hand; 		border-right: #000000 0px solid; 	border-bottom: #000000 0px solid; 	border-top: #000000 0px solid;}.MainMenu_RootMenuArrow {	font-family: webdings; 	font-size: 10pt; 	cursor: pointer; 	cursor: hand;}
