/* ================================
    CSS STYLES FOR DotNetNuke
   ================================
*/   

#dnn_ctr522_SiteMap_DNNTree div.Normal a
{
font-size: 12px;
}

#dnn_ctr539_SiteMap_DNNTree div.Normal a
{
font-size: 12px;
}


/********** NEWS ARTICLES STYLES **********/

.NormalWhite 
{ 
	font-family: Tahoma, Arial, Helvetica; 
	font-size: 11px; 
	font-weight: bold; 
	color: #666; 
}

td.articleTopCell span.NormalBold
{ 
	font-family: Tahoma, Arial, Helvetica; 
	font-size: 11px; 
	font-weight: bold; 
	color: #666; 
}

td.articleFooterCell span.NormalBold
{ 
	font-family: Tahoma, Arial, Helvetica; 
	font-size: 11px; 
	font-weight: bold; 
	color: #666; 
}

.articleQuote 
{ 
	font-family: Tahoma, Arial, Helvetica; 
	font-size: 8pt; 
	border-top: solid 1px #999999; 
	border-bottom: solid 1px #999999; 
}
	
.articleTitle 
{ 
	font-size : 16px; 
	font-weight : bolder; 
	color : #000000; 
}

.articleTable 
{ 
	background-color: #fae7b7;
	border: solid 1px #CCCCCC
	margin: 0px; 
}

.articleTopCell 
{ 
	background-color: #fae7b7; 
	color: white; 
	font-weight: bold; 
	padding: 6px; 
	height: 25px; 
}

.articleContentCell 
{ 
	color: black; 
	padding: 6px; 
	background-color: #FEFEFE; 
}

.articleTextCell 
{ 
	color: black; 
	padding: 6px; 
	background-color: #EEEEEE; 
}

.articleIconCell 
{ 
	background-color: #FEFEFE; 
	width: 20px; 
}

.articleFooterCell 
{ 
	color: #FFFFFF; 
	padding: 3px; 
	background-color: #fae7b7; 
	height: 25px; 
}

.featuredTopCell
{
	background-color: #fae7b7; 
	font-weight: bold; 
	padding: 6px; 
	height: 25px; 
}


/********** SIDE MENU **********/

.SideMenu_MenuContainer
{
	background-color: transparent;
	width: 100%;
	padding: 0px 0px 0px 0px;
}

.SideMenu_MenuBar
{
}

.SideMenu_MenuItem
{
	cursor: hand;
	color: #666;
	font-family: helvetica, verdana, geneva, arial, sans-serif;
	font-size: 11px;
	font-weight: bold;
	background-color: #F6F6F6;
}

.SideMenu_MenuItem TD
{
	border-bottom: white 2px solid;
	padding: 0px 0px 0px 0px;
}

.SideMenu_MenuItemSel
{
	cursor: hand;
	color: #eeb211;
	font-family: helvetica, verdana, geneva, arial, sans-serif;
	font-size: 11px;
	font-weight: bold;
	background-color: white;
}

.SideMenu_MenuItemSel TD
{
	border-bottom: white 2px solid;
	padding: 0px 0px 0px 0px;
}

.SideMenu_SubMenu
{
	z-index: 1000;
	cursor: hand;
	background-color: #F6F6F6;
	border-bottom: white 2px solid;
	padding: 0px;
	filter: none;
}

.SideMenu_SubMenu TD
{
	z-index: 1000;
	cursor: hand;
	background-color: #F6F6F6;
	border-bottom: white 2px solid;
	padding: 0px;
	filter: none;
}

.SideMenu_MenuBreak
{
	display: none;
}

.SideMenu_MenuIcon
{
	display: none;
}

.SideMenu_MenuArrow
{
	display: none;
}

.SideMenu_RootMenuArrow 
{
	display: none;
}

.SideMenu_MenuItem a:link 
{
	color: #333;
	text-decoration: underline;
}

.SideMenu_MenuItem a:visited  
{
	color: #333;
	text-decoration: underline;
}

.SideMenu_MenuItem a:active   
{
	color: #333;
	text-decoration: underline;
}

.SideMenu_MenuItem a:hover    
{
	color: #eeb211;
	text-decoration: underline;
}


/********** NEWS STYLES **********/

span.ItemTitle a
{
    font-family: Tahoma, Arial, Helvetica;
    font-size: 11px;
    font-weight: bold;
}

span.ItemTitle a:link
{
    text-decoration:    underline;
    color: #003366;
}

span.ItemTitle a:visited
{
    text-decoration:    underline;
    color: #003366;
}

