/* 
==================================
Skin styles for OVUS8 - Hajduk
==================================
*/

.breadcrumbcell
{
    height:10px;
}

.breadcrumbcell, .breadcrumb, .breadcrumb:hover, .breadcrumb:link, .breadcrumb:visited
{
    color: #F9DCCD;
    font-family: Tahoma, Times New Roman, Arial, Helvetica;
    font-size: 14px;
    font-weight: bold;
    text-decoration: none;
    padding-top: 5px;
    text-transform: lowercase;
}

.Normal,.NormalDisabled
{
    font-family: Tahoma, Arial, Helvetica;
    font-size: 11px;
    font-weight: normal;
}

BODY
{
    font-family: Tahoma, Verdana, Arial, Helvetica;
    background-color: white;
}

.menupane
{
    background-color: #f06a1b;
    height: 10px;
}

.MainMenu_MenuContainer
{
    background-color: #f06a1b;
}
.MainMenu_MenuBar
{
    cursor: pointer;
    cursor: hand;
    height: 24px;
    background-color: #f06a1b;
}
.RootMenuItem TD, .RootMenuItemSel TD, .SeparatorItem
{
    font-family: Tahoma, Verdana, Arial, Helvetica;
    font-size: 12px; 
    color: #f06a1b;
    padding-bottom: 3px;
    text-transform: lowercase;
}


.LoginItem
{
 font-size: 9px;
text-transform: lowercase;
}
.LoginItem, .RootMenuItem TD, .RootMenuItemSel TD
{
    font-family: Tahoma, Verdana, Arial, Helvetica;
    cursor: pointer;
    cursor: hand;
    color: #FFFFFF;
    padding-bottom: 5px;
}
.LoginItem, .LoginItem:Hover, .LoginItem:Link, .LoginItem:Visited, .RootMenuItem TD
{
    font-family: Tahoma, Verdana, Arial, Helvetica;
    color: #FFFFFF;
    text-decoration: none;
    padding-bottom: 5px;
}
.LoginItem:Hover, .RootMenuItemSel TD
{
    font-family: Tahoma, Verdana, Arial, Helvetica;
    color: #FD6A1B;
    text-decoration: none;
    padding-bottom: 5px;
}

.SeparatorItem
{
    background-color: #71593B;
    color: White;
    height: 24px;
    padding: 0 2 0 2;
}
.StandardButton
{
    background-color: #ffffff;
    color: black;
    border-top-color: white;
    border-right-color: #71593B;
    border-bottom-color: #71593B;
    border-left-color: White;
    font-family: Tahoma, Georgia, Times, Verdana, Arial, Helvetica;
    font-size: 11px;
    font-weight: normal;
    
}
.SubHead
{
   font-family: Tahoma, Verdana, Arial, Helvetica;
   color: Black;
}
.Head, h1, h2, h3, h4, h5, h6
{   
   font-family: Tahoma, Verdana, Arial, Helvetica;
}
.Head
{
    font-size: 12px;
    font-weight: bold;
    /* color: #E6681E; */
    color: #000000;
}

h1
{
    font-size: 28px;
    line-height: 30px;
    text-transform: lowercase;
    font-weight: normal;
    font-style: normal;
    color: #000000;
}

h2
{
    font-size: 24px;
    line-height: 26px;
    text-transform: lowercase;
    font-weight: normal;
    font-style: normal;
    color: #F9DCCD;
}

h3
{
    font-size: 20px;
    line-height: 22px;
    text-transform: lowercase;
    font-weight: normal;
    font-style: normal;
    color: #FFBF9F;
}

h4
{
    font-size: 16px;
    line-height: 17px;
    text-transform: lowercase;
    font-weight: normal;
    font-style: normal;
    color: #000000;
}

h5
{
    font-size: 14px;
    line-height: 15px;
    text-transform: lowercase;
    font-weight: bold;
    font-style: normal;
    color: #F9DCCD;
}

h6
{
    font-size: 12px;
    line-height: 13px;
    text-transform: lowercase;
    font-weight: bold;
    font-style: normal;
    color: #F9DCCD;
}

.Normal:link,
.Normal:visited,
.Normal:active,
.Normal:hover
{
    color: Black;
}

/* ComponentArtMenu */

/*
.TopGroup
{
	color:Black;
}

.TopMenuItem, .TopMenuItemHover
{
    font-family: Tahoma, Verdana, Arial, Helvetica;
    font-size: 12px;
    color: #FFFFFF;
    font-weight: bold;
    cursor: pointer;
    cursor: hand;
    text-transform: lowercase;
}

.TopMenuItemHover
{
    color: Black;
}

.MenuGroup
{
    background-color: white;
    background-image: url(menucontainer.gif);
    background-repeat: repeat;
    border: solid 1px white;
    text-transform: lowercase;
}

.MenuItem, .MenuItemHover
{
    height: 20px;
}

.MenuItem, .MenuItemHover
{
    color: white;
    font-family: Tahoma, Verdana, Arial, Helvetica;
    font-size: 11px;
    cursor: pointer;
    cursor: hand;
    border-bottom: solid 1px #FF9E5D;

}

.MenuItemHover
{
    color: black;
	background-position: left top;
	background-image: url(fade_menucontainer.gif);
}

.DisabledMenuItem
{
    color: Gray;
    background-color: white;
    font-family: Tahoma, Verdana, Arial, Helvetica;
    font-size: 11px;
    cursor: pointer;
    cursor: hand;
}

.DisabledMenuItemHover
{
    color: Gray;
    background-color: silver;
    font-family: Tahoma, Verdana, Arial, Helvetica;
    font-size: 11px;
    cursor: pointer;
    cursor: hand;
}

.MenuBreak
{
    padding: 2px;
}

*/

