/* ================================
    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 */
/*Attempt to fix problem where IE centers everything*/
Body {
}

.ControlPanel {
}

/* 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:hover    {
}

A.SelectedTab:active   {
}

/* text style for the unselected tabs */
.OtherTabs {
}
    
/* hyperlink style for the unselected tabs */
A.OtherTabs:link {
}

A.OtherTabs:visited  {
}

A.OtherTabs:hover    {
}

A.OtherTabs:active   {
}

/* 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 {
}

/* 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:hover    {
}
    
A.CommandButton:active   {
}

/* button style for standard HTML buttons */
.StandardButton     {
}

.VerdanaSmBlk {
	font-family: Verdana, Arial, "Tw Cen MT", sans-serif;
	font-size: 9px;
	text-align:	left;
	color: #000000;
}
.VerdanaMedBlk {
	font-family: Verdana, Arial, "Tw Cen MT", sans-serif;
	font-size: 11px;
	text-align:	left;
	color: #000000;
}
.VerdanaLgBlk {
	font-family: Verdana, Arial, "Tw Cen MT", sans-serif;
	font-size: 13px;
	text-align:	left;
	color: #000000;
}
.ComicSmBlk {
	font-family: "Comic Sans MS", "Century Gothic", "Tw Cen MT", sans-serif;
	font-size: 9px;
	text-align:	left;
	color: #000000;
}
.ComicMedBlk {
	font-family: "Comic Sans MS", "Century Gothic", "Tw Cen MT", sans-serif;
	font-size: 11px;
	text-align:	left;
	color: #000000;
}
.ComicLgBlk {
	font-family: "Comic Sans MS", "Century Gothic", "Tw Cen MT", sans-serif;
	font-size: 13px;
	text-align:	left;
	color: #000000;
}
.VerdanaSmGray {
	font-family: Verdana, Arial, "Tw Cen MT", sans-serif;
	font-size: 9px;
	text-align:	left;
	color: #666644;
}
.VerdanaMedGray {
	font-family: Verdana, Arial, "Tw Cen MT", sans-serif;
	font-size: 11px;
	text-align:	left;
	color: #666644;
}
.VerdanaLgGray {
	font-family: Verdana, Arial, "Tw Cen MT", sans-serif;
	font-size: 13px;
	text-align:	left;
	color: #666644;
}
.ComicSmGray {
	font-family: "Comic Sans MS", "Century Gothic", "Tw Cen MT", sans-serif;
	font-size: 9px;
	text-align:	left;
	color: #666644;
}
.ComicMedGray {
	font-family: "Comic Sans MS", "Century Gothic", "Tw Cen MT", sans-serif;
	font-size: 11px;
	text-align:	left;
	color: #666644;
}
.ComicLgGray {
	font-family: "Comic Sans MS", "Century Gothic", "Tw Cen MT", sans-serif;
	font-size: 16px;
	text-align:	left;
	color: #666644;
}
.VerdanaSmGreen {
	font-family: Verdana, Arial, "Tw Cen MT", sans-serif;
	font-size: 9px;
	text-align:	left;
	color: #006036;
}
.VerdanaMedGreen {
	font-family: Verdana, Arial, "Tw Cen MT", sans-serif;
	font-size: 11px;
	text-align:	left;
	color: #006036;
}
.VerdanaLgGreen {
	font-family: Verdana, Arial, "Tw Cen MT", sans-serif;
	font-size: 16px;
	text-align:	left;
	color: #006036;
}
.ComicSmGreen {
	font-family: "Comic Sans MS", "Century Gothic", "Tw Cen MT", sans-serif;
	font-size: 9px;
	text-align:	left;
	color: #006036;
}
.ComicMedGreen {
	font-family: "Comic Sans MS", "Century Gothic", "Tw Cen MT", sans-serif;
	font-size: 11px;
	text-align:	left;
	color: #006036;
}
.ComicLgGreen {
	font-family: "Comic Sans MS", "Century Gothic", "Tw Cen MT", sans-serif;
	font-size: 16px;
	text-align:	left;
	color: #006036;
}
.pageTitle {
	font-size: 24px;
}
.pageSubtitle {
	font-size: 18px;
}
.smallText {
	font-size: 11px;
}
.left {
	text-align: left;
}
.green {
	color: #006036;
}
.gray {
	color: #666644;
}
/* GENERIC */
P {
	text-align:left;
}
H1 {
	font-size: 24px;
	color: #000000;
}
H2 {
	font-size: 24px;
	color: #666644;
}
H3 {
	font-size: 24px;
	color: #006036;
}
H4 {
	font-size: 20px;
	color: #000000;
}
H5 {
	font-size: 20px;
	color: #666644;
}
H6 {
	font-size: 20px;
	color: #006036;
}
TFOOT, THEAD    {
}

TH  {
}

A:link  {
}

A:visited   {
	text-decoration: underline;
	color: #006036;
}

A:hover {
}


A:active
{
	text-decoration: underline;
	color: #666644;
}
SMALL   {
}

BIG {
}

BLOCKQUOTE, PRE {
}


UL LI
{
	list-style-type: disc;
	list-style-position: outside;
	color: #006036;
}

UL LI LI
{
	list-style-type: circle;
	list-style-position: outside;
	color: #006036;
}

UL LI LI LI
{
	list-style-type: square;
	list-style-position: outside;
	color: #006036;
}


OL LI   {

}

OL OL LI    {
}

OL OL OL LI {
}
OL UL 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 {
}

/* Login Styles */
.LoginPanel{
}

.LoginTabGroup{
}

.LoginTab {
}

.LoginTabSelected{
}

.LoginTabHover{
}

.LoginContainerGroup{
}

.LoginContainer{
}
