/* ================================
    CSS STYLES FOR DotNetNuke
   ================================
*/   

BODY
{
	 font-family: Tahoma, Arial, Helvetica;
   font-size:  10pt;

}

/* text style for the selected tab */
.SelectedTab {
    font-weight: bold;
    font-size: 8.5pt;
    color: white;
    font-family: Verdana;
    text-decoration: none;
}

/* text style for the unselected tabs */
.OtherTabs {
    font-weight: bold;
    font-size: 8.5pt;
    color: white;
    font-family: Verdana;
    text-decoration: none;
}
    
/* GENERAL */
/* style for module titles */
.Head   {
    font-family: Verdana;
    font-size:  10pt;
    font-weight: bold;
    color: white;
}

/* style of item titles on edit and admin pages */
.SubHead    {
    font-family: Verdana;
    font-size:  11px;
    font-weight:    bold;
    color: #003366;
}

/* module title style used instead of Head for compact rendering by QuickLinks and Signin modules */
.SubSubHead {
    font-family: Verdana;
    font-size:  11px;
    font-weight:    bold;
    color: black;
}

/* text style used for most text rendered by modules */
.Normal
{
    font-family: Verdana;
    font-size: 11px;
    font-weight: normal;
}

/* text style used for textboxes in the admin and edit pages, for Nav compatibility */
.NormalTextBox
{
    font-family: Verdana;
    font-size: 12px;
    font-weight: normal;
}

.NormalRed
{
    font-family: Verdana;
    font-size: 12px;
    font-weight: bold;
    color: #ff0000
}

.NormalBold
{
    font-family: Verdana;
    font-size: 11px;
    font-weight: bold
}

/* text style for buttons and link buttons used in the portal admin pages */
.CommandButton     {
    font-family: Verdana;
    font-size: 11px;
    font-weight: normal;
}
        
/* GENERIC */
H1  {
    font-family: Verdana;
    font-size:  20px;
    font-weight:    normal;
    color: #666644;
}

H2  {
    font-family: Verdana;
    font-size:  20px;
    font-weight:    normal;
    color: #666644;
}

H3  {
    font-family: Verdana;
    font-size:  12px;
    font-weight:    normal;
    color: #003366;
}

H4  {
    font-family: Verdana;
    font-size:  12px;
    font-weight:    normal;
    color: #003366;
}

H5, DT  {
    font-family: Verdana;
    font-size:  11px;
    font-weight:    bold;
    color: #003366;
}

H6  {
    font-family: Verdana;
    font-size:  11px;
    font-weight:    bold;
    color: #003366;
}

TFOOT, THEAD    {
    font-family: Verdana;
    font-size:  12px;
    color: #003366;
}

TH  {
    vertical-align: baseline;
    font-family: Verdana;
    font-size:  12px;
    font-weight:    bold;
    color: #003366;
}

/* Menu-Styles */
/* 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; 
	cursor: hand;
	height:16;
	background-color: Transparent;
}

.ModuleTitle_MenuItem {
	cursor: pointer; 
	cursor: hand; 
	color: white; 
	font-family: Verdana; 
	font-size: 9pt; 
	font-weight: bold; 
	font-style: normal; 
	border-left: #F37021 0px solid; 
	border-bottom: #F37021 0px solid; 
	border-top: #F37021 0px solid; 
	border-right: #F37021 0px solid;
	background-color: Transparent;
}

.ModuleTitle_MenuIcon {
	cursor: pointer; 
	cursor: hand; 
	background-color: #F37021; 
	border-left: #F37021 1px solid; 
	border-bottom: #F37021 1px solid; 
	border-top: #F37021 1px solid; 
	text-align: center; 
	width: 15; 
	height: 21;
}

.ModuleTitle_SubMenu {
	z-index: 1000; 
	cursor: pointer; 
	cursor: hand; 
	color: white;
	background-color: #F37021; 
	filter:progid:DXImageTransform.Microsoft.Shadow(color='DimGray', Direction=135, Strength=3); 
	border-bottom: #F37021 0px solid; 
	border-left: #F37021 0px solid; 
	border-top: #F37021 0px solid; 
	border-right: #F37021 0px solid;
}

.ModuleTitle_MenuBreak {
	border-bottom: white 1px solid; 
	border-left: #EEEEEE 0px solid; 
	border-top: gray 1px solid;  
	border-right: #EEEEEE 0px solid; 
	background-color: #EEEEEE; 
	height: 1px;
}

.ModuleTitle_MenuItemSel {

	cursor: pointer; 
	cursor: hand; 
	color: black; 
	font-family: Verdana; 
	font-size: 9pt; 
	font-weight: bold; 
	font-style: normal;
	background-color: #C0C0FF;
}

.ModuleTitle_MenuArrow {
	font-family: webdings; 
	font-size: 10pt; 
	cursor: pointer; 
	cursor: hand; 
	border-right: #F37021 1px solid; 
	border-bottom: #F37021 1px solid; 
	border-top: #F37021 0px solid;
}

.ModuleTitle_RootMenuArrow {
	font-family: webdings; 
	font-size: 10pt; 
	cursor: pointer; 
	cursor: hand;
}

/* Main Menu */

