/*
====================================================
CSS STYLES FOR DotNetNuke - Stauff Intranet site

Note: this is just a placeholder for what we copy & paste into 
the site stylesheet via the DNN admin interface.
====================================================
*/   

/* background color for the content part of the pages */
body
{
  background-color: white;  
  font-family: Arial, helvetica, sans-serif;
  font-size: 12px;
  margin:0;
  padding:0;
}

/* Skin-specific styles */

#bannertop {
  background-image: url('Intranet-Banner-extension.jpg');
  background-repeat: repeat-x;
}

#menurow {
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 15px;
}

a.Login, a.Login:link, a.Login:hover, a.Login:visited, a.Login:active {
  cursor: pointer; 
	cursor: hand; 
	color: #636363; 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt; 
	font-weight: normal; 
	font-style: normal;
  text-decoration: none;
}

#user {
  padding-left: 15px;
  padding-right: 10px;
  text-align: right;
}

a.username, a.username:link, a.username:hover, a.username:visited, a.username:active {
  color: #017a5b;
  font-weight: normal;
  font-size: 8pt;
  font-family: Arial, helvetica, sans-serif;
  text-decoration: underline;
}

#top-section {
  border-top: 0px solid #80A57C;
  border-bottom: 0px solid #80A57C;
  padding-bottom: 5px;
  padding-top: 5px;
}

#top-content {
  padding-right: 10px;
  vertical-align: top;
}

#top-section-image {
  padding-left: 15px;
  padding-right: 5px;
  vertical-align: top;
}

#left-separator {
  width: 1px;
  border-left: 2px solid #074F00;
}

#right-separator {
  width: 1px;
  border-right: 2px solid #074F00;
}

#left-content {
  width: 20%;
  vertical-align: top;
  padding-left: 15px;
  padding-right: 5px;
  padding-top: 5px;
}

#right-content {
  width: 20%;
  vertical-align: top;
  padding-left: 5px;
  padding-right: 10px;
  padding-top: 5px;
}

#main-content {
  width: auto;
  vertical-align: top;
  padding-left: 5px;
  padding-right: 5px;
  padding-top: 5px;
}

#bottom-content {
  border-top: 2px solid red;
  background-color: #FEFCCC;
}

tr.spacer {
  font-size: 5px;
  line-height: 5px;
}

td.spacer {
  font-size: 5px;
  line-height: 5px;
}

#footer {
  background-image: url('spacer.gif');
  background-repeat: repeat-x;
}

/*************************/
/* Active Forums styles  */
/*************************/


/* Post Room styles */

#stfpostroom .NTForums_Grid
{
    border-right-color: #F52D16;
    border-top-color: #F52D16;
    font-size: 12px;
    border-left-color: #F52D16;
    width: 100%;
    border-bottom-color: #F52D16;
    font-family: Tahoma,Verdana,Arial;
    background-color: #FA9C92;
}

#stfpostroom .NTForums_GroupRow
{
    font-weight: bold;
    font-size: 13px;
    color: #FEFCCC;
    font-family: Tahoma,Verdana,Arial;
    background-color: #F52D16;
}

#stfpostroom .NTForums_ForumHeader
{
    font-weight: bold;
    font-size: 11px;
    color: #CA1C09;
    font-family: Tahoma,Verdana,Arial;
    background-color: #FA9C92;
}

#stfpostroom .NTForums_ForumRow
{
    background-color: #FEFCCC;
}

#stfpostroom .NTForums_ForumSubRow
{
    color: #CA1C09;
    background-color: #FEFCCC;
    border-bottom: #CA1C09 1px solid;
}

#stfpostroom .NTForums_ForumRow a:link,
#stfpostroom .NTForums_ForumRow a:visited,
#stfpostroom .NTForums_ForumRow a:active,
#stfpostroom .NTForums_ForumRow2 a:link,
#stfpostroom .NTForums_ForumRow2 a:visited,
#stfpostroom .NTForums_ForumRow2 a:active,
#stfpostroom a.CommandButton:link,
#stfpostroom a.CommandButton:visited,
#stfpostroom a.CommandButton:active,
#stfpostroom .NTForums_SmallButton,
#stfpostroom .NTForums_SmallButton a:link,
#stfpostroom .NTForums_SmallButton a:visited,
#stfpostroom .NTForums_SmallButton a:active,
#stfpostroom .NTForums_Crumb a:link,
#stfpostroom .NTForums_Crumb a:visited,
#stfpostroom .NTForums_Crumb a:active,
#stfpostroom .NTForums_Pager a:link,
#stfpostroom .NTForums_Pager a:visited,
#stfpostroom .NTForums_Pager a:active
{
    color: #CA1C09;
}

