/* ================================
    CSS STYLES FOR DotNetNuke
   ================================
*/   


/* PAGE BACKGROUND */
/* background color for the header at the top of the page  */
.HeadBg {
}

/* top background color for the content part of the pages */
#globalBackground {
			width:					100%;
			background:			url(bg2.gif) repeat-x;
			margin:					0;
			padding:					0;
			position:					absolute;
			top:						0;
			left:						0;
}

#topleft {
			background:			url(topleft.gif);
			margin:					0;
			padding:					0;
}

#topright {
			background:			url(topright.gif);
			margin:					0;
			padding:					0;
}

#bottomleft {
			background:			url(bottomleft.gif);
			margin:					0;
			padding:					0;
}

#bottomright {
			background:			url(bottomright.gif);
			margin:					0;
			padding:					0;
}

/* background color for the content part of the pages */
Body
{
		background:#74B933 url(bg.gif);
		margin:0;
		padding:0;
		text-align:center;	
		font-family:Arial, Helvetica, sans-serif;
		font-size:11px;
}

/* 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    {
}

/* SIGNIN */
.SignIn {
	color: #000000;
}
A.SignIn:link {
	color:#000000;
}

A.SignIn:visited  {
	color:#000000;
}

A.SignIn:active   {
	color:#000000;
}

A.SignIn:hover    {
	color:#000000;
}

/* 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
{
		background:#74B933 url(bg.gif);
		margin:0;
		padding:0;
		text-align:center;	
		font-family:Arial, Helvetica, sans-serif;
		font-size:10px;
}

/* 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  {
}

A:link  {
}

A:visited   {
}

A:active    {
}

A:hover {
}

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 {
}

/* Solpart Gubbins */
/* Main Menu */
.MainMenu_MenuContainer 
{
	/* bar behind whole thing */
	border-bottom: #404040 0px solid; 
	border-left: #FFFFFF 1px solid; 
	border-top: #FF8080 0px solid; 
	border-right: #FFFFFF 1px solid;
	background-color: #99cc66;
	/* background-color: #ff00ff; */
}

.MainMenu_MenuBar 
{
	/*this section appears to do nothing */
	background-color: #ff00ff;
}

.MainMenu_MenuItem 
{
	/* default background colour for all menu items (not icon areas) */
	border-left: #FFFFFF 0px solid; 
	border-bottom: #000000 0px solid; 
	border-top: #000000 0px solid; 
	border-right: #FFFFFF 0px solid;
	background-color: #99cc66;
	color: #FFFFFF;
	height:30px;
}

.MainMenu_MenuIcon 
{
	/* background of non-selected drop down item icons. */
	border-left: #FFFFFF 0px solid; 
	border-bottom: #000000 0px solid; 
	border-top: #000000 0px solid; 
	border-right: #FFFFFF 0px solid;
	background-color: #99cc66;
	/* background-color: #ff00ff; */
	height:30px;
}

.MainMenu_SubMenu 
{
	border-left: #FFFFFF 0px solid; 
	border-bottom: #000000 0px solid; 
	border-top: #000000 0px solid; 
	border-right: #FFFFFF 0px solid;
	background-color: #99cc66;
	height:30px;
}

.MainMenu_MenuBreak 
{
	background-color: #99cc66; 
	height: 10px;
}

.MainMenu_MenuItemSel 
{
	background-color: green; 
	color: #FFFFFF;
	height:30px;
	border-left: #FFFFFF 0px solid;
	border-right: #FFFFFF 0px solid;
}

.MainMenu_MenuArrow 
{
	font-family: webdings; 
	font-size: 10pt; 
	color: White; 
	cursor: pointer; 
	cursor: hand; 
	border-right: #FFFFFF 0px solid; 
	border-bottom: #000000 0px solid; 
	border-top: #000000 0px solid;
	height:30px;
}

.MainMenu_RootMenuArrow 
{
	border-right: #FFFFFF 0px solid;
}