/* ================================
    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    {
    color:White;
}

/* 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 {
}
.Grid
{
BORDER-RIGHT: black 1px solid;
BORDER-TOP: black 1px solid;
BORDER-LEFT: black 1px solid;
BORDER-BOTTOM: black 1px solid;
font-family: Verdana;
font-size: 14px;
padding-right: 15px;
padding-left: 15px;
padding-bottom:15px;
padding-top: 15px;
color: #ffffff;
text-align: center;
}
.GridHeader
{
background-color: #bbbbbb;
font-weight: bold;
color: #ffffff;
font-size: 14px;
font-family: Verdana;
}
.GridPager
{
font-family: Verdana;
font-size: 12px;
color: #ffffff;
}
.GridRow
{
background-color: #313131;
font-family: Verdana;
font-size: 10px;
color: white;
padding-right: 10px;
padding-left: 10px;
padding-bottom: 5px;
padding-top: 5px;
}
.GridRow.TR:hover
{
}
.GridAlternatingRow
{
background-color: #313131;
color: white;
font-family: Verdana;
font-size: 10px;
padding-right: 10px;
padding-left: 10px;
padding-bottom: 5px;
padding-top: 5px;
}
.GridFooter
{
font-family: Verdana;
font-size: 12px;
color: #ffffff;
}
.TopGroup
{
z-index:99;
position:relative;
}
.DefaultTab 
{
color:#888888; 
background-color: #E8E8E7;
background-image: url(images/tab_bg.gif);
border: 1px solid #ADADAD;
font-family: Verdana; 
font-size: 11px; 
cursor:pointer;
}
.DefaultTabHover 
{
color:#e8e8e7; 
background-color: #E8E8E7;
background-image: url(images/tab_bg.gif);
border: 1px solid #ADADAD;
font-family: Verdana; 
font-size: 11px; 
cursor:pointer;
}
.SelectedTab 
{
color:#888888; 
background-color: #FFFFFF;
background-image: url(images/selected_tab_bg.gif);
border: 1px solid #ADADAD;
border-bottom-color: #FFFFFF;
font-family: Verdana; 
font-size: 11px; 
cursor:pointer;
}
.MultiPage
{
background-color:White;
border: 1px solid #919B9C;
width:487px;
height:250px;
position:relative;
top:-2px;
left:1px;
z-index:98;
}
.label
{
font-family: Verdana;
font-size: 10px;
color: white;
}
.normal
{
font-family: Verdana;
font-size: 10px;
color: black;
}

A IMG { border: none; }