UL,LI
{
    padding-left:0;
    margin-left:8px;
}

UL
{
    margin-top:8px;
    list-style-type: disc;
}

LI
{
    padding-bottom:2px;
    font-style: normal;
    /* list-style-image:url(li1.gif); */
}

Standardtext
{
    font-family: Georgia, Times, Verdana, Arial, Helvetica;
}

/* hyperlink style for buttons and link buttons used in the portal admin pages */
A.CommandButton:link {
    text-decoration:    underline;
    color: #000000;
}

A.CommandButton:visited  {
    text-decoration:    underline;
    color: #000000;
}

A.CommandButton:active   {
    text-decoration:    underline;
    color: #000000;
}

A.CommandButton:hover    {
    text-decoration:    underline;
    color: #ffffff;
}

/* MLMenu
 ******************* */
/* 
==================================
Skin styles for OVUS8 - Hot coffee
==================================
*/

.menupanemaster
{
    width: 100%;
    padding-top: 8px;
}
.menupane
{
    background-color:#f06a1b;
    height:24px;
}

.MainMenu_MenuContainer
{
    background-color: #f06a1b;
}
.MainMenu_MenuBar
{
    cursor: pointer;
    cursor: hand;
    height: 24px;
    background-color: #f06a1b;
}
.RootMenuItem TD, .RootMenuItemSel TD, .SeparatorItem
{
    font-family: Tahoma, Verdana, Arial, Helvetica;
    font-size: 12px;
    font-weight: bold;
    font-style: normal;
    text-transform:lowercase;
	
}
.RootMenuItem TD, .RootMenuItemSel TD
{
    background-color: #f06a1b;
    cursor: pointer;
    cursor: hand;
    padding: 0 3 0 3;
}

.RootMenuItem TD
{
    color: white;
    text-decoration:none;
}
.RootMenuItemSel TD
{
    color: black;
    text-decoration:none;
}
.SeparatorItem
{
    background-color: #FF8A39;
    color: White;
    height: 24px;
    padding: 0 2 0 2;
}
.MainMenu_SubMenu
{
    background-color: #FF8A39;
    /* background-image: url(menucontainer.gif); */
    background-repeat: repeat;
    z-index: 1000;
    cursor: pointer;
    cursor: hand;
    /* filter: alpha(opacity=70);-moz-opacity:0.70;opacity: 0.70; */
    filter: progid:DXImageTransform.Microsoft.Shadow(color= '#71593B' , Direction=135, Strength=4);
    padding: 0 0 0 0;
    border: solid 1px white;
}
.MainMenu_MenuItem, .MainMenu_MenuItemSel
{
    font-family: Tahoma, Verdana, Arial, Helvetica;
    font-size: 11px;
    font-weight: normal;
    font-style: normal;
    text-transform:lowercase;
    cursor: pointer;
    cursor: hand;
    padding: 3 11 3 7;

}
.MainMenu_MenuItem
{
    background-color: #FF8A39;
    /* 
	background-image: url(blind_10x10.gif);
	background-repeat:repeat; */
    border-left: #FF8A39 0px solid;
    border-bottom: #FF8A39 1px solid;
    border-top: #FF8A39 1px solid;
    border-right: #FF8A39 0px solid;
    color: white;
}
.MainMenu_MenuItemSel
{
    background-color: #f06a1b;
    /* background-image: url(menucontainer_fade.gif); */
    background-repeat: repeat;
    border-left: #FF8A39 0px solid;
    border-bottom: #FF8A39 1px solid;
    border-top: #FF8A39 1px solid;
    border-right: #FF8A39 0px solid;
    color: black;
}
.MainMenu_MenuIcon
{
    background-color: #FF8A39;
    border-left: #FF8A39 1px solid;
    border-bottom: #FF8A39 0px solid;
    border-top: #FF8A39 1px solid;
    cursor: pointer;
    cursor: hand;
    text-align: center;
    width: 15px;
    height: 21px;
    display: none;
}
.MainMenu_MenuBreak
{
    height: 100px;
}
.MainMenu_MenuArrow
{
    border-right: #FF8A39 1px solid;
    border-bottom: #FF8A39 0px solid;
    border-top: #FF8A39 0px solid;
    font-family: webdings;
    font-size: 10pt;
    cursor: pointer;
    cursor: hand;
    display: none;
}
.MainMenu_RootMenuArrow
{
    font-family: webdings;
    font-size: 10pt;
    cursor: pointer;
    cursor: hand;
    display: none;
}

/* Class for tbody-Tag in Textmodule Multilanguage */
.tb
{
    font-family: Tahoma, Georgia, Arial;
    color: black;
    font-size: 8pt;
}

A:link  {

	font-family: tahoma;
	color: black;
}

A:visited   {
font-family: tahoma;
	color: black;
}

A:active    {
font-family: tahoma;
	color: #333333;
}

A:hover {
font-family: tahoma;
	color: white;
	text-decoration: none;
}


.FileManager{border:1px solid black;height:400px;margin-left:0px;
}

