/* ================================
    CSS STYLES FOR DotNetNuke
   ================================
*/   


/* PAGE BACKGROUND */
/* background color for the header at the top of the page  */
.HeadBg {
    background-color: #231f20;
}

/* background color for the content part of the pages */
Body
{
    background-color: white;
}

/* 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 {
    text-decoration:    none;
    color:white;
}

A.SelectedTab:visited  {
    text-decoration:    none;
    color:#eeeeee;
}

A.SelectedTab:active   {
    text-decoration:    none;
    color:#eeeeee;
}

A.SelectedTab:hover    {
    text-decoration:    none;
    color:#cccccc;
}

/* 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: Tahoma, Arial, Helvetica;
    font-size:  12px;
    font-weight:    normal;
    color: black;
    text-transform : uppercase;

    
}

/* style of item titles on edit and admin pages */
.SubHead    {
    font-family: Tahoma, Arial, Helvetica;
    font-size:  12px;
    font-weight:    bold;
    color: #231F20;
    valign: top;
}

/* module title style used instead of Head for compact rendering by QuickLinks and Signin modules */
.SubSubHead {
    font-family: Arial;
    font-size:  11px;
    font-weight:    bold;
    color: black;
}

A.SubSubHead {
    font-family: Arial;
    font-size:  11px;
    font-weight:    bold;
    color: c40707;
}
/* text style used for most text rendered by modules */
.Normal
{
    color: black; 
    font-family: Arial;
    font-size: 12px; 
    font-weight: normal; 
    font-style: normal;
}

.main_text
{
    	color: black; 
    	font-family: Arial;
    	font-size: 11px; 
    	font-weight: normal; 
    	font-style: normal;
	padding-bottom: 5px;
}

/* text style used for textboxes in the admin and edit pages, for Nav compatibility */
.NormalTextBox
{
    font-family: Tahoma, Arial, Helvetica;
    font-size: 12px;
    font-weight: normal;
}

search_form
{
  padding-left: 0px;
  padding-right: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
}
.NormalRed
{
    font-family: Tahoma, Arial, Helvetica;
    font-size: 12px;
    font-weight: normal;
    color: #ff0000
}

.NormalBold
{
    font-family: Tahoma, Arial, Helvetica;
    font-size: 11px;
    font-weight: bold;
}

/* text style for buttons and link buttons used in the portal admin pages */
.CommandButton     {
    font-family: Arial;
    font-size: 11px;
    font-weight: normal;
}
    
/* hyperlink style for buttons and link buttons used in the portal admin pages */
A.CommandButton:link {
    text-decoration:    underline;
    color: #003366;
    valign: bottom;
	font-weight: normal;
    font-family: Arial;
    font-size: 11px;
    
}

A.CommandButton:visited  {
    text-decoration:    underline;
    color: #003366;
    valign: bottom;
	font-weight: normal;
    font-family: Arial;
    font-size: 11px;
}

A.CommandButton:active   {
    text-decoration:    underline;
    color: #003366;
    valign: bottom;
	font-weight: normal;
    font-family: Arial;
    font-size: 11px;
}

A.CommandButton:hover    {
    text-decoration:    underline;
    color: #ff0000;
    valign: bottom;
	font-weight: normal;
    font-family: Arial;
    font-size: 11px;
}
    
/* GENERIC */
H1  {
    font-family: Arial;
    font-size:  14px;
    font-weight: bold;
    color: #ff0000;

}

H2  {
    font-family: Tahoma, Arial, Helvetica;
    font-size:  12px;
    font-weight:    normal;
    color: #666644;
}

H3  {
    font-family: Tahoma, Arial, Helvetica;
    font-size:  12px;
    font-weight:    normal;
    color: #ff9724;
}

H4  {
    font-family: Tahoma, Arial, Helvetica;
    font-size:  12px;
    font-weight:    normal;
    color: #ff9724;
}