span.ItemTitle a:active
{
    text-decoration:    underline;
    color: #003366;
}

span.ItemTitle a:hover
{
    text-decoration:    underline;
    color: #ff0000;
}

td.ArticleSettingsBorderRight a
{
    font-family: Tahoma, Arial, Helvetica;
    font-size: 11px;
    font-weight: normal;
}

td.ArticleSettingsBorderRight a:link
{
    text-decoration:    underline;
    color: #003366;
}

td.ArticleSettingsBorderRight a:visited
{
    text-decoration:    underline;
    color: #003366;
}

td.ArticleSettingsBorderRight a:active
{
    text-decoration:    underline;
    color: #003366;
}

td.ArticleSettingsBorderRight a:hover
{
    text-decoration:    underline;
    color: #ff0000;
}

a.ItemTabs
{
	cursor: hand;
	color: #666;
	font-family: helvetica, verdana, geneva, arial, sans-serif;
	font-size: 11px;
	font-weight: bold;
	background-color: #F6F6F6;
}

a.ItemTabs:link 
{
	color: #333;
	text-decoration: none;
}

a.ItemTabs:visited  
{
	color: #333;
	text-decoration: none;
}

a.ItemTabs:active   
{
	color: #333;
	text-decoration: none;
}

a.ItemTabs:hover    
{
	color: #eeb211;
	text-decoration: underline;
}

a.SelectedItemTabs
{
	cursor: hand;
	color: #666;
	font-family: helvetica, verdana, geneva, arial, sans-serif;
	font-size: 11px;
	font-weight: bold;
	background-color: #F6F6F6;
}

a.SelectedItemTabs:link 
{
	color: #333;
	text-decoration: none;
}

a.SelectedItemTabs:visited  
{
	color: #333;
	text-decoration: none;
}

a.SelectedItemTabs:active   
{
	color: #333;
	text-decoration: none;
}

a.SelectedItemTabs:hover    
{
	color: #eeb211;
	text-decoration: underline;
}

tr.BorderGrayBack td hr
{
	display: none;
}

td.APC-Orange-Center-GreyBody table#Table
{
	border: none;
}


/* 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
{
	font-family: Verdana, Arial, Helvetica;
	font-size: smaller;
}

/* 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  {
}

H3  {
}

H4  {
}

H5, DT  {
}

H6  {
}

TFOOT, THEAD    {
}

TH  {
}

.Normal
{
	font-family: Verdana, Arial, Helvetica;
	font-size: smaller;
}

a:link 
{
   color: blue;
}

a:visited  
{
   color: blue;
}

a:active   
{
   color: blue;
}

a:hover    
{
   color: red;
}

SMALL   {
}

BIG {
}

BLOCKQUOTE, PRE {
}


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 {
}

.MainMenu_MenuBar {
}

.MainMenu_MenuItem {
}

.MainMenu_MenuIcon {
}

.MainMenu_SubMenu {
}

.MainMenu_MenuBreak {
}

.MainMenu_MenuItemSel {
}

.MainMenu_MenuArrow {
}

.MainMenu_RootMenuArrow {
}

/*****************************************************
Doc Control style sheet - Updated on Aug,23,2003 
*****************************************************/
.TTTBorder
{
	border: 1px solid;	
}
.TTTSubBorder
{
    border: 0px solid; 
}

.TTTHeader
{
	font-weight: bold;
	font-size: 8pt;
	color: white;
	font-family: Verdana, Arial, Helvetica;	
	background-color: #006699;	
	background-image: url(../../images/TTT/TTT_Header_BG.gif);	
}

.TTTHeaderText
{
	font-weight: bold;
	font-size: 8pt;
	color: White;
	font-family: Verdana, Arial, Helvetica;	
}


.TTTAltHeader
{
	font-weight: bold;
	font-size: 8pt;	
	color: #4455aa;
	font-family: Verdana, Arial, Helvetica;
	background-color:#D1D7DC; 
	background-image: url(../../images/TTT/TTT_AltHeader_BG.gif);

}

.TTTAltHeaderText
{
	font-weight: bold;
	font-size: 8pt;	
	color: #4455aa;
	font-family: Verdana, Arial, Helvetica;
}

.TTTSubHeader
{
	font-weight: bold;
	font-size: 8pt;	
	color: #4455aa;
	font-family: Verdana, Arial, Helvetica;	
}

.TTTTitle
{
	font-weight: bold;
	font-size: 8pt;
	color: #D4D9EC;
	font-family: Verdana, Tahoma, Arial, Helvetica;
	text-decoration: none;
}

