﻿/* 
================================
 Container Styles for DotNetNuke
================================
*/

.whitebox
{	
font-family: Arial, Sans-Serif;
background-color: White;
border-collapse: collapse;
border: none;
width:100%;
}

/* GENERAL */
/* style for module titles */
.whitebox .Head   
{		
color: #B70100;		
font-size: 14pt;
font-weight: bolder;
font-family: Arial Black, Sans-Serif;
}

/* style of item titles on edit and admin pages */
.whitebox .SubHead    
{
	color: #B70100;	
font-weight: bolder;
}

/* module title style used instead of Head for compact rendering by QuickLinks and Signin modules */
.whitebox .SubSubHead 
{
	color: #B70100;	
font-weight: bolder;
}

/* text style used for most text rendered by modules */
.whitebox .Normal
{
	color: #333333;
	font-family: Verdana, Sans-Serif;
}

/* text style used for textboxes in the admin and edit pages, for Nav compatibility */
.whitebox .NormalTextBox
{
}

.whitebox .NormalRed
{
}

.whitebox .NormalBold
{
}

.whitebox h2, .whitebox WizardText, .whitebox Help, .whitebox span
{
	color: #333333;
	font-family: Verdana, Sans-Serif;
}


.whitebox p, .whitebox ul
{
	color: #333333;	
	padding: 0;
}


.whitebox strong a, .whitebox strong a:hover, .whitebox strong a:link, .whitebox strong a:visited, .whitebox a, .whitebox a:hover, .whitebox a:link, .whitebox a:visited
{
	color: #0938C6;		
	text-decoration: underline;
}

.whitebox .aDownlineStrong
{
	color: #0938C6;		
	text-decoration: underline;
	font-weight:bold;
}

.whitebox .Normal ul li
{
	color: #333333;
}

.whitebox .eckelinksoben
{
	background-image: url(ecke-white-lo.gif);
	background-repeat: no-repeat;
	width: 5px;
}

.whitebox .eckerechtsoben
{
	background-image: url(ecke-white-ro.gif);
	background-repeat: no-repeat;
	background-position: right;
	width: 5px;
}

.whitebox .eckelinksunten
{
	background-image: url(ecke-white-lu.gif);
	background-repeat: no-repeat;
	width: 5px;
}

.whitebox .eckerechtsunten
{
	background-image: url(ecke-white-ru.gif);
	background-repeat: no-repeat;
	background-position:right;
	width: 5px;
}

.whitebox #top
{
	height: 5px;
}

.whitebox #content
{
	width: 100%;
}

.whitebox #bottom
{
	height: 5px;
	
}
