/* ================================
    Default styles FOR DotNetNuke
    By Chris Beeson
   ================================
*/   

.bbfi
{
    font-family: Tahoma, Arial, Helvetica;
    font-size:  14px;
    font-weight:    Bold;
    color: #000000;
}


.NukeNews_Item
{
	background-color:white;
	padding: 0px 0px 0px 0px;
}

.NukeNews_AltItem
{
	background-color: #white;
	padding: 0px 0px 0px 0px;
}

/* style for module titles */
.Head   {
    font-family: Tahoma, Arial, Helvetica;
    font-size:  14px;
    font-weight:    Bold;
    color: #39485A;
}

/* 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:  14px;
    font-weight:    bold;
    color: black;
}



/* text style used for most text rendered by modules */
.Normal,.NormalDisabled
{
    font-family: Tahoma, Arial, Helvetica;
    font-size: 12px;
    font-weight: normal;
    color: #000000;
    line-height:15px;
}

/* text style used for rendered text which should appear disabled */
.NormalDisabled
{
    color: Silver;
}

/* text style used for rendered text which requires emphasis */
.NormalBold
{
    font-family: Tahoma, Arial, Helvetica;
    font-size: 11px;
    font-weight: bold
}

/* text style used for error messages */
.NormalRed
{
    font-family: Tahoma, Arial, Helvetica;
    font-size: 12px;
    font-weight: bold;
    color: #ff0000
}

/* 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;
}

A:link  {
 text-decoration:    none;
 font-family: Tahoma;
    font-size:  11px;
    font-weight:    bold;
    color:  #000000;
}

A:visited   {
	 text-decoration:    none;
 	font-family: Tahoma;
    font-size:  11px;
    font-weight:    bold;
    color:  #000000;
}

A:active    {
	 text-decoration:    none;
 	font-family: Tahoma;
    font-size:  11px;
    font-weight:    bold;
    color:  #000000;
}

A:hover {
	 text-decoration:    underline;
 	font-family: Tahoma;
    font-size:  11px;
    font-weight:    bold;
    color:  #000000;
}


.MainMenu_MenuItemSel {
	cursor: pointer; 
	cursor: hand; 
	color: black; 
	font-family: Tahoma, Arial, Helvetica; 
	font-size: 9pt; 
	font-weight: bold; 
	font-style: normal;
	background-color: #dddddd;
	
}

	.StandardButton
{
	padding-right: 5px;
	padding-left: 5px;
	font-weight: normal;
	font-size: 11px;
	background: #dddddd;
	color: #000000;
	font-family: Verdana, sans-serif;