/* ============================================= 
   CSS STYLES FOR DotNetNuke 
   By: Chris Miller 
   PlimsollSolutions.com 
   Revision history:  
   09/03/2009 CJM Modified for RPCV Portal
** ============================================= */
/* NOTES */

/* Entire browser window */
.pagemaster
{
}

/* View/Edit/Design menu for Editors and Admins */
.ControlPanel 
{
}

/* Full width cell below control panel*/
.logobanner
{
}

/* Content panel and breadcrumb row */
.skinmasterfixed
{
}

/* background for the content part of the modules */
Body
{
}

/* Horizontal menu bar and bottom Copyright bar */
.skingradient
{
}

/* First level menu text */
.main_dnnmenu_rootitem
{
}

/* First level menu highlight */
.main_dnnmenu_itemhover
{
}

/* Second and lower level menu text */
.main_dnnmenu_item
{
}

/* Second and lower level menu highlight */
.main_dnnmenu_itemhover td
{
}

/* Web, Site, Copyright, Date text:  */
.SkinObject
{
}

/* Search, Terms, Privacy, Register, Login links */
A.SkinObject:link
{
}

A.SkinObject:visited
{
}

A.SkinObject:hover
{
}

A.SkinObject:active
{
}

/* Content Panels */
.LeftPane
{
}

.LeftPane Table
{
}

.LeftPane.DNNEmptyPane
{
}

.ContentPane
{
}

.ContentPane.DNNEmptyPane
{
}

.RightPane  
{ 
}

.RightPane.DNNEmptyPane
{
}

.TopPane
{
}

.TopPane.DNNEmptyPane
{
}

.BottomPane  
{ 
}

.BottomPane.DNNEmptyPane
{
}


/* GENERAL */
/* style for module titles */
/* NOTE: css file in container folder can override these settings */
.Head   
{
}

/* style of item titles on edit and admin pages */
/* Control Panel labels */
.SubHead    
{
}

/* text style used for most content rendered by modules */
.Normal
{
	font-size: 12px;
    vertical-align: top;
    text-align: left;
}

/* text style used for textboxes in the admin and edit pages */
.NormalTextBox
{
}

.NormalRed
{
}

.NormalBold
{
}

/* links used in the admin pages */
/* .StandardButton used on Login page */
.CommandButton     
{
}
    
/* links used in the admin pages */
A.CommandButton:link 
{
}

A.CommandButton:visited  
{
}

A.CommandButton:hover    
{
}
    
A.CommandButton:active   
{
}

/* Command button style for HTML buttons */
.StandardButton
{
}

/* GENERIC */
H1
{
}

H2
{
}

H3
{
	font-size: 14px;
	font-weight: bold;
}

H4  
{
}

H5, DT  
{
}

H6  
{
}

P
{
}

TFOOT, THEAD    
{
}

TH  
{
}

A:link
{
    text-decoration: underline;
}

A:visited   
{
}

A:hover
{
}

A:active    
{
}

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 
{
}

/* ============================================= */
/* CSS STYLES FOR Module DNN.Announcements       */
/* ============================================= */
.DNN_ANN_DesignTable
{
}

.DNN_ANN_Description
{
}

.DNN_ANN_Description P
{
}

.DNN_ANN_viewtypeSelector 
{
}

.DNN_ANN_viewtypeSelectorLabel
{
}

.DNN_ANN_viewtypeSelectorDDL
{
}

.SubHead
{
}






