/* ================================
    CSS STYLES FOR DotNetNuke
   ================================
*/   


/* PAGE BACKGROUND */
/* background color for the header at the top of the page  */
.HeadBg {
font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
}

/* background color for the content part of the pages */
Body
{
	font-size: x-small;
	background-image: url(bkgrd.gif);
	margin: 0px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}

/* background/border colors for the selected tab */
.TabBg {
font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	
}

.LeftPane  { 
font-size: 11px;
}

.ContentPane  {
	font-size: 11px;
}

.RightPane  { 
font-size: 11px;
}

/* text style for the selected tab - date */
.SelectedTab {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #696969;
}

/* hyperlink style for the selected tab */
A.SelectedTab:link {
font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #696969;
	
}

A.SelectedTab:visited  {
font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #696969;
}

A.SelectedTab:active   {
font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #696969;
	}

A.SelectedTab:hover    {
font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
}

/* text style for the unselected tabs */
.OtherTabs {
font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #696969;
	
}
    
/* hyperlink style for the unselected tabs LOGIN */
A.OtherTabs:link {
font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #696969;
}

A.OtherTabs:visited  {
font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #696969;
}

A.OtherTabs:active   {
font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #696969;
}

A.OtherTabs:hover    {
font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: black;
}

/* GENERAL */
/* style for module titles */
.Head   {
	font-size: 11px;
	font-weight: bold;
}

/* style of item titles on edit and admin pages */
.SubHead    {
font-size: 11px;
	font-weight: bold;
}

/* module title style used instead of Head for compact rendering by QuickLinks and Signin modules */
.SubSubHead {
font-size: 11px;
	
}

/* text style used for most text rendered by modules */
.Normal
{font-size: 11px;
	font-weight: normal;
}

/* text style used for textboxes in the admin and edit pages, for Nav compatibility */
.NormalTextBox
{font-size: 10px;
	font-weight: normal;
}

.NormalRed
{
font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
}

.NormalBold
{
font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
}

/* text style for buttons and link buttons used in the portal admin pages */
.CommandButton     {
font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
}
    
/* 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  {font-size: 12px;
	font-weight: bold;
}

H2  {font-size: 12px;
	font-weight: bold;
}

H3  {font-size: 12px;
	font-weight: bold;
}

H4  {font-size: 12px;
	font-weight: bold;
}

H5, DT  {
}

H6  {
}

TFOOT, THEAD    {
	font-size: 10px;
}

TH  {
font-size: x-small;
}

A:link  {
	color: #663399;
}

A:visited   {color: #663399;
}

A:active    {color: black;
}

A:hover {color: #ADD8E6;
}

SMALL   {font-size: x-small;
}

BIG {
	font-size: x-small;
}

BLOCKQUOTE, PRE {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}


UL LI   {
}

UL LI LI    {
}

UL LI LI LI {
}

OL LI   {
}

OL OL LI    {
}

OL OL OL LI {
}

HR {
	color: #6495ED;
	line-height: 4px;
	height: 2px;
}

/* MODULE-SPECIFIC */
/* text style for reading messages in Discussion */    
.Message    {
font-size: 10px;
	font-weight: normal;
}   

/* style of item titles by Announcements and events */
.ItemTitle    {
font-size: 10px;
	font-weight: normal;
}

/* Menu-Styles */
/* Module Title Menu */
.ModuleTitle_MenuContainer {
font-size: 12px;
	font-weight: normal;
	color: #696969;
}

.ModuleTitle_MenuBar {font-size: 10px;
	font-weight: normal;
}

.ModuleTitle_MenuItem {font-size: 10px;
	font-weight: normal;
	color: black;
}

.ModuleTitle_MenuIcon {
}

.ModuleTitle_SubMenu { color: black; }

.ModuleTitle_MenuBreak {
}

.ModuleTitle_MenuItemSel {
	background-color: #CCCCCC;

}

.ModuleTitle_MenuArrow {
}

.ModuleTitle_RootMenuArrow {
}

/* Main Menu */
/*around title bar*/
.MainMenu_MenuContainer {
	font-size: 12px;
	font-weight: normal;
	background-color: transparent;
	padding-right: 5px;
	padding-left: 5px;
	
	}
/* menu titles background */
.MainMenu_MenuBar {
	background-color: transparent;
	
}
/* menu titles */


.MainMenu_MenuBar {
	cursor: pointer; 
	cursor: hand; 

}

.MainMenu_MenuItem
{
	font-weight: bold;
	font-size: 12px;
	border-left-color: white;
	border-bottom-color: white;
	cursor: hand;
	color: #666666;
	border-top-style: solid;
	border-top-color: white;
	font-style: normal;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	border-left-style: solid;
	border-bottom-style: solid;
}

.MainMenu_MenuItemSel {
	cursor: hand;
	color: White;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	font-style: normal;
	background-color: Silver;
	
	}

.MainMenu_MenuIcon
{
	border-left-color: silver;
	border-bottom-color: silver;
	border-top-style: solid;
	border-top-color: silver;
	border-right-style: solid;
	border-left-style: solid;
	background-color: silver;
	border-right-color: silver;
	border-bottom-style: solid;
}

/* box around drop down */
.MainMenu_SubMenu
{
	border-right: #66ccff 2px groove;
	border-top: #66ccff 2px groove;
	margin-top: 2px;
	font-weight: bold;
	font-size: 12px;
	z-index: 1000;
	background: white;
	filter: none;
	margin-bottom: 1px;
	border-left: #66ccff 2px groove;
	cursor: hand;
	color: white;
	border-bottom: #66ccff 2px groove;
	font-style: normal;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}

.MainMenu_MenuBreak
{
	font-weight: bold;
	font-size: 12px;
}



.MainMenu_MenuArrow
{
	font-size: 12px;
	cursor: hand;
	border-top-style: none;
	font-family: webdings;
	border-right-style: none;
	border-left-style: none;
	border-bottom-style: none;
}

.MainMenu_RootMenuArrow
{
	cursor: hand;
	font-family: webdings;
	
}

.topbox
{
	background-image: url(kjaskint.jpg);
	background-repeat: no-repeat;
}

.bottombox
{
	background-image: url(kjaskinb.jpg);
	background-repeat: no-repeat;
}

.credits
{
	color: white;
}


