/* ================================
    CSS STYLES FOR DotNetNuke
   ================================
*/   


/* PAGE BACKGROUND */
/* background color for the header at the top of the page  */
.HeadBg {}

/* background color for the content part of the pages */
Body {}

/* background/border colors for the selected tab */
.TabBg {}

.LeftPane  { 
width: 185px;
margin: none;
}

.ContentPane  {}
.RightPane  {}

/* text style for the selected tab */
.SelectedTab {}

/* hyperlink style for the selected tab */
A.SelectedTab:link {}
A.SelectedTab:visited {}
A.SelectedTab:active {}
A.SelectedTab:hover {}

/* text style for the unselected tabs */
.OtherTabs {}
    
/* hyperlink style for the unselected tabs */
A.OtherTabs:link {}
A.OtherTabs:visited {}
A.OtherTabs:active {}
A.OtherTabs:hover {}

/* GENERAL */
/* style for module titles */
.Head {}

/* style of item titles on edit and admin pages */
.SubHead {}

/* module title style used instead of Head for compact rendering by QuickLinks and Signin modules */
.SubSubHead {}

/* text style used for most text rendered by modules */
.Normal {}

/* text style used for textboxes in the admin and edit pages, for Nav compatibility */
.NormalTextBox {}
.NormalRed {}
.NormalBold {}

/* text style for buttons and link buttons used in the portal admin pages */
.CommandButton {}
    
/* hyperlink style for buttons and link buttons used in the portal admin pages */
A.CommandButton:link {}
A.CommandButton:visited {}
A.CommandButton:active {}
A.CommandButton:hover {}

/* WSIWPG */

.Normal .wsiwpg p {
	font-size: 1.1em;
	color: #666666;
	}

.wsiwpg h1 {
font-family: Arial, Helvetica, sans-serif;
font-size: 17pt;
color: #003366;
text-align: left;
}

.wsiwpg h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14pt;
	color: #003366;
	text-align: left;
	}

.wsiwpg h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	color: #003366;
	font-weight: bold;
	text-align: left;
	}

.wsiwpg h4 {
	font-family: Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 0px;
	font-size: 11pt;
	color: #5c5a5a;
	}

.wsiwpg td {
	position: middle;
	}

.floatleft {
	float: left;
	margin: none;
	}

.floatright {
	float: right;
	margin: none;
	}

/* MODULE-SPECIFIC */
/* text style for reading messages in Discussion */    
.Message {}   

/* style of item titles by Announcements and events */
.ItemTitle {}

/* Menu-Styles */
/* Module Title Menu */
.ModuleTitle_MenuContainer {}
.ModuleTitle_MenuBar {}
.ModuleTitle_MenuItem {}
.ModuleTitle_MenuIcon {}
.ModuleTitle_SubMenu {}
.ModuleTitle_MenuBreak {}
.ModuleTitle_MenuItemSel {}
.ModuleTitle_MenuArrow {}
.ModuleTitle_RootMenuArrow {}

/* Main Menu */
.MainMenu_MenuContainer {}
.MainMenu_MenuBar {}
.MainMenu_MenuItem {}
.MainMenu_MenuIcon {}
.MainMenu_SubMenu {}
.MainMenu_MenuBreak {}
.MainMenu_MenuItemSel {}
.MainMenu_MenuArrow {}
.MainMenu_RootMenuArrow {}

/* -- HEATHER TESTING CSS -- */

.BottomPane, .BottomPane1 {
	background: url(/Portals/366/bottombg.gif);
	background-repeat: no-repeat;
	background-position: top right;
	min-height: 300px;
	padding-right: 30px;
	}
	
.wsi_bottompane {
padding-right: 20px;
}

.MainTable {
	border-top: none;
	}

.icons {
padding: 2px;
margin-bottom: 15px;
}

.iconbox {
width: 60px;
height: 45px;
border-right: 1px solid #cccccc;
padding-right: 2px;
}

.icondesc {
padding-left: 4px;
}

.icons h3 {
margin: 0px;
padding: 0px;
font-size: 11pt;
line-height: normal;
}

p.smtxt {
padding: 0px;
margin: 0px;
line-height: normal;
}

strong.org {
color: #ff8500;
}

.wsiwpg blockquote {
font-family: Arial, Helvetica, sans-serif;
color: #666666;
font-style: italic;
line-height: 1.9em;
}


.line {
background: #cccccc;
height: 1px;
width: 50%;
margin: 0px auto;
}


