/* ================================
    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;
	color: #FFFFFF;
	font-size: 13px;
	font-weight: bold;
}
/* style of item titles on edit and admin pages */
.SubHead {
	font-family: Arial;
	color: silver;
	font-size: 12px;
	font-weight: bold;
}
/* module title style used instead of Head for compact rendering by QuickLinks and Signin modules */
.SubSubHead {
	font-family: Arial;
	color: #FFFFFF;
	font-size: 12px;
	font-weight: bold;
}
/* text style used for most text rendered by modules */

/* text style used for textboxes in the admin and edit pages, for Nav compatibility */
.NormalTextBox {
	font-family: Arial;
	color: #000000;
	font-size: 12px;
}
option {
	font-family: Arial;
	color: #000000;
	font-size: 12px;
}
.Help
{
	font-family: Arial;
	color: #000000;
	font-size: 11px;
}
.DataGrid_Container
{
	background-color: Transparent;
}
.DataGrid_Footer
{
	background-color: White;
}
.DataGrid_Header
{
	background-color: Transparent;
	color: #FFFFFF;
	font-family: Tahoma, Arial, Helvetica;
	font-size: 10px;
	font-weight: bold;
	text-align: center;
}
.DataGrid_Item
{
	background-color: Transparent;
	color: gray;
	font-family: Tahoma, Arial, Helvetica;
	font-size: 10px;
	font-weight: normal;
}
.DataGrid_AlternatingItem
{
	background-color: white;
	color: #000000;
	font-family: Tahoma, Arial, Helvetica;
	font-size: 10px;
	font-weight: normal;
}

A.DataGrid_AlternatingItem:link
{
	background-color: White;
	color: #000000;
	font-family: Tahoma, Arial, Helvetica;
	font-size: 10px;
	font-weight: normal;
}

A.DataGrid_AlternatingItem:active 
{
	background-color: White;
	color: #000000;
	font-family: Tahoma, Arial, Helvetica;
	font-size: 10px;
	font-weight: normal;
}
A.DataGrid_AlternatingItem:hover
{
	background-color: White;
	color: #000000;
	font-family: Tahoma, Arial, Helvetica;
	font-size: 10px;
	font-weight: normal;
}
A.DataGrid_AlternatingItem:visited
{
	background-color: White;
	color: #000000;
	font-family: Tahoma, Arial, Helvetica;
	font-size: 10px;
	font-weight: normal;
}
	
.DataGrid_SelectedItem
{
	background-color: Silver;
	color: Blue;
	font-family: Tahoma, Arial, Helvetica;
	font-size: 10px;
	font-weight: normal;
}

/* text style for buttons and link buttons used in the portal admin pages */
.CommandButton     {
	font-family: Arial;
	color: gray;
	font-size: 11px;
	text-decoration: underline;
}
    
/* hyperlink style for buttons and link buttons used in the portal admin pages */
A.CommandButton:link {
	font-family: Arial;
	color: gray;
	font-size: 11px;
	text-decoration: underline;
}

A.CommandButton:visited  {
	font-family: Arial;
	color: gray;
	font-size: 11px;
	text-decoration: underline;
}

A.CommandButton:hover    {
	font-family: Arial;
	color: #C72307;
	font-size: 11px;
	text-decoration: underline;
}
    
A.CommandButton:active   {
	font-family: Arial;
	color: #FFFFFF;
	font-size: 11px;
	text-decoration: underline;
}

/* button style for standard HTML buttons */
.StandardButton     {
}

/* GENERIC */
H1  {
	font-family: Arial;
	/*color: #BA2006;*/
	font-size: 18px;
	font-weight: bold;
}

H2  {
	font-family: Arial;
	/*color: #BA2006;*/
	font-size: 16px;
	font-weight: bold;
}

H3  {
	font-family: Arial;
	/*color: #BA2006;*/
	font-size: 14px;
	font-weight: bold;
}

H4  {
	font-family: Arial;
	/*color: #BA2006;*/
	font-size: 12px;
	font-weight: bold;
}

