/* ================================
    CSS STYLES FOR DotNetNuke
   ================================
*/   



/*-- login and user token idle         --*/ .LOGIN_object, a.LOGIN_object:link, a.LOGIN_object:visited, a.LOGIN_object:active, .USER_object, a.USER_object:link, a.USER_object:visited, a.USER_object:active { color: #939393; background:  url(bullet.gif) no-repeat top left;  font-family: tahoma; font-size: 11px; font-weight:bold; text-decoration: none; padding: 0 0 0 20px; }
/*-- login and user token hover        --*/ a.LOGIN_object:hover, a.USER_object:hover { color: #666; font-family: tahoma; font-weight:bold; font-size: 11px; text-decoration: none; }
/*-- date token idle                   --*/ .DATE_object { color: #939393; font-family: tahoma; font-size: 11px; text-decoration: none; }
/*-- breadcrumbs token idle            --*/ .BREADCRUMBS_object, a.BREADCRUMBS_object:link, a.BREADCRUMBS_object:visited, a.BREADCRUMBS_object:active { color: #797979; font-family: tahoma; font-size: 11px; text-decoration: none; font-weight:bold;}
/*-- breadcrumbs token hover           --*/ a.BREADCRUMBS_object:hover { color: #666; font-family: tahoma; font-size: 11px; text-decoration: none; font-weight:bold; }
/*-- terms privacy and copyright       --*/ .FOOTER_objects { color:#858585; font-size: 11px; }
/*-- terms privacy and copyright links --*/ a.FOOTER_objects:link, a.FOOTER_objects:visited, a.FOOTER_objects:active { color:#858585; font-weight:bold; text-decoration:none; }
/*-- terms privacy and copyright hover --*/ a.FOOTER_objects:hover { color:#666; font-weight:bold; text-decoration:none;  }




a:link, a:visited, a:active { 
	color: #666; 
	font-family: tahoma; 
	font-weight: bold; 
	font-size: 11px; 
	text-decoration: underline;
}
a:hover { 
	color: #444; 
	font-family: tahoma; 
	font-size: 11px; 
	text-decoration: underline;
}
a.Normal:link, a.Normal:visited { 
	color: #666; 
	font-family: tahoma; 
	font-weight: bold; 
	font-size: 11px; 
	text-decoration: none;
}
a.Normal:hover { 
	color: #444; 
	font-family: tahoma; 
	font-size: 11px;	
	text-decoration: none;
}
/* hyperlink style for buttons and link buttons used in the portal admin pages */
a.CommandButton:link, a.CommandButton:visited, a.CommandButton:active { 
	color: #6A6A6A; 
	border: 1px solid #ABABAB; 
	background: #EFEFEF; 
	padding: 2px 3px 3px 4px; 
	font-family: tahoma; 
	font-weight: bold; 
	font-size: 11px; 
	text-decoration: none; 
	height: 20px;
}
a.CommandButton:hover { 
	color: #6A6A6A; 
	border: 1px solid #868686; 
	background: #DFDFDF; 
	padding: 2px 3px 3px 4px; 
	font-family: tahoma; 
	font-weight: bold; 
	font-size: 11px; 
	text-decoration: none; 
	height: 20px;
}




/* 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
{
}

    
/* GENERIC */
H1  {
}

H2  {
}

H3  {
}

H4  {
}

H5, DT  {
}

H6  {
}

TFOOT, THEAD    {
}

TH  {
}


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    {
}



