/* ================================
    CSS STYLES FOR DotNetNuke
   ================================
*/   

/* Megs additions*/
/*Geelong HomePage Header*/
div.geelong_header {
background-image: url(Images/geelong_home.png);
background-repeat: no-repeat;
width: 800px;
heigth:150px;
vertical-align: center;
}

/* Geelong Congregational Website sidebar */
div.sidebar {
background-image: url (Images/geelong_sidebar.png);
width: 150px;
height:700px;
font-family: Geneva, Arial, Helvetica, sans-serif;
                color: #333333;
}

/*Geelong Content area*/

div.home_content {
width: 500px;
height:800px;
padding-top: 30px;
}

div.container{
margin-top: -35px;}

div.header {
margin: 0px, auto;
background-image: url(Images/geelong_content_header.png);
background-position: left center;
background-repeat: no-repeat;
width: 650px;
height: 200px;
position: relative;
text-align: left;
}
div.middle {
background-image: url(Images/geelong_content_middle.png);
background-repeat: repeat-y;
background-attachment: scroll;
margin: 0px,auto;
position: relative;
text-align: left;
width: 650px;
}
div.content {
width: 540px;
font-family: Arial,Helvetica,sans-serif;
color: #333333;
padding-top: 10px;
padding-bottom: 20px;
padding-left: 33px;
text-align: left;
margin-top:-37px;
margin-bottom: -54px;
}
div.footer {
margin: 0px, auto;
background-image: url(Images/geelong_content_footer.png);
background-position: left center;
background-repeat: no-repeat;
width: 623px;
height: 200px;
position: relative;
text-align: left;
}

h1.title_header {font-family: Geneva, Arial, Helvetica, sans-serif;
                font-style: italic;
                color: #333333; font-weight:bold; font-size: 26px;
        word-spacing: 3px;
        letter-spacing: 2px;}