H5, DT  {
}

H6  {
}

TFOOT, THEAD    {
}

TH  {
}

A:link {
	font-family: Arial;
	color: #FFFFFF;
	font-size: 12px;
	text-decoration: underline;
}

A:visited   {
	font-family: Arial;
	color: #FFFFFF;
	font-size: 12px;
	text-decoration: underline;
}

A:hover {
	font-family: Arial;
	color: silver;
	font-size: 12px;
	text-decoration: underline;
}

A:active    {
	font-family: Arial;
	color: #FFFFFF;
	font-size: 12px;
	text-decoration: underline;
}

/* TITELWHITEBOLD */
.Titlewhitebold {
	font-family: Arial;
	color: #FFFFFF;
	font-size: 12px;
	text-decoration: underline;
	font-weight: bold;
}
    
A.Titlewhitebold:link {
	font-family: Arial;
	color: #FFFFFF;
	font-size: 12px;
	text-decoration: underline;
	font-weight: bold;
}

A.Titlewhitebold:visited  {
	font-family: Arial;
	color: #FFFFFF;
	font-size: 12px;
	text-decoration: underline;
	font-weight: bold;
}

A.Titlewhitebold:hover    {
	font-family: Arial;
	color: #BA2006;
	font-size: 12px;
	text-decoration: underline;
	font-weight: bold;
}

A.Titlewhitebold:active   {
	font-family: Arial;
	color: #FFFFFF;
	font-size: 12px;
	text-decoration: underline;
	font-weight: bold;
}


/* TITELPAARS */
.Titelpaars {
	font-family: Arial;
	color: #993388;
	font-size: 12px;
	text-decoration: underline;
	font-weight: bold;
}
    
A.Titelpaars:link {
	font-family: Arial;
	color: #993388;
	font-size: 12px;
	text-decoration: underline;
	font-weight: bold;
}

A.Titelpaars:visited  {
	font-family: Arial;
	color: #993388;
	font-size: 12px;
	text-decoration: underline;
	font-weight: bold;
}

A.Titelpaars:hover    {
	font-family: Arial;
	color: #993388;
	font-size: 12px;
	text-decoration: underline;
	font-weight: bold;
}

A.Titelpaars:active   {
	font-family: Arial;
	color: #95589f;
	font-size: 12px;
	text-decoration: underline;
	font-weight: bold;
}

/* TITELGEEL */
.Titelgeel {
	font-family: Arial;
	color: #FFAA00;
	font-size: 12px;
	text-decoration: underline;
	font-weight: bold;
}
    
A.Titelgeel:link {
	font-family: Arial;
	color: #FFAA00;
	font-size: 12px;
	text-decoration: underline;
	font-weight: bold;
}

A.Titelgeel:visited  {
	font-family: Arial;
	color: #FFAA00;
	font-size: 12px;
	text-decoration: underline;
	font-weight: bold;
}

A.Titelgeel:hover    {
	font-family: Arial;
	color: #FFAA00;
	font-size: 12px;
	text-decoration: underline;
	font-weight: bold;
}

A.Titelgeel:active   {
	font-family: Arial;
	color: #cc8a2a;
	font-size: 12px;
	text-decoration: underline;
	font-weight: bold;
}


/* TITELROOD */
.Titelrood {
	font-family: Arial;
	color: #ba2006;
	font-size: 13px;
	text-decoration: none;
	font-weight: bold;
}
    
A.Titelrood:link {
	font-family: Arial;
	color: #ba2006;
	font-size: 13px;
	text-decoration: none;
	font-weight: bold;
}

A.Titelrood:visited  {
	font-family: Arial;
	color: #ba2006;
	font-size: 13px;
	text-decoration: none;
	font-weight: bold;
}

A.Titelrood:hover    {
	font-family: Arial;
	color: #07589d;
	font-size: 13px;
	text-decoration: underline;
	font-weight: bold;
}

A.Titelrood:active   {
	font-family: Arial;
	color: #ba2006;
	font-size: 13px;
	text-decoration: none;
	font-weight: bold;
}


