﻿/* * { margin: 0px; padding: 0px; } */
html {
	height: 100%;
}

body {
	margin: 0;
	padding: 0px 0px 50px 0px;
	font-family: Arial, Verdana, Tahoma;
	font-size: 12px;
	line-height: 120%;
	color: #1a1a1a;
	height: 100%;
	
	/* SCROLLBARY */
	scrollbar-3dlight-color: white;
	scrollbar-darkshadow-color: white;
	scrollbar-face-color: #e3e3e3;
	scrollbar-highlight-color: #909090;
	scrollbar-shadow-color:  #909090;
	scrollbar-arrow-color: #909090;
	scrollbar-track-color: white;
}

iframe 
{
    min-height: 800px;
    min-width: 800px;
}

a, .JakoOdkaz
{
	color: #e05706;
	border-bottom: 1px dashed #e05706;
	text-decoration: none;
}

a:hover, .JakoOdkazHover
{
	color: #7f2701;
	border-bottom: 1px solid #7f2701;
	text-decoration: none;
}

.ListViewHeader a
{
	border: none;
	color: White;
}

input.JakoOdkaz
{
	color: #e05706;
	border-bottom: 1px dashed #e05706;
	text-decoration: none;
}

input.JakoOdkazHover
{
    color: #7f2701;
	border-bottom: 1px solid #7f2701;
	text-decoration: none;
}


/* SRANDY S KONTEXTOVYM MENU */
.context_menu a
{
	border: none;
	color: #46504b;
}

.context_menu a:hover
{
	text-decoration: underline;
}

.context_menu img
{
	vertical-align: middle;
	padding-right: 3px;
	padding-bottom: 1px;
}

div.context_menu
{
	padding-left: 10px;
}



/* HLAVNI DESIGN WEBU */

div.header, div.logo, div.login, div.loginnext { height: 160px; }
	
div.header { 
	background: transparent url('~/../../Images/nav_bg.gif') repeat-x left bottom; 
	min-width: 1440px !important;  /*minimalni sirka boxu ve kterem je menu a  logout*/
	_width: expression(document.body.clientWidth < 1392? "1392px" : "auto" ); /*ojeb pro IE, protoze je hloupy a min-width neumi*/
}

div.logo { 
	width: 300px; height: 100px; /*sirku a vysku zmen dle velikosti obrazku loga*/
	margin: 10px; /*libovolna vycpavka*/
	float: left; 
	background: transparent url('~/../../Images/fip_logo2.png') no-repeat left bottom;
}

div.nav { 
	float: left; 
	background-color: transparent; 
	position: relative;
	top: 60px;
	left: 0;
	min-height: 100px; /*obrazek menu musi byt 100px vysoky pokud ma byt vetsi, je nutne snizit top*/
}

div.login { 
	float: right; 
	background: transparent url('~/../../Images/login_bg.gif') repeat-x left bottom; 
	min-width: 100px; 
	padding: 0 20px;
}

div.loginnav { margin-top: 85px;  }
div.logininfo{ 
	margin-top: 30px;
	font-size: 10px;
	color: #999;
	text-align: right;
}

div.loginnext { 
	float: right; 
	background: transparent url('~/../../Images/loginnext_bg.gif') repeat-x left bottom; 
	width: 42px; 
}

div.user_panel_top {
    position: absolute;
    top: 0px;
    right: 50px;
}

div.user_panel_top_part 
{
    height:25px;
    float:left;
    background: transparent url('~/../../Images/UserPanelBack.png') repeat-x left top;
}

div.cont { background-color: transparent; margin-top: 10px;}
div.left { float: left; background-color: transparent; padding: 5px; margin: 10px; margin-left: 0px; padding-left: 0px; }

div.favnodeop, div.nodeop, div.greygrad { 
    border-top: 0px dotted #999; 
    margin: 10px 0; 
    padding: 3px 20px 3px 10px;  
    background: url('~/../../Images/greygrad_bg.gif') repeat-x left top;
    color: #fff; 
	font-size: 8pt;
}

