/* ================================
    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
{
    font-family: Tahoma, Arial, Helvetica;
}

/* 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    {
}

/* 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,.NormalDisabled
{
    font-family: Tahoma, Arial, Helvetica;
    font-size: 8pt;
    font-weight: normal;
}
.Normal P,.NormalDisabled P
{
    font-family: Tahoma, Arial, Helvetica;
    font-size: 8pt;
    font-weight: normal;
}

/* 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 {
}

A.CommandButton:visited  {
}

A.CommandButton:active   {
}

A.CommandButton:hover    {
}
    
/* GENERIC */
H1  {
}

H2  {
}

H3  {
}

H4  {
}

H5, DT  {
}

H6  {
}

TFOOT, THEAD    {
}

TH  {
}

A:link  {
}

A:visited   {
}

A:active    {
}

A:hover {
}

SMALL   {
}

BIG {
}



UL LI   {
}

UL LI LI    {
}

UL LI LI LI {
}

OL.AlphaList LI   {
list-style-type: lower-alpha;
}

OL OL LI    {
}

OL OL OL LI {
}

HR {
}

/* MODULE-SPECIFIC */
.DNN_FAQsContent a.SubHead p
{
	display:inline;
	margin: 0px 0px 0px 0px;
}

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

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

/* atenveldt site specific */
.nopointer:hover
{
cursor:default;
}

/* article specific */
/* award overview */
.AwardsDescriptionTable
{
	border: solid 1px black;
border-collapse:collapse;
text-decoration: underline;
text-align:center;

}
.AwardsDescriptionTable th
{
	background: #000099;
	font-weight:bold;
                     color: white;
}
.AwardsDescriptionTable td
{
border: solid 1px black;
padding: 2px;
vertical-align:top;
}
.AwardsDescriptionTable .AltRow
{
background: #ffffcc;
}

.AwardsDescriptionTable .AwardDescription img
{
	float:right;
margin: 2px;
}

.OfficerBadgeGreater
{
	float:left;
	width:100%;
	clear:both;
	margin:10px 3px 3px 3px;
	border-top:solid 1px black;
}
.OfficerBadgeGreater IMG
{
	float:left;
	margin-right:5px;
}
.OfficerBadgeLesser
{
	float:left;
	width:400px;
	margin:3px 3px 3px 10px;
}
.OfficerBadgeLesser IMG
{
	float:left;
	margin-right:5px;
}

