/* ================================
    CSS STYLES FOR DotNetNuke
   ================================
*/   


/* PAGE BACKGROUND */
/* background color for the header at the top of the page  */

TABLE.BlankContainer
{
}

.SiteMap0 
{
	font-weight: bold;

	line-height: 2;
}
.SiteMap1
{
	margin-left: 1em;
}
.SiteMap2
{
	margin-left: 2em;
	font-style: italic;
}
.SiteMap3, .SiteMap4, .SiteMap5
{
	margin-left: 3em;
	font-style: italic;
}


.HeadBg {
    background-color: white;
}

/* background color for the content part of the pages */
Body
{
    background-color: white;
}

Body, TD
{
	 font-family: Verdana, Helvetica, Arial, sans-serif;
	 font-size: 10pt;
}

TABLE.LinkGrid
{
	width: 100%;	
}

.LinkGrid
{
	width: 100%;	
}

.Search,
A.Search,
A.Search:link,
A.Search:visited,
A.Search:active,
A.Search:hover
{
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 8pt;
	color: Black;
	padding: 4px;
	background-color: Silver;
}
A.Search:hover
{
	background-color: #F0E68C;
	text-decoration: none;
}


/* background/border colors for the selected tab */
/* BreadCrumb background color */
.TabBg {
   background-color: white;
	padding: 4px;
}

A.TopNavText
{
	 font-family: Verdana, Helvetica, Arial, sans-serif;
	 font-size: 8pt;
}
A.TopNavText:hover
{
	background-color: gray;
	color: white;
	text-decoration: none;
}
.TopNavTD
{
	height: 25px;
}

A.LeftNavText
{
	 font-family: Verdana, Helvetica, Arial, sans-serif;
	 font-size: 8pt;
}
A.LeftNavText:hover
{
	background-color: gray;
	color: white;
	text-decoration: none;
}
.LeftNavTD
{
	border-bottom: 1px solid gray;
	height: 35px;	
	text-align: left;
	padding-left: 4px;
}
.LeftNavNormal
{
	border-bottom: gray solid 1px;
	text-align: right;
}

/* TopNav background color */
.TabTopNavBg
{
    background-color: white;
}

.TopNavTable
{
	text-align: center;	
/*	border: solid 1px gray;*/
	border-collapse: collapse;
   background-color: white;
	padding: 4px;
	font-size: 19pt;	
}

.SeparatorLine
{
	background-color: gray;
}

.Bt, .Btb, .Btbl, .Btbr, .Btblr
{
	border-top: 1px solid gray;
}
.Bb, .Btb, .Btbl, .Btbr, .Btblr
{
	border-bottom: 1px solid gray;
}
.Bl, .Blr, .Btbl, .Btblr
{
	border-left: 1px solid gray;
}
.Br, .Blr, .Btbr, .Btblr
{
	border-right: 1px solid gray;
}


.LeftPane  
{
}

.ContentPane  { 
}

.RightPane  { 
}



/* text style for the selected tab */
/* Copyright, Breadcrumb */
.SelectedTab {
    font-weight: normal;
    font-size: 8pt;
    color: gray; /*white;*/
    font-family: Verdana, Helvetica, Arial, sans-serif;
    text-decoration: none;
}

/* hyperlink style for the selected tab */
/* Breadcrumb */
A.SelectedTab:link,
A.SelectedTab:visited,
A.SelectedTab:active,
A.SelectedTab:hover
{
    text-decoration:    none;
    color: black; /*white;*/
}
A.SelectedTab:hover    {
    text-decoration:    underline;
}


/* text style for the unselected tabs */
.OtherTabs {
    font-weight: normal;
    font-size: 9pt;
    color: black; /*white;*/
    font-family: Tahoma, Arial, Helvetica;
    text-decoration: none;
}
    
/* hyperlink style for the unselected tabs */
/* User, Login/Register, Host, Terms, Privacy */
A.OtherTabs:link,
A.OtherTabs:visited,
A.OtherTabs:active,
A.OtherTabs:hover
{
    text-decoration:    none;
    color: gray; /*white;*/
}
A.OtherTabs:hover    {
    text-decoration:    underline;
}