#stfpostroom .NTForums_ForumRow a:hover,
#stfpostroom .NTForums_ForumRow2 a:hover,
#stfpostroom a.CommandButton:hover,
#stfpostroom .NTForums_SmallButton a:hover,
#stfpostroom .NTForums_Crumb a:hover.
#stfpostroom .NTForums_Pager a:hover
{
    color: #F52D16;
}

#stfpostroom .NTForums_ForumRowNew a:link,
#stfpostroom .NTForums_ForumRowNew a:visited,
#stfpostroom .NTForums_ForumRowNew a:active
{
    color: #CA1C09;
    font-weight: bold;
}

#stfpostroom .NTForums_ForumRowNew a:active
{
    color: #F52D16;
    font-weight: bold;
}


#stfpostroom span.Normal,
#stfpostroom span.NormalBold
{
    color: #CA1C09;
}


#stfpostroom .NTForums_Subject
{
    color: #CA1C09;
}

#stfpostroom .NTForums_Cell1
{
    background-color: #FCC8C2;
    color: #CA1C09;
}

#stfpostroom .NTForums_Cell2
{
    background-color: #FFF5EE;
    color: #CA1C09;
}

/* Prevent inner text from wrapping on reply page */
#stfpostroom .NTForums_Cell2 td.Normal {
  white-space: nowrap;
  padding-right: 3px;
}

#stfpostroom .NTForums_Button
{
    border-color: #CA1C09;
    font-weight: bold;
    font-size: 9pt;
    color: #FEFCCC;
    background-color: #A03D3D;
    filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0, StartColorStr=#C07B78, EndColorStr=#A03D3D);
}

/* Fix column titles in My Profile section */
#stfpostroom td.NTForums_GroupRow span.Normal {
  color: #FEFCCC;
  font-weight: bold;
  margin-left: 5px;
}

/* Fix email page labels */
#stfpostroom td.Normal {
    color: #CA1C09;
}
/* Fix email link in profile section */
#stfpostroom td.Normal a:link,
#stfpostroom td.Normal a:visited,
#stfpostroom td.Normal a:active
{
    color: #CA1C09;
}

#stfpostroom td.Normal a:hover
{
    color: #F52D16;
}

/* dnnExperts.FAQ module */
td.stfcontent .DnnExperts_FAQ_TableItem td.normal,
td.stfcontent .DnnExperts_FAQ_TableAltItem td.normal
{
  font-size: 9pt;
  vertical-align: top;
}


/* GENERIC */
H1  {
    font-family: Arial, helvetica, sans-serif;
    font-size:  20px;
    font-weight:    normal;
    color: #65774A;
}

H2  {
    font-family: Arial, helvetica, sans-serif;
    font-size:  20px;
    font-weight:    normal;
    color: #65774A;
}

H3  {
    font-family: Arial, helvetica, sans-serif;
    font-size:  12px;
    font-weight:    normal;
    color: #074F00;
}

H4  {
    font-family: Arial, helvetica, sans-serif;
    font-size:  12px;
    font-weight:    normal;
    color: #074F00;
}

H5, DT  {
    font-family: Arial, helvetica, sans-serif;
    font-size:  11px;
    font-weight:    bold;
    color: #074F00;
}

H6  {
    font-family: Arial, helvetica, sans-serif;
    font-size:  11px;
    font-weight:    bold;
    color: #074F00;
}


A:link  {
    text-decoration:  	none;    
    color:  black;
    font-weight: bold;
}

A:visited   {
    text-decoration:  	none;    
    color:  navy;
    font-weight: bold;
}

A:active    {
    text-decoration:  	none;    
    color:  #7F7FB9;
    font-weight: bold;
}

A:hover {
    text-decoration:  	underline;    
    color:  #5959A2;
    font-weight: bold;
}

BIG {
    font-size:  14px;
}

BLOCKQUOTE, PRE {
    font-family:    Lucida Console, monospace;
}


UL LI   {
    list-style-type:    disc ;
}

UL LI LI    {
    list-style-type:    square;
}

UL LI LI LI {
    list-style-type:    circle;
}

OL LI   {
    list-style-type:    decimal;
}

OL OL LI    {
    list-style-type:    lower-alpha;
}

OL OL OL LI {
    list-style-type:    lower-roman;
}

HR {
    color: dimgrey;
    height:1pt;
    text-align:left
}


/* GENERAL */

/* style for module titles */
.Head /* FTB Style */
{
    font-family: Arial, helvetica, sans-serif;
    font-size:  13px;
    font-weight: bold;
    color: #017A5B;
}