div.greygrad { background: transparent url('~/../../Images/left_bg_grad.gif') repeat-x left bottom; color: #000; margin: 0px; padding: 0 0 10px 0; }


div.box_alert { /*background: url('~/../../Images/box_alert_top.gif') no-repeat 0 0;*/ padding: 0px; width: 734px; }
div.box_alertin { background: url('~/../../Images/box_alert_btm.gif') no-repeat 0 100%; min-height: 50px; padding: 12px 10px 10px 10px; }

div.tabs { margin: 10px 0; }
div.btop { border-bottom: 2px solid #e05503; _margin-top: -10px; }

/* zluty tooltip */
div.ToolTipLeft { width: 300px; background: transparent url('~/../../Images/ylwlft_top.gif') no-repeat left top; }
div.ToolTipLeftIn { background: transparent url('~/../../Images/ylwlft_btm.gif') no-repeat left bottom; padding: 10px; margin-left: 10px; text-align: left; white-space:normal}
div.ToolTipBottom { width: 300px; background: transparent url('~/../../Images/ylwbtm_btm.gif') no-repeat bottom left; padding-bottom: 8px;}
div.ToolTipBottomIn { background: transparent url('~/../../Images/ylwbtm_top.gif') no-repeat 0 0; padding: 10px 10px 10px 10px; text-align: left; white-space:normal}

/* cerveny tooltip */
div.ToolTipRedLeft { width: 300px; background: transparent url('~/../../Images/redlft_top.gif') no-repeat left top; }
div.ToolTipRedLeftIn {  background: transparent url('~/../../Images/redlft_btm.gif') no-repeat left bottom; padding: 10px; margin-left: 10px; text-align: left; white-space:normal}
div.ToolTipRedBottom { width: 300px; background: transparent url('~/../../Images/redbtm_btm.gif') no-repeat bottom left; padding-bottom: 8px;}
div.ToolTipRedBottomIn { background: transparent url('~/../../Images/redbtm_top.gif') no-repeat 0 0; padding: 10px 10px 10px 10px;  text-align: left; white-space:normal}


/*mala ikonka v textu -vyuzit spis pro span, line-height=nastaveni pro span*/
.ico { padding: 3px 20px; line-height: 20px; }
.ico_arrow { background: url('~/../../Images/Icons/ico_arrow.gif') no-repeat 0 45%; }
.ico_cross { background: url('~/../../Images/Icons/ico_cross.gif') no-repeat 0 50%; }

/*velka ikonka v textu -vyuzit spis pro div, height=nastaveni pro div*/
.icol { padding: 1px 55px; height: 44px; }

.ico_alert_warning { background: url('~/../../Images/Icons/AlertWarning.png') no-repeat 0 45%;}
.ico_alert_info { background: url('~/../../Images/Icons/AlertInfo.png') no-repeat 0 45%;}
.ico_alert_error { background: url('~/../../Images/Icons/AlertError.png') no-repeat 0 45%;}
.ico_alert_success { background: url('~/../../Images/Icons/AlertSuccess.png') no-repeat 0 45%;}

h1, h2, h3, h4 { color: #008ea9; font-family: Arial, Verdana, Tahoma; }
h1, h2 { margin: 20px 0 10px 0;}
h3, h4 { margin: 10px 0 5px 0;}

h1 { font-size: 22px; }
h2 { font-size: 19px; }
h3 { font-size: 16px; }
h4 { font-size: 12px; }

.poznamka { color: #808080; }
.mensi { font-size: 8pt; }
.zvyr { color: #008ea9; }

.PartnersSeda { color: #5e6e65; }
.PartnersSedaFade { color: #f0f0f0; }

.alert_warning { color: #f37500; }
.alert_error { color: #e40000; }
.alert_info { color: #4c8fa4; }
.alert_success { color: #728f2a; }


.clear { clear: both; }
.fleft { float: left; }
.fright { float: right; }
.blk { display: block; }

.icol h2 { margin: 10px 0 3px 0 ; }
form { margin: 0px !important;}
input.plain { height: 15px; font-size: 10px; border: 0px; margin: 1px 10px 0 10px; _margin-top: 0px; }
input.norm { border: 1px solid #7c7c7c; height: 20px; color: #7c7c7c; font-size: 10px; padding: 2px 2px 0 2px;} 

.tab, .btn, .btnn
{
	background-color: transparent;
	color: #1a1a1a;
	height: 30px;
	font-weight: bold;
	font-size: 11px;
	cursor: pointer;
	padding: 0;
	margin: 0 0px 0 0;
	background-repeat: no-repeat;
	border: none;
	font-family: Arial, Verdana, Helvetica, sans-serif;
}
.btn { height: 14px; font-size: 10px; }
.btnn { height: 19px; font-size: 11px; color: #fff; padding: 0 5px; margin: 1px; }

.btn_gray_25 { background:  url('~/../../Images/Buttons/btn_gray_25.png')  no-repeat 0 0; width: 25px; }

.btn_40 { background:  url('~/../../Images/Buttons/btn_40.gif')  no-repeat 0 0; width: 40px; }
.btn_60 { background:  url('~/../../Images/Buttons/btn_60.gif')  no-repeat 0 0; width: 60px; }
.btn_90 { background:  url('~/../../Images/Buttons/btn_90.gif')  no-repeat 0 0; width: 90px; }
.btn_120 { background: url('~/../../Images/Buttons/btn_120.gif') no-repeat 0 0; width: 120px; }
.btn_150 { background: url('~/../../Images/Buttons/btn_150.gif') no-repeat 0 0; width: 150px; }
.btn_180 { background: url('~/../../Images/Buttons/btn_180.gif') no-repeat 0 0; width: 180px; }
.btn_210 { background: url('~/../../Images/Buttons/btn_210.gif') no-repeat 0 0; width: 210px; }
.btn_240 { background: url('~/../../Images/Buttons/btn_240.gif') no-repeat 0 0; width: 240px; }
.btn_270 { background: url('~/../../Images/Buttons/btn_270.gif') no-repeat 0 0; width: 270px; }
.btn_300 { background: url('~/../../Images/Buttons/btn_300.gif') no-repeat 0 0; width: 300px; }

.btn_search { background: url('img/btn_search.gif') no-repeat 0 0; padding: 0px 0px 0px 20px; text-align: left; height: 16px; margin: 3px; }
.btn_all { background: url('img/btn_all.gif') no-repeat 0 0; padding: 0px 0px 0px 20px; text-align: left; height: 16px; margin: 3px; }

.btn_tab_left, .btn_tab_act_left, .btn_tab_nact_left { margin-right: 0px; }
.btn_tab_right, .btn_tab_act_right, .btn_tab_nact_right { margin-left: 10px; padding-right: 10px;  }

div.tab_spacing { width: 1px; }

.btn_tab_left, .btn_tab_nact_left { background: url('~/../../Images/Tabs/btn_tab_left.gif') no-repeat left top; }
.btn_tab_right, .btn_tab_nact_right { background: url('~/../../Images/Tabs/btn_tab_right.gif') no-repeat right top; }
.btn_tab_act_left  { background: url('~/../../Images/Tabs/btn_tab_act_left.gif') no-repeat left top; }
.btn_tab_act_right  { background: url('~/../../Images/Tabs/btn_tab_act_right.gif') no-repeat right top;  color: #fff; }


/*
 * REPORT TABLE
 */
table.rep { border-collapse: collapse; font-size: 12px; margin: 10px 0;}
table.rep td { padding: 3px 6px; }
table.rep td.num, td.num { text-align: right;}
table.rep tr th { background: transparent url('~/../../Images/th_bg.gif') repeat-x top left; color: #fff; height: 24px; padding: 0px 10px 0px 10px; }
table.rep tr td { background-color: #fafafa; }
table.rep tr.dark td { background-color: #d9d9d9; }
table.rep tr td, tr th { border: 0px; border-right: 1px; border-color: #fff; border-style: dotted; }

/* to stejne jako th vyse, akorat ze list view co je ve formech ma jinak tridy */
tr.ListViewHeader td
{
	background: transparent url('~/../../Images/th_bg.gif') repeat-x top left; 
	color: #fff; 
	height: 24px; 
	padding: 0px 10px 0px 10px;
	border: 0px; 
	font-size: 10pt;
	border-right: 1px; 
	border-color: #fff; 
	border-style: dotted;
	vertical-align: middle;
}

tr.ListViewHeader2 td
{
	background: transparent url('~/../../Images/th_bg.gif') repeat-x top left; 
	color: #fff; 
	height: 24px; 
	padding: 0px 10px 0px 10px;
	border: 0px; 
	font-size: 10pt;
	border-right: 0px; 
	vertical-align: middle;
}

tr.ListViewFooter td
{
	border: 0px; 
	border-top: solid 1px black;
	color: black; 
	font-weight: bold;
	vertical-align: middle;
}

tr.ListViewFooterHidden td
{
	display: none;
}


/* 
 * MY FIP PANELY 
 */

div.MyFipPanel
{
	padding: 0px;
	border: 1px solid #d5d5d5;
	background: transparent url('~/../../Images/left_bg_grad.gif') repeat-x left bottom;
	margin-bottom: 17px;
}

.MyFipPanel div.Head
{
	background: transparent url('~/../../Images/nav_bg.gif') repeat-x left top;
	height:24px;
	color: White;
	text-transform: uppercase;
	font-size: 8pt;
	font-weight: bold;
	padding: 6px 10px 0px 10px;
}

.MyFipPanel div.Body
{
	padding: 10px 10px;
}

.GreyLabel
{
	color: #909090; 
	font-weight: bold; 
	text-transform: uppercase; 
	font-size: 8pt; 
	text-align: right;
}

div.MyFipMenu
{
	width: 170px;
	padding: 4px 5px 4px 20px;	
	font-size: 10pt;
	font-variant:small-caps;
	cursor: pointer;
	margin-bottom: 3px;
}

div.MyFipMenuNormal
{
	background-color: White;
	color: #8f989a;
}
div.MyFipMenuActive
{
	background-color: #bdc9cb;
	color: white;
}
div.MyFipMenuSelected
{
	background-color: #f0f0f0;
	color: #8f989a;
}



/* 
 * BOARD
 */
div.Board
{
	border: 10px solid #e5e5e5;
	padding: 8px 5px;
}

.Board div.Board_title
{
	cursor:pointer;
	vertical-align: middle;
	margin-bottom: 5px;	
	
}

.Board div.Board_text
{
	font-size: 10pt;
	font-weight: bold;
	color: #e05503;	
}

.Board div.Board_img
{
	float: left;
	vertical-align: middle;	
	margin-right: 10px;
}

.Board div.Board_content
{
	border-top: 1px solid #d0d0d0;
	padding-top: 5px;
}



/* PROGRESS */
div.progress
{
	position: fixed; 
	top: 50%; 
	left: 50%;
	border: 1px solid #e0e0e0;
	width: 170px;
	background-color: #f5f5f5;
	color: #909090;
	height: 42px;
	margin-top: -21px;
	margin-left: -85px;
	z-index: 1000;
}

.progress img
{
	vertical-align: middle;
	margin-right: 5px;
}


/* TLACITKA SE SIPKOU */
input.ArrowButton
{
	height: 36px;
	font-style: italic;
	text-transform:uppercase;
	font-size: 8pt;
	cursor: pointer;
}
input.ArrowButtonLeft
{
	border: 1px solid #e0e0e0;
	background: transparent url('~/../../Images/Buttons/arrow_left.png') no-repeat left top;
	color: #c0c0c0;
	text-align: right;	
	padding-right: 10px;
}
input[disabled].ArrowButtonLeft
{
	visibility: hidden;
}
input.ArrowButtonLeftColor
{
	background: transparent url('~/../../Images/Buttons/arrow_left_color.png') no-repeat left top;
	border: 1px solid #008ea9;
	color: #5e6e65;
	text-align: right;
	padding-right: 10px;
}
input.ArrowButtonRight
{
	border: 1px solid #e0e0e0;
	background: transparent url('~/../../Images/Buttons/arrow_right.png') no-repeat right top;
	color: #c0c0c0;
	text-align: left;
	padding-left: 10px;
}
input[disabled].ArrowButtonRight
{
	visibility: hidden;
}
input.ArrowButtonRightColor
{
	background: transparent url('~/../../Images/Buttons/arrow_right_color.png') no-repeat right top;
	border: 1px solid #008ea9;
	color: #5e6e65;
	text-align: left;
	padding-left: 10px;
}

/* ZÁLOŽKY */

div.messageDiv
{
	border:1px solid #800000;
	line-height:16pt;
	width:auto;
	font-size:12pt;
	padding:2px;
	color:#800000;
	background-color:#fff0f0;
}

div.bookmarkDiv
{
    white-space:nowrap;
    float:left;
    overflow:visible;
    width:1px;
    max-width:1px;
    font:8pt Tahoma;
    padding-left: 3px;
    cursor:pointer;
}

div.bookmarkDiv span
{
	font-size: 7pt;

}

div.buttonDiv
{
    width:20px;
    margin-left:-10px;
    cursor:pointer;
}


table.bookmarkTable
{
	margin-left:10px;
	width:100%;

}

table.bookmarkTable td
{
	padding-bottom: 1px;
}

td.bookmarkTd
{
	width:20px;
}

.bookmarkIcon
{
    vertical-align:middle;
    margin-right:-3px
}

/* SEARCH PAGE*/

.searchPageMainDiv
{
    width: 730px;
    text-align: left;
    margin: 0 0 0 300px;
}

.searchBoxDiv
{
    margin: 0 auto;
    padding: 2px;
    width: 356px;
    border: solid 1px #afafaf;
}

.searchStats
{
    font-size: 11px;
    margin: 0 auto;
    padding: 2px;
    width: 356px;
    color:#888888;
    text-align:center;
}

.searchBox
{
    background-color:#FFFFFF !important;
    border:0 none;
    color:#000000;
    margin:2px 0px 0px 0px;
    vertical-align:top;
    width:328px;
}

.searchButton
{
    background-color:#FFFFFF;
    background-position:0 -22px;
    background-repeat:no-repeat;
    border:0 none;
    cursor:pointer;
    height:22px;
    margin:0;
    overflow:hidden;
    padding:0;
    vertical-align:top;
    width:22px;
}

.PanelSearchProPoradceClass
{
    text-align: center;
    /*background-color: #d9d9d9;*/
    border-top: solid 1px #a0a0a0;
    border-bottom: solid 1px #a0a0a0;
    padding: 2px 0 2px 0;
}

.SearchPageSection
{
    margin: 5px auto 0;
}

.SearchResultHeader
{
    font-size:1.2em;
}

.SearchIconCell
{
    width:28px;
}

.treeSearchBoxDiv
{
    padding: 1px;
    border: solid 1px #afafaf;
    background-color: #ffffff;
    min-width:150px;
}

.treeSearchBox
{
    background-color:#FFFFFF !important;
    border:0 none;
    color:#000000;
    margin:0px;
    vertical-align:top;
    width:100%;
    font-size:10px;
}

.treeSearchBoxInDiv
{
    height:18px;
    margin-right:22px;
}

.treeSearchButton
{
    background-color:#FFFFFF;
    background-position:0 -22px;
    background-repeat:no-repeat;
    border:0 none;
    cursor:pointer;
    height:18px;
    margin:0;
    overflow:hidden;
    padding:0;
    vertical-align:top;
    width:18px;
    float:right;
}

.SearchZrusitProPoradceClass
{
    vertical-align: middle;
}

/*
.TableFourSameColumns td
{
    width:25%;
}
*/

.MarginBothSides
{
    margin:0 20px;
}

.PagingElement
{
    width:400px;
}

.FormBackground
{
	background-color: #ffffff;
	padding:7px;
}

.FormBackground2
{
	background-color: #ffffff;
	padding:7px;
}

.FormMyBackground
{
	background-color: #eaf5f5;
	padding:7px;
}

.FormMyBackground2
{
	background-color: #eaf5f5;
	padding:7px;
}

.ErrorContainerDiv
{
    margin-top:15px;
}

.Italic
{
    font-style:italic;
}

.Middle
{
    vertical-align:middle;
}

.searchPopisType
{
	font-variant: small-caps;
	font-size: 9pt;
	color: #606060;
}


.searchModuleType
{
	font-style: italic;
	color: #499fa7;
}

.SpacingRow
{
    height:7px;
}

.ResultDescription
{
    padding:3px 0 0;
}

.SearchLeftPanel
{
    float:left;
    width:200px;
    margin:0 0 0 25px;
    text-align:justify;
}

.RemovedWords
{
    font-style:italic;
    text-align:center;
	color: #800000;
	padding: 5px;
	margin-bottom: 15px;
}

/* Ikony searchu */

.SearchIconAnalyzy 
{ 
	background: transparent url('~/../../Images/Search/analyzy.png') no-repeat center center;
}

.SearchIconKontakty 
{ 
	background: transparent url('~/../../Images/Search/kontakty.png') no-repeat center center;
}

.SearchIconOsoby 
{ 
	background: transparent url('~/../../Images/Search/osoby.png') no-repeat center center;
}

.SearchIconPoradci 
{ 
	background: transparent url('~/../../Images/Search/poradci.png') no-repeat center center;
}

.SearchIconPoznamky 
{ 
	background: transparent url('~/../../Images/Search/poznamky.png') no-repeat center center;
}

.SearchIconSmlouvy 
{ 
	background: transparent url('~/../../Images/Search/smlouvy.png') no-repeat center center;
}

.SearchIconSdileneAnalyzy 
{ 
	background: transparent url('~/../../Images/Search/sdileneAnalyzy.png') no-repeat center center;
}

.SearchIconDenikKlienta 
{ 
	background: transparent url('~/../../Images/Search/denikKlienta.png') no-repeat center center;
}

.SearchIconNeznamy 
{ 
	background: transparent url('~/../../Images/Search/unknown.png') no-repeat center center;
}

.GoalsPanelBox
{
  width: 640px;
  border: solid 10px #E5E5E5;
  background-color: #F5F5F5;
  margin-bottom: 17px;
  font-size: 110%;
}

.GoalsTable { width: 98%; margin: 5px; }
.GoalsTable TH { background-color: #0B93AD; color: White; border-bottom: solid 1px #D0D0D0; padding: 3px; }
.GoalsTableTitle { text-align: left; }
.GoalsTablePriority { text-align: right; width: 140px; } 
.GoalsTable .label { font-weight: bold; color: #638EB1; }
.GoalsTable .right { text-align: right; }
.GoalsTable .rightLabel { text-align: right; font-weight: bold; color: #638EB1;}

.GoalsTableNote { width: 98%; margin: 5px; background-color: White; }
.GoalsTableNote th { font-weight: bold; color: #638EB1; text-align: left; }

.UserInfoPanelBox { float: left; margin-top: 3px; }

/* AutoComplete */

.AutocompleteCompletionListElement 
{  
    max-height:100px;
    overflow-y:scroll;
	margin : 0px!important;
	background-color: window;
	color : #ff0000;
	border : buttonshadow;
	border-width : 5px;
	border-style : solid;
	cursor : 'default';
    text-align : left; 
    list-style-type : none;
    padding : 1px;
    max-height: 200px;
    list-style: none outside none;
    border: 1px solid buttonshadow;
    position: absolute; 
    left: 8px;
    top: 50px; 
    z-index: 1000; 
}

.AutocompleteHighlightedListItem
{
	background-color: #ffff99;
	color: black;
	padding: 1px;
}

.AutocompleteListItem 
{
	background-color : window;
	color : windowtext;
	padding : 1px;
}

.AutocompleterButton
{
    padding: 0px 2px 0px 3px;
    cursor: pointer;
}

.denik, .denik_sticky, .denik_search
{
	font-family: Arial, Verdana, Tahoma;
	font-size: 12px;
  color: Black;
	width: 500px;
  line-height: 150%;
}
 
.denik .nadpis, .denik_sticky .nadpis, .denik_search .nadpis
{
  color: #E05706;
	text-decoration: none;
	font-size: 12pt;
	width: 100%;
}

.denik .datum, .denik_sticky .datum, .denik_search .datum
{
  font-size: 10pt; 
  font-style: italic;
	color: #E05706;
	width: 100%;
}

.denik .popis, .denik_sticky .popis, .denik_search .popis
{
  width: 100%;
}

.denik .vysledek, .denik_sticky .vysledek, .denik_search .vysledek
{
	font-style: italic;
	color: #499fa7;
}

.denik .seda, td.seda, th.seda, .denik_sticky .seda, .denik_search .seda
{
	font-variant: small-caps;
	color: #606060;
}


.denik_sticky
{
	padding: 13px 0px 13px 13px;
	border: 10px solid #e0e0e0;
	background-color: #fafafa;
}

.denik_search
{
	padding: 13px 0px 13px 13px;
	border: 10px solid #f0f0b0;
	background-color: #ffffea;
}
/* 
.denik_sticky .nadpis
{
	background-color: #f0f0f0;
}

.denik_sticky .datum
{
	background-color: #f0f0f0;
}

.denik_sticky .popis
{
	background-color: #f0f0f0;
}
*/


/*Calendar*/
.CalendarStyle
{
    width:100%;
	border: 1px solid white;
}

.CalendarDayStyle
{
    background-color:#ffffff;
    max-width:0;
    height:80px;
    vertical-align:top;
    text-align:left;
    overflow:hidden;
    white-space:nowrap;
	border: 1px solid #cccccc !important;
}

.CalendarEvent
{
    width: 123px;
	padding: 1px 3px 1px 3px;
	margin: 1px;
}

.CalendarDayStyle a
{
    border: none;
    margin:3px 3px 0 0;
	color: white;
	font-size: 8pt;
}

.CalendarDayStyle a:hover
{
    border: none;
    margin:3px 3px 0 0;
	color: white;
	font-size: 8pt;
}


.CalendarDayTitle
{
    background-color: #efefef;
	color: #444444;
	padding: 2px 5px 2px 2px;
	text-align: right;
}

.CalendarFormater
{
	width: 100px;
	height:0;
}

.CalendarWeekendDayStyle .CalendarDayTitle
{
    color: #dd4444;
}

.CalendarOtherMonthDayStyle .CalendarDayTitle
{
    color: #bbbbbb;
}

.CalendarSelectedDayStyle .CalendarDayTitle
{
    background-color: #cccccc;
}


.CalendarTitleStyle
{
    height:100%;
    background-color: #ffffff;
	color: #008EA9;
	padding:10px;
	border: none;
	border-top: 10px solid #eeeeee !important;
	font-size: 10pt;
	vertical-align: middle;
	font-weight: bold;
	text-transform: uppercase;
}

.CalendarSelectedDayStyle
{
    background-color: #ffffc0 !important;
}


.CalendarOtherMonthDayStyle
{
    background-color: white;
}

.CalendarWeekendDayStyle
{
    background-color: white;
}

.CalendarNextPrevStyle a
{
	color: #e05706 !important;
	border-bottom: 1px dashed #e05706;
	text-decoration: none;
	font-weight: normal;
	font-size: 9pt;
	text-transform: lowercase !important;
}

.CalendarNextPrevStyle a:hover
{
	color: #7f2701 !important;
	border-bottom: 1px solid #7f2701;
}


.CalendarDayHeaderStyle
{
    padding:7px;
	background-color: #e0e0e0;
	font-weight: normal;
	color: #008EA9;
	border: none;
	border-bottom: 1px solid white;
}

.CalendarMoreEvents
{
	text-align: right;
	color: #909090;
	font-size: 8pt;
	font-style: italic;
	padding-right: 2px;
	padding-top: 3px;
}

.CalendarMoreEvents a
{
	color: #909090;
	font-size: 8pt;
	font-style: italic;
}
.CalendarMoreEvents a:hover
{
	color: #7f2701;
	border-bottom: 1px solid #7f2701;
	text-decoration: none;
	cursor: Pointer;
}

.calendarListTooltip
{
    width:190px;
    color: #ffffff;
    text-decoration: none;
    border-bottom-style:none;
}

div.pridatPripominku
{
    min-width:160px;
    border:1px;
    margin:1px;
    padding:2px;
    background-color:#d0d0d0;
    border:1px solid #c0c0c0;
    color:#d0d0d0 
} 

.Hide
{
    display:none;
}

.CalendarPickTime
{
    visibility:hidden;
    display:none;
}

.RightMouseButtonDiv
{

}

.RightMouseButton
{ 
    background: url('~/../../Images/menu_icon.png') no-repeat 0 0; 
    width: 20px;
    height: 20px;
    cursor:pointer;
    margin: 0px 0px 0px 4px;
} 

/*************************
*	Multi file upload	*
**************************/

div.multifileBox
{
	position: relative;
}

div.multifileBox .buttons
{
	position: relative;
	top: -22px;
	width: 100%;
	text-align: right;
}


div.multifileBox div div span
{
	display: block;
	padding-left: 5px;
	background-color: #FFF6E8;
	border: solid 1px #FFF;
	border-width: 1px 1px 2px 1px;
	color: #008EA9;
	line-height: 22px;
}

div.multifileBox div div span a
{
	font-weight: bold;
	border: none;
	padding: 0px 5px 0px 5px;
}

div.multifileBox .multiCancel
{
	position: relative;
	top: 22px;
}

table.multifileResult
{
	border-collapse: collapse;
	width: 100%;
}

table.multifileResult tr
{
	height: 22px;
	border: solid 1px #FFF;
	border-width: 1px 1px 2px 1px;
}
table.multifileResult tr.multiFileResultOK
{
	background-color: #FFF6E8 !important;
}
table.multifileResult tr.multiFileResultError
{
	background-color: #FFDFD1;
}

table.multifileResult tr td
{
	color: #008EA9;
	padding: 0px 0px 0px 5px;
}
table.multifileResult tr td.fileName
{
	font-weight: bold;
	border-right: solid 2px #FFF;
}

.multiFileUploadDenik
{
	width: 470px;
	margin-left: 130px;
}

.multiFileUploadDenik .FormView
{
	padding-bottom: 0px;
}

.multiFileUploadDenik h2
{
	margin-bottom: 0px;
}

.vert3 { 
    -moz-transform: rotate(-90deg);  /* FF3.5+ */ 
    -o-transform: rotate(-90deg);  /* Opera 10.5 */ 
    -webkit-transform: rotate(-90deg);  /* Saf3.1+, Chrome */ 
    filter:  progid:DXImageTransform.Microsoft.Matrix(sizingMethod='auto expand',M11=6.123031769111886e-17, M12=1, M21=-1, M22=6.123031769111886e-17); /* IE6,IE7 */ 
    -ms-filter: "progid:DXImageTransform.Microsoft.Matrix(SizingMethod='auto expand',M11=6.123031769111886e-17, M12=1, M21=-1, M22=6.123031769111886e-17)"; /* IE8 */ 
    zoom: 1; 
    position:relative; 
    display:block; 
    margin: 0; 
} 

.vert { 
    rotation-point: 50% 50%;
    -moz-transform: rotate(-90deg);  /* FF3.5+ */ 
    -o-transform: rotate(-90deg);  /* Opera 10.5 */ 
    -webkit-transform: rotate(-90deg);  /* Saf3.1+, Chrome */ 
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
    -ms-filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3); /* IE8 */ 
    display:block;
    position:absolute;         
} 

tr.ListViewTitle 
{
	background-color: white; 
	padding: 0px 0px 0px 0px;
	border: 0px; 
}

tr.ListViewTitle td.ListViewTitleCell
{
    color: #008ea9; 
    font-family: Arial, Verdana, Tahoma;
    font-size: 19px; 
}

/* alert box */
.AlertBox
{
    width:723px;
}

.AlertBox.Top
{
	background: transparent url('~/../../Images/reporting/alert-top.png') no-repeat left bottom; 
	padding: 0px 0px 0px 0px
}

.AlertBox.Middle
{
	background: transparent url('~/../../Images/reporting/alert-bg.png') repeat-y left top; 
	padding: 5px 10px 5px 10px	
}

.AlertBox.Bottom
{
	background: transparent url('~/../../Images/reporting/alert-bottom.png') no-repeat left top; 
	padding: 0px 0px 0px 0px
}
