﻿ /* -------------------------------
    MENU
--------------------------------*/

.summary-table .fileStatusMessage {
    color:  #808080;
}

.mainMenu {
    height: 29px;
    font-size: 12px;
    z-index: 100;
    margin: 0 18px 0 18px;
    position: relative;

}

.main-menu-first-level 
{
    //margin-left: 0px;
    background-color: #004666;
    color: white;
    height: 29px;
    padding-left: 0px;
    list-style:none; 
}

.main-menu-first-level ul 
{
    padding-left: 0px;
    list-style:none; 
    padding: 0 0 0 0;
  
}

.main-menu-first-level li {
    float: left;
    position:relative;
}

.main-menu-first-level a, .main-menu-first-level a:active, .main-menu-first-level a:visited, .main-menu-first-level a:hover, .mmMenuMainSelected, .mmMenuMainSelected:visited, .mmMenuMainSelected:active
{
    white-space: nowrap;
    display: block;
    height: 18px;
    padding: 4px 25px 6px 25px;
    text-decoration: none;
    font-size: 16px;
}

.main-menu-first-level a, .main-menu-first-level a:active, .main-menu-first-level a:visited
{
    color: white;
}

.main-menu-first-level li:hover a
{
    background:white url(../Images/CI2012/arrow_down.png) no-repeat right 8px;
    color:#004666;
    background-color:#FFFFFF;
    border-left: solid 1px #EBEBEB;
    border-top: solid 1px #EBEBEB;
    border-right: solid 1px #EBEBEB;

}

.main-menu-first-level li.selected a
{
    color:Black;    
}

/* -------------------------------
    SUBMENU
--------------------------------*/

.mmMenuSub 
{
}

.mmMenuSub ul 
{
    list-style:none; 
    position:absolute;
    left:-9999px;
    background-color: white;
    border-left: solid 1px #EBEBEB;
    border-bottom: solid 1px #EBEBEB;
    border-right: solid 1px #EBEBEB;
    color: #555;
    min-width: 100%;
    padding-bottom: 5px;
    padding-top: 5px;
    margin-left:0px;
}

.mmMenuMain li:hover .last{ /* Display the dropdown on hover */
    right: 0px !important;
    left: auto !important;
}


.mmMenuMain li:hover ul{ /* Display the dropdown on hover */
    left:0; /* Bring back on-screen when needed */
}

.mmMenuSub li {
    float: none;
    margin-left: 5px; 
    margin-right: 10px;
}


.mmMenuSub li a, .mmMenuSub li a:visited, .mmMenuSub li a:active
{
    white-space:nowrap;
    color: grey !important;
    background: transparent url(../Images/CI2012/arrow_right.png) no-repeat 5px center !important;
    border: none !important;
}
.mmMenuSub li a, .mmMenuSub li a:visited, .mmMenuSub li a:active, .mmMenuSub li a:hover 
{
    padding: 3px 10px 3px 20px;
    text-transform: none;
    text-decoration: none;
}

.mmMenuSub li a:hover
{
    color: #4BA82E !important;
    text-decoration: underline;
}

.mmMenuSub a, .mmMenuSub a:active, .mmMenuSub a:visited
{
    color: #555;
    border-right: solid 1px white;
    border-left: solid 1px white;
    border-top: solid 1px white;
    background: transparent url(../Images/CI2012/menu_line.png) no-repeat right 8px;
}
.mmMenuSub a, .mmMenuSub a:active, .mmMenuSub a:visited, .mmMenuSub a:hover, .mmMenuSubSelected, .mmMenuSubSelected:visited, .mmMenuSubSelected:active {
    font-size: 12px;
}