/* TITELAQUA */
.Titelaqua {
	font-family: Arial;
	color: #118888;
	font-size: 12px;
	text-decoration: underline;
	font-weight: bold;
}
    
A.Titelaqua:link {
	font-family: Arial;
	color: #118888;
	font-size: 12px;
	text-decoration: underline;
	font-weight: bold;
}

A.Titelaqua:visited  {
	font-family: Arial;
	color: #118888;
	font-size: 12px;
	text-decoration: underline;
	font-weight: bold;
}

A.Titelaqua:hover    {
	font-family: Arial;
	color: #118888;
	font-size: 12px;
	text-decoration: underline;
	font-weight: bold;
}

A.Titelaqua:active   {
	font-family: Arial;
	color: #118888;
	font-size: 12px;
	text-decoration: underline;
	font-weight: bold;
}


/* TITELZWART */
.Titelzwart {
	font-family: Arial;
	color: #000000;
	font-size: 12px;
	text-decoration: underline;
	font-weight: bold;
}
    
A.Titelzwart:link {
	font-family: Arial;
	color: #000000;
	font-size: 12px;
	text-decoration: underline;
	font-weight: bold;
}

A.Titelzwart:visited  {
	font-family: Arial;
	color: #000000;
	font-size: 12px;
	text-decoration: underline;
	font-weight: bold;
}

A.Titelzwart:hover    {
	font-family: Arial;
	color: #000000;
	font-size: 12px;
	text-decoration: underline;
	font-weight: bold;
}

A.Titelzwart:active   {
	font-family: Arial;
	color: #000000;
	font-size: 12px;
	text-decoration: underline;
	font-weight: bold;
}


/* TITELBLAUW */
.Titelblauw {
	font-family: Arial;
	color: #004282;
	font-size: 12px;
	text-decoration: underline;
	font-weight: bold;
}
    
A.Titelblauw:link {
	font-family: Arial;
	color: #004282;
	font-size: 12px;
	text-decoration: underline;
	font-weight: bold;
}

A.Titelblauw:visited  {
	font-family: Arial;
	color: #004282;
	font-size: 12px;
	text-decoration: underline;
	font-weight: bold;
}

A.Titelblauw:hover    {
	font-family: Arial;
	color: #004282;
	font-size: 12px;
	text-decoration: underline;
	font-weight: bold;
}

A.Titelblauw:active   {
	font-family: Arial;
	color: #004282;
	font-size: 12px;
	text-decoration: underline;
	font-weight: bold;
}

SMALL   {
}

BIG {
}

BLOCKQUOTE, PRE {
}


UL LI   {
}

UL LI LI    {
}

UL LI LI LI {
}

OL LI   {
}

OL OL LI    {
}

OL OL OL LI {
}
OL UL LI   {
}

HR {
}
/* Met dank aan Bas Teunissen een zeer, misschien wel de meest, gewaardeerde collega */
.normaltextbox label {
	color: silver;
}


/* MODULE-SPECIFIC */
/* text style for reading messages in Discussion */    
.Message    {
}   

/* style of item titles by Announcements and events */
.ItemTitle    {
}

/* Style for FCK editor Dialog */
.FCKLinkGalleryContainer .Normal,
.FCKLinkGalleryContainer .Head,
.FCKLinkGalleryContainer .SubHead,
.FCKLinkGalleryContainer .NormalBold,
.FCKLinkGalleryContainer .Option,
.FCKLinkGalleryContainer .Label,
.FCKLinkGalleryContainer a.CommandButton:link,
.FCKLinkGalleryContainer a.CommandButton:visited,
.FCKLinkGalleryContainer a.CommandButton:hover,
.FCKLinkGalleryContainer a.CommandButton:active
{
	color: black;
}
.FCKLinkGalleryTitleContainer
{
	
}
.FCKLinkGalleryLinksContainer
{
	
}
.FCKLinkGalleryLinksTable
 
{
	Width: 100%;
	color: red;
	border:dashed 1px gray;
}





