/* ================================
    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: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    {
}

/* text style for the MLAnnouncement module*/
.MoreLink {
	color : #FFFFFF;
	font-weight : bold;
	width: 148px;
	padding-right: 0px;
	padding-left: 0px;
	padding-top : 10px;
	padding-bottom : 0px;
	background-image : url(/Portals/6/skins/Butter/Images/Lijn_aqua.gif);
	background-repeat : repeat-x;
	font-size: 11px;
}
    
/* hyperlink style for the unselected tabs */
A.MoreLink:link {
	color : #FFFFFF;
	font-size: 11px;
}

A.MoreLink:visited  {
  color : #FFFFFF;
  font-size: 11px;
}

A.MoreLink:active   {
	color : #FFFFFF;
	font-size: 11px;
}

A.MoreLink:hover    {
	color : #FFFFFF;
	font-size: 11px;
}

.AnnouncementList
{
	/* Used for main datalist, not used when displaytype is linksmenu */
	width: 100%;
	padding-bottom : 0px;
	padding-left : 0px;
	padding-right : 10px;
	padding-top : 6px;
}


.AnnouncementItemReadMore
{
	/* used as style for the "read more" part of the item, only when the item url is not empty, ONLY used when displaytype is Announcements */
	color: #A6B057;
	font-weight: bold;
	background-image: url(/Portals/6/skins/Butter/Images/Arrow_green.gif);
	background-repeat: no-repeat;
	background-position: right;
	width: 80px;
	font-size: 11px;
}

.AnnouncementItemReadMore A
{
	color : #A6B057;
	font-weight : bold;
	font-size: 11px;
	
}

.AnnouncementItemReadMore A:link, .AnnouncementItemReadMore A:visited
{
	color : #A6B057;
	font-weight : bold;
	font-size: 11px;
}

.AnnouncementItemReadMore A:hover
{
	color : #ACCDEC;
	font-weight : bold;
	text-decoration : underline;
	font-size: 11px;
}

.AnnouncementItemReadMore A:active
{
	color : #A6B057;
	font-weight : bold;
	background-image : url(/Images/Arrow_green.gif);
}


/* GENERAL */
/* style for module titles */
.Head   {
}

/* style of item titles on edit and admin pages */
.SubHead    {
	font-family : Arial;
	font-size : 12px;
	color: #1B609B;
	line-height : 17px;
}

/* module title style used instead of Head for compact rendering by QuickLinks and Signin modules */
.SubSubHead {
	color: #1B609B;
}

/* text style used for most text rendered by modules */
.Normal
{
	font-family : Arial;
	font-size : 12px;
	color : #1C5D9D;
	line-height : 17px;
}

/* 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     {
	font-family : Arial;
	font-size : 11px;
	color : #1C5D9D;
}
    
/* hyperlink style for buttons and link buttons used in the portal admin pages */
A.CommandButton:link {
	font-family : Arial;
	font-size : 11px;
	color : #1C5D9D;
}

A.CommandButton:visited  {
	font-family : Arial;
	font-size : 11px;
	color : #1C5D9D;
}

A.CommandButton:active   {
	font-family : Arial;
	font-size : 11px;
	color : #1C5D9D;
}

A.CommandButton:hover    {
	font-family : Arial;
	font-size : 11px;
	color : #ACCDEC;
}
    
/* button style for standard HTML buttons */
.StandardButton     {
}

.Titel_Wit{
	font-family : Arial;
	font-size: 14px;
   font-weight:    bold;
	color: #FFFFFF;
}

.Titel_Blauw{
	font-family : Arial;
	font-size: 14px;
    font-weight:    bold;
	color: #235CA1;
}

.Titel_Paars{
	font-family : Arial;
	font-size: 14px;
    font-weight:    bold;
	color: #B8034A;
}

/* GENERIC */
H1  {
}

H2  {
}

H3  {
}

H4  {
}

H5, DT  {
}

H6  {
}

TFOOT, THEAD    {
}

TH  {
}

A:link  {
	font-family : Arial;
	font-size : 12px;
	color : #1C5D9D;
}

A:visited   {
	font-family : Arial;
	font-size : 12px;
	color : #1C5D9D;
}

A:active    {
	font-family : Arial;
	font-size : 12px;
	color : #1C5D9D;
}

A:hover {
	font-family : Arial;
	font-size : 12px;
	color : #ACCDEC;
}

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    {
}