/* GENERAL */
/* style for module titles */

.Head   {
    font-family: Verdana, Helvetica, Arial, sans-serif;
    font-size:  20px;
    font-weight:    normal;
    color: #333333;
}


/* style of item titles on edit and admin pages */
.SubHead    {
    font-family: Tahoma, Arial, Helvetica;
    font-size:  11px;
    font-weight:    bold;
    color: #003366;
}

/* module title style used instead of Head for compact rendering by QuickLinks and Signin modules */
.SubSubHead {
    font-family: Tahoma, Arial, Helvetica;
    font-size:  11px;
    font-weight:    bold;
    color: black;
}

/* text style used for most text rendered by modules */
.Normal
{
    font-family: Verdana, Helvetica, Arial, sans-serif;
    /*font-family: Tahoma, Arial, Helvetica;*/
    font-size: 14px;
    font-weight: normal;
}
TD
A.Normal
{
	text-decoration: underline;
}

/* text style used for textboxes in the admin and edit pages, for Nav compatibility */
.NormalTextBox
{
    font-family: Tahoma, Arial, Helvetica;
    font-size: 12px;
    font-weight: normal;
}

.NormalRed
{
    font-family: Tahoma, Arial, Helvetica;
    font-size: 12px;
    font-weight: bold;
    color: #ff0000
}

.NormalBold
{
    font-family: Tahoma, Arial, Helvetica;
    font-size: 11px;
    font-weight: bold
}

/* text style for buttons and link buttons used in the portal admin pages */
.CommandButton     {
    font-family: Tahoma, Arial, Helvetica;
    font-size: 11px;
    font-weight: normal;
}
    
/* hyperlink style for buttons and link buttons used in the portal admin pages */
A.CommandButton:link {
    text-decoration:    underline;
    color: #003366;
}

A.CommandButton:visited  {
    text-decoration:    underline;
    color: #003366;
}

A.CommandButton:active   {
    text-decoration:    underline;
    color: #003366;
}

A.CommandButton:hover    {
    text-decoration:    underline;
    color: #ff0000;
}
    
/* GENERIC */
H1  {
    font-family: Tahoma, Arial, Helvetica;
    font-size:  20px;
    font-weight:    normal;
    color: #666644;
}

H2  {
    font-family: Tahoma, Arial, Helvetica;
    font-size:  20px;
    font-weight:    normal;
    color: #666644;
}

H3  {
    font-family: Tahoma, Arial, Helvetica;
    font-size:  12px;
    font-weight:    normal;
    color: #003366;
}

H4  {
    font-family: Tahoma, Arial, Helvetica;
    font-size:  12px;
    font-weight:    normal;
    color: #003366;
}

H5, DT  {
    font-family: Tahoma, Arial, Helvetica;
    font-size:  11px;
    font-weight:    bold;
    color: #003366;
}

H6  {
    font-family: Tahoma, Arial, Helvetica;
    font-size:  11px;
    font-weight:    bold;
    color: #003366;
}

TFOOT, THEAD    {
    font-family: Tahoma, Arial, Helvetica;
    font-size:  12px;
    color: #003366;
}

TH  {
    vertical-align: baseline;
    font-family: Tahoma, Arial, Helvetica;
    font-size:  12px;
    font-weight:    bold;
    color: #003366;
}

A:link  {
    text-decoration:    none;
    color:  #003366;
}

A:visited   {
    text-decoration:    none;
    color:  #003366;
}

A:active    {
    text-decoration:    none;
    color:  #003366;
}

A:hover {
    text-decoration:    underline;
    color:  #ff0000;
}

SMALL   {
    font-size:  8px;
}

BIG {
    font-size:  14px;
}

BLOCKQUOTE, PRE {
    font-family:    Lucida Console, monospace;
}


UL LI   {
    list-style-type:    square ;
}

UL LI LI    {
    list-style-type:    disc;
}

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;
}

P
{
	line-height: 150%;
/*	margin-top: 1.5em;*/
}

HR {
    color: dimgrey;
    height:1pt;
    text-align:left
}