H5, DT  {
    font-family: Tahoma, Arial, Helvetica;
    font-size:  11px;
    font-weight:    bold;
    color: #003366;
}

H6  {
    font-family: Tahoma, Arial, Helvetica;
    font-size:  11px;
    font-weight:    bold;
    color: #003366;
}

TFOOT, THEAD    {
    font-family: Tahoma, Arial, Helvetica;
    font-size:  12px;
    color: #003366;
}

TH  {
    vertical-align: baseline;
    font-family: Tahoma, Arial, Helvetica;
    font-size:  12px;
    font-weight:    bold;
    color: #003366;
}

A:link  {
    text-decoration:    underline;
    color:  #003366;
}

A:visited   {
    text-decoration:    underline;
    color:  #003366;
}

A:active    {
    text-decoration:    underline;
    color:  #003366;
}

A:hover {
    text-decoration:    none;
    color:  #ff0000;
}

SMALL   {
    font-size:  8px;
}

BIG {
    font-size:  14px;
}

BLOCKQUOTE, PRE {
    font-family:    Lucida Console, monospace;
}


UL LI   {
	list-style-type: disc;
	font-family: Arial; 
	font-size: 12px;
}

UL LI LI    {
    list-style-type:    square;
}

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-SPECIFIC */
/* text style for reading messages in Discussion */    
.Message    {
    font-family: Tahoma, Arial, Helvetica;
    font-size: 11px;
    font-weight: normal;
    font-size: 11px;
    background-color: #eeeeee
}   

/* style of item titles by Announcements and events */
.ItemTitle    {
    font-family: Tahoma, Arial, Helvetica;
    font-size:  11px;
    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: 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; 
cursor: hand; 
background-color: #EEEEEE; 
border-left: #EEEEEE 1px solid; 
border-bottom: #EEEEEE 1px solid; 
border-top: #EEEEEE 1px solid; 
text-align: center; 
width: 15; 
height: 21;
}

.ModuleTitle_SubMenu {
z-index: 1000; 
cursor: pointer; 
cursor: hand; 
background-color: #FFFFFF; 
filter:progid:DXImageTransform.Microsoft.Shadow(color='DimGray', Direction=135, Strength=3); 
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; 
cursor: hand; 
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; 
cursor: hand; 
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; 
cursor: hand;
}

/* Main Menu */

.MainMenu_MenuContainer {
border-bottom: #ff9724 1px solid; 
border-left: white 0px solid; 
border-top: white 0px solid; 
border-right: white 0px solid;  
background-color: #231f20;
}

.MainMenu_MenuBar {
cursor: pointer; 
cursor: hand; 
height:20;
}

.MainMenu_MenuItem {
cursor: pointer; 
cursor: hand; 
color: #F7B50F; 
font-family: Tahoma, Arial, Helvetica; 
font-size: 9pt; 
font-weight: bold; 
font-style: normal; 
border-left: #333333 0px; 
border-bottom: #333333 0px; 
border-top: #333333 0px; 
border-right: #333333 0px;
}
/*      */
.MainMenu_MenuIcon {
cursor: pointer; 
cursor: hand; 
background-color: #231F20; 
border-left: 0px; 
border-bottom: 0px; 
border-top: 0px; 
text-align: center; 
width: 15; 
height: 20;
}

.MainMenu_SubMenu {
z-index: 1000; 
cursor: pointer; 
cursor: hand; 
background-color: #231f20; 
filter:progid:DXImageTransform.Microsoft.Shadow(color='DimGray', Direction=135, Strength=3) ; 
border-bottom: #404040 0px solid; 
border-left: #FF8080 0px solid; 
border-top: #FF8080 0px solid; 
border-right: #404040 0px solid;
}

.MainMenu_MenuBreak {
border-bottom: 0px; 
border-left: 0px; 
border-top: 0px;  
border-right: 0px;  
background-color: Transparent; 
height: 0px;
}

