/* ================================
    CSS STYLES FOR DotNetNuke
   ================================
*/   

#dnn_dnnMENU_ctldnnMENU table{
    padding-right:30px;
}

.ControlPanel{
     z-index: 999999;
     position: relative;
     left:0px
     top:0px;
}

/* 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-color: #FFFFFF; font-family: Arial, Helvetica, sans-serif; color: #333333; font-size: 10px; font-weight: bold; border: none; margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px: #FFFFFF;  
scrollbar-face-color: #FFFFFF;  
scrollbar-track-color: #FFFFFF;  
scrollbar-arrow-color: #333333; 
scrollbar-highlight-color: #FFFFFF; 
scrollbar-3dlight-color: #333333; 
scrollbar-shadow-color: #333333; 
scrollbar-darkshadow-color: #FFFFFF;  
}

/* 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   {
	font-family: Verdana;
	font-size:  14px;
	color: #EEEEEE;
    font-weight: 700;
	text-decoration: none;
	font-style: normal;
	padding:4px;
	margin:4px;
}

/* style of item titles on edit and admin pages */
.SubHead   {

	font-family: Verdana;
	font-size:  14px;
	color: #333333;
                font-weight: 700;
	text-decoration: none;
	font-style: normal;

}

/* 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;
	font-size:  12px;
	color: #000000;
	font-style: normal;
}


/* text style used for textboxes in the admin and edit pages, for Nav compatibility */
.NormalTextBox
{
}

.NormalRed
{
	font-family: Verdana;
	font-size:  12px;
	color: #000000;
                font-weight: 500;
	text-decoration: none;
	font-style: normal;

}


.NormalRedRight
{
    text-decoration: none;
    font-family: Arial;
    font-size: 11px;
    font-weight: normal;
    color: red;
    float: right;
}

.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  {
	font-family: Verdana;
	font-size:  12px;
	color: #000000;
	text-decoration: none;
	font-style: normal;
}

A:visited   {
	font-family: Verdana;
	font-size:  12px;
	color: #000000;
	text-decoration: none;
	font-style: normal;
}

A:active    {
	font-family: Verdana;
	font-size:  12px;
	color: #000000;
	text-decoration:underline;
	font-style: normal;
}

A:hover {
	font-family: Verdana;
	font-size:  12px;
	color: #000000;
	text-decoration:underline;
	font-style: normal;
}

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: transparent; 
}
.MainMenu_MenuBar {
cursor: pointer; 
cursor: hand;
height: 18px;
background-color: Transparent;
}
.MainMenu_MenuItem {
border-left: #F4F4F4 0px solid; 
border-bottom: #F4F4F4 0px solid; 
border-top: #F4F4F4 0px solid; 
border-right: #F4F4F4 0px solid;
cursor: pointer; 
cursor: hand; 
color: #000000; 
font-family: Verdana;
font-size: 10px;
font-weight: 500;

background-color: Transparent;
height: 20px;
}
.MainMenu_MenuIcon {
background-color: #cbcbcb; 
border-left: #cbcbcb 1px solid; 
border-bottom: #cbcbcb 1px solid; 
border-top: #cbcbcb 1px solid;
border-right: #cbcbcb 1px solid;
cursor: pointer; 
cursor: hand; 
text-align: center; 
width: 17px; 

}
.MainMenu_SubMenu {
background-color: #F4F4F4; 
border-left: #F4F4F4 px solid; 
border-bottom: #F4F4F4 px solid; 
border-top: #F4F4F4 px solid;
border-right: #F4F4F4 px solid; 

background-color: #F4F4F4;  
z-index: 1000; 
cursor: pointer; 
cursor: hand; 
filter:progid:DXImageTransform.Microsoft.Shadow(color='#000000', Direction=135, Strength=3); 
}

.MainMenu_MenuBreak {
height: 1px;
}
.MainMenu_MenuItemSel {
background-color: none;
cursor: pointer; 
cursor: hand; 
color: #0F38B0; 
font-family: Verdana;
font-size: 10px;
font-weight: 500;
border-left: #f4f4f4 0px solid; 
border-bottom: #f4f4f4 0px solid; 
border-top: #f4f4f4 0px solid; 
border-right: #f4f4f4 0px solid;
}





.SkinObject {
color: #333333; 
font-family: Verdana;
font-size: 9px;
font-weight: 500;
text-decoration: none;
text-transform:capitalize;
}

A.SkinObject:link {
text-decoration:    none;
color: #000000; 
font-family: Verdana;
font-size: 9px;
font-weight: 500;
}

A.SkinObject:visited  {
text-decoration:    none;
color: #000000; 
font-family: Verdana;
font-size: 9px;
font-weight: 500;
}

A.SkinObject:active   {
text-decoration:    none;
color: #000000; 
font-family: Verdana;
font-size: 9px;
font-weight: 500;
}

A.SkinObject:hover    {
text-decoration:    none;
color: #000000; 
font-family: Verdana;
font-size: 9px;
font-weight: 500;
}





a {   font-family: Arial, Helvetica, sans-serif; font-size: 12px; font-weight: normal; color: #0066CC; text-decoration: none}

.Panel {
	color: #000033;
	border-bottom: 1px dotted #FFFFFF;
}


.DetailTitle{

	font-family: Arial, Tahoma, Helvetica; 
	font-size: 12pt; 
	font-weight: bold; 
}

.blogListTitle
{
	font-family: Verdana;
	font-size:  16px;
	color: #000000;
}





















