/* ================================
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
{
}
/* 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    {
}
/* GENERIC */
H1  {
}
H2  {
}
H3  {
}
H4  {
}
H5, DT  {
}
H6  {
}
TFOOT, THEAD    {
}
TH  {
}
A:link  {
color: #ffffff;
}
A:visited   {
color: #ffffff;
}
A:active    {
color: #ffffff;
}
A:hover {
color: #ffffff;
}
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 {
background-color: #ffffff; 
border-left: 0px;
border-right: 0px;
border-top: 0px;
border-bottom: 0px;
}
.MainMenu_MenuBar {
cursor: pointer; 
cursor: hand;
height: 30px;
background-color: #ffffff;
border-left: 0px;
border-right: 0px;
border-top: 0px;
border-bottom: 0px;
}
.MainMenu_MenuItem {
cursor: pointer; 
cursor: hand; 
color: #7b7b7b; 
font-family: Didot, Verdana, Arial; 
font-size: 10pt; 
font-style: normal; 
background-color: #ffffff;
height: 30px;
border-left: 0px;
border-right: 0px;
border-top: 0px;
border-bottom: 0px;
}
.MainMenu_MenuIcon {
background-color: #ffffff; 
cursor: pointer; 
cursor: hand; 
text-align: center; 
border-left: 0px;
border-right: 0px;
border-top: 0px;
border-bottom: 0px;
}
.MainMenu_SubMenu {
background-color: #ffffff;  
z-index: 1000; 
height: 30px;
cursor: pointer; 
cursor: hand; 
border-left: 0px;
border-right: 0px;
border-top: 0px;
border-bottom: 0px;
filter:progid:DXImageTransform.Microsoft.Shadow(color='#696969', Direction=135, Strength=3); 
}
.MainMenu_MenuBreak {
height: 0px;
border-left: 0px;
border-right: 0px;
border-top: 0px;
border-bottom: 0px;
}
.MainMenu_MenuItemSel {
background-color: #e2e2e2; 
cursor: pointer; 
cursor: hand; 
color: #ffffff; 
height: 30px;
font-family: Didot, Verdana, Arial; 
font-size: 10pt; 
font-style: normal;
}
.MainMenu_MenuArrow {
font-family: webdings; 
font-size: 0pt; 
cursor: pointer; 
cursor: hand; 
color: #ffffff;
}
.MainMenu_RootMenuArrow {
font-family: webdings; 
font-size: 0pt; 
cursor: pointer; 
cursor: hand;
color: #ffffff;
border-left: 0px;
border-right: 0px;
border-top: 0px;
border-bottom: 0px;
}
.StandardButton {
background: #aaaaaa none; 
color: #ffffff;
font-family: Verdana, sans-serif; 
font-size: 11px;
font-weight: normal;
}
.TreeViewMenu {
width: 175px;
background-color: #000000;
border-left: 0px;
border-right: 0px;
border-top: 0px;
border-bottom: 0px;
moz-border-radius-bottomleft: 15px; 
moz-border-radius-bottomright: 15px; 
moz-border-radius-topleft: 3px; 
moz-border-radius-topright: 3px;
}
.TreeViewMenu_Header {
background-image: url(gradient_LtGray.jpg);
}

