/* ================================
    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
{
	background-color: #FFFFFF;
	margin: 0;
	color: #9B1C26;
}

/* background/border colors for the selected tab */
.TabBg {
}

.LeftPane  
{
}

.ContentPane  
{
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 0px;
}

.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    {
}

A IMG
{
	border: 0px;
}

/* 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
{
	color: #000000;
}

/* 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 {color: #000000;
}

A.CommandButton:visited  {color: #000000;
}

A.CommandButton:active   {color: #000000;
}

A.CommandButton:hover    {color: #ffffff;
}
    
/* GENERIC */
H1  {
}

H2  {
}

H3  {
}

H4  {
}

H5, DT  {
}

H6  {
}

TFOOT, THEAD    {
}

TH  {
}

A:link  
{
	color: #9B1C26;
}

A:visited   
{
	color: #9B1C26;
}

A:active    
{
	color: #9B1C26;
}

A:hover 
{
	color: #9B1C26;
}

SMALL   {
}

BIG {
}

BLOCKQUOTE, PRE {
}


UL LI   {
}

UL LI LI    {
}

UL LI LI LI {
}

OL LI   {
}

OL OL LI    {
}

OL OL OL LI {
}

HR {
}

TD .DateADog
{
	background-color:#9B1C26;
}

/* MODULE-SPECIFIC */
/* text style for reading messages in Discussion */    
.Message    {
}   

/* style of item titles by Announcements and events */
.ItemTitle    {
}

/* Sub-menu items--OK*/
.MainMenu_MenuItem 
{
	color: #FFFFFF;
	font-family: Verdana,Tahoma,Arial,Helvetica; 
	font-size: 11pt; 
	font-weight: bold;
	background: #9B1C26;
	border: solid 1px #9B1C26;
	border-width: 1px 0px;
	padding: 5px 20px 5px 30px;
}

/* Root-menu container--OK*/
.MainMenu_MenuContainer
{
    height:38px;
}

/* Sub-menu items linker uiteinde (icon) */
.MainMenu_MenuIcon 
{
	display:none;	
}

/* Sub-menu items rechter uiteinde--OK*/
.MainMenu_MenuArrow 
{
	display:none;
}

/* Sub-menu container--OK*/ 
.MainMenu_SubMenu 
{
	border-bottom: #444444 0px solid; 
	border-right: #444444 0px solid;
	filter:alpha(opacity=90);
	-moz-opacity:0.90;
	opacity: 0.90;
}

/*Root-menu seperator container--OK*/
.MainMenu_MenuBreak 
{
    background-color:Transparent;
	border:1px;
}

/* Root-menu dropdown arrow */
.MainMenu_RootMenuArrow 
{
}

/*Root-menu items 'NOT SELECTED'--OK*/
.rootmenuitem
{
	color: #9B1C26;
	font-family: Verdana,Tahoma,Arial,Helvetica; 
	font-size: 0pt; 
	font-weight: bold;
	background-color:Transparent;
	padding:0px;
}
/* Root-menu items 'HOOVER'--OK*/
.rootmenuitemselected
{
	color: #9B1C26;
	font-family: Verdana,Tahoma,Arial,Helvetica; 
	font-size: 0pt; 
	font-weight: bold;
	background-color:Transparent;
	padding:0px;
	background-image: url(images/Pootje_Root.gif);
	background-repeat: no-repeat;
	background-position: left;

}

/* Root-menu items 'SELECTED'--OK*/
.rootmenuitemactive
{
	color: #9B1C26;
	font-family: Verdana,Tahoma,Arial,Helvetica; 
	font-size: 0pt;
	background-color:Transparent;
	padding:0px;
	background-image: url(images/Pootje_Root.gif);
	background-repeat: no-repeat;
	background-position: left;
}

/* Sub-menu items 'HOOVER'--OK*/
.submenuitemselected
{
	color: #9B1C26;
	font-family: Verdana,Tahoma,Arial,Helvetica; 
	font-size: 11pt; 
	font-weight: bold;
	background-color: #FFFFFF;
	border: solid 1px #FFFFFF;
	border-width: 1px 0px;
	padding:5px 0px 5px 30px;
	padding-right:20px;
	background-image: url(images/Pootje_Sub.gif);
	background-repeat: no-repeat;
	background-position: left;
	
}

/* Sub-menu items 'SELECTED'--OK*/	
.submenuitemactive
{
	color: #9B1C26;
	font-family: Verdana,Tahoma,Arial,Helvetica; 
	font-size: 11pt; 
	font-weight: bold;
	background-color: #FFFFFF;
	border: solid 1px #FFFFFF;
	border-width: 1px 0px;
	padding-right:20px;
	background-image: url(images/Pootje_Sub.gif);
	background-repeat: no-repeat;
	background-position: left;
}

A.Pager:hover 
{
	color: #9B1C26;
	text-decoration: none;
}

A.PagerActive
{
	color: #9B1C26;
	text-decoration: none;
	font-weight: bold;
	font-family: Arial;
}

A.PagerActive:hover
{
	color: #9B1C26;
	text-decoration: none;
	font-weight: bold;
}

.photoViewerTitle
{
	font-family: Arial;
	font-size: small;
	font-weight:bold;
	color: #9B1C26;
}


