/* ================================
    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
{
}

.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   {
	font-family: Arial, Verdana;
	font-weight: bold;
	font-size: 16px;
	color: #913a8c;
	text-decoration: none;
}

/* style of item titles on edit and admin pages */
.SubHead    {
	font-family: Arial, Verdana;
	font-weight: bold;
	font-size: 11px;
	color: #913a8c;
	text-decoration: none;
}

/* module title style used instead of Head for compact rendering by QuickLinks and Signin modules */
.SubSubHead {
	font-family: Arial, Verdana;
	font-weight: bold;
	font-size: 12px;
	color: #913a8c;
	text-decoration: none;
}

/* text style used for most text rendered by modules */
.Normal {
	font-family: Arial, Verdana;
	font-weight: normal;
	font-size: 12px;
	color: #333333;
	text-decoration: none;
}
.Normal td {
	font-family: Arial, Verdana;
	font-weight: normal;
	font-size: 12px;
	color: #333333;
	text-decoration: none;
}
/* text style used for textboxes in the admin and edit pages, for Nav compatibility */
.NormalTextBox
{
}

.NormalRed, 
a.NormalRed:link,
a.NormalRed:visited,
a.NormalRed:hover,
a.NormalRed:active {
	font-family: Arial, Verdana;
	font-weight: bold;
	font-size: 11px;
	color: #913a8c;
	text-decoration: none;
}

.NormalBold, 
a.NormalBold:link,
a.NormalBold:visited,
a.NormalBold:hover,
a.NormalBold:active {
	font-family: Arial, Verdana;
	font-weight: bold;
	font-size: 11px;
	color: #333333;
	text-decoration: none;
}

/* 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     {
}

/* GENERIC */
H1  {
	background-color: #e4e4e4;
	font-family: Arial, Verdana;
	font-weight: bold;
	font-size: 18px;
	color: #913a8c;
	text-decoration: none;
	display: block;
	line-height: 36px;
	border-bottom: 1px dashed #913a8c;
	padding: 4px;
}

H2  {
	font-family: Arial, Verdana;
	font-weight: bold;
	font-size: 14px;
	color: #913a8c;
	text-decoration: none;
}

H3  {
	font-family: Arial, Verdana;
	font-weight: bold;
	font-size: 12px;
	color: #913a8c;
	text-decoration: none;
}

H4  {
	font-family: Arial, Verdana;
	font-weight: bold;
	font-size: 10px;
	color: #913a8c;
	text-decoration: none;
}

H5, DT  {
	font-family: Arial, Verdana;
	font-weight: bold;
	font-size: 9px;
	color: #913a8c;
	text-decoration: none;
}

H6  {
	font-family: Arial, Verdana;
	font-weight: bold;
	font-size: 8px;
	color: #913a8c;
	text-decoration: none;
}

.dash_purple {
	background-image: url(/Portals/0/images/icons/dash_purple.gif);
	background-repeat: repeat-x;
	height: 3px;
}
.newstitle, .newstitle a:link, .newstitle a:visited, .newstitle a:hover, .newstitle a:active {
	font-family: Arial, Verdana;
	font-size: 11px;
	font-weight: bold;
	color: #913a8c;
	text-decoration: none;
	display: inline;
	height: 100%;
}
.readmore, .readmore a:link, .readmore a:visited, .readmore a:hover, .readmore a:active {
	font-family: Arial, Verdana;
	font-size: 11px;
	font-weight: normal;
	color: #913a8c;
	text-decoration: none;
}



TFOOT, THEAD    {
}

TH  {
}

A:link  {
	font-family: Arial, Verdana;
	font-weight: normal;
	font-size: 12px;
	color: #913a8c;
	text-decoration: underline;
}

A:visited   {
	font-family: Arial, Verdana;
	font-weight: normal;
	font-size: 12px;
	color: #913a8c;
	text-decoration: underline;
}

A:hover {
	font-family: Arial, Verdana;
	font-weight: normal;
	font-size: 12px;
	color: #913a8c;
	text-decoration: underline;
}

A:active    {
	font-family: Arial, Verdana;
	font-weight: normal;
	font-size: 12px;
	color: #913a8c;
	text-decoration: underline;
}
.rightpane A:Link, .rightpane A:Visited, .rightpane A:Hover, .rightpane A:Active {
	font-family: Arial;
	font-weight: bold;
	font-size: 11px;
	text-decoration: none;
	color: #ffffff;
}
.news_right {
	background-color: transparent;
	border-bottom: 1px dashed #f1f1f1;
	padding-top: 4px;
	padding-bottom: 4px;
}



SMALL   {
	font-family: Arial, Verdana;
	font-weight: normal;
	font-size: 10px;
	color: #333333;
	text-decoration: none;
}

BIG {
}

BLOCKQUOTE, PRE {
}

.SubHeadBlauw {
	font-family: Arial, Verdana;
	font-weight: bold;
	font-size: 14px;
	color: #1488c4;
	text-decoration: none;
}
.SubHeadPurple {
	font-family: Arial, Verdana;
	font-weight: bold;
	font-size: 14px;
	color: #913a8c;
	text-decoration: none;
}
.faq_q {
	font-family: Arial, Verdana;
	font-weight: bold;
	font-size: 12px;
	color: #913a8c;
	text-decoration: none;
	margin-top: 5px;
	margin-bottom: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
}


.ButtonPurple a:link,
.ButtonPurple a:visited,
.ButtonPurple a:hover,
.ButtonPurple a:active {
	background-color: #873282;
	height: 16px;
	border: 1px solid #000000;
	text-align: middle;
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	padding-left: 8px;
	padding-right: 8px;
	display: block;
	margin-top: 6px;
	margin-bottom: 6px;
	padding-top: 4px;
	cursor: hand;
	cursor: pointer;
}
.DoubleArrow {
	background-image: url(/Portals/0/images/doublearrow.gif);
	background-repeat: no-repeat;
	width: 16px;
	height: 10px;
}
.listitem {
	background-image: url(/Portals/0/images/icons/listitem.gif);
	background-repeat: no-repeat;
	width: 19px;
	height: 19px;
}
.NormalList {
	font-family: Arial, Verdana;
	font-weight: normal;
	font-size: 12px;
	color: #1488c4;
	text-decoration: none;
}
.rightpane a.SubMenuLinks:link, 
.rightpane a.SubMenuLinks:visited, 
.rightpane a.SubMenuLinks:hover, 
.rightpane a.SubMenuLinks:active, 
.rightpane .SubMenuLinks {
	font-family: Arial, Verdana;
	font-weight: bold;
	font-size: 12px;
	color: #ffffff;
	text-decoration: none;
	padding-left: 8px;
	padding-right: 8px;
}
a.SubMenuLinks:link, 
a.SubMenuLinks:visited, 
a.SubMenuLinks:hover, 
a.SubMenuLinks:active, 
.SubMenuLinks {
	font-family: Arial, Verdana;
	font-weight: bold;
	font-size: 12px;
	color: #1782bb;
	text-decoration: none;
	padding-left: 8px;
	padding-right: 8px;
}

UL LI   {
}

UL LI LI    {
}

UL LI LI LI {
}

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{
}


*/

