/* ================================
    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:Verdana, Arial, Helvetica, sans-serif;
font-size:11px;
color:#666666;
}

/* 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
{
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:11px;
color:#666666;
}

/* text style used for textboxes in the admin and edit pages, for Nav compatibility */
.NormalTextBox
{
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:7pt;
color:#000000;

}

.NormalRed
{
}

.NormalBold
{

}

/* text style for buttons and link buttons used in the portal admin pages */
.CommandButton     {
    font-family: Tahoma, Arial, Helvetica;
    font-size: 11px;
    font-weight: normal;
    color:#CC6600;
}
    
/* hyperlink style for buttons and link buttons used in the portal admin pages */
A.CommandButton:link {
    text-decoration:    underline;
    color:#CC6600;
}

A.CommandButton:visited  {
    text-decoration:    underline;
    color:#CC6600;
}

A.CommandButton:active   {
    text-decoration:    underline;
    color:#CC6600;
}

A.CommandButton:hover    {
    text-decoration:    underline;
    color:#CC6600;
}
    
/* GENERIC *styles for some of the elements* SEE DEFAULT/DEFAULT.CSS FOR OTHERS*/

b{
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:11px;
color:#CC6600;
font-weight:bold;
}
strong
{
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:11px;
color:#CC6600;
font-weight:bold;
}

H1  {

}

H2  {

}

H3  {
}

H4  {
}

H5, DT  {
}

H6  {
}

TFOOT, THEAD    {
}

TH  {
}

A.qlinks:link  

{	text-decoration:none;
   color:#666666;
}

A.qlinks:visited   {
    text-decoration:none;
    color:#666666;}

A.qlinks:active    {
    text-decoration:none;
    color:#003399;
		
	
}

A.qlinks:hover 
{
	text-decoration:none;
    color:#cc6600;
    
}

A:link  {
   /* text-decoration:none;
   color:#666666;*/
   
	text-decoration:underline;
    color:#cc6600;
}

A:visited   {
     /*text-decoration:none;
    color:#666666;*/
		
	text-decoration:underline;
    color:#cc6600;
}

A:active    {
     /*text-decoration:none;
    color:#003399;*/
		
	text-decoration:underline;
    color:#cc6600;
}

A:hover 
{
	text-decoration:underline;
    color:#cc6600;
    
}

SMALL   {
}

BIG {
}

BLOCKQUOTE, PRE {
}
table
{
   	font-family:Verdana, Arial, Helvetica, sans-serif;
    font-size:11px;
    color:#666666;
}

UL LI   {
}

UL LI LI    {
}

UL LI LI LI {
}

OL LI   {
}

OL OL LI    {
}

OL OL OL LI {
}

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 {
}

/* Main Menu */

.MainMenu_MenuContainer {
}

.MainMenu_MenuBar {
}

.MainMenu_MenuItem {
}

.MainMenu_MenuIcon {
}

.MainMenu_SubMenu {
}

.MainMenu_MenuBreak {
}

.MainMenu_MenuItemSel {
}

.MainMenu_MenuArrow {
}

.MainMenu_RootMenuArrow {
}
.table_main
{
    BORDER-RIGHT: #cccccc 1px solid;
    BORDER-TOP: #cccccc 1px solid;
    BORDER-LEFT: #cccccc 1px solid;
    BORDER-BOTTOM: #cccccc 1px solid;
	font-family:Verdana, Arial, Helvetica, sans-serif;
    font-size:11px;
    color:#666666;
}

A.html:link  {
    text-decoration:underline;
    color:#cc6600;
}

A.html:visited   {
    text-decoration:underline;
    color:#cc6600;
		
}

A.html:active    {
    text-decoration:underline;
    color:#cc6600;
		
}

A.html:hover {
    text-decoration:underline;
    color:#cc6600;
}

.homepane {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt; 
	font-style: normal;
	font-weight:normal;
	color:#ffffff;


/* button style for standard form buttons*/
}
.StandardButton     {

	padding-right: 5px;
	padding-left: 5px;
	font-weight: normal;
	font-size: 10px;
	text-align:left;
	background: #ffffff;
	color:#999999;
	font-family: Verdana, sans-serif;
	border-color:#CC6600;
	border-style:solid;
	border-width:1px;
}