/* ================================
    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:hover    {
}

A.SelectedTab:active   {
}

/* text style for the unselected tabs */
.OtherTabs {
}
    
/* hyperlink style for the unselected tabs */
A.OtherTabs:link {
}

A.OtherTabs:visited  {
}

A.OtherTabs:hover    {
}

A.OtherTabs:active   {
}

/* 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:hover    {
}
    
A.CommandButton:active   {
}

/* button style for standard HTML buttons */
.StandardButton     {
}

/* GENERIC */
H1  {
	font-size:16px;
}

H2  {
	font-size:14px;
}

H3  {
	font-size:12px;
	font-weight:bold;
}

H4  {
}

H5, DT  {
}

H6  {
}

TFOOT, THEAD    {
}

TH  {
}

A:link  {
	color:#2575ad;
}

A:visited   {
	color:#2575ad;
}

A:hover {
	color:#ac3433;
}

A:active    {
	color:#2575ad;
}

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 {
}

/* 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 
{
	background-color: transparent;
    position: center;
	width: auto !important;
	margin:0px auto 0px auto;
}

.MainMenu_MenuBar {
	cursor: pointer; 
	cursor: hand;
	height: auto;
	background-color: transparent;
    text-align :center;
}

.MainMenu_MenuItem {
	cursor: pointer; 
	cursor: hand; 
	color: #63AAF2; 
	font-size: 11px; 
	font-weight: normal;
 	font-style: normal; 
	background-color: transparent;
	text-align:left;
}
.MainMenu_MenuItem td, .MainMenu_MenuItemSel td {
	padding:0px 5px 0px 5px;
}
.MainMenu_RootMenuItemSelected
{
    background-color: transparent;
}

.MainMenu_MenuIcon {
	background-color: transparent; 
	cursor: pointer; 
	cursor: hand; 
	text-align:left;
}

.MainMenu_SubMenu {
	border:1px solid black;
	background-color: #FFFFFF;  
	z-index: 100; 
	cursor: pointer; 
	cursor: hand; 
	margin-bottom: 6px;
	border: 1px solid #000000;
    filter:progid:DXImageTransform.Microsoft.Shadow( Direction=135, Strength=0)
}

.MainMenu_SubMenu td {
    padding:2px;
}

.MainMenu_SubMenu .MainMenu_MenuItem /* Sub menu text colors */
{
	color:#000000;
}

.MainMenu_MenuBreak {
	height: 0px;
}

.MainMenu_MenuItemSel {
	cursor: pointer; 
	cursor: hand; 
	color:63AAF2;
	font-size: 11px; 
	font-weight: normal;
 	font-style: normal; 
	text-align:left;
}

.MainMenu_SubMenu .MainMenu_MenuItemSel {
	background-color: #EEEEEE;
	color:#000000;
}

.MainMenu_MenuItemSel td {
background-color: transparent;
}

.MenuSep{
}
.MainMenu_MenuArrow {
	border-right: #cccccc 0px solid; 
	border-bottom: #cccccc 0px solid; 
	border-top: #cccccc 0px solid;
	font-family: webdings; 
	font-size: 10pt; 
	cursor: pointer; 
	cursor: hand; 
}
.MainMenu_RootMenuArrow {
	font-family: webdings; 
	font-size: 10pt; 
	cursor: pointer; 
	cursor: hand;
	border-right: #cccccc 0px solid; 
	border-bottom: #cccccc 0px solid; 
	border-top: #cccccc 0px solid;
}

/* Login Styles */
.LoginPanel{
}

.LoginTabGroup{
}

.LoginTab {
}

.LoginTabSelected{
}

.LoginTabHover{
}

.LoginContainerGroup{
}

.LoginContainer{
}