Body, .Normal, .NormalTextBox, TH, TFOOT, THEAD, TD, SPAN, DIV, A
{
   font-family: Verdana, Arial, Helvetica, Sans Serif;
   font-size: 8pt;
   color: black;
}

/*  BEGIN: DEFAULT DOTNETNUKE STYLES */

/* ================================
    Default styles FOR DotNetNuke
   ================================
*/   

/* background color for the content part of the pages */
Body
{
    font-weight: normal;
    background-color: white;
}

.ControlPanel {
    width: 100%;
    height: 30px;
    background-color: #f3f3f3;
}

.SkinObject {
    font-weight: bold;
    font-size: 0.8em;
    color: #FFFFFF;
}

A.SkinObject:link {
    text-decoration:    none;
    color:#FFFFFF;
}

A.SkinObject:visited  {
    text-decoration:    none;
    color:#FFFFFF;
}

A.SkinObject:active   {
    text-decoration:    none;
    color:#FFFFFF;
}

A.SkinObject:hover    {
    text-decoration: underline;
    color:#DBEAFD;
}

/* style for module titles */
.Head   {
    font-size: 1.4em;
    font-weight:  bold;
    color: #1A466B;
}

/* style of item titles on edit and admin pages */
.SubHead    {
    font-size:  1.1em;
    font-weight:    bold;
    color: #000000;
}

tr.control * span.SubHead
{
	font-size:10pt;
}

/* module title style used instead of Head for compact rendering by QuickLinks and Signin modules */
.SubSubHead {
    font-size:  1.0em;
    font-weight:    bold;
    color: black;
}

 
/* text style used for rendered text which requires emphasis */
.NormalBold
{
    font-size: 8pt;
    font-weight: bold
}

/* text style used for error messages */
.NormalRed
{
    font-size: 8pt;
    font-weight: bold;
    color: #cc0000
}

/* text style used for textboxes in the admin and edit pages, for Nav compatibility */
.NormalTextBox
{
    font-size: 8pt;
    font-weight: normal;
    
}

/* text style used for textboxes in the admin and edit pages, for Nav compatibility */
.SearchTextBox
{
    font-size: 8pt;
    font-weight: normal;
    border-left: black 1px solid;
    border-right: black 1px solid;
    border-top: black 1px solid;
    border-bottom: black 1px solid;
    
}

/* text style for buttons and link buttons used in the portal admin pages */
.CommandButton     
{
	font-size: 1em;
    font-weight: normal;
}
    
/* hyperlink style for buttons and link buttons used in the portal admin pages */
A.CommandButton:link {
    text-decoration:    underline;
    color: #326499;
}

A.CommandButton:visited  {
    text-decoration:    underline;
    color: #326499;
}

A.CommandButton:active   {
    text-decoration:    underline;
    color: #326499;
}

A.CommandButton:hover    {
    text-decoration:    underline;
    color: #2F5176;
}

/* button style for standard HTML buttons */
.StandardButton
{
	padding-right: 5px;
	padding-left: 5px;
	font-weight: normal;
	font-size: 1.0em;
	background: #dddddd;
	color: #000000;
}

/* text style used for help text rendered by modules */
.Help
{
  border-right: black 1px solid;
  padding-right: 2px;
  border-top: black 1px solid;
  padding-left: 2px;
  font-weight: normal;
  font-size: 11px;
  padding-bottom: 2px;
  border-left: black 1px solid;
  color: black;
  padding-top: 2px;
  border-bottom: black 1px solid;
  font-family: Verdana, Arial, Helvetica, Sans Serif;
  background-color: #ffff99;
}
    
/* GENERIC */
H1  {
    font-size:  1.5em;
    font-weight: bold;
    color: #FFFFFF;
}

H2  
{
	font-size: 1.4em;
    font-weight: bold;
    color: #FFFFFF;
}

H3  {
    font-size:  1.3em;
    font-weight:  bold;
    color: #FFFFFF;
}

H4  {
    font-size:  1.2em;
    font-weight: bold;
    color: #FFFFFF;
}

H5, DT  {
    font-size:  1.1em;
    font-weight:    bold;
    color: #FFFFFF;
}

H6  {
    font-size:  1.0em;
    font-weight:    bold;
    color: #FFFFFF;
}
/*
TFOOT, THEAD    {
    font-size:  1.1em;
    color: #FFFFFF;
}

TH  {
    vertical-align: baseline;
    font-size:  1.1em;
    font-weight:    bold;
    color: #FFFFFF;
}
*/
A:link  {
    text-decoration:    none;
    color:  #326499;
}

A:visited   {
    text-decoration:    none;
    color:  #326499;
}

A:active    {
    text-decoration:    none;
    color:  #326499;
}

A:hover {
    text-decoration: underline;
    color:  #2F5176;
}

SMALL   {
    font-size:  0.8em;
}

BIG {
    font-size:  1.2em;
}