/* style of item titles on edit and admin pages */
.SubHead /* FTB Style */
{
    font-family: Arial, helvetica, sans-serif;
    font-size:  12px;
    font-weight: bold;
    color: #017A5B;
}

/* module title style used instead of Head for compact rendering by QuickLinks and Signin modules */
.SubSubHead /* FTB Style */
{
    font-family: Arial, helvetica, sans-serif;
    font-size:  11px;
    font-weight: bold;
    color: #017A5B;
}

/* text style used for most text rendered by modules */
.Normal
{
    font-family: Arial, helvetica, sans-serif;
    font-size: 12px;
    font-weight: normal;
}

/* text style used for textboxes in the admin and edit pages, for Nav compatibility */
.NormalTextBox
{
    font-family: Arial, helvetica, sans-serif;
    font-size: 12px;
    font-weight: normal;
}

.NormalRed /*FTB Style*/
{
    font-family: Arial, helvetica, sans-serif;
    font-size: 12px;
    font-weight: normal;
    color: #ff0000
}

.NormalRedBold /*FTB Style*/
{
    font-family: Arial, helvetica, sans-serif;
    font-size: 12px;
    font-weight: bold;
    color: #ff0000
}

.NormalBold /*FTB Style*/
{
    font-family: Arial, helvetica, sans-serif;
    font-size: 12px;
    font-weight: bold
}

/* text style for buttons and link buttons used in the portal admin pages */
.CommandButton     {
    font-family: Arial, helvetica, sans-serif;
    font-size: 11px;
    font-weight: normal;
    color: #017A5B;
}
    
/* hyperlink style for buttons and link buttons used in the portal admin pages */
A.CommandButton:link {

    color: #017A5B;
}

A.CommandButton:visited  {

    color: #017A5B;
}

A.CommandButton:active   {

    color: #017A5B;
}

A.CommandButton:hover    {

    color: #014937;
}
    

/* MODULE-SPECIFIC */
/* text style for reading messages in Discussion */    
.Message    {
    font-family: Arial, helvetica, sans-serif;
    font-size: 11px;
    font-weight: normal;
    font-size: 11px;
    background-color: #eeeeee
}   

/* style of item titles by Announcements and events */
.ItemTitle    {
    font-family: Arial, helvetica, sans-serif;
    font-size:  11px;
    font-weight:    bold;
    color: #074F00;
}

/* Custom Styles */

/*
td {
	font-family: Arial, helvetica, sans-serif;
	font-size: 12px;
}
*/

img { border: none; }
/*
form { margin: 0px 0px 0px 0px; padding: 0px 0px 0px 0px; }
*/

.ModuleBg 
{
	background-color: #7F7FB9;
}

/* text style for the selected tab */
.SelectedTab {
    font-weight: normal;
    /*font-size: 11px;*/
    color: black;
    font-family: Arial, helvetica, sans-serif;
    text-decoration: none;
}

/* hyperlink style for the selected tab */
A.SelectedTab:link {
    text-decoration:    none;
    color:black;
}

A.SelectedTab:visited  {
    text-decoration:    none;
    color:black;
}

A.SelectedTab:active   {
    text-decoration:    none;
    color:black;
}

A.SelectedTab:hover    {
    text-decoration:    underline;
    color:black;
}

/* text style for the unselected tabs */
.OtherTabs {
    font-weight: normal;
    color: black;
    font-family: Arial, helvetica, sans-serif;
    text-decoration: none;
}
    
/* hyperlink style for the unselected tabs */
A.OtherTabs:link {
    text-decoration:    none;
    color:black;
}

A.OtherTabs:visited  {
    text-decoration:    none;
    color:black;
}

A.OtherTabs:active   {
    text-decoration:    none;
    color:black;
}

A.OtherTabs:hover    {
    text-decoration:    underline;
    color:black;
}

/* MENU STYLES */

/* Module Title Menu */
.ModuleTitle_MenuContainer {
	border-bottom: blue 0px solid; 
	border-left: blue 0px solid; 
	border-top: blue 0px solid; 
	border-right: blue 0px solid; 
}

.ModuleTitle_MenuBar {
	cursor: pointer; 
	cursor: hand;
	height:16;
	background-color: Transparent;
}

.ModuleTitle_MenuItem {
	cursor: pointer; 
	cursor: hand; 
	color: #636363; 
	font-family: Arial, helvetica, sans-serif;
	font-size: 9pt; 
	font-weight: bold; 
	font-style: normal; 
	border-left: white 0px solid; 
	border-bottom: white 1px solid; 
	border-top: white 1px solid; 
	border-right: white 0px solid;
	background-color: Transparent;
}

