/* ================================
    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    {
}

body {
	color: #000000;
	font-size: 12px;
	background-color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: left;
	margin-left: 0px;
	margin-right: 0px;
	}

p {
	font-size: 12px;
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 18px;
	padding-left:10px;
	padding-right:10px;
 }

.sidebar {
        font-size: 10px;        
	line-height: 12px;
}

.sidebarhead {
        font-weight: bold;
	line-height: 16px;
}
 

.blackhead {
               font-size: 24px;
               line-height: 36px;
}

.blackhead18 {
               font-size: 18px;
               line-height: 18px;
}

.blacksubhead {
               font-size: 14px;
               line-height: 18px;
               font-weight: normal;
}

.byline1 {
               font-size: 10px;
               line-height: 15px;
               font-style: italic;

}

.byline2 {
               font-size: 10px;
               line-height: 15px;
               text-transform: uppercase;
               letter-spacing: 1px;
               font-weight: bold;
               color: #666666;
}

.greysmcaphead {
               font-size: 16px;
               font-variant: small-caps;
               line-height: 18px;
               color: #666666;
}

.greycapshead {
               font-size: 11px;
               line-height: 22px;
               text-transform: uppercase;
               letter-spacing: 1px;
               color: #666666;
}

.redcapshead {
               font-size: 11px;
               line-height: 22px;
               text-transform: uppercase;
               letter-spacing: 1px;
               font-weight: bold;
               color: #FF0000;
}

.blackcapshead {
               font-size: 11px;
               line-height: 22px;
               text-transform: uppercase;
               letter-spacing: 1px;
               font-weight: bold;
}

.redsubhead {
               font-size: 14px;
               line-height: 18px;
               font-weight: normal;
               color: #FF0000;
}

.greysubhead {
               font-size: 14px;
               line-height: 18px;
               font-weight: bold;
               color: #666666;
}

.blackheader {
               font-size: 12px;
               line-height: 18px;
               font-weight: bold;
               color: #000000;
}

.greyfaq {
               font-size: 12px;
               line-height: 14px;
               font-weight: bold;
               color: #333333;
}

.inputred {
	background-color: #FF0000;
	font-size: 12px;
	font-weight: bold;
        border-width: 0px;
	color: #FFFFFF;
	padding-top: 1px;
}

.inputwhite {
	background-color: #FFFFFF;
	width: 300px;
	font-size: 11px;
	border-color: #666666;
	border-width: 1px;
	border-style: solid;
}

.formtext {
	font-size: 12px;
	line-height: 20px;
	font-weight: bold;
}

.formtext2 {
	font-size: 10px;
	line-height: 12px;
}

               
.border {
	border: thin solid #000000;
}

    
/* GENERIC */
h1 {
	font-size: 1.8em;
	font-weight: normal;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
 }
 
 h2 {
	font-size: 1.4em;
	font-weight: normal;
	margin-top: 0em;
	margin-bottom: 0em;
	margin-left: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	}
 h3 {
	font-size: 1.4em;
	font-weight: normal;
	margin-left: 0px;
	margin-bottom: 0px;
	margin-top: 0px;
	color: #000000;
	}

 h4 {
	font-size: 1.2em;
	font-weight: bold;
	margin: 1.2em 0em 1.2em 0em;
	color: #000000;
	}
	
h5 {
	font-size: 1em;
	font-weight: bold;
	margin: 1.2em 0em 1.2em 0em;
	color: #000000;
 }
TFOOT, THEAD    {
}

TH  {
}

 
a:link {
	color: #FF0000;
	text-decoration: none;
	}

a:visited {
	color: #FF0000;
	text-decoration: none;
	}

a:hover {
	color: #999999;
	border-bottom: 1px dotted #999999;
	text-decoration: none;
	}
	
a:active {
	color: #FF0000;
	text-decoration: none;
	}
	
td#vert a:link {
	color: #000000;
	text-decoration: none;
	}

td#vert a:visited {
	color: #000000;
	text-decoration: none;
	}

td#vert a:hover {
	color: #999999;
	border-bottom: 1px dotted #999999;
	text-decoration: none;
	}
	
td#vert a:active {
	color: #FF0000;
	text-decoration: none;
	}
	
.footer {
	color: #FF0000;
        font-size: 10px;
	line-height: 20px;
	text-align: center;
	}
	