BLOCKQUOTE, PRE {
    font-family:    Lucida Console, monospace;
}


UL LI   {
    list-style-type:    square ;
}

UL LI LI    {
    list-style-type:    disc;
}

UL LI LI LI {
    list-style-type:    circle;
}

OL LI   {
    list-style-type:    decimal;
}

OL OL LI    {
    list-style-type:    lower-alpha;
}

OL OL OL LI {
    list-style-type:    lower-roman;
}

HR {
    color: dimgrey;
    height:1pt;
    text-align:left
}

/* Module Title Menu */
/* Module Title Menu */
.ModuleTitle_MenuContainer
{
    border-bottom: blue 0px solid;
    border-left: blue 0px solid;
    border-top: blue 0px solid;
    border-right: blue 0px solid;
}

.ModuleTitle_MenuBar
{
    cursor: pointer;
    height: 16px;
    background-color: Transparent;
}

.ModuleTitle_MenuItem
{
    cursor: pointer;
    color: black;
    font-family: Tahoma, Arial, Helvetica;
    font-size: 9pt;
    font-weight: bold;
    font-style: normal;
    border-left: white 0px solid;
    border-bottom: white 1px solid;
    border-top: white 1px solid;
    border-right: white 0px solid;
    background-color: Transparent;
}

.ModuleTitle_MenuIcon
{
    cursor: pointer;
    background-color: #EEEEEE;
    border-left: #EEEEEE 1px solid;
    border-bottom: #EEEEEE 1px solid;
    border-top: #EEEEEE 1px solid;
    text-align: center;
    width: 15px;
    height: 21px;
}

.ModuleTitle_SubMenu
{
    z-index: 1000;
    cursor: pointer;
    background-color: #FFFFFF;
    border-bottom: #FFFFFF 0px solid;
    border-left: #FFFFFF 0px solid;
    border-top: #FFFFFF 0px solid;
    border-right: #FFFFFF 0px solid;
}

.ModuleTitle_MenuBreak
{
    border-bottom: #EEEEEE 1px solid;
    border-left: #EEEEEE 0px solid;
    border-top: #EEEEEE 1px solid;
    border-right: #EEEEEE 0px solid;
    background-color: #EEEEEE;
    height: 1px;
}

.ModuleTitle_MenuItemSel
{
    cursor: pointer;
    color: black;
    font-family: Tahoma, Arial, Helvetica;
    font-size: 9pt;
    font-weight: bold;
    font-style: normal;
    background-color: #C1D2EE;
}

.ModuleTitle_MenuArrow
{
    font-family: webdings;
    font-size: 10pt;
    cursor: pointer;
    border-right: #FFFFFF 1px solid;
    border-bottom: #FFFFFF 1px solid;
    border-top: #FFFFFF 0px solid;
}

.ModuleTitle_RootMenuArrow
{
    font-family: webdings;
    font-size: 10pt;
    cursor: pointer;
}

/*------------Menu New--------------*/

.MainMenu_MenuContainer{ background:transparent; width:100%; }
.MainMenu_MenuBar{}
.MainMenu_MenuIcon{ display:none; }
.MainMenu_RootMenuArrow{ display:none; }
.MainMenu_MenuItem{
	color:#FFFFFF;	font-weight:normal; font-size:11px;
	padding:3 15 3 10;
	border:1px #6A99CF solid; border-width:1px 0px;
}
.submenuitembreadcrumb{
	color:#0000cc;	font-weight:normal; font-size:11px;
	padding:3 15 3 10;
	border:1px #6A99CF solid; border-width:1px 0px;
}
.submenuitemselected{
	color:#FFFFFF;	font-weight:normal; font-size:11px;
	padding:3 15 3 10;
	background:#0000cc;
	border:1px #6A99CF solid; border-width:1 0;	
}
.MainMenu_MenuArrow{
	padding:0 3 0 7;
	border:#6A99CF solid; border-width:1 1 1 0;
	text-align:right;
}
.MainMenu_SubMenu{
	z-index:1000;
	border-right:1px #6A99CF solid;
	padding:0px;
	margin-left:1px;
	color: #FFFFFF;
	margin-left:2px;
	background:#6A99CF;
	filter:progid:DXImageTransform.Microsoft.Shadow(color='DimGray', Direction=135, Strength=1);
}
.rootmenuitem TD{ 
	color:#FFFFFF;
	font-size:11px; font-weight:bold;
	padding:0 5 0 3;
	background:transparent;
	height:32px;
}
.rootmenuitemselected TD, .rootmenuitembreadcrumb TD{
	color:#0000cc;
	font-size:11px; font-weight:bold;
	padding:0 5 0 3;
	background:transparent;
	height:32px;
}
.MainMenu_MenuBreak{
	border:0px;
	background:transparent;
}
.MainMenu_MenuBreak TD{
	color:#6A99CF;
}