.ModuleTitle_MenuIcon {
	cursor: pointer; 
	cursor: hand; 
	background-color: #cccccc; 
	border-left: #cccccc 1px solid; 
	border-bottom: #cccccc 1px solid; 
	border-top: #cccccc 1px solid; 
	text-align: center; 
	width: 15; 
	height: 21;
}

.ModuleTitle_SubMenu {
	z-index: 1000; 
	cursor: pointer; 
	cursor: hand; 
	background-color: #FFFFFF; 
	filter:progid:DXImageTransform.Microsoft.Shadow(color='DimGray', Direction=135, Strength=3); 
	border-bottom: #FFFFFF 0px solid; 
	border-left: #FFFFFF 0px solid; 
	border-top: #FFFFFF 0px solid; 
	border-right: #FFFFFF 0px solid;
}

.ModuleTitle_MenuBreak {
	border-bottom: #636363 1px solid; 
	border-left: #cccccc 0px solid; 
	border-top: #636363 1px solid;  
	border-right: #cccccc 0px solid; 
	background-color: #cccccc; 
	height: 1px;
}

.ModuleTitle_MenuItemSel {

	cursor: pointer; 
	cursor: hand; 
	color: #636363; 
	font-family: Arial, helvetica, sans-serif;
	font-size: 9pt; 
	font-weight: bold; 
	font-style: normal;
	background-color: #cccccc;
}

.ModuleTitle_MenuArrow {
	font-family: webdings; 
	font-size: 10pt; 
	cursor: pointer; 
	cursor: hand; 
	border-right: #FFFFFF 1px solid; 
	border-bottom: #FFFFFF 1px solid; 
	border-top: #FFFFFF 0px solid;
}

.ModuleTitle_RootMenuArrow {
	font-family: webdings; 
	font-size: 10pt; 
	cursor: pointer; 
	cursor: hand;
}


/* Main Menu */

.MainMenu_MenuContainer {
	border-bottom: #404040 0px solid; 
	border-left: #330066 0px solid; 
	border-top: #330066 0px solid; 
	border-right: #330066 0px solid;  
	background-color: white;
	font-size: 9pt;
}

.MainMenu_MenuBar {
	cursor: pointer; 
	cursor: hand; 
	height:24;
}

.MainMenu_MenuItem {
	cursor: pointer; 
	cursor: hand; 
	color: #636363; 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt; 
	font-weight: normal; 
	font-style: normal; 
	border-left: #333333 0px solid; 
	border-bottom: #330066 0px solid; 
	border-top: #330066 0px solid; 
	border-right: #333333 0px solid;
}

.MainMenu_MenuItemSel {
	background-color: #CCCCCC; 
	cursor: pointer; 
	cursor: hand; 
	color: #636363; 
	font-family: Arial, helvetica, sans-serif;
	font-size: 9pt; 
	font-weight: normal; 
	font-style: normal;
}

.MainMenu_MenuIcon {
	cursor: pointer; 
	cursor: hand; 
	background-color: #07B300;
	border-left: #07B300 0px solid; 
	border-bottom: #07B300 0px solid; 
	border-top: #07B300 0px solid; 
  border-right: #07B300 0px solid; 
	text-align: center; 
	width: 15; 
	height: 21;
}

.MainMenu_SubMenu {
	z-index: 1000; 
	cursor: pointer; 
	cursor: hand; 
	font-size: 9pt;
	background-color: white; 
	filter:progid:DXImageTransform.Microsoft.Shadow(color='DimGray', Direction=135, Strength=3) ; 
	border-bottom: #636363 1px solid; 
	border-left: #636363 1px solid; 
	border-top: #636363 1px solid; 
	border-right: #636363 1px solid;
}

.MainMenu_MenuBreak {
	border-bottom: #636363 0px solid; 
	border-left: #636363 0px solid; 
	border-top: #636363 0px solid;  
	border-right: #636363 0px solid; 
	background-color: White; 
	height: 1px;
}

.MainMenu_MenuArrow {
	font-family: webdings; 
	font-size: 9pt; 
	cursor: pointer; 
	cursor: hand; 
	border-right: #636363 0px solid; 
	border-bottom: #636363 0px solid; 
	border-top: #636363 0px solid;
  color: #07B300;
}

.MainMenu_RootMenuArrow {
	font-family: webdings; 
	font-size: 10pt; 
	cursor: pointer; 
	cursor: hand;
}	

.MainMenu_Separator {
	background-color: white;
	color: #636363;
	height: 22;
	border-right: #636363 0px solid; 
	border-bottom: #636363 0px solid; 
	border-top: #636363 0px solid;
}

/* Text/HTML Module FTB styles */
.Quote /* FTB Style */
{
  font-style: italic;
}