/* -------------------------------
    TABS
--------------------------------*/
#tabs 
{

    height: 29px;
    font-size: 10px;
    background: #4BA82E
}
#tabs ul 
{
    padding: 0 0 0 0;
    list-style: none;
    height: 70px;
}
#tabs li 
{
    display: inline;
    height: 29px;
    cursor: pointer !important;
    _cursor: hand;
}
#tabs a 
{
    float: left;
    background-repeat: no-repeat;
    background-position: left top;
    margin: 0 0 0 0 !important;
    padding: 0 7px 0 7px !important;
    text-decoration: none;
    height: 29px;
    cursor: pointer !important;
    _cursor: hand;
    z-index: 150;
}
#tabs a span 
{
    height: 29px;
    float: left;
    display: block;
    background-repeat: no-repeat;
    background-position: right top;
    padding: 3px 15px 5px 6px;
    cursor: pointer !important;
    _cursor: hand;
}
#tabs li.tabCurrent a span, #tabs li.tabCurrentOut a span
{
    cursor: pointer !important;
    _cursor: hand;
}

#tabs li.tabSelected
{
    background-color: #FFFFFF;
    color: #4BA82E;
    border-top: 1px solid #EBEBEB;
    background: #FFFFFF url("../Images/CI2012/arrow_down.png") no-repeat right 8px;
}

#tabs li.menuHorizItems a {
    height: 18px;
    display: block;
    margin: 10px;
    color: grey;
    text-decoration: none;
    z-index: 10;
    cursor: pointer;
    background: url("../images/CI2012/arrow_right.png") no-repeat -2px center !important;
    background-position:0px 5px;
    font-size: 10pt;
    border-top: none;
}


.main-menu-first-level a:hover 
{	
    color: #4BA82E;
    background-color:#FFFFFF;
    background: #FFFFFF url("../Images/CI2012/arrow_down.png") no-repeat right 8px;
    border-top:1px solid #EBEBEB;
    border-left:1px solid #EBEBEB;
}

#tabs .menuHorizItems a:hover
{
    border-top: none;
    color: #4BA82E;
    text-decoration: underline;
    background-color: #FFFFFF; 
    background: url("../images/CI2012/arrow_right.png") no-repeat 2px 9px;
    background-position:0px 5px;
    font-size: 10pt;
}

#tabs a:hover span 
{
    background-position: 100% -20px;
}
#tabs li.tabCurrent a span 
{
    background-position: 100% -40px;
}
#tabs li.tabCurrentOut a 
{
    background-position: 0% -60px;
}
#tabs li.tabCurrentOut a span 
{
    background-position: 100% -60px;
}

#tabs li.tabSelected a span 
{
    background-position: 100% -20px;
}

#tabs li.tabCurrent a span, #tabs li.tabCurrentOut a span
{
    color: black;
}

/*----------------------------------------------------
  CUSTOM
---------------------------------------------------------*/

h1
{
    font-family: Verdana;
    font-size: 15px;
    color: #4BA82E;
    margin-top: 5px;
    margin-bottom: 8px;
}
input[type=button], input[type=submit], input[type=file]
{
    height: 25px;
    width: 100px;
    padding: 0px 10px 0px 10px;
    margin: 7px 7px 8px 8px;
    //font-family: Verdana, Arial, Geneva, Helvetica, sans-serif;
    font-size: 12px;
}

textarea, input[type=text], input[type=password]
{
    width: 100%;
    font-family: Verdana, Arial, Geneva, Helvetica, sans-serif;
    background-color: #EDEDED;
    border: solid 1px #B0B0B0;
}
textarea
{
    height: 80px;
}

img.application-name
{
    margin-top: 20px;
    border: none 0px White;
}

div.header-center
{
    height: 120px;
}
/*
.link-button
{
  background-color: Transparent;
  border: none 0px #FFFFFF;
  color: #4BA82E;
  cursor: hand;
  padding: 0px 0px 0px 0px;
  margin: 0px 0px 0px 0px;
  font-size: 11px;
  font-family: Verdana;
  text-align: center;
  overflow: visible;
  text-decoration: none;
}

.link-button:hover
{
  text-decoration: underline;
}
*/
.uploader-layout
{
    position: relative;
    width: 50%;
    float: left;
}

.uploader-layout-commands
{
    position: relative;
    width: 100%;
    clear: both;
}

.file-table
{
    width: 96%;
}