.navigation {
	line-height: 12px;
	font-size: 12px;
	font-weight: bold;
	}

.navigation2 {
	line-height: 24px;
	font-size: 12px;
	font-weight: bold;
	}

a.navigation2:link {
	color: #000000;
	text-decoration: none;
	}

a.navigation2:visited {
	color: #000000;
	text-decoration: none;
	}

a.navigation2:hover {
	color: #999999;
	border-bottom: 1px dotted #999999;
	text-decoration: none;
	}
	
a.navigation2:active {
	color: #FF0000;
	text-decoration: none;
	}

a.navigation:link {
	color: #000000;
	text-decoration: none;
	}

a.navigation:visited {
	color: #000000;
	text-decoration: none;
	}

a.navigation:hover {
	color: #999999;
	border-bottom: 1px dotted #999999;
	text-decoration: none;
	}
	
a.navigation:active {
	color: #FF0000;
	text-decoration: none;
	}

	
.breadcrumb {
	font-family: Verdana, Arial, Helvetica, sans-serif;
                color:#000000;
	font-size: 10px;
	line-height: 18px;
	text-align: left;
	margin-bottom: 5px;
	margin-top: 10px;
	}
	
.hr {
	width: 80%;
	color: #fff;
	background-color: #fff;
	margin: 0px 15px 10px 15px;
	border: 1px dotted #ff0000;
	border-style: none none dotted;
}

	


SMALL   {
}

BIG {
}

BLOCKQUOTE, PRE {
}


UL LI   {
          font-size: 13px;
          line-height: 18px;
 	  list-style-type: square;
}

UL LI LI    {
}

UL LI LI LI {
}

OL LI   {
}

OL OL LI    {
}

OL OL OL 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 {
	background-color: white; 
}
.MainMenu_MenuBar {
	cursor: pointer; 
	cursor: hand;
	height:16;
	background-color: Transparent;
}
.MainMenu_MenuItem {
	cursor: pointer; 
	cursor: hand; 
	color: black; 
	font-family: Tahoma, Arial, Helvetica; 
	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;
}
.MainMenu_MenuIcon {
	cursor: pointer; 
	cursor: hand; 
	background-color: #EEEEEE; 
	border-left: #EEEEEE 1px solid; 
	border-bottom: #EEEEEE 1px solid; 
	border-top: #EEEEEE 1px solid; 
	text-align: center; 
	width: 15; 
	height: 21;
}
.MainMenu_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;
}
.MainMenu_MenuBreak {
	border-bottom: #EEEEEE 1px solid; 
	border-left: #EEEEEE 0px solid; 
	border-top: #EEEEEE 1px solid;  
	border-right: #EEEEEE 0px solid; 
	background-color: #EEEEEE; 
	height: 1px;
}
.MainMenu_MenuItemSel {
	cursor: pointer; 
	cursor: hand; 
	color: black; 
	font-family: Tahoma, Arial, Helvetica; 
	font-size: 9pt; 
	font-weight: bold; 
	font-style: normal;
	background-color: #C1D2EE;
}
.MainMenu_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;
}
.MainMenu_RootMenuArrow {
	font-family: webdings; 
	font-size: 10pt; 
	cursor: pointer; 
	cursor: hand;
}
  .small_text {
 font-family: Verdana, Arial, Helvetica, sans-serif;
 font-size: 10px;
 font-weight: normal;
 color: #990000;
	}
	  A.small_text:link {
    text-decoration:    none;
    color:#990000;
}

A.small_text:visited  {
    text-decoration:    none;
    color:#990000;
}

A.small_text:active   {
    text-decoration:    none;
    color:#990000;
}

A.small_text:hover    {
    text-decoration:    none;
    color:#990000;
}

.intro {
	line-height: 1.5em;
	padding-left:0px;
	padding-right:0px;
}
.text {
	line-height: 1.4em;
	margin-left: 10px;
	margin-right: 10px;
}

.floatleft { 
	float: left; margin: 3px 10px 10px 3px; }
.floatright { 
	float: right; margin: 0px 10px 10px 5px; }

.subhead {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-weight: bold;
	padding-left: 0px;
	font-variant: small-caps;
	letter-spacing: 0.1em;
                color: #000000;
}
































































































































