/* ================================
    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 */
Body
{	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
color:#555555;
}

/* background/border colors for the selected tab */
.TabBg 
{	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
color:#555555;
}
.LeftPane 
 {	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
color:#555555;
}
.ContentPane  
{	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
color:#555555;
}
.RightPane 
 {	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
color:#555555;
}
/* text style for the selected tab */
.SelectedTab {
 	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
color:#555555;

}

/* text style for the unselected tabs */
.OtherTabs {
font-size:10px;
color: #CC0000;

}
    
/* hyperlink style for the unselected tabs */
A.OtherTabs:link {
font-size:10px;
color: #CC0000;
}

A.OtherTabs:visited  {
font-size:10px;
color: #CC0000;
}

A.OtherTabs:active   {
font-size:10px;
color: #CC0000;
}

A.OtherTabs:hover    {
font-size:10px;
color: #CC0000;
}

/* GENERAL */
/* style for module titles */
.Head   {
font-size:22px;
color: #5D8320;
font-family:Verdana, Arial, Helvetica, sans-serif;
}

/* style of item titles on edit and admin pages */
.SubHead    {
font-size:12px;
color: #5D8320;
font-family:Verdana, Arial, Helvetica, sans-serif;
}

/* module title style used instead of Head for compact rendering by QuickLinks and Signin modules */
.SubSubHead {
font-size:12px;
color: #5D8320;
font-family:Verdana, Arial, Helvetica, sans-serif;
}

/* text style used for most text rendered by modules */
.Normal
{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#333333;
}

/* text style used for textboxes in the admin and edit pages, for Nav compatibility */
.NormalTextBox
{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#333333;
}

H3  {
font:Verdana, Arial, Helvetica, sans-serif;
color:#FFFFFF;
font-size:11px;
}

A:link {}
A:visited {}
A:active {}
A:hover {}

A.lsrlink:link  {
	text-decoration: none;
	color: #5d8320;
	font-size: 12px;}

A.lsrlink:visited   {
text-decoration:    none;
color:  #5d8320;
font-size: 12px;
}

A.lsrlink:hover {
text-decoration:    underline;
color:  #5d8320;
font-size: 12px;
}

A.lsrlink:active    {
text-decoration:    none;
color:  #5d8320;
font-size: 12px;
}


A.nav:link  {
font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#000000;
}

A.nav:visited   {
font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#000000;
}

A.nav:active    {
font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#000000;
}

A.nav:hover {
font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#000000;
}

A.nav2:link  {
font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#000000;
}

A.nav2:visited   {
font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#000000;
}

A.nav2:active    {
font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#000000;
}

A.nav2:hover {
font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#000000;
}