/*     */
.MainMenu_MenuItemSel {
background-color: #FFCB00; 
cursor: pointer; 
cursor: hand; 
color: #231F20; 
font-family:Tahoma, Arial, Helvetica; 
font-size: 9pt; 
font-weight: bold; 
font-style: normal;
}

.MainMenu_MenuArrow {
font-family: webdings; 
font-size: 10pt; 
cursor: pointer; 
cursor: hand; 
border-right:   0px;
border-bottom:  0px; 
border-top: #333333 0px solid;
}

.MainMenu_RootMenuArrow {
font-family: webdings; 
font-size: 10pt; 
cursor: pointer; 
cursor: hand;
}


.MainMenu_MenuRootActiveItem {
background-color: #FF9724; 
cursor: pointer; 
cursor: hand; 
color: #231F20; 
font-family:Tahoma, Arial, Helvetica; 
font-size: 9pt; 
font-weight: bold; 
font-style: normal;
}


.MainMenu_MenuRootSelectedItem{
	background-color: #FFCC01;
}

.company_nameheader
{
font-family: Tahoma, Arial, Helvetica;
font-size: 17px;
font-weight: normal;
color: black;
margin-bottom: 4px;

}

.company_header
{
font-family: Tahoma, Arial, Helvetica;
font-size: 12px;
font-weight: normal;
color: white;
padding-left: 25px;
padding-top: 42px;
padding-bottom: 12px;
}

.company_navigate
{
font-family: Tahoma, Arial, Helvetica;
font-size: 12px;
font-weight: normal;
margin-top: 20px;
margin-bottom: 10px;

}

A.company_navigate:link {
    text-decoration:    underline;
    color: #534d4d;
}

A.company_navigate:visited  {
    text-decoration:    underline;
    color: #534d4d;
}

A.company_navigate:active   {
    text-decoration:    underline;
    color: #534d4d;
}

A.company_navigate:hover    {
    text-decoration:    none;
    color: #ff0000;
}

.company_current  {
    text-decoration:    none;
    font-weight:    bold;
    color: #534d4d;
}

