/* ================================
     SCC additions 
   ================================
*/  

.BreadcrumbsRT
{
background: url(/Portals/2/skins/Minimalist-Slate-Styles/bread-bg-r.gif) no-repeat top right transparent; 
width:222px; 
height: 41px;
}

.borderit img {
	border: none;
}

.borderit:hover img {
	border-bottom: 5px outset black;
	border-right: 5px inset black;
}

.borderit:hover {
	color: red; /* irrelevant definition to overcome IE bug */
}

.opacityit img {
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=100);
	-moz-opacity: 1;
}

.opacityit:hover img {
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=75);
	-moz-opacity: 0.75;
}

.grayit:hover img {
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=25);
	-moz-opacity: 0.25;
}

 
.tall H2 {
	text-transform:capitalize;
	font-size: 16px;
	text-decoration:none;
	font-weight: normal;
	}
	



/* SCC Additions for text that collapses */
.titleDiv
{
	background-color:#361a0f;	/*#485d8d;*/
	border-top: thin solid #292929;
	border-left: thin solid #292929;
	border-right: thin solid #292929;
	padding:14px;
	padding-bottom:0;
	font-size:14px;
	font-weight:bold;
	color:#eccd9c;
	margin-top:9px;
	width:400px; 
}
.bodyDiv
{
/*	background-color:#e2ebbe; */
	background: url(/Portals/2/skins/Minimalist-Earth-Styles/serve-green.gif) #cdd0bb repeat;
	border-left: thin solid #292929;
	border-right: thin solid #292929;
	padding:14px;
	padding-top:24px;
	padding-bottom:6px;
	width:400px; 
}
.bottomDiv
{
	border-left: thin solid #361a0f;
	border-bottom: thin solid #361a0f;
	border-right: thin solid #361a0f;
	padding: 0 14px 0 14px;
	background-color:#361a0f;
	width:400px; 
	height:14px;
}
.hide
{
	display:none;
}

.show
{
	display:inline;
}
/* end of  SCC Additions for text that collapses */


a.SCCLinks:link, a.SCCLinks:visited, a.SCCLinks:active
{
	color: #666140;
	text-decoration:none;
}

a.SCCLinks:hover
{
	color: #666;
	text-decoration:underline;

}
/* ================================
    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  { 
}

.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    {
}
    
/* GENERIC */
H1  {
}

H2
{
	font-size: 13px;
	font-weight: normal;
	line-height: 22px;
	color:#333333;
	font-weight:bold;
}
 
.tall  {
	font-size: 1.5em;
	line-height: auto;
	color:#696969;
	text-decoration:none;
	}
.big {
	font-size:10pt; line-height:normal;
}

.bigger {
	font-size:11pt; line-height:normal;
}

.bigboldblack
{
	font-size:18pt; line-height:normal; font-weight: 900; color: #000; font-family: helvetica, verdana, sans-serif;}
	
	
H3
{
border-bottom: 1px solid rgb(204, 204, 153); font-size:1.5em; color:#999966;
}



H4  {font-size: 1.5em; line-height:1.6em; color:#cc6633; 
}


H5, DT  {
}

h5.greentitle  {font-size: 1.3em; line-height:2.0em; color:#95a50d;
}
H6  {  line-height:1.2em; font-size:1.1em; color:#cc6633;margin-bottom:0;padding-bottom:0;
}

TFOOT, THEAD    {
}

TH  {
}

A:link  {
}

A:visited   {
}

A:active    {
}

A:hover {
}

SMALL   {
}

BIG {
}

BLOCKQUOTE, PRE {
}


UL LI   {
}

UL LI LI    {
}

UL LI LI LI {
}

OL LI   {
}

OL OL LI    {
}

OL OL OL LI {
}

HR {color:#999966; height:1px; margin:5 5 5 5px;
}

/* 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 {
}