/* Main Menu *.MainMenu_MenuContainer {
	background-color: transparent; 
}
.MainMenu_MenuBar {
	cursor: pointer; 
	cursor: hand;
	height: 20px;
	background-color: Transparent;
}
.MainMenu_MenuItem {
	border-left: #CCCCCC 0px solid; 
	border-bottom: #CCCCCC 1px solid; 
	border-top: #CCCCCC 1px solid; 
	border-right: #CCCCCC 0px solid;
	cursor: pointer; 
	cursor: hand; 
	color: black; 
	font-family: Tahoma, Arial, Helvetica; 
	font-size: 9pt; 
	font-weight: bold; 
	font-style: normal; 
	background-color: Transparent;
}
.MainMenu_MenuIcon {
	background-color: #6A99CF; 
	border-left: #CCCCCC 1px solid; 
	border-bottom: #CCCCCC 1px solid; 
	border-top: #CCCCCC 1px solid; 
	cursor: pointer; 
	cursor: hand; 
	text-align: center; 
	width: 15px; 
	height: 21px;
}
.MainMenu_SubMenu {
	background-color: #6A99CF;  
	z-index: 1000; 
	cursor: pointer; 
	cursor: hand; 
	filter:progid:DXImageTransform.Microsoft.Shadow(color='#696969', Direction=135, Strength=3); 
}
.MainMenu_MenuBreak {
	height: 1px;
}
.MainMenu_MenuItemSel {
	background-color: #AAAAAA; 
	cursor: pointer; 
	cursor: hand; 
	color: black; 
	font-family: Tahoma, Arial, Helvetica; 
	font-size: 9pt; 
	font-weight: bold; 
	font-style: normal;
}
.MainMenu_MenuArrow {
	border-right: #CCCCCC 1px solid; 
	border-bottom: #CCCCCC 1px 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;
}---------------/


/*  END: DEFAULT DOTNETNUKE STYLES */
/* Skin specific */

#DNN_MainLayoutCell
{
   width: 768px;
}


#DNN_HeaderLeft
{
   background-image: url(images/header-left.gif);
   background-repeat: no-repeat;
   background-position: 1px 0px;
   width: 387px;
   height: 132px;
}

#DNN_HeaderMiddle
{
   background-image: url(images/header-bg.gif);
   background-repeat: repeat-x;
   height: 132px;
}

#DNN_HeaderRightTop
{
   height: 27px;
   background-color: #e7e7e7;
   border-bottom: 1px solid #dedede;
   padding-right: 5px;
}

#DNN_HeaderRightMiddle
{
   height: 35px;
   background-color: white;
   border-bottom: 1px solid #dedede;
}

#DNN_HeaderRightBottom
{
   height: 70px;
   background-color: white;
}


.DNN_HeaderActionCell
{
   width: 70px;
}

#DNN_Logo
{
   margin-top: 24px;
   width: 335px;
   height: 106px;
   border: 0px;
}

#DNN_ContentBannerCell
{
   height: 90px;
}

#DNN_ContentUserCell
{
   padding-right: 10px;
   padding-left: 10px;
   background-color: #e7e7e7;
   font-size: 0.6em;
}

.DNN_ContentIntroCell
{
	padding-top: 10px;
	padding-left: 10px;
	padding-right: 10px;
 	padding-bottom: 10px;
}

#DNN_ContentIntroText
{
   font-family: Verdana, Arial, Helvetica, Sans Serif;
   font-size: 13pt;
   font-weight: bold;
   color: #cc0000;
}

.DNN_IntroIcon
{
   float: left;
   width: 23%;
   text-align: center;
}

A.DNN_IconLink:link, A.DNN_IconLink:visited, A.DNN_IconLink:active, A.DNN_IconLink:hover
{
   color: #FFFFFF;
   text-decoration: none;
}

A.DNN_IconLink:hover
{
   text-decoration: underline;
   color: #cc0000;
}

#DNN_FooterCell
{
	border-top: 1px solid #dedede;
	height: 50px;
}

.DNN_BreadCrumb, A.DNN_BreadCrumb, A.DNN_BreadCrumb:visited, A.DNN_BreadCrumb:active
{
	font-size: 0.8em;
	font-weight: normal;
	color: #FFFFFF;
}

A.DNN_BreadCrumb:hover 
{
	color: #DBEAFD;
}


.DNN_User, .DNN_Login, A.DNN_Login, A.DNN_User, , A.DNN_Login:visited, A.DNN_Login:active, A.DNN_User:visited, A.DNN_User:active
{
	font-size: 0.8em;
	font-weight: normal;
	color: #FFFFFF;
}

.DNN_User:hover, .DNN_Login:hover 
{
	color: #DBEAFD;
}

.DNN_Search, A.DNN_Search,
{
	font-size: 8pt;
	font-weight: normal;
	color: #FFFFFF;
	
}

.DNN_Search:hover, .DNN_Search:hover 
{
	color: #DBEAFD;
}