.MainMenu_MenuContainer {
	border-bottom: #F37021 0px solid; 
	border-left: #F37021 0px solid; 
	border-top: White 3px solid; 
	border-right: #F37021 0px solid;  
	background-color: transparent;
}

.MainMenu_MenuBar {
	cursor: pointer; 
	cursor: hand; 
	height:23;
}

.MainMenu_MenuItem {
	cursor: pointer; 
	cursor: hand; 
	color: white; 
	font-family: Tahoma, Arial, Helvetica; 
	font-size: 9pt; 
	font-weight: bold; 
	font-style: normal; 
	border-left: #F37021 0px solid; 
	border-bottom: #F37021 1px solid; 
	border-top: #F37021 1px solid; 
	border-right: #F37021 0px solid;
}

.MainMenu_MenuIcon {
	cursor: pointer; 
	cursor: hand; 
	background-color: #F37021; 
	border-left: #F37021 1px solid; 
	border-bottom: #F37021 1px solid; 
	border-top: #F37021 1px solid; 
	text-align: center; 
	width: 15; 
	height: 23;
}

.MainMenu_SubMenu {
	z-index: 1000; 
	cursor: pointer; 
	cursor: hand; 
	color: White;
	background-color: #F37021; 
	filter:progid:DXImageTransform.Microsoft.Shadow(color='DimGray', Direction=135, Strength=3) ; 
	border-bottom: #F37021 0px solid; 
	border-left: #F37021 0px solid; 
	border-top: #F37021 0px solid; 
	border-right: #F37021 0px solid;
}

.MainMenu_MenuBreak {
	border-bottom: white 1px solid; 
	border-left: #EEEEEE 0px solid; 
	border-top: gray 1px solid;  
	border-right: #EEEEEE 0px solid; 
	background-color: White; 
	height: 1px;
}

.MainMenu_MenuItemSel {
	background-color: #C0C0FF;
	cursor: pointer; 
	cursor: hand; 
	color: Black; 
	font-family: Tahoma, Arial, Helvetica; 
	font-size: 9pt; 
	font-weight: bold; 
	font-style: normal;
	height:23;
}

.MainMenu_MenuArrow {
	font-family: webdings; 
	font-size: 10pt; 
	cursor: pointer; 
	cursor: hand; 
	border-right: #F37021 1px solid; 
	border-bottom: #F37021 1px solid; 
	border-top: #F37021 0px solid;
}

.MainMenu_RootMenuArrow {
	font-family: webdings; 
	font-size: 10pt; 
	cursor: pointer; 
	cursor: hand;
}

/* ------------------ NNR Specific Styles ------------------------*/
.nnr_label
{
   font-family: Tahoma, Arial, Helvetica;
   font-size:  8pt;
}

.nnr_errlabel
{
   font-family: Tahoma, Arial, Helvetica;
   font-weight: bold;
   color: Red;
}

.nnr_msglabel
{
   font-family: Tahoma, Arial, Helvetica;
   font-weight: bold;
   color: Green;
}

.nnr_grid
{
    font-family: Tahoma, Arial, Helvetica;
    font-size:  8pt;
}

.nnr_gridalternateitem
{
   background-color: lightgrey;
}

.nnr_griddimalternateitem
{
  color: white;
}

.nnr_griditem
{
   background-color: white;
}

.nnr_griddimitem
{
  color: darkgray;
}

.nnr_gridheader
{
   background-color: lightgrey;
   color: black;
   font-weight:    bold;
}

.nnr_gridfooter
{
   background-color: lightgrey;
}

.nnr_inputdialog
{
    font-family: Tahoma, Arial, Helvetica;
    font-size: 11px;
    font-weight: normal;
  background-color: whitesmoke;
padding: 2;
}

.nnr_inputdialogheader
{
    font-family: Tahoma, Arial, Helvetica;
    font-size: 11px;
    font-weight: bold;
  background-color: #F37021;
  color: white;
}

.nnr_documentviewbreak
{
    font-weight: bold;
  background-color: #F37021;
  color: white;

}