.TTTRow
{	
	color: #4455aa;	
	font-family: Verdana, Tahoma, Arial, Helvetica;
    	font-size: 11px;
    	font-weight: normal;
	
}

.TTTRowHighLight
{	
	color: #4455aa;	
	font-family: Tahoma, Arial, Helvetica;
    	font-size: 11px;
    	font-weight: normal;	
}
   
.TTTFooter
{
	color: white;
    	font-size: 8pt;
    	font-weight:bold;    
    	font-family: Verdana, Arial, Helvetica;	
    	background-color: #006699;
	background-image: url(../../images/TTT/TTT_AltFooter_BG.gif);
}
.TTTAltHeader
{
	font-weight: bold;
	font-size: 8pt;	
	color: #4455aa;
	font-family: Verdana, Arial, Helvetica;
	background-color:#D1D7DC; 
	background-image: url(../../images/TTT/TTT_AltHeader_BG.gif);

}
.TTTFooterText
{
    	color: white;
    	font-size: 8pt;
    	font-weight:bold;    
    	font-family: Verdana, Arial, Helvetica;	
}


/* hyperlink style for the selected tab */
A.TTTTitle:link {
    text-decoration:    none;
    color:#4455aa;
}

A.TTTTitle:visited  {
    text-decoration:    none;
    color:#D4D9EC;
}

A.TTTTitle:active   {
    text-decoration:    none;
    color:#4455aa;
}

A.TTTTitle:hover    {
    text-decoration:    none;
    color:#D4D9EC;
}

.TTTFormControl
{
    font-size: 1.0em;
    font-family: Verdana, Arial, Helvetica;
}
.TTTErrorText
{
	color: red;
}
.TTTQuote
{
	border-top: 1px #646e95 solid; 
	border-bottom: 1px #646e95 solid; 
}
/* text style for buttons and link buttons used in the portal admin pages */
.TTTCommand
{
	font-weight: normal;
	font-size: 11px;
	color: white;
	font-family: Tahoma, Arial, Helvetica;
}
    
/* hyperlink style for buttons and link buttons used in the portal admin pages */
A.TTTCommand:link
{
	color: white;
	text-decoration: underline;
}

A.TTTCommand:visited
{
	color: white;
	text-decoration: underline;
}

A.TTTCommand:active   {
    text-decoration:    underline;
    color: white;
}

A.TTTCommand:hover
{
	color: #ff9933;
	text-decoration: underline;
}
TD.TTTRow
{
    background-color: #eef3fb;        
}
TD.TTTMainHeader
{
	
}
TD.TTTHeader
{
	background-image: url(../../images/TTT/TTT_Header_BG.gif);	
	height: 28px;
	background-color: #006699;
}
TD.TTTAltHeader
{
	background-color:#D1D7DC;
	height: 28px; 		
	background-image: url(../../images/TTT/TTT_AltHeader_BG.gif);
}
TD.TTTAltFooter
{
	background-color:#D1D7DC;
	height: 28px; 		
	background-image: url(../../images/TTT/TTT_AltFooter_BG.gif);
}

TD.TTTSubHeader
{
	background-color: #D4D9EC;		
}
TD.TTTRowHighlight
{
    background-color: #D4D9EC;
}
TD.TTTFooter
{	
	background-color: #006699;
	height: 28px;
	background-image: url(../../images/TTT/TTT_Footer_BG.gif);
}

/* text style used for most text rendered by modules */
.TTTNormal
{
    font-family: Tahoma, Arial, Helvetica;
    font-size: 11px;
    font-weight: normal;
}

/* text style used for textboxes in the admin and edit pages, for Nav compatibility */
.TTTNormalTextBox
{
    font-family: Tahoma, Arial, Helvetica;
    font-size: 12px;
    font-weight: normal;
}

.TTTNormalRed
{
    font-family: Tahoma, Arial, Helvetica;
    font-size: 12px;
    font-weight: bold;
    color: #ff0000
}

.TTTNormalBold
{
    font-family: Tahoma, Arial, Helvetica;
    font-size: 11px;
    font-weight: bold
}

/* text style for buttons and link buttons used in the portal admin pages */
.TTTCommandButton     {
    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.TTTCommandButton:link {
    text-decoration:    underline;
    color: #003366;
}

A.TTTCommandButton:visited  {
    text-decoration:    underline;
    color: #003366;
}

A.TTTCommandButton:active   {
    text-decoration:    underline;
    color: #003366;
}

A.TTTCommandButton:hover    {
    text-decoration:    underline;
    color: #ff0000;
}