/* 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: 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;
}

.ModuleTitle_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;
}

.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: #EEEEEE 1px solid; 
	border-left: #EEEEEE 0px solid; 
	border-top: #EEEEEE 1px solid;  
	border-right: #EEEEEE 0px solid; 
	background-color: #EEEEEE; 
	height: 1px;
}

.ModuleTitle_MenuItemSel {

	cursor: pointer; 
	cursor: hand; 
	color: black; 
	font-family: Tahoma, Arial, Helvetica; 
	font-size: 9pt; 
	font-weight: bold; 
	font-style: normal;

	background-color: #C1D2EE;
}

.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: #FF8080 0px solid; 
	border-top: #FF8080 0px solid; 
	border-right: #404040 0px solid;  
	background-color: #333333;
}

.MainMenu_MenuBar {
	cursor: pointer; 
	cursor: hand; 
	height:16;
}

.MainMenu_MenuItem {
	cursor: pointer; 
	cursor: hand; 
	color: White; 
	font-family: Tahoma, Arial, Helvetica; 
	font-size: 9pt; 
	font-weight: bold; 
	font-style: normal; 
	border-left: #333333 0px solid; 
	border-bottom: #333333 1px solid; 
	border-top: #333333 1px solid; 
	border-right: #333333 0px solid;
}

.MainMenu_MenuIcon {
	cursor: pointer; 
	cursor: hand; 
	background-color: #333333; 
	border-left: #333333 1px solid; 
	border-bottom: #333333 1px solid; 
	border-top: #333333 1px solid; 
	text-align: center; 
	width: 15; 
	height: 21;
}

.MainMenu_SubMenu {
	z-index: 1000; 
	cursor: pointer; 
	cursor: hand; 
	background-color: #333333; 
	filter:progid:DXImageTransform.Microsoft.Shadow(color='DimGray', Direction=135, Strength=3) ; 
	border-bottom: #404040 0px solid; 
	border-left: #FF8080 0px solid; 
	border-top: #FF8080 0px solid; 
	border-right: #404040 0px solid;
}

.MainMenu_MenuBreak {
	border-bottom: #404040 1px solid; 
	border-left: #FF8080 0px solid; 
	border-top: #FF8080 1px solid;  
	border-right: #404040 0px solid; 
	background-color: White; 
	height: 1px;
}

.MainMenu_MenuItemSel {
	background-color: #CCCCCC; 
	cursor: pointer; 
	cursor: hand; 
	color: White; 
	font-family: Tahoma, Arial, Helvetica; 
	font-size: 9pt; 
	font-weight: bold; 
	font-style: normal;
}

.MainMenu_MenuArrow {
	font-family: webdings; 
	font-size: 10pt; 
	cursor: pointer; 
	cursor: hand; 
	border-right: #333333 1px solid; 
	border-bottom: #333333 1px solid; 
	border-top: #333333 0px solid;
}

.MainMenu_RootMenuArrow {
	font-family: webdings; 
	font-size: 10pt; 
	cursor: pointer; 
	cursor: hand;
}

/************************************/


xtable
{
	border: 1px solid darkred;
	border-collapse: collapse;
}

UL
{
	margin-left:20px;
}
LI
{
/*	margin-left:0px;*/
}

.SiteTitle
{
	color: white;
	font-size: 14pt;
}
.TopWords, .BottomWords
{
	font-size: 8pt;
	color: Silver ;
}

TABLE.Header-Table
{
	width: 100%;
	background-color: #004E82;
}
TABLE.TopAd-Table
{
	width: 100%;
	height: 98px;
	background-color: #C4D9EF;
	margin: 0;
	padding: 0;
}
TABLE.TopNav-Table
{
	width: 100%;
	background-color: red;
	margin: 0;
	padding: 0;
}
TABLE.Main-Table
{ 
	background-color: White;
	margin: 0;
	padding: 0;
	width: 100%;
}
TD.Left-Cell
{ background-color: #C4D9EF;  width: 168px; }
TD.Center-Cell
{ 
	background-color: White; 
	border-left: 1px solid gray;
	border-right: 1px solid gray;
	padding: 18px;
}
TD.Right-Cell
{ background-color: #C4D9EF;  width: 168px;  }
