/* ================================
    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 {
	
}

.ControlPanel {
	
}

/* background/border colors for the selected tab */
.TabBg {
	
}

.LeftPane {
	
}

.ContentPane {
	
}

.RightPane {
	
}

/* text style for the selected tab */
.SelectedTab {
	
}

/* hyperlink style for the selected tab */
A.SelectedTab:link {
	
}

A.SelectedTab:visited {
	
}

A.SelectedTab:hover {
	
}

A.SelectedTab:active {
	
}

/* text style for the unselected tabs */
.OtherTabs {
	
}

/* hyperlink style for the unselected tabs */
A.OtherTabs:link {
	
}

A.OtherTabs:visited {
	
}

A.OtherTabs:hover {
	
}

A.OtherTabs:active {
	
}

/* 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:hover {
	
}

A.CommandButton:active {
	
}

/* button style for standard HTML buttons */
.StandardButton {
	
}

/* GENERIC */
H1 {
	
}

H2 {
	
}

H3 {
	
}

H4 {
	
}

H5,DT {
	
}

H6 {
	
}

TFOOT,THEAD {
	
}

TH {
	
}

A:active,A:visited,A:link {
	/*color: #D31F1E;*/
	text-decoration: none;
}

A:hover {
	background: none repeat scroll 0%;
	color: #D31F1E;
	text-decoration: underline;
}

SMALL {
	
}

BIG {
	
}

BLOCKQUOTE,PRE {
	
}

UL LI {
	
}

UL LI LI {
	
}

UL LI LI LI {
	
}

OL LI {
	
}

OL OL LI {
	
}

OL OL OL LI {
	
}

OL UL LI {
	
}

HR {
	
}

/* 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 {
	
}

.t_main {
	margin: 0;
	padding: 0;
	width: 900px;
	border-width: 0;
}

.c_crew_chapter {
	background-color: #d0d3d7;
	vertical-align: top;
}

.c_main_mrgn_top {
	height: 5px;
}

.c_main_mrgn_bottom {
	height: 20px;
}

.c_main_mrgn_left {
	width: 15px;
}

.c_main_mrgn_right {
	width: 15px;
}

.c_nl_horizseparator {
	height: 10px;
	background-color: #89929c;
}

.c_nl_pictures {
	width: 230px;
	background-color: #FFFFFF;
	vertical-align: top;
	padding: 5px 10px 10px 10px;
}

.c_nl_text {
	width: 410px;
	background-color: #FFFFFF;
	vertical-align: top;
	padding: 5px 10px 10px 10px;
}

.c_tab_v1 {
	width: 20px;
}

.c_tab_h1 {
	height: 10px;
}

.c_tab_h2 {
	height: 5px;
}

.c_tab_normal {
	vertical-align: top;
}

a.normal:link {
	color: #D31F1E;
	text-decoration: none;
}

a.normal:active {
	color: #D31F1E;
	text-decoration: none;
}

a.normal:visited {
	color: #D31F1E;
	text-decoration: none;
}

a.normal:hover {
	color: #D31F1E;
	background: #ffffff;
	text-decoration: none;
}

.f_crew_chapter {
	color: #596573;
	font-size: 11px;
	font-family: Verdana, Geneva, Arial, Helvetica, Sans-Serif;
	font-weight: bold;
	line-height: 11pt;
	text-align: left;
	margin-top: 1px;
	margin-bottom: 1px;
}

.f_header_1 {
	color: #596573;
	font-size: 20px;
	font-family: Georgia, Garamond, "Times New Roman", serif;
	font-weight: normal;
	margin-top: 10px;
	margin-bottom: 20px;
}

.f_normal {
	color: #122438;
	font-size: 11px;
	font-family: Verdana, Geneva, Arial, Helvetica, Sans-Serif;
	font-weight: normal;
	line-height: 11pt;
	margin-top: 5px;
	margin-bottom: 5px;
}

.f_crew_body {
	color: #122438;
	font-size: 11px;
	font-family: Verdana, Geneva, Arial, Helvetica, Sans-Serif;
	font-weight: normal;
	line-height: 11pt;
	margin-top: 2px;
	margin-bottom: 5px;
}

.f_crew_picture {
	font-size: 11px;
	font-family: Verdana, Geneva, Arial, Helvetica, Sans-Serif;
	font-weight: normal;
	line-height: 11pt;
	margin-top: 5px;
	margin-bottom: 0px;
}

.f_crew_title {
	color: #122438;
	font-size: 11px;
	font-family: Verdana, Geneva, Arial, Helvetica, Sans-Serif;
	font-weight: normal;
	line-height: 11pt;
	margin-top: 5px;
	margin-bottom: 0px;
}

.f_figure_1 {
	color: #122438;
	font-size: 11px;
	font-family: Verdana, Geneva, Arial, Helvetica, Sans-Serif;
	font-style: italic;
	line-height: 11px;
	margin-top: 5px;
	margin-bottom: 10px;
}

.f_nl_legend {
	font-size: 11px;
	font-style: italic;
	font-family: verdana, geneva, helvetica, arial, sans-serif;
	margin-top: 3px;
	margin-bottom: 10px;
	color: #132539;
}

.f_nl_picture {
	margin-top: 3px;
	margin-bottom: 3px;
}

.f_subtitle {
	color: #122438;
	font-size: 11px;
	font-family: Verdana, Geneva, Arial, Helvetica, Sans-Serif;
	font-weight: bold;
	line-height: 11pt;
	margin-top: 5px;
	margin-bottom: 5px;
}

.f_title {
	font-size: 14px;
	font-weight: bold;
	font-family: verdana, geneva, helvetica, arial, sans-serif;
	color: #132539;
	padding: 10px 0px 5px 0px;
}

.f_nl_title {
	font-size: 16px;
	font-family: georgia, serif;
	margin-top: 5px;
	margin-bottom: 5px;
	color: #132539;
	font-weight: bold;
}

.f_nl_subtitle {
	font-size: 11px;
	font-family: verdana, geneva, helvetica, arial, sans-serif;
	margin-top: 10px;
	margin-bottom: 5px;
	color: #132539;
	font-weight: bold;
}

.f_nl_normal {
	font-size: 11px;
	font-family: verdana, geneva, helvetica, arial, sans-serif;
	margin-top: 10px;
	margin-bottom: 5px;
	color: #132539;
}

.f_empty {
	font-size: 1px;
	margin-top: -10px;
	margin-bottom: -10px;
}

.c_list_media {
	background-color: #F8F8F9;
	vertical-align: top;
	padding: 5px 10px 5px 10px;
	border-bottom: solid #FFFFFF 1px;
	font-family: verdana, geneva, helvetica, arial, sans-serif;
	font-size: 11px;
	color: #132539;
}

a.menu3:link {
	color: #132539;
	text-decoration: none;
}

a.menu3:active {
	color: #132539;
	text-decoration: none;
}

a.menu3:visited {
	color: #132539;
	text-decoration: none;
}

a.menu3:hover {
	color: #D31F1E;
	background: #ffffff;
	text-decoration: none;
}