.company_letter {
 color: #ffffff; 
 background-image: 
 url("/Portals/0/company/bg_letter.gif");
 background-repeat: repeat-x;


.Main_products_top {
border: 1px solid #ffffff;
border-top: 0px;
border-bottom: 0px;

}

.Main_products_td {
border-right: #FFffff 1px solid;
border-left: 0px; 
border-top: 0px;
border-bottom: 0px;
padding-left: 5px;
padding-right: 5px;
padding-top: 2px;
padding-bottom: 2px;
}

.Main_products_td_last {
padding-left: 5px;
padding-right: 5px;
padding-top: 2px;
padding-bottom: 2px;
}

A.products_main:link {
font-family: Tahoma, Arial, Helvetica;
font-size: 11px;
font-weight: bold;
    text-decoration:    underline;
    color: #231f20;
}

A.products_main:visited  {
font-family: Tahoma, Arial, Helvetica;
font-size: 11 px;
font-weight: bold;
    text-decoration:    underline;
    color: #231f20;
}

A.products_main:active   {
font-family: Tahoma, Arial, Helvetica;
font-size: 11px;
font-weight: bold;
    text-decoration:    underline;
    color: #7f5d2d;
}

A.products_main:hover    {
font-family: Tahoma, Arial, Helvetica;
font-size: 11px;
font-weight: bold;
    text-decoration:    underline;
    color: #C40707;
}

.Main_newproducts_border{
border: 1px solid #ffffff;
border-top: 0px;
border-bottom: 0px;
padding-top: 6px;
padding-right: 6px;
}

.Main_newproducts_noborder{
padding-top: 6px;
padding-right: 6px;
}


A.newproducts_main:link {
font-family: Tahoma, Arial, Helvetica;
font-size: 11px;
font-weight: normal;
    text-decoration:    underline;
    color: #000000;
}

A.newproducts_main:visited  {
font-family: Tahoma, Arial, Helvetica;
font-size: 11px;
font-weight: normal;
    text-decoration:    underline;
    color: #000000;
}

A.newproducts_main:active   {
font-family: Tahoma, Arial, Helvetica;
font-size: 11px;
font-weight: normal;
    text-decoration:    underline;
    color: #534d4d;
}

A.newproducts_main:hover    {
font-family: Tahoma, Arial, Helvetica;
font-size: 11px;
font-weight: normal;
    text-decoration:    underline;
    color: #C40707;
}


A.hits_main:link {
font-family: Tahoma, Arial, Helvetica;
font-size: 11px;
font-weight: normal;
    text-decoration:    underline;
    color: #000000;
}

A.hits_main:visited  {
font-family: Tahoma, Arial, Helvetica;
font-size: 11px;
font-weight: normal;
    text-decoration:    underline;
    color: #000000;
}

A.hits_main:active   {
font-family: Tahoma, Arial, Helvetica;
font-size: 11px;
font-weight: normal;
    text-decoration:    underline;
    color: #534d4d;
}

A.hits_main:hover    {
font-family: Tahoma, Arial, Helvetica;
font-size: 11px;
font-weight: normal;
    text-decoration:    underline;
    color: #C40707;
}


.Main_hits_border{
border: 1px solid #ffffff;
border-top: 0px;
border-bottom: 0px;
padding-top: 6px;
padding-right: 6px;
valign: top;
}

.Main_hits_noborder{
padding-top: 6px;
padding-right: 6px;
}

.news_main_text 
{
	font-family: Arial;
	font-size: 11px; 
	font-weight: normal;
	padding-left: 10px;
}

A.news_main:link {
	font-family: Arial;
	font-size: 11px;
	font-weight: normal;
    	text-decoration:    underline;
    	color: #000000;
	text-valign: middle;
}

A.news_main:visited  {
	font-family: Arial;
	font-size: 11px;
	font-weight: normal;
    	text-decoration:    underline;
    	color: #000000;
	text-valign: middle;
}

A.news_main:active   {
	font-family: Arial;
	font-size: 11px;
	font-weight: normal;
    	text-decoration:    underline;
    	color: #534d4d;
	text-valign: middle;
}

A.news_main:hover    {
	font-family: Arial;
	font-size: 11px;
	font-weight: normal;
    	text-decoration:    underline;
    	color: #C40707;
	text-valign: middle; 
}
.news_text {
	font-family: Arial, Helvetica;
	font-size: 11px;
	color: #C40707  
	padding-left: 10px;
}

A.news:link {
font-family: Tahoma, Arial, Helvetica;
font-size: 11px;
font-weight: normal;
    text-decoration:    underline;
    color: #000000;
}

A.news:visited  {
font-family: Tahoma, Arial, Helvetica;
font-size: 11px;
font-weight: normal;
    text-decoration:    underline;
    color: #000000;
}

A.news:active   {
font-family: Tahoma, Arial, Helvetica;
font-size: 11px;
font-weight: normal;
    text-decoration:    underline;
    color: #534d4d;
}

A.news:hover    {
font-family: Tahoma, Arial, Helvetica;
font-size: 11px;
font-weight: normal;
    text-decoration:    underline;
    color: #C40707;
}

.LicenseCategoryTitle {
	text-align: left;
   	padding-right: 15px;
   	padding-left: 21px;
   	padding-top: 6px;
   	padding-bottom: 6px;
	background-color: #FCFBDF;
}

a.LicenseCategoryTitleLink:link, a.LicenseCategoryTitleLink:active, a.LicenseCategoryTitleLink:visited
{
	text-decoration: underline;
	text-transform: none;
	color: #000000;
	font: 14px Arial;
	font-weight: bold;
}

a.LicenseCategoryTitleLink:hover
{
	text-decoration: none;
	text-transform: none;
	color: #ff0000;
	font: 14px Arial;
	font-weight: bold;
}