.file-table td
{
    color: #808080;
    border-bottom: dotted 1px Black;
}

.file-table td span
{
    font-size: 12px;
    font-weight: normal;
    color: #4BA82E;
}

.file-table img
{
    border: none 0px #FFFFFF;
}

.summary-table
{
    width: 100%;
}

.summary-table th
{
    padding-top: 15px;
    font-size: 14px;
    background-color: transparent;
    text-align: left;
}

.summary-table th a
{
    font-size: 11px;
    font-weight: normal;
}

.summary-table span
{
    font-size: 12px;
    font-weight: normal;
    color: #4BA82E;
}
.summary-table td
{
    color: #808080;
    border-bottom: dotted 1px Black;
    vertical-align: top;
}

.summary-table img
{
    border: none 0px #FFFFFF;
}

.action, .action-file
{
    padding: 0px;
    text-align: center;
    width: 40px;
    vertical-align: middle;
    padding-top: 3px;
}

.action a, .action-file a
{
    border: none 0px #FFFFFF !important;
}

.action-file
{
    width: 20px;
}

.homepage-link img
{
    border: solid 0px #FFFFFF;
    position: relative;
    float: left;
}
.homepage-link
{
    border: solid 1px #CCCCCC;
    display: block;
    position: relative;
    float: left;
    background-color: #EEEEEE;
    padding: 5px;
    width: 417px;
    margin: 5px;
    cursor: pointer;
    text-decoration: none;
}
.homepage-link span
{
    font-size: 16px;
    color: #000000;
    font-weight: bold;
    /*border-bottom: dotted 1px #AAAAAA;*/
    position: relative;
    float: left;
    margin-top: 10px;
    margin-left: 5px;
    width: 80%;
    text-decoration: none;
}

.homepage-link span p
{
    font-size: 11px;
    font-weight: normal;
    color: #004666;
    margin-top: 3px;
    text-decoration: none;
}

div.homepage-layout
{
    width: 50%;
    position: relative;
    float: left;
  
}

div.homepage-content
{
    width: 900px;
    position: relative;
    margin: 0px auto;
}

div.homepage-content A 
{
    text-decoration: none;
}

div.homepage-layout div
{
    width: 100%;
}

div.homepage-layout .workspace-list
{
    clear: both;
    margin-left: 5px;
}

#silverlightInstaller
{
    color: #4BA82E;
    cursor: hand;
    border: solid 1px #CCCCCC;
    display: block;
    text-align: center;
    vertical-align: middle;
    background-color: #FFFFFF;
    padding: 5px;
    width: 450px;
    height: 40px;
    margin-bottom: 8px;
    margin-top: 12px;
}

#silverlightInstaller img
{
    border: none 0px #FFFFFF;
    position: relative;
    float: left;
    margin-top: -5px;
}

ul.workspace-list li span
{
    font-size: 14px;
    color: #4BA82E;
}

ul.workspace-list li a
{
    font-size: 14px;
    font-weight: bold;
}

ul.workspace-list li
{
    font-size: 11px;
    font-weight: normal;
    color: #808080;
    margin-left: 0px;
    padding: 0px;
    list-style-type: none;
    padding-top: 8px;
}

ul.workspace-list
{
    margin-left: 0px;
    padding-left:20px;
}

.infobox
{
    border: solid 1px #CCCCCC;
    padding: 5px;
    width: 870px;
    margin: 8px 0px 8px 0px;
}

.infobox-icon
{
    width: 24px;
    height: 24px;
    position: relative;
    float: left;
}

.infobox-text
{
    position: relative;
    float: left;
    margin-left: 10px;
    width: 820px;
}

.infobox-red
{
    color: #FF0000;
    font-weight: bold;
    position: relative;
    float: left;
    margin-left: 10px;
    width: 820px;
}

FIELDSET, .infobox-small 
{
    margin-top: 1em;
    border: solid 0px #CCCCCC;
    border-top: solid 18px  #E8E8E8;
    padding-left: 0px;
    padding-right: 0px;
}

.infobox-small
{
    border: none 1px #CCCCCC;
    width: 100%;
    margin: 3px 0px;
}