h2.title_header {font-family: Georgia, "Times New Roman", Times, serif;
                font-style: italic;
                color: #333333; font-size: 19px;}


.style1 {
                font-family: Geneva, Arial, Helvetica, sans-serif;
                color: #333333; font-size:12px;
}

p{font-family: Geneva, Arial, Helvetica, sans-serif;
                color: #333333; font-size: 14px;}

/*End of Meg's Additions*/


/* PAGE BACKGROUND */
/* background color for the header at the top of the page  */
.HeadBg {
    background-color: #CCCCCC;
}
/* background color for the content part of the pages */
Body
{
	background-image: url(back.gif);	
}

/* background/border colors for the selected tab */
.TabBg {
    background-color: black;
}
.TopBar 
{
background-image:url(NewBlue.gif);
}
.BottomBar
{
 background-color: #3769cd;
}
.LeftPane  { 
	BORDER-RIGHT: #3769cd 1px solid;
	BORDER-LEFT: #3769cd 1px solid;
	background-color: #eef2fb;

}
.TopPane  { 
}

.ContentPane  { 
}

.RightPane  { 
	
}

/* text style for the selected tab */
.SelectedTab {
    font-weight: bold;
    font-size: 8.5pt;
    color: white;
    font-family: Verdana;
    text-decoration: none;
}

/* hyperlink style for the selected tab */
A.SelectedTab:link {
    text-decoration:    none;
    color:white;
}

A.SelectedTab:visited  {
    text-decoration:    none;
    color:white;
}

A.SelectedTab:active   {
    text-decoration:    none;
    color:white;
}

A.SelectedTab:hover    {
    text-decoration:    none;
    color:white;
}

/* text style for the unselected tabs */
.OtherTabs {
    font-weight: bold;
    font-size: 8.5pt;
    color: white;
    font-family: Verdana;
    text-decoration: none;
}

/* hyperlink style for the unselected tabs */
A.OtherTabs:link {
    text-decoration:    none;
    color:white;
}

A.OtherTabs:visited  {
    text-decoration:    none;
    color:white;
}

A.OtherTabs:active   {
    text-decoration:    none;
    color:white;
}

A.OtherTabs:hover    {
    text-decoration:    none;
    color:blue;
}
    
/* GENERAL */
/* style for module titles */
.Head   {
	 font-family: Tahoma, Arial, Helvetica;
    font-size:  13px;
    font-weight:    bold;
    color: #333333;
}

/* style of item titles on edit and admin pages */
.SubHead    {
    font-family: Tahoma, Arial, Helvetica;
    font-size:  11px;
    font-weight:    bold;
    color: #003366;
}

/* module title style used instead of Head for compact rendering by QuickLinks and Signin modules */
.SubSubHead {
    font-family: Verdana;
    font-size:  11px;
    font-weight:    bold;
    
}

/* text style used for most text rendered by modules */
.Normal
{
    font-family: Verdana;
    font-size: 11px;
    font-weight: normal;
}

/* text style used for textboxes in the admin and edit pages, for Nav compatibility */
.NormalTextBox
{
    font-family: Verdana;
    font-size: 12px;
    font-weight: normal;
}

.NormalRed
{
    font-family: Verdana;
    font-size: 12px;
    font-weight: bold;
    color: #ff0000
}

.NormalBold
{
    font-family: Verdana;
    font-size: 11px;
    font-weight: bold
}

/* text style for buttons and link buttons used in the portal admin pages */
.CommandButton     {
    font-family: Verdana;
    font-size: 11px;
    font-weight: normal;
}
        

/* Menu-Styles */
/* Module Title Menu */
.ModuleTitle_MenuContainer {

}

.ModuleTitle_MenuBar {
	cursor: hand;
	height:16;
	background-color: Transparent;
}

.ModuleTitle_MenuItem {
	cursor: hand; 
	color: Black; 
	font-family: Tahoma, Arial, Helvetica; 
	font-size: 8pt; 
	font-weight: normal; 
	font-style: normal; 
	border-left: #EFEFEF 0px solid; 
	border-bottom: #EFEFEF 1px solid; 
	border-top: #EFEFEF 1px solid; 
	border-right: #EFEFEF 0px solid;
}

.ModuleTitle_MenuIcon {
	cursor: hand; 
	background-color: #EFEFEF; 
	text-align: center; 
	width: 15; 
	height: 23;
}

.ModuleTitle_SubMenu {
	z-index: 1000; 
	cursor: pointer; 
	cursor: hand; 
	background-color: #EFEFEF; 
	filter: progid:DXImageTransform.Microsoft.Shadow(color='DimGray' , Direction=135, Strength=3);
}

.ModuleTitle_MenuBreak {
	border-bottom: white 1px solid; 
	border-left: white 0px solid; 
	border-top: gray 1px solid;  
	border-right: gray 0px solid; 
	background-color: white; 
	height: 1px;
}

.ModuleTitle_MenuItemSel {
	background-color: #C0C0FF;
	cursor: hand; 
	font-family: Tahoma, Arial, Helvetica; 
	font-size: 8pt; 
	font-weight: normal; 
	font-style: normal;
	height:23px;
}

.ModuleTitle_MenuArrow {
	font-family: webdings; 
	font-size: 10pt; 
	cursor: pointer; 
	cursor: hand; 
	border-right: #EFEFEF 1px solid; 
	border-bottom: #EFEFEF 1px solid; 
	border-top: #EFEFEF 0px solid;
}

.ModuleTitle_RootMenuArrow {
	font-family: webdings; 
	font-size: 10pt; 
	cursor: pointer; 
	cursor: hand;
}

/* Main Menu */

.MainMenu_MenuContainer {
	
	background-color: Transparent;
}

.MainMenu_MenuBar {
	cursor: pointer; 
	cursor: hand; 
	height:30px;
}

.MainMenu_TabRootMenuItem TD
{
	background-image: url(NewBluewhite_back.gif);	
	height: 30px;
}

.MainMenu_TabRootMenuItemSel TD
{
	background-image: url(NewBlue_back.gif);	
	height: 30px;
}

.MainMenu_TabMenuItemHover TD
{
	background-color: Transparent;
	color: Red;
	height: 30px;
}

.MainMenu_TabMenuItemSelHover TD
{
	background-image: url(NewBlue_back.gif);	
	color: White;
	height: 30px;
}


.MainMenu_MenuItem {
	cursor: hand; 
	color: Black; 
	font-family: Tahoma, Arial, Helvetica; 
	font-size: 8pt; 
	font-weight: normal; 
	font-style: normal; 
	border-left: #EFEFEF 0px solid; 
	border-bottom: #EFEFEF 1px solid; 
	border-top: #EFEFEF 1px solid; 
	border-right: #EFEFEF 0px solid;
}

.MainMenu_MenuIcon {
	cursor: pointer; 
	cursor: hand; 
	background-color: #EFEFEF; 
	border-left: #EFEFEF 1px solid; 
	border-bottom: #EFEFEF 1px solid; 
	border-top: #EFEFEF 1px solid; 
	text-align: center; 
	width: 15; 
	height: 30;
}

.MainMenu_SubMenu {
	z-index: 1000; 
	cursor: pointer; 
	cursor: hand; 
	background-color: #EFEFEF; 
	filter: progid:DXImageTransform.Microsoft.Shadow(color='DimGray' , Direction=135, Strength=3);
}

.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: 1px;
}

.MainMenu_MenuItemSel {
	background-color: #C0C0FF;
	cursor: hand; 
	font-family: Tahoma, Arial, Helvetica; 
	font-size: 8pt; 
	font-weight: normal; 
	font-style: normal;
	height:30px;
}

.MainMenu_MenuArrow {
	font-family: webdings; 
	font-size: 10pt; 
	cursor: pointer; 
	cursor: hand; 
	border-right: #EFEFEF 1px solid; 
	border-bottom: #EFEFEF 1px solid; 
	border-top: #EFEFEF 0px solid;
}

.MainMenu_RootMenuArrow {
	font-family: webdings; 
	font-size: 10pt; 
	cursor: pointer; 
	cursor: hand;
}




