/* ================================
    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
{
}

.ControlPanel {
}

/* 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
{
}

/* 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    {
}
    
/* button style for standard HTML buttons */
.StandardButton     {
}

/* GENERIC */
H1  {
}

H2  {
}

H3  {
}

H4  {
}

H5, DT  {
}

H6  {
}

TFOOT, THEAD    {
}

TH  {
}

A:link  {
}

A:visited   {
}

A:active    {
}

A:hover {
}

SMALL   {
}

BIG {
}

BLOCKQUOTE, PRE {
}


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 {

}

/* Miscelaneous */
.message_label{
text-align:center;
font-family:Tahoma;
font-size:14px;
font-weight:bold;
color:#3466bf;
}
.btn {
    font-family: Tahoma;
    font-size: 12px;
    color: #FFFFFF;
    text-decoration: none;
    background-color: #0B4693;
    border: 1px outset #fff;
    height:30px;
}

.C0C0C0Text {
    font-family: Tahoma;
    font-size: 12px;
    color: #A9A9A9;
    text-decoration: none;
}

.blackText {
    font-family: Tahoma;
    font-size: 12px;
    color: #000000;
    text-decoration: none;
}

.blackTextRequired {
    font-family: Tahoma;
    font-size: 9px;
    color: #000000;
    text-decoration: none;
    font-weight: bold;
}

.whiteText {
    font-family: Tahoma;
    font-size: 12px;
    color: #FFFFFF;
    text-decoration: none;
}

.heading{
font-weight: bold;
font-size: 14px; 
color: #FA770E; 
font-family: Tahoma
}

.orangelarge
{
    font-weight: bold;
font-size: 14px; 
color: #EF9600; 
font-family: Tahoma
}

.bighead{
font-weight: bold;
font-size: 18px; 
color: #056bc1; 
font-family: Tahoma
}

.bluelink{
font-weight: bold;
font-size: 12px; 
color: #056bc1; 
font-family: Tahoma
}

.lightbluebg
{
    background-color:#eef7ff;
    border:solid 1px #C0C0C0;
}

.orangebg
{
    background-color:#fcf0e6;
    border:solid 1px #C0C0C0;
}

.blackheading{
font-weight: bold;
font-size: 18px; 
color: #000000; 
font-family: Tahoma
}

.earthheadingsmall{
font-weight: bold;
font-size: 14px; 
color:#FA770E; 
font-family: Tahoma
}

.earthheading{
font-weight: bold;
font-size: 16px; 
color:#00539A; 
font-family: Tahoma
}

.earthheadingbig{
font-weight: bold;
font-size: 18px; 
color:#00539A; 
font-family: Tahoma
}

.heading1{
font-size: 12px; 
color:#00539A; 
font-family: Tahoma
}

.orangelarger
{
    font-weight: bold;
font-size: 16px; 
color: #EF9600; 
font-family: Tahoma
}

.darkbluebg
{
    background-color:#056bc1;
    border:solid 1px #C0C0C0;
}

.whitebg
{
    background-color:#FFFFFF;
    border-top:solid 1px #C0C0C0;
    border-bottom:solid 1px #C0C0C0;
    border-left:solid 1px #C0C0C0;
    border-right:solid 1px #C0C0C0;
}

.whiteheading{
font-weight: bold;
font-size: 18px; 
color: #FFFFFF; 
font-family: Tahoma
}

.inboxMenu
{
    color:#056BC1;
    font-family:Tahoma;
    font-size:12px;
}

.inboxMenu a 
{
    color:#056BC1;
    font-family:Tahoma;
    font-size:12px;
}

.inboxMenu a:hover
{
    color:#FFFFFF;
    font-family:Tahoma;
    font-size:12px;
}

.tablebg
{
    background-color:#F9F7F1;
    border:solid 1px #617BA5;
}

.gridbg
{
    background-color:#F9F7F1;

}

.tableheader
{
    background:url("/images/inner_bg_half.gif") bottom repeat-x;
    font-family: tahoma; 
    font-size: 11px; 
    font-weight: bold; 
    color: #FFF;
}

.tablepadding
{
    padding-left:5px;
}

.tablefooter
{
    background:url(/images/inner_bg_half.gif) repeat-x;
    font-family: tahoma; 
    font-size: 11px; 
    font-weight: bold; 
    color: #FFF;
}

.bottomborder
{
    border-bottom:1px solid #CCCCCC;
}