.infobox-small-icon
{
    width: 16px;
    height: 16px;
    position: relative;
    float: left;
}

.infobox-small-text
{
    //top:-18px;
    vertical-align:text-top;
    position: relative;
    margin-left: 20px;
    width: 100%;
}

.newfile-button
{
    height: 19px !important;
    font-size: 10px !important;
    margin: 0px !important;
}

.newfile-selector
{
    width: 80%;
}

div.language-selector
{
    font-family: Verdana, Arial , Geneva, Helvetica, Sans-Serif;
    font-size: 10px;
    color: Gray;
    text-decoration: none;
    width : 105px;
    height : 20px;
    position: absolute;
    text-align: right;
    z-index:100
}

.pageHeader > div.language-selector
{
    right: 30px;
    top : 100px;
}

.pageHeader-ru > div.language-selector
{
    right: 30px;
    top : 136px;
    color: white;
    z-index: 120;
}

.pageHeader-ru > div.language-selector > a
{
    color: white;
}

div.language-selector a
{
    color: Gray;
    text-decoration: underline;
}

div.signed-user
{
    height : 20px;
    position: absolute;
    text-align: right;
    left: 0px; 
    top : 92px;
    width : 98%;
    font-size: 11px;
}

.menu-item
{
    color: #000000;

}



.property-table th
{
    vertical-align: top;
    padding-right: 5px;
    padding-top: 6px;
    white-space: nowrap;
    text-align: left;
}
.property-table
{
    border-top:none
               margin-left: -2px;
    width: 100%;
}

span.required
{
    color: Red;
}

div.workspace-infobox
{
    width: 100%;
}

div.workspace-infobox
{
    margin-top: 0px;
    margin-bottom: 0px;
}

div.workspace-infobox fieldset
{
    color: #404040;
    margin-bottom: 0px;
}

fieldset legend
{
    padding-left: 10px;
    font-size: 12px;
    font-weight: bold;
    background: none repeat scroll 0 0 #E8E8E8;
}

fieldset div, fieldset table, fieldset h1
{
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 3px;
}

fieldset table td
{
    padding-left: 5px;
    padding-right: 5px;
}

input.disabled
{
    color: #000000;
    background-color: #EEEEEE;
}

div.panel-layout-right, div.panel-layout-left
{
    position: relative;
    float: left; 
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 3px;
}

div.panel-layout-left
{
    min-width: 500px;
    width: 60%;
}

div.panel-layout-right
{
    min-width: 375px;
    width: 30%;
    float: right;
}

div.workspace-infobox
{
    width: 100%;
}

div.workspace-infobox
{
    margin-top: 0px;
    margin-bottom: 0px;
}

div.workspace-infobox fieldset
{
    color: #404040;
    margin-bottom: 0px;
}

div.workspace-infobox fieldset
{
    font-weight: normal;
}

a
{
    color: #4BA82E;
}

HR.Cistic {
    clear: both;
    height: 1px;
    border: none;
    margin: -1em 0 0 0;
    visibility: hidden;
}

.Navigace {
    margin-bottom: 1em;
}

.NavigaceItem, .NavigaceArrow {
    float: left;
    height: 25px;
    padding: 0;
}

.NavigaceArrow {
    margin: 0 1em;
}

.import-file{
    position: relative;
    margin: -2px 0px
}

.import-file input{
    margin: 0px 2px
}

.import-file a{
    text-decoration: none; 
    margin: 0px 10px;
}

.import-file input[type=text]{
    width: 39%
}

.import-file input[type=file] {
    position: absolute;
    left: 0; 
    top: 0; 
    margin: 0;	
    text-align: right;
    -moz-opacity:0 ;
    filter:alpha(opacity: 0);
    opacity: 0;
    z-index: 2;
    width:200px;
    padding-right:10px;
    font-size:18px;
    font-family:Tahoma;	
}

/********/
/* APAC */
/********/

.APACHeaderEnvelope {
  margin: 2em 0 1.2em;
  text-align: center;
}
