/* ================================
    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 */
.RightBorder {
	background-image: url(images/Default_05.jpg);
	width:4px;
	background-repeat:repeat-y;
}
.LeftBorder {
	background-image: url(images/Default_02.jpg);
	width:4px;
	background-repeat:repeat-y;
}
.HeaderBG {
	background-image: url(images/Default_04.jpg);
}
.MenuBG {
	background-color: #e6f0fe;
	color: #002a5c;
}
.SubMenuBG {
	background-image: url(images/Default_12.jpg);
}
.ContentArea {
	vertical-align: top;
	padding: 5px;
	text-align:right;
	height:100%;
}

.MainTable {
	width: 808px;
	height:100%;
	background-color: #FFFFFF;
	border:0px;
	padding:0px;
	margin:0px;
}
.FullHeight
{
    height:100%;
}
body {
	margin: 0px;
	padding: 0px;
	background:#d2e0e3;
	background-image:url(Images/bg.jpg);
	background-repeat: repeat-x;
	height:100%
}
/*Body
{
    background-color: #ECE9E1;
    margin-top:0px;
    text-align:center;      
}*/

.ControlPanel {
}

.SkinObject {
    font-weight: bold;
    font-size: 8.5pt;
    color:#003366;
    font-family: Tahoma, Arial, Helvetica;
    text-decoration: none;
}

A.SkinObject:link {
    text-decoration:    none;
    color:#003366;
}

A.SkinObject:visited  {
    text-decoration:    none;
    color:#003366;
}

A.SkinObject:active   {
    text-decoration:    none;
    color:#003366;
}

A.SkinObject:hover    {
    text-decoration:    underline;
    color:#D23417;
}



/* background/border colors for the selected tab */
.TabBg {
}
.BannerPane
{
    width:100%;
}

.LeftPane  
{
    background-color:White;
	width:270px;
	padding:3px;
	vertical-align: top;
}

.ContentPane  
{
   background-color:white; 
   padding:3px;
   vertical-align: top;
   width:100%;
}

.WhiteBar
{
    padding-right:8px;
}

.RedBar
{
    padding:3px;
}

.Footer
{
    background-color: white;
	padding:3px;
 }

.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 
{
    color:#002B5C;
}

/* text style used for most text rendered by modules */
.Normal
{
    font-size:10pt;
}

/* 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    {
}
    
/* button style for standard HTML buttons */
.StandardButton     {
}

/* GENERIC */
H1  {
   font-family: Tahoma, Arial, Helvetica;
    font-size:  20px;
    font-weight:    normal;
    color: #002B5C;
}

H2  {
}

H3  {
}

H4  {
}

H5, DT  {
}

H6  {
}

TFOOT, THEAD    {
}

TH  {
}

A:link  {
}

A:visited   {
}

A:active    {
}

A:hover {
}

SMALL   {
}

BIG {
}

BLOCKQUOTE, PRE 
{
    font-family: Tahoma, Arial, Helvetica;
    font-size: 12px;
    font-weight: normal;
}


UL LI   {
}

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 
{
        /*color:White;*/
}

.MainMenu_MenuBar {
    color:#002B5C;
     font-size:  11pt;
}

.MainMenu_MenuItem 
{
    /*color:white;*/
    color:#002B5C;
	font-size:  11pt;
}

.MainMenu_MenuIcon 
{
    
}

.MainMenu_SubMenu 
{
  color:#002B5C;
     font-size:  11pt;   
}

.MainMenu_MenuBreak {
}

.MainMenu_MenuItemSel 
{
    color:black;
	font-size:  11pt;
}

.MainMenu_MenuArrow {
	font-family: webdings; 
	font-size: 0pt; 
	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;
}
.eznc_SectionTitle
{
	display:none;
}
.eznc_ContentTitle H1
{
	text-align:left;
	margin:0px;
	padding:0px;
	color:#3b3b3b;
}
.eznc_ContentSection
{
	padding-top:0px;
	margin-top:0px;
}
.eznc_ContentSectionList
{
	display:none;
}