/* ================================
    CSS STYLES FOR DotNetNuke
   ================================
*/   


/* PAGE BACKGROUND */
/* background color for the header at the top of the page  */

body
{


}

div 
{
 }


/*p, td, li, ul
	{
	font-family:arial;
	font-size:12px;
	color: #3F3F3F;
	}
a:link, a:visited, a:active
    {
 	font-family:arial;
	font-size:12px;
	color:#182D82;
    text-decoration:underline;   
    }  
a:hover
 {
 	font-family:arial;
	font-size:12px;
	color:#182D82;
               text-decoration:none;   
} */


.HeadBg {
}


/* 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
{
}
.Normal a:link
    {
 	font-family:arial;
	font-size:12px;
	color:#182D82;
    text-decoration:underline;   
    }  
.Normal a:visited
    {
 	font-family:arial;
	font-size:12px;
	color:#182D82;
    text-decoration:underline;   
    }  
.Normal a:active
    {
 	font-family:arial;
	font-size:12px;
	color:#182D82;
    text-decoration:underline;   
    }  

.Normal a:hover
 {
 	font-family:arial;
	font-size:12px;
	color:#182D82;
               text-decoration:none;   
}

/* 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    {
}

a.Label:link {

}
/* GENERIC */
H1  {
}

H2  {
}

H3  {
}

H4  {
}

H5, DT  {
}

H6  {
}

TFOOT, THEAD    {
}

TH  {
}



SMALL   {
}

BIG {
}

BLOCKQUOTE, PRE {
}


HR {
}

/* MODULE-SPECIFIC */
/* text style for reading messages in Discussion */    
.Message    {
}   

/* style of item titles by Announcements and events */
.ItemTitle    {
}

/* Menu-Styles */
/* Module Title Menu */
.ModuleTitle_MenuContainer {
}

.ModuleTitle_MenuBar {
}

.ModuleTitle_MenuItem {
}

.ModuleTitle_MenuIcon {
}

.ModuleTitle_SubMenu {
}

.ModuleTitle_MenuBreak {
}

.ModuleTitle_MenuItemSel {
}

.ModuleTitle_MenuArrow {
}

.ModuleTitle_RootMenuArrow {
}



.SkinObject{ border: solid 0px #FFFFFF;}
.SkinObject img{ border: solid 0px #FFFFFF;}
.SkinObject a{ border: solid 0px #FFFFFF;}


#dnn_TopNavPane .SubHead
{
display:none;
}


#dnn_ctr3035_GenericEmailForm_lbSubmit
{
background-color: #E8EFDA;
padding: 5px 5px 5px 5px;
font-size:14px;
border: solid 1px #89A35E;
margin-top:15px;
}
#dnn_ctr3470_GenericEmailForm_lbSubmit
{
background-color: #E8EFDA;
padding: 5px 5px 5px 5px;
font-size:14px;
border: solid 1px #89A35E;
margin-top:15px;
}

#dnn_ctr3042_GenericEmailForm_lbSubmit
{
background-color: #E8EFDA;
padding: 5px 5px 5px 5px;
font-size:14px;
border: solid 1px #89A35E;
margin-top:15px;
}

#dnn_ctr3395_Document_grdDocuments .SubHead .TitleHeader
{
 	font-family:arial;
	font-size:12px;
	color:#182D82;
    text-decoration:none;   
}

#dnn_ctr3472_ModuleContent
{
padding-left:15px;
padding-right:10px;
margin-right:10px;
}

#dnn_ctr3464_Document_grdDocuments .SubHead tr .DescriptionCell td
{
width:200px;
}

#dnn_ctr3464_Document_grdDocuments  .SubHead .TitleHeader
{
 	font-family:arial;
	font-size:12px;
	color:#3f3f3f;
                font-weight:bold;
    text-decoration:none;   
}





.SubHead .Normal div{font:normal 12px Arial; color:#000000; text-decoration:none}
.SubHead .Normal div p{font:normal 12px Arial; color:#000000; text-decoration:none}
.SubHead .Normal div a:link, a:active, a:visited{font:normal 12px Arial; color:#000000; text-decoration:none}
.SubHead .Normal div a:hover{font:normal 12px Arial; color:#000000; text-decoration:none}







