/* ================================

    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
{
}

.ControlPanel {
}

/* 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    {
}
    
/* button style for standard HTML buttons */
.StandardButton     {
}

/* GENERIC */
H1  {max-width:472px;
}

H2  {
}

H3  {
}

H4  {
}

H5, DT  {
}

H6  {
}

TFOOT, THEAD    {
}

TH  {
}

A:link  {
}

A:visited   {
}

A:active    {
}

A:hover {
}

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 {
}

.MainMenu_MenuBar {
}

.MainMenu_MenuItem {
}

.MainMenu_MenuIcon {
}

.MainMenu_SubMenu {
}

.MainMenu_MenuBreak {
}

.MainMenu_MenuItemSel {
}

.MainMenu_MenuArrow {
}

.MainMenu_RootMenuArrow {
}

.toplink {display:block;float:right;font-weight:bold;color:green;font-size:90%;text-transform:uppercase;}
a.toplink {color:green;} /* used in Active technologies and cases */

.outer_lang .inner {display:none;}
a.outer_lang:hover .inner {display:block;border-bottom-style:none;
                           position:absolute;z-index:3;left:521px;top:70px;width:200px;
                      background-color:#FFFFFF;color:#000000;padding:15px;border:1px dotted grey;
-webkit-box-shadow: 0 15px 10px -10px rgba(0, 0, 0, 0.5), 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
-moz-box-shadow: 0 15px 10px -10px rgba(0, 0, 0, 0.5), 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
box-shadow: 0 15px 10px -10px rgba(0, 0, 0, 0.5), 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
filter: progid:DXImageTransform.Microsoft.shadow(direction=120, color=#000000, strength=4);
}
.techhr {visibility:hidden;clear:both;}
.techlist {float:left;width:220px;padding:10px;} /* used on Active Technologies page */

/* this can be used for case/news lists */
/* div.ModArticlesC td span.Normal {display:none;margin-left:10px;} */
/* div.ModArticlesC td:hover span.Normal  {display:block;border-bottom-style:none; */
/*                       position:absolute;z-index:2;left:30px;width:500px; */
/*                       background-color:#EFEFEF;color:#000000;padding:15px;border:1px dotted grey;} */
/* this works in FF and GC, but not in IE. w3schools sais, it should work with doctype indicated, but it does not */

/* styles below intended to make navigation module look like in the new design */
div.ModHouseMenuC ul {list-style-type:none;list-style-position:outside;list-style-image:none;}
div.ModHouseMenuC ul li {background-image:none;margin:0px;padding:0px;font-size:14px;line-height: 18px;
                outline:0px;vertical-align:baseline;border-bottom:1px dotted grey;}
/* font-size:14px instead of font-size:15px bcs "конфиденциальности" with 15px does not fit _ */
/* in the leftpane and everything goes ugly (in IE - the whole chapter, in GC only 1 page) */  
div.ModHouseMenuC ul li ul {margin-top:0px;margin-bottom:0px;margin-left:10px;} /* 3rd level pages in navigation */  
div.ModHouseMenuC ul li ul li {margin:0px;padding:0px;font-size:13px;border-bottom:none;background-image: url(http://www.offshore-software.ru/Portals/_default/Skins/Arcadia2/arrow.gif);background-position:left center;}
div.ModHouseMenuC ul li a {text-decoration:none;display:block;padding:11px;} 
div.ModHouseMenuC a:hover {background-color:#EFEFEF;}  
div.ModHouseMenuC ul li a:link, .newmenu ul li a:visited {text-decoration:none;}
a#houseMenuCurrentLink {font-weight:bold;}
a#houseMenuParentLink {}
.btnLang {position:absolute;top:278px;left:664px;}











































